Oct 22 02:07:47.244 INFO checking jemallocator-0.1.9 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 02:07:47.245 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192/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 22 02:07:47.736 INFO blam! a54fda8dbeb00823f436768d24f606867657a53041888141854c161cc0be49cb Oct 22 02:07:47.740 INFO running `"docker" "start" "-a" "a54fda8dbeb00823f436768d24f606867657a53041888141854c161cc0be49cb"` Oct 22 02:07:49.329 INFO kablam! usermod: no changes Oct 22 02:07:49.436 INFO kablam! Compiling fs_extra v1.1.0 Oct 22 02:07:50.984 INFO kablam! Compiling jemalloc-sys v0.1.8 Oct 22 02:09:11.840 INFO kablam! Checking jemallocator v0.1.9 (/source) Oct 22 02:09:15.756 INFO kablam! error[E0432]: unresolved import `std::heap` Oct 22 02:09:15.756 INFO kablam! --> benches/roundtrip.rs:9:10 Oct 22 02:09:15.756 INFO kablam! | Oct 22 02:09:15.756 INFO kablam! 9 | use std::heap::{Alloc, Layout, Excess}; Oct 22 02:09:15.756 INFO kablam! | ^^^^ Could not find `heap` in `std` Oct 22 02:09:15.756 INFO kablam! Oct 22 02:09:16.840 INFO kablam! warning: unused import: `Alloc` Oct 22 02:09:16.842 INFO kablam! --> benches/roundtrip.rs:9:17 Oct 22 02:09:16.842 INFO kablam! | Oct 22 02:09:16.842 INFO kablam! 9 | use std::heap::{Alloc, Layout, Excess}; Oct 22 02:09:16.842 INFO kablam! | ^^^^^ Oct 22 02:09:16.842 INFO kablam! | Oct 22 02:09:16.842 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 22 02:09:16.842 INFO kablam! Oct 22 02:09:24.403 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.403 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.403 INFO kablam! | Oct 22 02:09:24.404 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.404 INFO kablam! | ^^^^^ Oct 22 02:09:24.404 INFO kablam! ... Oct 22 02:09:24.404 INFO kablam! 260 | rt_alloc_layout_checked!(rt_pow2_1bytes_1align_alloc_layout_checked, 1, 1); Oct 22 02:09:24.405 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.405 INFO kablam! | Oct 22 02:09:24.405 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.406 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.406 INFO kablam! | Oct 22 02:09:24.406 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.407 INFO kablam! | Oct 22 02:09:24.407 INFO kablam! Oct 22 02:09:24.407 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.408 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.408 INFO kablam! | Oct 22 02:09:24.409 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.409 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.409 INFO kablam! ... Oct 22 02:09:24.409 INFO kablam! 260 | rt_alloc_layout_checked!(rt_pow2_1bytes_1align_alloc_layout_checked, 1, 1); Oct 22 02:09:24.410 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.410 INFO kablam! | Oct 22 02:09:24.410 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.411 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.411 INFO kablam! | Oct 22 02:09:24.411 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.412 INFO kablam! | Oct 22 02:09:24.412 INFO kablam! Oct 22 02:09:24.412 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.413 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.413 INFO kablam! | Oct 22 02:09:24.414 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.414 INFO kablam! | ^^^^^ Oct 22 02:09:24.414 INFO kablam! ... Oct 22 02:09:24.415 INFO kablam! 273 | rt_alloc_layout_checked!(rt_pow2_2bytes_1align_alloc_layout_checked, 2, 1); Oct 22 02:09:24.415 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.416 INFO kablam! | Oct 22 02:09:24.416 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.416 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.417 INFO kablam! | Oct 22 02:09:24.417 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.418 INFO kablam! | Oct 22 02:09:24.418 INFO kablam! Oct 22 02:09:24.418 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.419 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.419 INFO kablam! | Oct 22 02:09:24.420 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.420 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.421 INFO kablam! ... Oct 22 02:09:24.421 INFO kablam! 273 | rt_alloc_layout_checked!(rt_pow2_2bytes_1align_alloc_layout_checked, 2, 1); Oct 22 02:09:24.421 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.422 INFO kablam! | Oct 22 02:09:24.422 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.422 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.423 INFO kablam! | Oct 22 02:09:24.423 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.423 INFO kablam! | Oct 22 02:09:24.424 INFO kablam! Oct 22 02:09:24.424 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.424 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.424 INFO kablam! | Oct 22 02:09:24.425 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.425 INFO kablam! | ^^^^^ Oct 22 02:09:24.425 INFO kablam! ... Oct 22 02:09:24.425 INFO kablam! 286 | rt_alloc_layout_checked!(rt_pow2_4bytes_1align_alloc_layout_checked, 4, 1); Oct 22 02:09:24.426 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.426 INFO kablam! | Oct 22 02:09:24.426 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.427 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.427 INFO kablam! | Oct 22 02:09:24.427 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.427 INFO kablam! | Oct 22 02:09:24.428 INFO kablam! Oct 22 02:09:24.428 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.428 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.432 INFO kablam! | Oct 22 02:09:24.433 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.433 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.433 INFO kablam! ... Oct 22 02:09:24.433 INFO kablam! 286 | rt_alloc_layout_checked!(rt_pow2_4bytes_1align_alloc_layout_checked, 4, 1); Oct 22 02:09:24.434 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.434 INFO kablam! | Oct 22 02:09:24.434 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.434 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.435 INFO kablam! | Oct 22 02:09:24.435 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.435 INFO kablam! | Oct 22 02:09:24.435 INFO kablam! Oct 22 02:09:24.436 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.436 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.436 INFO kablam! | Oct 22 02:09:24.437 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.437 INFO kablam! | ^^^^^ Oct 22 02:09:24.437 INFO kablam! ... Oct 22 02:09:24.437 INFO kablam! 299 | rt_alloc_layout_checked!(rt_pow2_8bytes_1align_alloc_layout_checked, 8, 1); Oct 22 02:09:24.438 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.439 INFO kablam! | Oct 22 02:09:24.439 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.439 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.439 INFO kablam! | Oct 22 02:09:24.439 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.439 INFO kablam! | Oct 22 02:09:24.439 INFO kablam! Oct 22 02:09:24.439 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.440 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.440 INFO kablam! | Oct 22 02:09:24.440 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.440 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.440 INFO kablam! ... Oct 22 02:09:24.440 INFO kablam! 299 | rt_alloc_layout_checked!(rt_pow2_8bytes_1align_alloc_layout_checked, 8, 1); Oct 22 02:09:24.440 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.440 INFO kablam! | Oct 22 02:09:24.440 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.440 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.440 INFO kablam! | Oct 22 02:09:24.440 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.440 INFO kablam! | Oct 22 02:09:24.440 INFO kablam! Oct 22 02:09:24.440 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.440 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.440 INFO kablam! | Oct 22 02:09:24.440 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.440 INFO kablam! | ^^^^^ Oct 22 02:09:24.440 INFO kablam! ... Oct 22 02:09:24.440 INFO kablam! 312 | rt_alloc_layout_checked!(rt_pow2_16bytes_1align_alloc_layout_checked, 16, 1); Oct 22 02:09:24.440 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.441 INFO kablam! | Oct 22 02:09:24.441 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.441 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.441 INFO kablam! | Oct 22 02:09:24.441 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.441 INFO kablam! | Oct 22 02:09:24.441 INFO kablam! Oct 22 02:09:24.441 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.441 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.441 INFO kablam! | Oct 22 02:09:24.441 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.441 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.441 INFO kablam! ... Oct 22 02:09:24.441 INFO kablam! 312 | rt_alloc_layout_checked!(rt_pow2_16bytes_1align_alloc_layout_checked, 16, 1); Oct 22 02:09:24.441 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.441 INFO kablam! | Oct 22 02:09:24.441 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.441 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.441 INFO kablam! | Oct 22 02:09:24.441 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.441 INFO kablam! | Oct 22 02:09:24.441 INFO kablam! Oct 22 02:09:24.441 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.441 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.441 INFO kablam! | Oct 22 02:09:24.442 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.442 INFO kablam! | ^^^^^ Oct 22 02:09:24.442 INFO kablam! ... Oct 22 02:09:24.442 INFO kablam! 325 | rt_alloc_layout_checked!(rt_pow2_32bytes_1align_alloc_layout_checked, 32, 1); Oct 22 02:09:24.442 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.442 INFO kablam! | Oct 22 02:09:24.442 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.442 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.442 INFO kablam! | Oct 22 02:09:24.442 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.442 INFO kablam! | Oct 22 02:09:24.442 INFO kablam! Oct 22 02:09:24.442 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.442 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.442 INFO kablam! | Oct 22 02:09:24.442 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.442 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.442 INFO kablam! ... Oct 22 02:09:24.442 INFO kablam! 325 | rt_alloc_layout_checked!(rt_pow2_32bytes_1align_alloc_layout_checked, 32, 1); Oct 22 02:09:24.442 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.442 INFO kablam! | Oct 22 02:09:24.442 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.442 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.442 INFO kablam! | Oct 22 02:09:24.442 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.443 INFO kablam! | Oct 22 02:09:24.443 INFO kablam! Oct 22 02:09:24.443 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.443 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.443 INFO kablam! | Oct 22 02:09:24.443 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.443 INFO kablam! | ^^^^^ Oct 22 02:09:24.443 INFO kablam! ... Oct 22 02:09:24.443 INFO kablam! 338 | rt_alloc_layout_checked!(rt_pow2_64bytes_1align_alloc_layout_checked, 64, 1); Oct 22 02:09:24.443 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.443 INFO kablam! | Oct 22 02:09:24.443 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.443 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.443 INFO kablam! | Oct 22 02:09:24.443 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.443 INFO kablam! | Oct 22 02:09:24.443 INFO kablam! Oct 22 02:09:24.443 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.443 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.443 INFO kablam! | Oct 22 02:09:24.443 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.443 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.443 INFO kablam! ... Oct 22 02:09:24.443 INFO kablam! 338 | rt_alloc_layout_checked!(rt_pow2_64bytes_1align_alloc_layout_checked, 64, 1); Oct 22 02:09:24.443 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.444 INFO kablam! | Oct 22 02:09:24.444 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.444 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.444 INFO kablam! | Oct 22 02:09:24.444 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.444 INFO kablam! | Oct 22 02:09:24.444 INFO kablam! Oct 22 02:09:24.444 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.444 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.444 INFO kablam! | Oct 22 02:09:24.444 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.444 INFO kablam! | ^^^^^ Oct 22 02:09:24.445 INFO kablam! ... Oct 22 02:09:24.445 INFO kablam! 351 | rt_alloc_layout_checked!(rt_pow2_128bytes_1align_alloc_layout_checked, 128, 1); Oct 22 02:09:24.445 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.445 INFO kablam! | Oct 22 02:09:24.445 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.445 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.445 INFO kablam! | Oct 22 02:09:24.445 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.445 INFO kablam! | Oct 22 02:09:24.445 INFO kablam! Oct 22 02:09:24.445 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.445 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.445 INFO kablam! | Oct 22 02:09:24.445 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.445 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.445 INFO kablam! ... Oct 22 02:09:24.445 INFO kablam! 351 | rt_alloc_layout_checked!(rt_pow2_128bytes_1align_alloc_layout_checked, 128, 1); Oct 22 02:09:24.445 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.445 INFO kablam! | Oct 22 02:09:24.445 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.445 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.445 INFO kablam! | Oct 22 02:09:24.445 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.445 INFO kablam! | Oct 22 02:09:24.446 INFO kablam! Oct 22 02:09:24.446 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.446 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.446 INFO kablam! | Oct 22 02:09:24.446 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.446 INFO kablam! | ^^^^^ Oct 22 02:09:24.446 INFO kablam! ... Oct 22 02:09:24.446 INFO kablam! 364 | rt_alloc_layout_checked!(rt_pow2_256bytes_1align_alloc_layout_checked, 256, 1); Oct 22 02:09:24.446 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.446 INFO kablam! | Oct 22 02:09:24.446 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.446 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.446 INFO kablam! | Oct 22 02:09:24.446 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.446 INFO kablam! | Oct 22 02:09:24.446 INFO kablam! Oct 22 02:09:24.446 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.446 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.446 INFO kablam! | Oct 22 02:09:24.446 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.446 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.446 INFO kablam! ... Oct 22 02:09:24.446 INFO kablam! 364 | rt_alloc_layout_checked!(rt_pow2_256bytes_1align_alloc_layout_checked, 256, 1); Oct 22 02:09:24.446 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.446 INFO kablam! | Oct 22 02:09:24.446 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.447 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.447 INFO kablam! | Oct 22 02:09:24.447 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.447 INFO kablam! | Oct 22 02:09:24.447 INFO kablam! Oct 22 02:09:24.447 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.447 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.447 INFO kablam! | Oct 22 02:09:24.447 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.447 INFO kablam! | ^^^^^ Oct 22 02:09:24.447 INFO kablam! ... Oct 22 02:09:24.447 INFO kablam! 377 | rt_alloc_layout_checked!(rt_pow2_512bytes_1align_alloc_layout_checked, 512, 1); Oct 22 02:09:24.447 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.447 INFO kablam! | Oct 22 02:09:24.447 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.447 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.447 INFO kablam! | Oct 22 02:09:24.447 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.447 INFO kablam! | Oct 22 02:09:24.447 INFO kablam! Oct 22 02:09:24.447 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.447 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.447 INFO kablam! | Oct 22 02:09:24.447 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.447 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.447 INFO kablam! ... Oct 22 02:09:24.448 INFO kablam! 377 | rt_alloc_layout_checked!(rt_pow2_512bytes_1align_alloc_layout_checked, 512, 1); Oct 22 02:09:24.448 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.448 INFO kablam! | Oct 22 02:09:24.448 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.448 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.448 INFO kablam! | Oct 22 02:09:24.448 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.448 INFO kablam! | Oct 22 02:09:24.448 INFO kablam! Oct 22 02:09:24.448 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.448 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.448 INFO kablam! | Oct 22 02:09:24.448 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.448 INFO kablam! | ^^^^^ Oct 22 02:09:24.448 INFO kablam! ... Oct 22 02:09:24.448 INFO kablam! 390 | rt_alloc_layout_checked!(rt_pow2_1024bytes_1align_alloc_layout_checked, 1024, 1); Oct 22 02:09:24.448 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.448 INFO kablam! | Oct 22 02:09:24.448 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.448 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.448 INFO kablam! | Oct 22 02:09:24.449 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.449 INFO kablam! | Oct 22 02:09:24.449 INFO kablam! Oct 22 02:09:24.449 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.449 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.449 INFO kablam! | Oct 22 02:09:24.449 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.449 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.449 INFO kablam! ... Oct 22 02:09:24.449 INFO kablam! 390 | rt_alloc_layout_checked!(rt_pow2_1024bytes_1align_alloc_layout_checked, 1024, 1); Oct 22 02:09:24.449 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.449 INFO kablam! | Oct 22 02:09:24.449 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.449 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.449 INFO kablam! | Oct 22 02:09:24.449 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.449 INFO kablam! | Oct 22 02:09:24.449 INFO kablam! Oct 22 02:09:24.449 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.449 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.449 INFO kablam! | Oct 22 02:09:24.449 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.449 INFO kablam! | ^^^^^ Oct 22 02:09:24.450 INFO kablam! ... Oct 22 02:09:24.450 INFO kablam! 403 | rt_alloc_layout_checked!(rt_pow2_2048bytes_1align_alloc_layout_checked, 2048, 1); Oct 22 02:09:24.450 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.450 INFO kablam! | Oct 22 02:09:24.450 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.450 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.450 INFO kablam! | Oct 22 02:09:24.450 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.450 INFO kablam! | Oct 22 02:09:24.450 INFO kablam! Oct 22 02:09:24.450 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.450 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.450 INFO kablam! | Oct 22 02:09:24.450 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.450 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.450 INFO kablam! ... Oct 22 02:09:24.450 INFO kablam! 403 | rt_alloc_layout_checked!(rt_pow2_2048bytes_1align_alloc_layout_checked, 2048, 1); Oct 22 02:09:24.450 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.450 INFO kablam! | Oct 22 02:09:24.450 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.450 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.450 INFO kablam! | Oct 22 02:09:24.450 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.450 INFO kablam! | Oct 22 02:09:24.451 INFO kablam! Oct 22 02:09:24.451 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.451 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.451 INFO kablam! | Oct 22 02:09:24.451 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.451 INFO kablam! | ^^^^^ Oct 22 02:09:24.451 INFO kablam! ... Oct 22 02:09:24.451 INFO kablam! 416 | rt_alloc_layout_checked!(rt_pow2_4096bytes_1align_alloc_layout_checked, 4096, 1); Oct 22 02:09:24.451 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.451 INFO kablam! | Oct 22 02:09:24.451 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.451 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.451 INFO kablam! | Oct 22 02:09:24.451 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.451 INFO kablam! | Oct 22 02:09:24.451 INFO kablam! Oct 22 02:09:24.451 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.451 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.451 INFO kablam! | Oct 22 02:09:24.451 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.451 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.451 INFO kablam! ... Oct 22 02:09:24.451 INFO kablam! 416 | rt_alloc_layout_checked!(rt_pow2_4096bytes_1align_alloc_layout_checked, 4096, 1); Oct 22 02:09:24.451 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.452 INFO kablam! | Oct 22 02:09:24.452 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.452 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.452 INFO kablam! | Oct 22 02:09:24.452 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.452 INFO kablam! | Oct 22 02:09:24.452 INFO kablam! Oct 22 02:09:24.452 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.452 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.452 INFO kablam! | Oct 22 02:09:24.452 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.452 INFO kablam! | ^^^^^ Oct 22 02:09:24.452 INFO kablam! ... Oct 22 02:09:24.452 INFO kablam! 429 | rt_alloc_layout_checked!(rt_pow2_8192bytes_1align_alloc_layout_checked, 8192, 1); Oct 22 02:09:24.452 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.452 INFO kablam! | Oct 22 02:09:24.452 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.452 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.452 INFO kablam! | Oct 22 02:09:24.452 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.452 INFO kablam! | Oct 22 02:09:24.453 INFO kablam! Oct 22 02:09:24.453 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.453 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.453 INFO kablam! | Oct 22 02:09:24.453 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.453 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.453 INFO kablam! ... Oct 22 02:09:24.453 INFO kablam! 429 | rt_alloc_layout_checked!(rt_pow2_8192bytes_1align_alloc_layout_checked, 8192, 1); Oct 22 02:09:24.453 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.453 INFO kablam! | Oct 22 02:09:24.453 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.453 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.453 INFO kablam! | Oct 22 02:09:24.453 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.453 INFO kablam! | Oct 22 02:09:24.453 INFO kablam! Oct 22 02:09:24.453 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.453 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.453 INFO kablam! | Oct 22 02:09:24.453 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.453 INFO kablam! | ^^^^^ Oct 22 02:09:24.454 INFO kablam! ... Oct 22 02:09:24.454 INFO kablam! 442 | rt_alloc_layout_checked!(rt_pow2_16384bytes_1align_alloc_layout_checked, 16384, 1); Oct 22 02:09:24.454 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.454 INFO kablam! | Oct 22 02:09:24.454 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.454 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.454 INFO kablam! | Oct 22 02:09:24.454 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.454 INFO kablam! | Oct 22 02:09:24.454 INFO kablam! Oct 22 02:09:24.454 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.454 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.454 INFO kablam! | Oct 22 02:09:24.454 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.454 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.454 INFO kablam! ... Oct 22 02:09:24.454 INFO kablam! 442 | rt_alloc_layout_checked!(rt_pow2_16384bytes_1align_alloc_layout_checked, 16384, 1); Oct 22 02:09:24.454 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.454 INFO kablam! | Oct 22 02:09:24.454 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.454 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.454 INFO kablam! | Oct 22 02:09:24.454 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.455 INFO kablam! | Oct 22 02:09:24.455 INFO kablam! Oct 22 02:09:24.455 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.455 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.455 INFO kablam! | Oct 22 02:09:24.455 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.455 INFO kablam! | ^^^^^ Oct 22 02:09:24.455 INFO kablam! ... Oct 22 02:09:24.455 INFO kablam! 455 | rt_alloc_layout_checked!(rt_pow2_32768bytes_1align_alloc_layout_checked, 32768, 1); Oct 22 02:09:24.455 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.455 INFO kablam! | Oct 22 02:09:24.455 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.455 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.455 INFO kablam! | Oct 22 02:09:24.455 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.455 INFO kablam! | Oct 22 02:09:24.455 INFO kablam! Oct 22 02:09:24.455 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.455 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.455 INFO kablam! | Oct 22 02:09:24.455 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.456 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.456 INFO kablam! ... Oct 22 02:09:24.456 INFO kablam! 455 | rt_alloc_layout_checked!(rt_pow2_32768bytes_1align_alloc_layout_checked, 32768, 1); Oct 22 02:09:24.456 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.456 INFO kablam! | Oct 22 02:09:24.456 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.456 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.456 INFO kablam! | Oct 22 02:09:24.456 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.456 INFO kablam! | Oct 22 02:09:24.456 INFO kablam! Oct 22 02:09:24.456 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.456 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.456 INFO kablam! | Oct 22 02:09:24.456 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.456 INFO kablam! | ^^^^^ Oct 22 02:09:24.456 INFO kablam! ... Oct 22 02:09:24.456 INFO kablam! 468 | rt_alloc_layout_checked!(rt_pow2_65536bytes_1align_alloc_layout_checked, 65536, 1); Oct 22 02:09:24.456 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.456 INFO kablam! | Oct 22 02:09:24.456 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.456 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.457 INFO kablam! | Oct 22 02:09:24.457 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.457 INFO kablam! | Oct 22 02:09:24.457 INFO kablam! Oct 22 02:09:24.457 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.457 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.457 INFO kablam! | Oct 22 02:09:24.457 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.457 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.457 INFO kablam! ... Oct 22 02:09:24.457 INFO kablam! 468 | rt_alloc_layout_checked!(rt_pow2_65536bytes_1align_alloc_layout_checked, 65536, 1); Oct 22 02:09:24.457 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.457 INFO kablam! | Oct 22 02:09:24.457 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.457 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.457 INFO kablam! | Oct 22 02:09:24.457 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.457 INFO kablam! | Oct 22 02:09:24.457 INFO kablam! Oct 22 02:09:24.457 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.457 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.457 INFO kablam! | Oct 22 02:09:24.458 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.458 INFO kablam! | ^^^^^ Oct 22 02:09:24.458 INFO kablam! ... Oct 22 02:09:24.458 INFO kablam! 481 | rt_alloc_layout_checked!(rt_pow2_131072bytes_1align_alloc_layout_checked, 131072, 1); Oct 22 02:09:24.458 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.458 INFO kablam! | Oct 22 02:09:24.458 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.458 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.458 INFO kablam! | Oct 22 02:09:24.458 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.458 INFO kablam! | Oct 22 02:09:24.458 INFO kablam! Oct 22 02:09:24.458 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.458 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.458 INFO kablam! | Oct 22 02:09:24.458 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.458 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.458 INFO kablam! ... Oct 22 02:09:24.458 INFO kablam! 481 | rt_alloc_layout_checked!(rt_pow2_131072bytes_1align_alloc_layout_checked, 131072, 1); Oct 22 02:09:24.458 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.458 INFO kablam! | Oct 22 02:09:24.458 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.459 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.459 INFO kablam! | Oct 22 02:09:24.459 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.459 INFO kablam! | Oct 22 02:09:24.459 INFO kablam! Oct 22 02:09:24.459 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.459 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.459 INFO kablam! | Oct 22 02:09:24.459 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.459 INFO kablam! | ^^^^^ Oct 22 02:09:24.459 INFO kablam! ... Oct 22 02:09:24.459 INFO kablam! 494 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_1align_alloc_layout_checked, 4194304, 1); Oct 22 02:09:24.459 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.459 INFO kablam! | Oct 22 02:09:24.459 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.459 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.459 INFO kablam! | Oct 22 02:09:24.459 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.459 INFO kablam! | Oct 22 02:09:24.459 INFO kablam! Oct 22 02:09:24.459 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.459 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.460 INFO kablam! | Oct 22 02:09:24.460 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.460 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.460 INFO kablam! ... Oct 22 02:09:24.460 INFO kablam! 494 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_1align_alloc_layout_checked, 4194304, 1); Oct 22 02:09:24.460 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.460 INFO kablam! | Oct 22 02:09:24.460 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.461 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.462 INFO kablam! | Oct 22 02:09:24.462 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.462 INFO kablam! | Oct 22 02:09:24.462 INFO kablam! Oct 22 02:09:24.462 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.462 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.462 INFO kablam! | Oct 22 02:09:24.462 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.462 INFO kablam! | ^^^^^ Oct 22 02:09:24.462 INFO kablam! ... Oct 22 02:09:24.462 INFO kablam! 508 | rt_alloc_layout_checked!(rt_even_10bytes_1align_alloc_layout_checked, 10, 1); Oct 22 02:09:24.462 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.462 INFO kablam! | Oct 22 02:09:24.462 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.462 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.462 INFO kablam! | Oct 22 02:09:24.462 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.462 INFO kablam! | Oct 22 02:09:24.462 INFO kablam! Oct 22 02:09:24.462 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.462 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.462 INFO kablam! | Oct 22 02:09:24.462 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.462 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.462 INFO kablam! ... Oct 22 02:09:24.462 INFO kablam! 508 | rt_alloc_layout_checked!(rt_even_10bytes_1align_alloc_layout_checked, 10, 1); Oct 22 02:09:24.462 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.462 INFO kablam! | Oct 22 02:09:24.462 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.462 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.462 INFO kablam! | Oct 22 02:09:24.462 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.462 INFO kablam! | Oct 22 02:09:24.462 INFO kablam! Oct 22 02:09:24.462 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.462 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.462 INFO kablam! | Oct 22 02:09:24.463 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.463 INFO kablam! | ^^^^^ Oct 22 02:09:24.463 INFO kablam! ... Oct 22 02:09:24.463 INFO kablam! 521 | rt_alloc_layout_checked!(rt_even_100bytes_1align_alloc_layout_checked, 100, 1); Oct 22 02:09:24.463 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.463 INFO kablam! | Oct 22 02:09:24.463 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.463 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.463 INFO kablam! | Oct 22 02:09:24.463 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.463 INFO kablam! | Oct 22 02:09:24.463 INFO kablam! Oct 22 02:09:24.463 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.463 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.463 INFO kablam! | Oct 22 02:09:24.463 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.464 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.464 INFO kablam! ... Oct 22 02:09:24.464 INFO kablam! 521 | rt_alloc_layout_checked!(rt_even_100bytes_1align_alloc_layout_checked, 100, 1); Oct 22 02:09:24.464 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.464 INFO kablam! | Oct 22 02:09:24.464 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.464 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.464 INFO kablam! | Oct 22 02:09:24.464 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.464 INFO kablam! | Oct 22 02:09:24.464 INFO kablam! Oct 22 02:09:24.464 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.464 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.464 INFO kablam! | Oct 22 02:09:24.464 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.464 INFO kablam! | ^^^^^ Oct 22 02:09:24.465 INFO kablam! ... Oct 22 02:09:24.465 INFO kablam! 534 | rt_alloc_layout_checked!(rt_even_1000bytes_1align_alloc_layout_checked, 1000, 1); Oct 22 02:09:24.465 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.465 INFO kablam! | Oct 22 02:09:24.465 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.465 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.465 INFO kablam! | Oct 22 02:09:24.465 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.465 INFO kablam! | Oct 22 02:09:24.465 INFO kablam! Oct 22 02:09:24.465 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.465 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.465 INFO kablam! | Oct 22 02:09:24.465 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.465 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.465 INFO kablam! ... Oct 22 02:09:24.465 INFO kablam! 534 | rt_alloc_layout_checked!(rt_even_1000bytes_1align_alloc_layout_checked, 1000, 1); Oct 22 02:09:24.466 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.466 INFO kablam! | Oct 22 02:09:24.466 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.466 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.466 INFO kablam! | Oct 22 02:09:24.466 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.466 INFO kablam! | Oct 22 02:09:24.466 INFO kablam! Oct 22 02:09:24.466 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.466 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.466 INFO kablam! | Oct 22 02:09:24.466 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.466 INFO kablam! | ^^^^^ Oct 22 02:09:24.466 INFO kablam! ... Oct 22 02:09:24.466 INFO kablam! 547 | rt_alloc_layout_checked!(rt_even_10000bytes_1align_alloc_layout_checked, 10000, 1); Oct 22 02:09:24.466 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.466 INFO kablam! | Oct 22 02:09:24.467 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.467 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.467 INFO kablam! | Oct 22 02:09:24.467 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.467 INFO kablam! | Oct 22 02:09:24.467 INFO kablam! Oct 22 02:09:24.467 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.467 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.467 INFO kablam! | Oct 22 02:09:24.467 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.467 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.467 INFO kablam! ... Oct 22 02:09:24.467 INFO kablam! 547 | rt_alloc_layout_checked!(rt_even_10000bytes_1align_alloc_layout_checked, 10000, 1); Oct 22 02:09:24.467 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.467 INFO kablam! | Oct 22 02:09:24.467 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.467 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.467 INFO kablam! | Oct 22 02:09:24.468 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.468 INFO kablam! | Oct 22 02:09:24.468 INFO kablam! Oct 22 02:09:24.468 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.468 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.468 INFO kablam! | Oct 22 02:09:24.468 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.468 INFO kablam! | ^^^^^ Oct 22 02:09:24.468 INFO kablam! ... Oct 22 02:09:24.468 INFO kablam! 560 | rt_alloc_layout_checked!(rt_even_100000bytes_1align_alloc_layout_checked, 100000, 1); Oct 22 02:09:24.468 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.468 INFO kablam! | Oct 22 02:09:24.468 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.468 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.468 INFO kablam! | Oct 22 02:09:24.468 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.468 INFO kablam! | Oct 22 02:09:24.468 INFO kablam! Oct 22 02:09:24.468 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.468 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.468 INFO kablam! | Oct 22 02:09:24.468 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.469 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.469 INFO kablam! ... Oct 22 02:09:24.469 INFO kablam! 560 | rt_alloc_layout_checked!(rt_even_100000bytes_1align_alloc_layout_checked, 100000, 1); Oct 22 02:09:24.469 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.469 INFO kablam! | Oct 22 02:09:24.469 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.469 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.469 INFO kablam! | Oct 22 02:09:24.469 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.469 INFO kablam! | Oct 22 02:09:24.469 INFO kablam! Oct 22 02:09:24.469 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.469 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.469 INFO kablam! | Oct 22 02:09:24.469 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.469 INFO kablam! | ^^^^^ Oct 22 02:09:24.469 INFO kablam! ... Oct 22 02:09:24.469 INFO kablam! 573 | rt_alloc_layout_checked!(rt_even_1000000bytes_1align_alloc_layout_checked, 1000000, 1); Oct 22 02:09:24.469 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.469 INFO kablam! | Oct 22 02:09:24.469 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.469 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.470 INFO kablam! | Oct 22 02:09:24.470 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.470 INFO kablam! | Oct 22 02:09:24.470 INFO kablam! Oct 22 02:09:24.470 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.470 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.470 INFO kablam! | Oct 22 02:09:24.470 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.470 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.470 INFO kablam! ... Oct 22 02:09:24.470 INFO kablam! 573 | rt_alloc_layout_checked!(rt_even_1000000bytes_1align_alloc_layout_checked, 1000000, 1); Oct 22 02:09:24.470 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.470 INFO kablam! | Oct 22 02:09:24.470 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.470 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.470 INFO kablam! | Oct 22 02:09:24.470 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.470 INFO kablam! | Oct 22 02:09:24.470 INFO kablam! Oct 22 02:09:24.470 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.470 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.470 INFO kablam! | Oct 22 02:09:24.470 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.471 INFO kablam! | ^^^^^ Oct 22 02:09:24.471 INFO kablam! ... Oct 22 02:09:24.471 INFO kablam! 587 | rt_alloc_layout_checked!(rt_odd_10bytes_1align_alloc_layout_checked, 10- 1, 1); Oct 22 02:09:24.471 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.472 INFO kablam! | Oct 22 02:09:24.472 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.472 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.472 INFO kablam! | Oct 22 02:09:24.472 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.472 INFO kablam! | Oct 22 02:09:24.472 INFO kablam! Oct 22 02:09:24.472 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.472 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.472 INFO kablam! | Oct 22 02:09:24.472 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.472 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.472 INFO kablam! ... Oct 22 02:09:24.472 INFO kablam! 587 | rt_alloc_layout_checked!(rt_odd_10bytes_1align_alloc_layout_checked, 10- 1, 1); Oct 22 02:09:24.472 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.472 INFO kablam! | Oct 22 02:09:24.472 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.472 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.472 INFO kablam! | Oct 22 02:09:24.472 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.472 INFO kablam! | Oct 22 02:09:24.472 INFO kablam! Oct 22 02:09:24.472 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.472 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.472 INFO kablam! | Oct 22 02:09:24.472 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.472 INFO kablam! | ^^^^^ Oct 22 02:09:24.472 INFO kablam! ... Oct 22 02:09:24.472 INFO kablam! 600 | rt_alloc_layout_checked!(rt_odd_100bytes_1align_alloc_layout_checked, 100- 1, 1); Oct 22 02:09:24.472 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.472 INFO kablam! | Oct 22 02:09:24.472 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.472 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.472 INFO kablam! | Oct 22 02:09:24.472 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.472 INFO kablam! | Oct 22 02:09:24.472 INFO kablam! Oct 22 02:09:24.472 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.472 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.472 INFO kablam! | Oct 22 02:09:24.472 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.472 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.472 INFO kablam! ... Oct 22 02:09:24.472 INFO kablam! 600 | rt_alloc_layout_checked!(rt_odd_100bytes_1align_alloc_layout_checked, 100- 1, 1); Oct 22 02:09:24.472 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.472 INFO kablam! | Oct 22 02:09:24.472 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.472 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.472 INFO kablam! | Oct 22 02:09:24.472 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.472 INFO kablam! | Oct 22 02:09:24.472 INFO kablam! Oct 22 02:09:24.472 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.472 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.472 INFO kablam! | Oct 22 02:09:24.472 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.472 INFO kablam! | ^^^^^ Oct 22 02:09:24.472 INFO kablam! ... Oct 22 02:09:24.472 INFO kablam! 613 | rt_alloc_layout_checked!(rt_odd_1000bytes_1align_alloc_layout_checked, 1000- 1, 1); Oct 22 02:09:24.472 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.472 INFO kablam! | Oct 22 02:09:24.472 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.472 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.472 INFO kablam! | Oct 22 02:09:24.472 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.472 INFO kablam! | Oct 22 02:09:24.472 INFO kablam! Oct 22 02:09:24.473 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.473 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.473 INFO kablam! | Oct 22 02:09:24.473 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.473 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.473 INFO kablam! ... Oct 22 02:09:24.473 INFO kablam! 613 | rt_alloc_layout_checked!(rt_odd_1000bytes_1align_alloc_layout_checked, 1000- 1, 1); Oct 22 02:09:24.473 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.473 INFO kablam! | Oct 22 02:09:24.473 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.473 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.473 INFO kablam! | Oct 22 02:09:24.473 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.473 INFO kablam! | Oct 22 02:09:24.473 INFO kablam! Oct 22 02:09:24.473 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.473 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.473 INFO kablam! | Oct 22 02:09:24.473 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.473 INFO kablam! | ^^^^^ Oct 22 02:09:24.473 INFO kablam! ... Oct 22 02:09:24.473 INFO kablam! 626 | rt_alloc_layout_checked!(rt_odd_10000bytes_1align_alloc_layout_checked, 10000- 1, 1); Oct 22 02:09:24.473 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.473 INFO kablam! | Oct 22 02:09:24.473 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.473 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.473 INFO kablam! | Oct 22 02:09:24.473 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.473 INFO kablam! | Oct 22 02:09:24.473 INFO kablam! Oct 22 02:09:24.473 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.473 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.473 INFO kablam! | Oct 22 02:09:24.473 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.473 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.473 INFO kablam! ... Oct 22 02:09:24.473 INFO kablam! 626 | rt_alloc_layout_checked!(rt_odd_10000bytes_1align_alloc_layout_checked, 10000- 1, 1); Oct 22 02:09:24.473 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.473 INFO kablam! | Oct 22 02:09:24.473 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.473 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.473 INFO kablam! | Oct 22 02:09:24.473 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.473 INFO kablam! | Oct 22 02:09:24.473 INFO kablam! Oct 22 02:09:24.482 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.482 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.482 INFO kablam! | Oct 22 02:09:24.482 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.482 INFO kablam! | ^^^^^ Oct 22 02:09:24.482 INFO kablam! ... Oct 22 02:09:24.482 INFO kablam! 639 | rt_alloc_layout_checked!(rt_odd_100000bytes_1align_alloc_layout_checked, 100000- 1, 1); Oct 22 02:09:24.482 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.482 INFO kablam! | Oct 22 02:09:24.482 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.482 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.482 INFO kablam! | Oct 22 02:09:24.482 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.482 INFO kablam! | Oct 22 02:09:24.482 INFO kablam! Oct 22 02:09:24.482 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.482 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.482 INFO kablam! | Oct 22 02:09:24.482 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.482 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.482 INFO kablam! ... Oct 22 02:09:24.482 INFO kablam! 639 | rt_alloc_layout_checked!(rt_odd_100000bytes_1align_alloc_layout_checked, 100000- 1, 1); Oct 22 02:09:24.482 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.482 INFO kablam! | Oct 22 02:09:24.482 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.482 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.482 INFO kablam! | Oct 22 02:09:24.482 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.482 INFO kablam! | Oct 22 02:09:24.482 INFO kablam! Oct 22 02:09:24.482 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.482 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.482 INFO kablam! | Oct 22 02:09:24.482 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.482 INFO kablam! | ^^^^^ Oct 22 02:09:24.482 INFO kablam! ... Oct 22 02:09:24.482 INFO kablam! 652 | rt_alloc_layout_checked!(rt_odd_1000000bytes_1align_alloc_layout_checked, 1000000- 1, 1); Oct 22 02:09:24.482 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.482 INFO kablam! | Oct 22 02:09:24.482 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.482 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.482 INFO kablam! | Oct 22 02:09:24.482 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.482 INFO kablam! | Oct 22 02:09:24.482 INFO kablam! Oct 22 02:09:24.482 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.482 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.482 INFO kablam! | Oct 22 02:09:24.482 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.482 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.482 INFO kablam! ... Oct 22 02:09:24.482 INFO kablam! 652 | rt_alloc_layout_checked!(rt_odd_1000000bytes_1align_alloc_layout_checked, 1000000- 1, 1); Oct 22 02:09:24.482 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.482 INFO kablam! | Oct 22 02:09:24.482 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.482 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.482 INFO kablam! | Oct 22 02:09:24.482 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.482 INFO kablam! | Oct 22 02:09:24.482 INFO kablam! Oct 22 02:09:24.484 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.484 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.484 INFO kablam! | Oct 22 02:09:24.484 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.484 INFO kablam! | ^^^^^ Oct 22 02:09:24.484 INFO kablam! ... Oct 22 02:09:24.484 INFO kablam! 666 | rt_alloc_layout_checked!(rt_primes_3bytes_1align_alloc_layout_checked, 3, 1); Oct 22 02:09:24.484 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.484 INFO kablam! | Oct 22 02:09:24.484 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.484 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.484 INFO kablam! | Oct 22 02:09:24.484 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.484 INFO kablam! | Oct 22 02:09:24.484 INFO kablam! Oct 22 02:09:24.484 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.485 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.485 INFO kablam! | Oct 22 02:09:24.485 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.485 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.485 INFO kablam! ... Oct 22 02:09:24.485 INFO kablam! 666 | rt_alloc_layout_checked!(rt_primes_3bytes_1align_alloc_layout_checked, 3, 1); Oct 22 02:09:24.485 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.485 INFO kablam! | Oct 22 02:09:24.485 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.485 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.485 INFO kablam! | Oct 22 02:09:24.485 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.485 INFO kablam! | Oct 22 02:09:24.485 INFO kablam! Oct 22 02:09:24.485 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.485 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.485 INFO kablam! | Oct 22 02:09:24.485 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.485 INFO kablam! | ^^^^^ Oct 22 02:09:24.485 INFO kablam! ... Oct 22 02:09:24.485 INFO kablam! 679 | rt_alloc_layout_checked!(rt_primes_7bytes_1align_alloc_layout_checked, 7, 1); Oct 22 02:09:24.485 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.485 INFO kablam! | Oct 22 02:09:24.485 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.485 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.485 INFO kablam! | Oct 22 02:09:24.485 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.485 INFO kablam! | Oct 22 02:09:24.485 INFO kablam! Oct 22 02:09:24.485 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.485 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.485 INFO kablam! | Oct 22 02:09:24.485 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.485 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.485 INFO kablam! ... Oct 22 02:09:24.485 INFO kablam! 679 | rt_alloc_layout_checked!(rt_primes_7bytes_1align_alloc_layout_checked, 7, 1); Oct 22 02:09:24.485 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.485 INFO kablam! | Oct 22 02:09:24.485 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.485 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.485 INFO kablam! | Oct 22 02:09:24.485 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.485 INFO kablam! | Oct 22 02:09:24.485 INFO kablam! Oct 22 02:09:24.485 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.485 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.485 INFO kablam! | Oct 22 02:09:24.485 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.485 INFO kablam! | ^^^^^ Oct 22 02:09:24.485 INFO kablam! ... Oct 22 02:09:24.485 INFO kablam! 692 | rt_alloc_layout_checked!(rt_primes_13bytes_1align_alloc_layout_checked, 13, 1); Oct 22 02:09:24.485 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.485 INFO kablam! | Oct 22 02:09:24.485 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.485 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.485 INFO kablam! | Oct 22 02:09:24.485 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.485 INFO kablam! | Oct 22 02:09:24.485 INFO kablam! Oct 22 02:09:24.485 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.485 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.485 INFO kablam! | Oct 22 02:09:24.485 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.485 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.485 INFO kablam! ... Oct 22 02:09:24.485 INFO kablam! 692 | rt_alloc_layout_checked!(rt_primes_13bytes_1align_alloc_layout_checked, 13, 1); Oct 22 02:09:24.485 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.485 INFO kablam! | Oct 22 02:09:24.485 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.485 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.485 INFO kablam! | Oct 22 02:09:24.485 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.485 INFO kablam! | Oct 22 02:09:24.485 INFO kablam! Oct 22 02:09:24.485 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.485 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.485 INFO kablam! | Oct 22 02:09:24.485 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.485 INFO kablam! | ^^^^^ Oct 22 02:09:24.485 INFO kablam! ... Oct 22 02:09:24.485 INFO kablam! 705 | rt_alloc_layout_checked!(rt_primes_17bytes_1align_alloc_layout_checked, 17, 1); Oct 22 02:09:24.485 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.485 INFO kablam! | Oct 22 02:09:24.485 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.485 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.486 INFO kablam! | Oct 22 02:09:24.486 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.486 INFO kablam! | Oct 22 02:09:24.486 INFO kablam! Oct 22 02:09:24.486 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.486 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.486 INFO kablam! | Oct 22 02:09:24.486 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.486 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.486 INFO kablam! ... Oct 22 02:09:24.486 INFO kablam! 705 | rt_alloc_layout_checked!(rt_primes_17bytes_1align_alloc_layout_checked, 17, 1); Oct 22 02:09:24.486 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.486 INFO kablam! | Oct 22 02:09:24.486 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.486 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.486 INFO kablam! | Oct 22 02:09:24.486 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.486 INFO kablam! | Oct 22 02:09:24.486 INFO kablam! Oct 22 02:09:24.486 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.486 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.486 INFO kablam! | Oct 22 02:09:24.486 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.486 INFO kablam! | ^^^^^ Oct 22 02:09:24.486 INFO kablam! ... Oct 22 02:09:24.486 INFO kablam! 718 | rt_alloc_layout_checked!(rt_primes_31bytes_1align_alloc_layout_checked, 31, 1); Oct 22 02:09:24.486 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.486 INFO kablam! | Oct 22 02:09:24.486 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.486 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.486 INFO kablam! | Oct 22 02:09:24.486 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.486 INFO kablam! | Oct 22 02:09:24.486 INFO kablam! Oct 22 02:09:24.486 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.486 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.486 INFO kablam! | Oct 22 02:09:24.486 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.486 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.486 INFO kablam! ... Oct 22 02:09:24.486 INFO kablam! 718 | rt_alloc_layout_checked!(rt_primes_31bytes_1align_alloc_layout_checked, 31, 1); Oct 22 02:09:24.486 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.486 INFO kablam! | Oct 22 02:09:24.486 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.486 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.486 INFO kablam! | Oct 22 02:09:24.486 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.486 INFO kablam! | Oct 22 02:09:24.486 INFO kablam! Oct 22 02:09:24.486 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.486 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.486 INFO kablam! | Oct 22 02:09:24.486 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.486 INFO kablam! | ^^^^^ Oct 22 02:09:24.486 INFO kablam! ... Oct 22 02:09:24.486 INFO kablam! 731 | rt_alloc_layout_checked!(rt_primes_61bytes_1align_alloc_layout_checked, 61, 1); Oct 22 02:09:24.486 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.486 INFO kablam! | Oct 22 02:09:24.486 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.486 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.486 INFO kablam! | Oct 22 02:09:24.486 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.486 INFO kablam! | Oct 22 02:09:24.486 INFO kablam! Oct 22 02:09:24.486 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.486 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.486 INFO kablam! | Oct 22 02:09:24.486 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.486 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.486 INFO kablam! ... Oct 22 02:09:24.486 INFO kablam! 731 | rt_alloc_layout_checked!(rt_primes_61bytes_1align_alloc_layout_checked, 61, 1); Oct 22 02:09:24.486 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.486 INFO kablam! | Oct 22 02:09:24.486 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.486 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.486 INFO kablam! | Oct 22 02:09:24.486 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.486 INFO kablam! | Oct 22 02:09:24.486 INFO kablam! Oct 22 02:09:24.486 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.486 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.486 INFO kablam! | Oct 22 02:09:24.486 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.486 INFO kablam! | ^^^^^ Oct 22 02:09:24.486 INFO kablam! ... Oct 22 02:09:24.487 INFO kablam! 744 | rt_alloc_layout_checked!(rt_primes_96bytes_1align_alloc_layout_checked, 96, 1); Oct 22 02:09:24.487 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.487 INFO kablam! | Oct 22 02:09:24.487 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.487 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.487 INFO kablam! | Oct 22 02:09:24.487 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.487 INFO kablam! | Oct 22 02:09:24.487 INFO kablam! Oct 22 02:09:24.487 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.487 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.487 INFO kablam! | Oct 22 02:09:24.487 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.487 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.487 INFO kablam! ... Oct 22 02:09:24.487 INFO kablam! 744 | rt_alloc_layout_checked!(rt_primes_96bytes_1align_alloc_layout_checked, 96, 1); Oct 22 02:09:24.487 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.487 INFO kablam! | Oct 22 02:09:24.487 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.487 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.487 INFO kablam! | Oct 22 02:09:24.487 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.487 INFO kablam! | Oct 22 02:09:24.487 INFO kablam! Oct 22 02:09:24.487 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.487 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.487 INFO kablam! | Oct 22 02:09:24.487 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.487 INFO kablam! | ^^^^^ Oct 22 02:09:24.487 INFO kablam! ... Oct 22 02:09:24.487 INFO kablam! 757 | rt_alloc_layout_checked!(rt_primes_127bytes_1align_alloc_layout_checked, 127, 1); Oct 22 02:09:24.487 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.487 INFO kablam! | Oct 22 02:09:24.487 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.487 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.487 INFO kablam! | Oct 22 02:09:24.487 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.487 INFO kablam! | Oct 22 02:09:24.487 INFO kablam! Oct 22 02:09:24.487 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.487 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.487 INFO kablam! | Oct 22 02:09:24.487 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.487 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.487 INFO kablam! ... Oct 22 02:09:24.487 INFO kablam! 757 | rt_alloc_layout_checked!(rt_primes_127bytes_1align_alloc_layout_checked, 127, 1); Oct 22 02:09:24.487 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.487 INFO kablam! | Oct 22 02:09:24.487 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.487 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.487 INFO kablam! | Oct 22 02:09:24.487 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.487 INFO kablam! | Oct 22 02:09:24.487 INFO kablam! Oct 22 02:09:24.487 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.487 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.487 INFO kablam! | Oct 22 02:09:24.487 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.487 INFO kablam! | ^^^^^ Oct 22 02:09:24.487 INFO kablam! ... Oct 22 02:09:24.487 INFO kablam! 770 | rt_alloc_layout_checked!(rt_primes_257bytes_1align_alloc_layout_checked, 257, 1); Oct 22 02:09:24.487 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.487 INFO kablam! | Oct 22 02:09:24.487 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.487 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.487 INFO kablam! | Oct 22 02:09:24.487 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.487 INFO kablam! | Oct 22 02:09:24.487 INFO kablam! Oct 22 02:09:24.487 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.487 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.487 INFO kablam! | Oct 22 02:09:24.487 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.487 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.487 INFO kablam! ... Oct 22 02:09:24.487 INFO kablam! 770 | rt_alloc_layout_checked!(rt_primes_257bytes_1align_alloc_layout_checked, 257, 1); Oct 22 02:09:24.487 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.487 INFO kablam! | Oct 22 02:09:24.487 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.487 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.487 INFO kablam! | Oct 22 02:09:24.487 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.487 INFO kablam! | Oct 22 02:09:24.488 INFO kablam! Oct 22 02:09:24.488 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.488 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.488 INFO kablam! | Oct 22 02:09:24.488 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.488 INFO kablam! | ^^^^^ Oct 22 02:09:24.488 INFO kablam! ... Oct 22 02:09:24.488 INFO kablam! 783 | rt_alloc_layout_checked!(rt_primes_509bytes_1align_alloc_layout_checked, 509, 1); Oct 22 02:09:24.488 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.488 INFO kablam! | Oct 22 02:09:24.488 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.488 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.488 INFO kablam! | Oct 22 02:09:24.488 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.488 INFO kablam! | Oct 22 02:09:24.488 INFO kablam! Oct 22 02:09:24.489 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.489 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.489 INFO kablam! | Oct 22 02:09:24.489 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.489 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.489 INFO kablam! ... Oct 22 02:09:24.489 INFO kablam! 783 | rt_alloc_layout_checked!(rt_primes_509bytes_1align_alloc_layout_checked, 509, 1); Oct 22 02:09:24.489 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.489 INFO kablam! | Oct 22 02:09:24.489 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.489 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.489 INFO kablam! | Oct 22 02:09:24.489 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.489 INFO kablam! | Oct 22 02:09:24.489 INFO kablam! Oct 22 02:09:24.490 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.490 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.490 INFO kablam! | Oct 22 02:09:24.490 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.490 INFO kablam! | ^^^^^ Oct 22 02:09:24.490 INFO kablam! ... Oct 22 02:09:24.490 INFO kablam! 796 | rt_alloc_layout_checked!(rt_primes_1021bytes_1align_alloc_layout_checked, 1021, 1); Oct 22 02:09:24.490 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.490 INFO kablam! | Oct 22 02:09:24.490 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.490 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.490 INFO kablam! | Oct 22 02:09:24.490 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.490 INFO kablam! | Oct 22 02:09:24.490 INFO kablam! Oct 22 02:09:24.490 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.490 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.490 INFO kablam! | Oct 22 02:09:24.490 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.490 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.490 INFO kablam! ... Oct 22 02:09:24.490 INFO kablam! 796 | rt_alloc_layout_checked!(rt_primes_1021bytes_1align_alloc_layout_checked, 1021, 1); Oct 22 02:09:24.490 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.490 INFO kablam! | Oct 22 02:09:24.490 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.490 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.491 INFO kablam! | Oct 22 02:09:24.491 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.491 INFO kablam! | Oct 22 02:09:24.491 INFO kablam! Oct 22 02:09:24.491 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.491 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.491 INFO kablam! | Oct 22 02:09:24.491 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.491 INFO kablam! | ^^^^^ Oct 22 02:09:24.491 INFO kablam! ... Oct 22 02:09:24.491 INFO kablam! 809 | rt_alloc_layout_checked!(rt_primes_2039bytes_1align_alloc_layout_checked, 2039, 1); Oct 22 02:09:24.491 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.491 INFO kablam! | Oct 22 02:09:24.491 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.491 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.491 INFO kablam! | Oct 22 02:09:24.491 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.491 INFO kablam! | Oct 22 02:09:24.491 INFO kablam! Oct 22 02:09:24.492 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.492 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.492 INFO kablam! | Oct 22 02:09:24.492 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.492 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.492 INFO kablam! ... Oct 22 02:09:24.492 INFO kablam! 809 | rt_alloc_layout_checked!(rt_primes_2039bytes_1align_alloc_layout_checked, 2039, 1); Oct 22 02:09:24.492 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.492 INFO kablam! | Oct 22 02:09:24.492 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.492 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.492 INFO kablam! | Oct 22 02:09:24.492 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.492 INFO kablam! | Oct 22 02:09:24.492 INFO kablam! Oct 22 02:09:24.493 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.493 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.493 INFO kablam! | Oct 22 02:09:24.493 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.493 INFO kablam! | ^^^^^ Oct 22 02:09:24.493 INFO kablam! ... Oct 22 02:09:24.493 INFO kablam! 822 | rt_alloc_layout_checked!(rt_primes_4093bytes_1align_alloc_layout_checked, 4093, 1); Oct 22 02:09:24.493 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.493 INFO kablam! | Oct 22 02:09:24.493 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.493 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.493 INFO kablam! | Oct 22 02:09:24.493 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.493 INFO kablam! | Oct 22 02:09:24.493 INFO kablam! Oct 22 02:09:24.494 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.494 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.494 INFO kablam! | Oct 22 02:09:24.494 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.494 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.494 INFO kablam! ... Oct 22 02:09:24.494 INFO kablam! 822 | rt_alloc_layout_checked!(rt_primes_4093bytes_1align_alloc_layout_checked, 4093, 1); Oct 22 02:09:24.494 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.494 INFO kablam! | Oct 22 02:09:24.494 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.494 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.494 INFO kablam! | Oct 22 02:09:24.494 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.494 INFO kablam! | Oct 22 02:09:24.494 INFO kablam! Oct 22 02:09:24.495 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.495 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.495 INFO kablam! | Oct 22 02:09:24.495 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.495 INFO kablam! | ^^^^^ Oct 22 02:09:24.495 INFO kablam! ... Oct 22 02:09:24.495 INFO kablam! 835 | rt_alloc_layout_checked!(rt_primes_8191bytes_1align_alloc_layout_checked, 8191, 1); Oct 22 02:09:24.495 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.495 INFO kablam! | Oct 22 02:09:24.495 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.495 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.495 INFO kablam! | Oct 22 02:09:24.495 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.495 INFO kablam! | Oct 22 02:09:24.495 INFO kablam! Oct 22 02:09:24.495 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.495 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.495 INFO kablam! | Oct 22 02:09:24.495 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.495 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.495 INFO kablam! ... Oct 22 02:09:24.495 INFO kablam! 835 | rt_alloc_layout_checked!(rt_primes_8191bytes_1align_alloc_layout_checked, 8191, 1); Oct 22 02:09:24.495 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.495 INFO kablam! | Oct 22 02:09:24.495 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.495 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.495 INFO kablam! | Oct 22 02:09:24.495 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.495 INFO kablam! | Oct 22 02:09:24.495 INFO kablam! Oct 22 02:09:24.496 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.496 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.496 INFO kablam! | Oct 22 02:09:24.496 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.496 INFO kablam! | ^^^^^ Oct 22 02:09:24.496 INFO kablam! ... Oct 22 02:09:24.496 INFO kablam! 848 | rt_alloc_layout_checked!(rt_primes_16381bytes_1align_alloc_layout_checked, 16381, 1); Oct 22 02:09:24.496 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.496 INFO kablam! | Oct 22 02:09:24.496 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.496 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.496 INFO kablam! | Oct 22 02:09:24.496 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.496 INFO kablam! | Oct 22 02:09:24.496 INFO kablam! Oct 22 02:09:24.497 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.497 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.497 INFO kablam! | Oct 22 02:09:24.497 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.497 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.497 INFO kablam! ... Oct 22 02:09:24.497 INFO kablam! 848 | rt_alloc_layout_checked!(rt_primes_16381bytes_1align_alloc_layout_checked, 16381, 1); Oct 22 02:09:24.497 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.497 INFO kablam! | Oct 22 02:09:24.497 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.497 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.497 INFO kablam! | Oct 22 02:09:24.497 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.497 INFO kablam! | Oct 22 02:09:24.497 INFO kablam! Oct 22 02:09:24.498 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.498 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.498 INFO kablam! | Oct 22 02:09:24.498 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.498 INFO kablam! | ^^^^^ Oct 22 02:09:24.498 INFO kablam! ... Oct 22 02:09:24.498 INFO kablam! 861 | rt_alloc_layout_checked!(rt_primes_32749bytes_1align_alloc_layout_checked, 32749, 1); Oct 22 02:09:24.498 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.498 INFO kablam! | Oct 22 02:09:24.498 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.498 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.498 INFO kablam! | Oct 22 02:09:24.498 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.498 INFO kablam! | Oct 22 02:09:24.498 INFO kablam! Oct 22 02:09:24.498 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.498 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.498 INFO kablam! | Oct 22 02:09:24.498 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.498 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.498 INFO kablam! ... Oct 22 02:09:24.498 INFO kablam! 861 | rt_alloc_layout_checked!(rt_primes_32749bytes_1align_alloc_layout_checked, 32749, 1); Oct 22 02:09:24.498 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.498 INFO kablam! | Oct 22 02:09:24.499 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.499 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.499 INFO kablam! | Oct 22 02:09:24.499 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.499 INFO kablam! | Oct 22 02:09:24.499 INFO kablam! Oct 22 02:09:24.499 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.499 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.499 INFO kablam! | Oct 22 02:09:24.499 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.499 INFO kablam! | ^^^^^ Oct 22 02:09:24.499 INFO kablam! ... Oct 22 02:09:24.499 INFO kablam! 874 | rt_alloc_layout_checked!(rt_primes_65537bytes_1align_alloc_layout_checked, 65537, 1); Oct 22 02:09:24.499 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.499 INFO kablam! | Oct 22 02:09:24.499 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.499 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.499 INFO kablam! | Oct 22 02:09:24.500 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.500 INFO kablam! | Oct 22 02:09:24.500 INFO kablam! Oct 22 02:09:24.500 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.500 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.500 INFO kablam! | Oct 22 02:09:24.500 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.500 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.500 INFO kablam! ... Oct 22 02:09:24.500 INFO kablam! 874 | rt_alloc_layout_checked!(rt_primes_65537bytes_1align_alloc_layout_checked, 65537, 1); Oct 22 02:09:24.500 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.500 INFO kablam! | Oct 22 02:09:24.500 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.500 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.500 INFO kablam! | Oct 22 02:09:24.500 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.500 INFO kablam! | Oct 22 02:09:24.500 INFO kablam! Oct 22 02:09:24.501 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.501 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.501 INFO kablam! | Oct 22 02:09:24.501 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.501 INFO kablam! | ^^^^^ Oct 22 02:09:24.501 INFO kablam! ... Oct 22 02:09:24.501 INFO kablam! 887 | rt_alloc_layout_checked!(rt_primes_131071bytes_1align_alloc_layout_checked, 131071, 1); Oct 22 02:09:24.501 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.501 INFO kablam! | Oct 22 02:09:24.501 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.501 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.501 INFO kablam! | Oct 22 02:09:24.501 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.501 INFO kablam! | Oct 22 02:09:24.501 INFO kablam! Oct 22 02:09:24.502 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.502 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.502 INFO kablam! | Oct 22 02:09:24.502 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.502 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.502 INFO kablam! ... Oct 22 02:09:24.502 INFO kablam! 887 | rt_alloc_layout_checked!(rt_primes_131071bytes_1align_alloc_layout_checked, 131071, 1); Oct 22 02:09:24.502 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.502 INFO kablam! | Oct 22 02:09:24.502 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.502 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.502 INFO kablam! | Oct 22 02:09:24.502 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.502 INFO kablam! | Oct 22 02:09:24.502 INFO kablam! Oct 22 02:09:24.503 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.503 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.503 INFO kablam! | Oct 22 02:09:24.503 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.503 INFO kablam! | ^^^^^ Oct 22 02:09:24.503 INFO kablam! ... Oct 22 02:09:24.503 INFO kablam! 900 | rt_alloc_layout_checked!(rt_primes_4194301bytes_1align_alloc_layout_checked, 4194301, 1); Oct 22 02:09:24.503 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.503 INFO kablam! | Oct 22 02:09:24.503 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.503 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.503 INFO kablam! | Oct 22 02:09:24.503 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.503 INFO kablam! | Oct 22 02:09:24.503 INFO kablam! Oct 22 02:09:24.503 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.504 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.504 INFO kablam! | Oct 22 02:09:24.504 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.504 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.504 INFO kablam! ... Oct 22 02:09:24.504 INFO kablam! 900 | rt_alloc_layout_checked!(rt_primes_4194301bytes_1align_alloc_layout_checked, 4194301, 1); Oct 22 02:09:24.504 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.504 INFO kablam! | Oct 22 02:09:24.504 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.504 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.504 INFO kablam! | Oct 22 02:09:24.504 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.504 INFO kablam! | Oct 22 02:09:24.504 INFO kablam! Oct 22 02:09:24.504 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.504 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.504 INFO kablam! | Oct 22 02:09:24.504 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.504 INFO kablam! | ^^^^^ Oct 22 02:09:24.504 INFO kablam! ... Oct 22 02:09:24.504 INFO kablam! 916 | rt_alloc_layout_checked!(rt_pow2_1bytes_2align_alloc_layout_checked, 1, 2); Oct 22 02:09:24.504 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.505 INFO kablam! | Oct 22 02:09:24.505 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.506 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.507 INFO kablam! | Oct 22 02:09:24.507 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.507 INFO kablam! | Oct 22 02:09:24.507 INFO kablam! Oct 22 02:09:24.507 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.507 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.507 INFO kablam! | Oct 22 02:09:24.507 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.507 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.507 INFO kablam! ... Oct 22 02:09:24.507 INFO kablam! 916 | rt_alloc_layout_checked!(rt_pow2_1bytes_2align_alloc_layout_checked, 1, 2); Oct 22 02:09:24.507 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.507 INFO kablam! | Oct 22 02:09:24.507 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.507 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.507 INFO kablam! | Oct 22 02:09:24.507 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.507 INFO kablam! | Oct 22 02:09:24.507 INFO kablam! Oct 22 02:09:24.508 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.508 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.508 INFO kablam! | Oct 22 02:09:24.508 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.508 INFO kablam! | ^^^^^ Oct 22 02:09:24.508 INFO kablam! ... Oct 22 02:09:24.508 INFO kablam! 929 | rt_alloc_layout_checked!(rt_pow2_2bytes_2align_alloc_layout_checked, 2, 2); Oct 22 02:09:24.508 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.508 INFO kablam! | Oct 22 02:09:24.508 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.508 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.508 INFO kablam! | Oct 22 02:09:24.508 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.508 INFO kablam! | Oct 22 02:09:24.509 INFO kablam! Oct 22 02:09:24.509 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.509 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.509 INFO kablam! | Oct 22 02:09:24.509 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.509 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.509 INFO kablam! ... Oct 22 02:09:24.509 INFO kablam! 929 | rt_alloc_layout_checked!(rt_pow2_2bytes_2align_alloc_layout_checked, 2, 2); Oct 22 02:09:24.509 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.509 INFO kablam! | Oct 22 02:09:24.509 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.509 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.509 INFO kablam! | Oct 22 02:09:24.509 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.509 INFO kablam! | Oct 22 02:09:24.509 INFO kablam! Oct 22 02:09:24.509 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.509 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.509 INFO kablam! | Oct 22 02:09:24.509 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.509 INFO kablam! | ^^^^^ Oct 22 02:09:24.509 INFO kablam! ... Oct 22 02:09:24.509 INFO kablam! 942 | rt_alloc_layout_checked!(rt_pow2_4bytes_2align_alloc_layout_checked, 4, 2); Oct 22 02:09:24.510 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.510 INFO kablam! | Oct 22 02:09:24.510 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.510 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.510 INFO kablam! | Oct 22 02:09:24.510 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.510 INFO kablam! | Oct 22 02:09:24.510 INFO kablam! Oct 22 02:09:24.510 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.510 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.510 INFO kablam! | Oct 22 02:09:24.510 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.510 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.510 INFO kablam! ... Oct 22 02:09:24.510 INFO kablam! 942 | rt_alloc_layout_checked!(rt_pow2_4bytes_2align_alloc_layout_checked, 4, 2); Oct 22 02:09:24.510 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.510 INFO kablam! | Oct 22 02:09:24.510 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.510 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.510 INFO kablam! | Oct 22 02:09:24.510 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.510 INFO kablam! | Oct 22 02:09:24.510 INFO kablam! Oct 22 02:09:24.510 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.511 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.511 INFO kablam! | Oct 22 02:09:24.511 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.511 INFO kablam! | ^^^^^ Oct 22 02:09:24.511 INFO kablam! ... Oct 22 02:09:24.511 INFO kablam! 955 | rt_alloc_layout_checked!(rt_pow2_8bytes_2align_alloc_layout_checked, 8, 2); Oct 22 02:09:24.511 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.511 INFO kablam! | Oct 22 02:09:24.511 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.511 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.511 INFO kablam! | Oct 22 02:09:24.511 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.511 INFO kablam! | Oct 22 02:09:24.511 INFO kablam! Oct 22 02:09:24.511 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.511 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.511 INFO kablam! | Oct 22 02:09:24.511 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.511 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.511 INFO kablam! ... Oct 22 02:09:24.511 INFO kablam! 955 | rt_alloc_layout_checked!(rt_pow2_8bytes_2align_alloc_layout_checked, 8, 2); Oct 22 02:09:24.511 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.511 INFO kablam! | Oct 22 02:09:24.512 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.512 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.512 INFO kablam! | Oct 22 02:09:24.512 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.512 INFO kablam! | Oct 22 02:09:24.512 INFO kablam! Oct 22 02:09:24.520 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.520 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.520 INFO kablam! | Oct 22 02:09:24.520 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.520 INFO kablam! | ^^^^^ Oct 22 02:09:24.520 INFO kablam! ... Oct 22 02:09:24.520 INFO kablam! 968 | rt_alloc_layout_checked!(rt_pow2_16bytes_2align_alloc_layout_checked, 16, 2); Oct 22 02:09:24.520 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.520 INFO kablam! | Oct 22 02:09:24.520 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.520 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.520 INFO kablam! | Oct 22 02:09:24.520 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.520 INFO kablam! | Oct 22 02:09:24.520 INFO kablam! Oct 22 02:09:24.520 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.520 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.520 INFO kablam! | Oct 22 02:09:24.520 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.520 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.520 INFO kablam! ... Oct 22 02:09:24.520 INFO kablam! 968 | rt_alloc_layout_checked!(rt_pow2_16bytes_2align_alloc_layout_checked, 16, 2); Oct 22 02:09:24.520 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.520 INFO kablam! | Oct 22 02:09:24.520 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.520 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.520 INFO kablam! | Oct 22 02:09:24.520 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.520 INFO kablam! | Oct 22 02:09:24.520 INFO kablam! Oct 22 02:09:24.520 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.520 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.520 INFO kablam! | Oct 22 02:09:24.520 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.521 INFO kablam! | ^^^^^ Oct 22 02:09:24.521 INFO kablam! ... Oct 22 02:09:24.521 INFO kablam! 981 | rt_alloc_layout_checked!(rt_pow2_32bytes_2align_alloc_layout_checked, 32, 2); Oct 22 02:09:24.521 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.521 INFO kablam! | Oct 22 02:09:24.521 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.521 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.521 INFO kablam! | Oct 22 02:09:24.521 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.521 INFO kablam! | Oct 22 02:09:24.521 INFO kablam! Oct 22 02:09:24.521 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.521 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.521 INFO kablam! | Oct 22 02:09:24.521 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.521 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.521 INFO kablam! ... Oct 22 02:09:24.521 INFO kablam! 981 | rt_alloc_layout_checked!(rt_pow2_32bytes_2align_alloc_layout_checked, 32, 2); Oct 22 02:09:24.521 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.521 INFO kablam! | Oct 22 02:09:24.521 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.521 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.521 INFO kablam! | Oct 22 02:09:24.521 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.521 INFO kablam! | Oct 22 02:09:24.521 INFO kablam! Oct 22 02:09:24.521 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.521 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.521 INFO kablam! | Oct 22 02:09:24.521 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.521 INFO kablam! | ^^^^^ Oct 22 02:09:24.521 INFO kablam! ... Oct 22 02:09:24.521 INFO kablam! 994 | rt_alloc_layout_checked!(rt_pow2_64bytes_2align_alloc_layout_checked, 64, 2); Oct 22 02:09:24.521 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.521 INFO kablam! | Oct 22 02:09:24.521 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.521 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.521 INFO kablam! | Oct 22 02:09:24.521 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.521 INFO kablam! | Oct 22 02:09:24.521 INFO kablam! Oct 22 02:09:24.521 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.521 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.521 INFO kablam! | Oct 22 02:09:24.521 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.521 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.521 INFO kablam! ... Oct 22 02:09:24.521 INFO kablam! 994 | rt_alloc_layout_checked!(rt_pow2_64bytes_2align_alloc_layout_checked, 64, 2); Oct 22 02:09:24.521 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.521 INFO kablam! | Oct 22 02:09:24.521 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.521 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.521 INFO kablam! | Oct 22 02:09:24.521 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.521 INFO kablam! | Oct 22 02:09:24.521 INFO kablam! Oct 22 02:09:24.521 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.521 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.521 INFO kablam! | Oct 22 02:09:24.521 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.521 INFO kablam! | ^^^^^ Oct 22 02:09:24.521 INFO kablam! ... Oct 22 02:09:24.521 INFO kablam! 1007 | rt_alloc_layout_checked!(rt_pow2_128bytes_2align_alloc_layout_checked, 128, 2); Oct 22 02:09:24.521 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.521 INFO kablam! | Oct 22 02:09:24.521 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.521 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.521 INFO kablam! | Oct 22 02:09:24.521 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.521 INFO kablam! | Oct 22 02:09:24.521 INFO kablam! Oct 22 02:09:24.521 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.521 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.521 INFO kablam! | Oct 22 02:09:24.521 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.521 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.521 INFO kablam! ... Oct 22 02:09:24.521 INFO kablam! 1007 | rt_alloc_layout_checked!(rt_pow2_128bytes_2align_alloc_layout_checked, 128, 2); Oct 22 02:09:24.521 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.521 INFO kablam! | Oct 22 02:09:24.521 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.522 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.522 INFO kablam! | Oct 22 02:09:24.522 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.522 INFO kablam! | Oct 22 02:09:24.522 INFO kablam! Oct 22 02:09:24.522 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.522 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.522 INFO kablam! | Oct 22 02:09:24.522 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.522 INFO kablam! | ^^^^^ Oct 22 02:09:24.522 INFO kablam! ... Oct 22 02:09:24.522 INFO kablam! 1020 | rt_alloc_layout_checked!(rt_pow2_256bytes_2align_alloc_layout_checked, 256, 2); Oct 22 02:09:24.522 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.522 INFO kablam! | Oct 22 02:09:24.522 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.522 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.522 INFO kablam! | Oct 22 02:09:24.522 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.522 INFO kablam! | Oct 22 02:09:24.522 INFO kablam! Oct 22 02:09:24.525 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.525 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.525 INFO kablam! | Oct 22 02:09:24.525 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.525 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.525 INFO kablam! ... Oct 22 02:09:24.525 INFO kablam! 1020 | rt_alloc_layout_checked!(rt_pow2_256bytes_2align_alloc_layout_checked, 256, 2); Oct 22 02:09:24.525 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.525 INFO kablam! | Oct 22 02:09:24.525 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.525 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.525 INFO kablam! | Oct 22 02:09:24.525 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.525 INFO kablam! | Oct 22 02:09:24.525 INFO kablam! Oct 22 02:09:24.525 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.525 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.525 INFO kablam! | Oct 22 02:09:24.525 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.525 INFO kablam! | ^^^^^ Oct 22 02:09:24.525 INFO kablam! ... Oct 22 02:09:24.525 INFO kablam! 1033 | rt_alloc_layout_checked!(rt_pow2_512bytes_2align_alloc_layout_checked, 512, 2); Oct 22 02:09:24.525 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.525 INFO kablam! | Oct 22 02:09:24.525 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.525 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.525 INFO kablam! | Oct 22 02:09:24.525 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.525 INFO kablam! | Oct 22 02:09:24.525 INFO kablam! Oct 22 02:09:24.525 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.525 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.525 INFO kablam! | Oct 22 02:09:24.525 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.525 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.526 INFO kablam! ... Oct 22 02:09:24.526 INFO kablam! 1033 | rt_alloc_layout_checked!(rt_pow2_512bytes_2align_alloc_layout_checked, 512, 2); Oct 22 02:09:24.526 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.526 INFO kablam! | Oct 22 02:09:24.526 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.526 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.526 INFO kablam! | Oct 22 02:09:24.526 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.526 INFO kablam! | Oct 22 02:09:24.526 INFO kablam! Oct 22 02:09:24.526 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.526 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.526 INFO kablam! | Oct 22 02:09:24.526 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.526 INFO kablam! | ^^^^^ Oct 22 02:09:24.526 INFO kablam! ... Oct 22 02:09:24.526 INFO kablam! 1046 | rt_alloc_layout_checked!(rt_pow2_1024bytes_2align_alloc_layout_checked, 1024, 2); Oct 22 02:09:24.526 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.526 INFO kablam! | Oct 22 02:09:24.526 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.526 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.526 INFO kablam! | Oct 22 02:09:24.526 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.526 INFO kablam! | Oct 22 02:09:24.526 INFO kablam! Oct 22 02:09:24.526 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.526 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.526 INFO kablam! | Oct 22 02:09:24.527 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.527 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.527 INFO kablam! ... Oct 22 02:09:24.527 INFO kablam! 1046 | rt_alloc_layout_checked!(rt_pow2_1024bytes_2align_alloc_layout_checked, 1024, 2); Oct 22 02:09:24.527 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.527 INFO kablam! | Oct 22 02:09:24.527 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.527 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.527 INFO kablam! | Oct 22 02:09:24.527 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.527 INFO kablam! | Oct 22 02:09:24.527 INFO kablam! Oct 22 02:09:24.527 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.527 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.527 INFO kablam! | Oct 22 02:09:24.527 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.527 INFO kablam! | ^^^^^ Oct 22 02:09:24.527 INFO kablam! ... Oct 22 02:09:24.527 INFO kablam! 1059 | rt_alloc_layout_checked!(rt_pow2_2048bytes_2align_alloc_layout_checked, 2048, 2); Oct 22 02:09:24.527 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.527 INFO kablam! | Oct 22 02:09:24.527 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.527 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.527 INFO kablam! | Oct 22 02:09:24.527 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.527 INFO kablam! | Oct 22 02:09:24.527 INFO kablam! Oct 22 02:09:24.527 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.527 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.527 INFO kablam! | Oct 22 02:09:24.527 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.527 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.527 INFO kablam! ... Oct 22 02:09:24.527 INFO kablam! 1059 | rt_alloc_layout_checked!(rt_pow2_2048bytes_2align_alloc_layout_checked, 2048, 2); Oct 22 02:09:24.527 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.527 INFO kablam! | Oct 22 02:09:24.527 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.527 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.527 INFO kablam! | Oct 22 02:09:24.527 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.528 INFO kablam! | Oct 22 02:09:24.528 INFO kablam! Oct 22 02:09:24.531 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.531 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.531 INFO kablam! | Oct 22 02:09:24.531 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.531 INFO kablam! | ^^^^^ Oct 22 02:09:24.531 INFO kablam! ... Oct 22 02:09:24.531 INFO kablam! 1072 | rt_alloc_layout_checked!(rt_pow2_4096bytes_2align_alloc_layout_checked, 4096, 2); Oct 22 02:09:24.531 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.531 INFO kablam! | Oct 22 02:09:24.531 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.531 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.531 INFO kablam! | Oct 22 02:09:24.531 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.531 INFO kablam! | Oct 22 02:09:24.531 INFO kablam! Oct 22 02:09:24.531 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.531 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.531 INFO kablam! | Oct 22 02:09:24.531 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.531 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.531 INFO kablam! ... Oct 22 02:09:24.531 INFO kablam! 1072 | rt_alloc_layout_checked!(rt_pow2_4096bytes_2align_alloc_layout_checked, 4096, 2); Oct 22 02:09:24.531 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.531 INFO kablam! | Oct 22 02:09:24.531 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.531 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.531 INFO kablam! | Oct 22 02:09:24.531 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.531 INFO kablam! | Oct 22 02:09:24.531 INFO kablam! Oct 22 02:09:24.531 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.531 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.531 INFO kablam! | Oct 22 02:09:24.531 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.531 INFO kablam! | ^^^^^ Oct 22 02:09:24.531 INFO kablam! ... Oct 22 02:09:24.531 INFO kablam! 1085 | rt_alloc_layout_checked!(rt_pow2_8192bytes_2align_alloc_layout_checked, 8192, 2); Oct 22 02:09:24.531 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.531 INFO kablam! | Oct 22 02:09:24.531 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.531 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.531 INFO kablam! | Oct 22 02:09:24.531 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.531 INFO kablam! | Oct 22 02:09:24.531 INFO kablam! Oct 22 02:09:24.533 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.533 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.533 INFO kablam! | Oct 22 02:09:24.533 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.533 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.533 INFO kablam! ... Oct 22 02:09:24.533 INFO kablam! 1085 | rt_alloc_layout_checked!(rt_pow2_8192bytes_2align_alloc_layout_checked, 8192, 2); Oct 22 02:09:24.533 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.533 INFO kablam! | Oct 22 02:09:24.533 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.533 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.533 INFO kablam! | Oct 22 02:09:24.533 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.533 INFO kablam! | Oct 22 02:09:24.533 INFO kablam! Oct 22 02:09:24.533 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.533 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.533 INFO kablam! | Oct 22 02:09:24.533 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.533 INFO kablam! | ^^^^^ Oct 22 02:09:24.533 INFO kablam! ... Oct 22 02:09:24.533 INFO kablam! 1098 | rt_alloc_layout_checked!(rt_pow2_16384bytes_2align_alloc_layout_checked, 16384, 2); Oct 22 02:09:24.533 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.533 INFO kablam! | Oct 22 02:09:24.533 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.533 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.533 INFO kablam! | Oct 22 02:09:24.533 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.533 INFO kablam! | Oct 22 02:09:24.533 INFO kablam! Oct 22 02:09:24.536 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.536 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.536 INFO kablam! | Oct 22 02:09:24.536 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.536 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.536 INFO kablam! ... Oct 22 02:09:24.536 INFO kablam! 1098 | rt_alloc_layout_checked!(rt_pow2_16384bytes_2align_alloc_layout_checked, 16384, 2); Oct 22 02:09:24.536 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.536 INFO kablam! | Oct 22 02:09:24.536 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.536 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.536 INFO kablam! | Oct 22 02:09:24.536 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.536 INFO kablam! | Oct 22 02:09:24.536 INFO kablam! Oct 22 02:09:24.536 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.536 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.536 INFO kablam! | Oct 22 02:09:24.536 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.536 INFO kablam! | ^^^^^ Oct 22 02:09:24.536 INFO kablam! ... Oct 22 02:09:24.536 INFO kablam! 1111 | rt_alloc_layout_checked!(rt_pow2_32768bytes_2align_alloc_layout_checked, 32768, 2); Oct 22 02:09:24.536 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.536 INFO kablam! | Oct 22 02:09:24.536 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.536 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.536 INFO kablam! | Oct 22 02:09:24.536 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.536 INFO kablam! | Oct 22 02:09:24.536 INFO kablam! Oct 22 02:09:24.536 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.536 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.537 INFO kablam! | Oct 22 02:09:24.537 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.537 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.537 INFO kablam! ... Oct 22 02:09:24.537 INFO kablam! 1111 | rt_alloc_layout_checked!(rt_pow2_32768bytes_2align_alloc_layout_checked, 32768, 2); Oct 22 02:09:24.537 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.537 INFO kablam! | Oct 22 02:09:24.537 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.537 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.537 INFO kablam! | Oct 22 02:09:24.537 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.537 INFO kablam! | Oct 22 02:09:24.537 INFO kablam! Oct 22 02:09:24.537 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.537 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.537 INFO kablam! | Oct 22 02:09:24.537 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.537 INFO kablam! | ^^^^^ Oct 22 02:09:24.537 INFO kablam! ... Oct 22 02:09:24.537 INFO kablam! 1124 | rt_alloc_layout_checked!(rt_pow2_65536bytes_2align_alloc_layout_checked, 65536, 2); Oct 22 02:09:24.537 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.537 INFO kablam! | Oct 22 02:09:24.537 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.537 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.537 INFO kablam! | Oct 22 02:09:24.537 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.537 INFO kablam! | Oct 22 02:09:24.537 INFO kablam! Oct 22 02:09:24.537 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.537 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.537 INFO kablam! | Oct 22 02:09:24.537 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.537 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.537 INFO kablam! ... Oct 22 02:09:24.537 INFO kablam! 1124 | rt_alloc_layout_checked!(rt_pow2_65536bytes_2align_alloc_layout_checked, 65536, 2); Oct 22 02:09:24.537 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.537 INFO kablam! | Oct 22 02:09:24.537 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.537 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.537 INFO kablam! | Oct 22 02:09:24.537 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.537 INFO kablam! | Oct 22 02:09:24.537 INFO kablam! Oct 22 02:09:24.538 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.538 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.538 INFO kablam! | Oct 22 02:09:24.538 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.538 INFO kablam! | ^^^^^ Oct 22 02:09:24.538 INFO kablam! ... Oct 22 02:09:24.538 INFO kablam! 1137 | rt_alloc_layout_checked!(rt_pow2_131072bytes_2align_alloc_layout_checked, 131072, 2); Oct 22 02:09:24.538 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.538 INFO kablam! | Oct 22 02:09:24.538 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.538 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.538 INFO kablam! | Oct 22 02:09:24.538 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.538 INFO kablam! | Oct 22 02:09:24.538 INFO kablam! Oct 22 02:09:24.538 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.538 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.538 INFO kablam! | Oct 22 02:09:24.538 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.538 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.538 INFO kablam! ... Oct 22 02:09:24.538 INFO kablam! 1137 | rt_alloc_layout_checked!(rt_pow2_131072bytes_2align_alloc_layout_checked, 131072, 2); Oct 22 02:09:24.538 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.538 INFO kablam! | Oct 22 02:09:24.538 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.538 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.538 INFO kablam! | Oct 22 02:09:24.538 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.538 INFO kablam! | Oct 22 02:09:24.538 INFO kablam! Oct 22 02:09:24.550 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.550 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.550 INFO kablam! | Oct 22 02:09:24.550 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.550 INFO kablam! | ^^^^^ Oct 22 02:09:24.550 INFO kablam! ... Oct 22 02:09:24.550 INFO kablam! 1150 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_2align_alloc_layout_checked, 4194304, 2); Oct 22 02:09:24.550 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.550 INFO kablam! | Oct 22 02:09:24.550 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.550 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.550 INFO kablam! | Oct 22 02:09:24.550 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.550 INFO kablam! | Oct 22 02:09:24.550 INFO kablam! Oct 22 02:09:24.550 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.550 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.550 INFO kablam! | Oct 22 02:09:24.550 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.550 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.550 INFO kablam! ... Oct 22 02:09:24.550 INFO kablam! 1150 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_2align_alloc_layout_checked, 4194304, 2); Oct 22 02:09:24.550 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.550 INFO kablam! | Oct 22 02:09:24.550 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.550 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.550 INFO kablam! | Oct 22 02:09:24.550 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.550 INFO kablam! | Oct 22 02:09:24.550 INFO kablam! Oct 22 02:09:24.550 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.550 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.551 INFO kablam! | Oct 22 02:09:24.551 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.551 INFO kablam! | ^^^^^ Oct 22 02:09:24.551 INFO kablam! ... Oct 22 02:09:24.551 INFO kablam! 1164 | rt_alloc_layout_checked!(rt_even_10bytes_2align_alloc_layout_checked, 10, 2); Oct 22 02:09:24.551 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.551 INFO kablam! | Oct 22 02:09:24.551 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.551 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.551 INFO kablam! | Oct 22 02:09:24.551 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.551 INFO kablam! | Oct 22 02:09:24.551 INFO kablam! Oct 22 02:09:24.551 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.551 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.551 INFO kablam! | Oct 22 02:09:24.551 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.551 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.551 INFO kablam! ... Oct 22 02:09:24.551 INFO kablam! 1164 | rt_alloc_layout_checked!(rt_even_10bytes_2align_alloc_layout_checked, 10, 2); Oct 22 02:09:24.551 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.551 INFO kablam! | Oct 22 02:09:24.551 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.551 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.551 INFO kablam! | Oct 22 02:09:24.551 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.551 INFO kablam! | Oct 22 02:09:24.551 INFO kablam! Oct 22 02:09:24.551 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.551 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.551 INFO kablam! | Oct 22 02:09:24.551 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.551 INFO kablam! | ^^^^^ Oct 22 02:09:24.551 INFO kablam! ... Oct 22 02:09:24.551 INFO kablam! 1177 | rt_alloc_layout_checked!(rt_even_100bytes_2align_alloc_layout_checked, 100, 2); Oct 22 02:09:24.551 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.551 INFO kablam! | Oct 22 02:09:24.551 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.551 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.551 INFO kablam! | Oct 22 02:09:24.551 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.551 INFO kablam! | Oct 22 02:09:24.551 INFO kablam! Oct 22 02:09:24.551 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.551 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.551 INFO kablam! | Oct 22 02:09:24.551 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.551 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.551 INFO kablam! ... Oct 22 02:09:24.551 INFO kablam! 1177 | rt_alloc_layout_checked!(rt_even_100bytes_2align_alloc_layout_checked, 100, 2); Oct 22 02:09:24.551 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.551 INFO kablam! | Oct 22 02:09:24.551 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.551 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.551 INFO kablam! | Oct 22 02:09:24.551 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.551 INFO kablam! | Oct 22 02:09:24.551 INFO kablam! Oct 22 02:09:24.551 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.552 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.552 INFO kablam! | Oct 22 02:09:24.552 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.552 INFO kablam! | ^^^^^ Oct 22 02:09:24.552 INFO kablam! ... Oct 22 02:09:24.552 INFO kablam! 1190 | rt_alloc_layout_checked!(rt_even_1000bytes_2align_alloc_layout_checked, 1000, 2); Oct 22 02:09:24.552 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.552 INFO kablam! | Oct 22 02:09:24.552 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.552 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.552 INFO kablam! | Oct 22 02:09:24.552 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.552 INFO kablam! | Oct 22 02:09:24.552 INFO kablam! Oct 22 02:09:24.552 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.552 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.552 INFO kablam! | Oct 22 02:09:24.552 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.552 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.552 INFO kablam! ... Oct 22 02:09:24.552 INFO kablam! 1190 | rt_alloc_layout_checked!(rt_even_1000bytes_2align_alloc_layout_checked, 1000, 2); Oct 22 02:09:24.552 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.552 INFO kablam! | Oct 22 02:09:24.552 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.552 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.552 INFO kablam! | Oct 22 02:09:24.552 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.552 INFO kablam! | Oct 22 02:09:24.552 INFO kablam! Oct 22 02:09:24.552 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.552 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.552 INFO kablam! | Oct 22 02:09:24.552 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.552 INFO kablam! | ^^^^^ Oct 22 02:09:24.552 INFO kablam! ... Oct 22 02:09:24.552 INFO kablam! 1203 | rt_alloc_layout_checked!(rt_even_10000bytes_2align_alloc_layout_checked, 10000, 2); Oct 22 02:09:24.552 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.552 INFO kablam! | Oct 22 02:09:24.552 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.552 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.552 INFO kablam! | Oct 22 02:09:24.552 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.552 INFO kablam! | Oct 22 02:09:24.552 INFO kablam! Oct 22 02:09:24.552 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.552 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.552 INFO kablam! | Oct 22 02:09:24.552 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.552 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.552 INFO kablam! ... Oct 22 02:09:24.552 INFO kablam! 1203 | rt_alloc_layout_checked!(rt_even_10000bytes_2align_alloc_layout_checked, 10000, 2); Oct 22 02:09:24.552 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.552 INFO kablam! | Oct 22 02:09:24.552 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.552 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.552 INFO kablam! | Oct 22 02:09:24.552 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.552 INFO kablam! | Oct 22 02:09:24.552 INFO kablam! Oct 22 02:09:24.552 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.552 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.552 INFO kablam! | Oct 22 02:09:24.552 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.552 INFO kablam! | ^^^^^ Oct 22 02:09:24.552 INFO kablam! ... Oct 22 02:09:24.552 INFO kablam! 1216 | rt_alloc_layout_checked!(rt_even_100000bytes_2align_alloc_layout_checked, 100000, 2); Oct 22 02:09:24.552 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.552 INFO kablam! | Oct 22 02:09:24.552 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.552 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.552 INFO kablam! | Oct 22 02:09:24.552 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.552 INFO kablam! | Oct 22 02:09:24.552 INFO kablam! Oct 22 02:09:24.552 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.552 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.552 INFO kablam! | Oct 22 02:09:24.552 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.553 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.553 INFO kablam! ... Oct 22 02:09:24.553 INFO kablam! 1216 | rt_alloc_layout_checked!(rt_even_100000bytes_2align_alloc_layout_checked, 100000, 2); Oct 22 02:09:24.553 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.553 INFO kablam! | Oct 22 02:09:24.553 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.553 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.553 INFO kablam! | Oct 22 02:09:24.553 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.553 INFO kablam! | Oct 22 02:09:24.553 INFO kablam! Oct 22 02:09:24.553 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.553 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.553 INFO kablam! | Oct 22 02:09:24.553 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.553 INFO kablam! | ^^^^^ Oct 22 02:09:24.553 INFO kablam! ... Oct 22 02:09:24.553 INFO kablam! 1229 | rt_alloc_layout_checked!(rt_even_1000000bytes_2align_alloc_layout_checked, 1000000, 2); Oct 22 02:09:24.553 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.553 INFO kablam! | Oct 22 02:09:24.553 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.553 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.553 INFO kablam! | Oct 22 02:09:24.553 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.553 INFO kablam! | Oct 22 02:09:24.553 INFO kablam! Oct 22 02:09:24.553 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.553 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.553 INFO kablam! | Oct 22 02:09:24.553 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.553 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.553 INFO kablam! ... Oct 22 02:09:24.553 INFO kablam! 1229 | rt_alloc_layout_checked!(rt_even_1000000bytes_2align_alloc_layout_checked, 1000000, 2); Oct 22 02:09:24.553 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.553 INFO kablam! | Oct 22 02:09:24.553 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.553 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.553 INFO kablam! | Oct 22 02:09:24.553 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.553 INFO kablam! | Oct 22 02:09:24.553 INFO kablam! Oct 22 02:09:24.553 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.553 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.553 INFO kablam! | Oct 22 02:09:24.553 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.553 INFO kablam! | ^^^^^ Oct 22 02:09:24.553 INFO kablam! ... Oct 22 02:09:24.554 INFO kablam! 1243 | rt_alloc_layout_checked!(rt_odd_10bytes_2align_alloc_layout_checked, 10- 1, 2); Oct 22 02:09:24.554 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.554 INFO kablam! | Oct 22 02:09:24.554 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.554 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.554 INFO kablam! | Oct 22 02:09:24.554 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.554 INFO kablam! | Oct 22 02:09:24.554 INFO kablam! Oct 22 02:09:24.554 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.554 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.554 INFO kablam! | Oct 22 02:09:24.554 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.554 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.554 INFO kablam! ... Oct 22 02:09:24.554 INFO kablam! 1243 | rt_alloc_layout_checked!(rt_odd_10bytes_2align_alloc_layout_checked, 10- 1, 2); Oct 22 02:09:24.554 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.554 INFO kablam! | Oct 22 02:09:24.554 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.554 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.554 INFO kablam! | Oct 22 02:09:24.554 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.554 INFO kablam! | Oct 22 02:09:24.554 INFO kablam! Oct 22 02:09:24.564 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.564 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.564 INFO kablam! | Oct 22 02:09:24.564 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.564 INFO kablam! | ^^^^^ Oct 22 02:09:24.564 INFO kablam! ... Oct 22 02:09:24.564 INFO kablam! 1256 | rt_alloc_layout_checked!(rt_odd_100bytes_2align_alloc_layout_checked, 100- 1, 2); Oct 22 02:09:24.564 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.564 INFO kablam! | Oct 22 02:09:24.564 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.564 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.564 INFO kablam! | Oct 22 02:09:24.564 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.564 INFO kablam! | Oct 22 02:09:24.564 INFO kablam! Oct 22 02:09:24.564 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.564 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.564 INFO kablam! | Oct 22 02:09:24.564 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.565 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.565 INFO kablam! ... Oct 22 02:09:24.565 INFO kablam! 1256 | rt_alloc_layout_checked!(rt_odd_100bytes_2align_alloc_layout_checked, 100- 1, 2); Oct 22 02:09:24.565 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.565 INFO kablam! | Oct 22 02:09:24.565 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.565 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.565 INFO kablam! | Oct 22 02:09:24.565 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.565 INFO kablam! | Oct 22 02:09:24.565 INFO kablam! Oct 22 02:09:24.565 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.565 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.565 INFO kablam! | Oct 22 02:09:24.565 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.565 INFO kablam! | ^^^^^ Oct 22 02:09:24.565 INFO kablam! ... Oct 22 02:09:24.565 INFO kablam! 1269 | rt_alloc_layout_checked!(rt_odd_1000bytes_2align_alloc_layout_checked, 1000- 1, 2); Oct 22 02:09:24.565 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.565 INFO kablam! | Oct 22 02:09:24.565 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.565 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.565 INFO kablam! | Oct 22 02:09:24.565 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.565 INFO kablam! | Oct 22 02:09:24.565 INFO kablam! Oct 22 02:09:24.565 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.565 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.565 INFO kablam! | Oct 22 02:09:24.565 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.565 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.565 INFO kablam! ... Oct 22 02:09:24.565 INFO kablam! 1269 | rt_alloc_layout_checked!(rt_odd_1000bytes_2align_alloc_layout_checked, 1000- 1, 2); Oct 22 02:09:24.565 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.565 INFO kablam! | Oct 22 02:09:24.565 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.565 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.565 INFO kablam! | Oct 22 02:09:24.565 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.565 INFO kablam! | Oct 22 02:09:24.565 INFO kablam! Oct 22 02:09:24.565 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.565 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.565 INFO kablam! | Oct 22 02:09:24.565 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.565 INFO kablam! | ^^^^^ Oct 22 02:09:24.565 INFO kablam! ... Oct 22 02:09:24.565 INFO kablam! 1282 | rt_alloc_layout_checked!(rt_odd_10000bytes_2align_alloc_layout_checked, 10000- 1, 2); Oct 22 02:09:24.565 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.565 INFO kablam! | Oct 22 02:09:24.565 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.565 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.565 INFO kablam! | Oct 22 02:09:24.565 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.565 INFO kablam! | Oct 22 02:09:24.565 INFO kablam! Oct 22 02:09:24.565 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.565 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.565 INFO kablam! | Oct 22 02:09:24.565 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.565 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.565 INFO kablam! ... Oct 22 02:09:24.565 INFO kablam! 1282 | rt_alloc_layout_checked!(rt_odd_10000bytes_2align_alloc_layout_checked, 10000- 1, 2); Oct 22 02:09:24.566 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.566 INFO kablam! | Oct 22 02:09:24.566 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.566 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.566 INFO kablam! | Oct 22 02:09:24.566 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.566 INFO kablam! | Oct 22 02:09:24.566 INFO kablam! Oct 22 02:09:24.566 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.566 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.566 INFO kablam! | Oct 22 02:09:24.566 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.566 INFO kablam! | ^^^^^ Oct 22 02:09:24.566 INFO kablam! ... Oct 22 02:09:24.566 INFO kablam! 1295 | rt_alloc_layout_checked!(rt_odd_100000bytes_2align_alloc_layout_checked, 100000- 1, 2); Oct 22 02:09:24.566 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.566 INFO kablam! | Oct 22 02:09:24.566 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.566 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.566 INFO kablam! | Oct 22 02:09:24.566 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.566 INFO kablam! | Oct 22 02:09:24.566 INFO kablam! Oct 22 02:09:24.566 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.566 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.566 INFO kablam! | Oct 22 02:09:24.566 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.566 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.566 INFO kablam! ... Oct 22 02:09:24.566 INFO kablam! 1295 | rt_alloc_layout_checked!(rt_odd_100000bytes_2align_alloc_layout_checked, 100000- 1, 2); Oct 22 02:09:24.566 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.566 INFO kablam! | Oct 22 02:09:24.566 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.566 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.566 INFO kablam! | Oct 22 02:09:24.566 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.566 INFO kablam! | Oct 22 02:09:24.566 INFO kablam! Oct 22 02:09:24.566 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.566 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.566 INFO kablam! | Oct 22 02:09:24.566 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.566 INFO kablam! | ^^^^^ Oct 22 02:09:24.566 INFO kablam! ... Oct 22 02:09:24.566 INFO kablam! 1308 | rt_alloc_layout_checked!(rt_odd_1000000bytes_2align_alloc_layout_checked, 1000000- 1, 2); Oct 22 02:09:24.566 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.566 INFO kablam! | Oct 22 02:09:24.566 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.566 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.566 INFO kablam! | Oct 22 02:09:24.566 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.566 INFO kablam! | Oct 22 02:09:24.566 INFO kablam! Oct 22 02:09:24.566 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.566 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.566 INFO kablam! | Oct 22 02:09:24.566 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.566 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.566 INFO kablam! ... Oct 22 02:09:24.566 INFO kablam! 1308 | rt_alloc_layout_checked!(rt_odd_1000000bytes_2align_alloc_layout_checked, 1000000- 1, 2); Oct 22 02:09:24.566 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.566 INFO kablam! | Oct 22 02:09:24.566 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.567 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.567 INFO kablam! | Oct 22 02:09:24.567 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.567 INFO kablam! | Oct 22 02:09:24.567 INFO kablam! Oct 22 02:09:24.567 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.567 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.567 INFO kablam! | Oct 22 02:09:24.567 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.567 INFO kablam! | ^^^^^ Oct 22 02:09:24.567 INFO kablam! ... Oct 22 02:09:24.567 INFO kablam! 1322 | rt_alloc_layout_checked!(rt_primes_3bytes_2align_alloc_layout_checked, 3, 2); Oct 22 02:09:24.567 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.567 INFO kablam! | Oct 22 02:09:24.567 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.567 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.567 INFO kablam! | Oct 22 02:09:24.567 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.567 INFO kablam! | Oct 22 02:09:24.567 INFO kablam! Oct 22 02:09:24.567 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.567 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.567 INFO kablam! | Oct 22 02:09:24.567 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.567 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.567 INFO kablam! ... Oct 22 02:09:24.567 INFO kablam! 1322 | rt_alloc_layout_checked!(rt_primes_3bytes_2align_alloc_layout_checked, 3, 2); Oct 22 02:09:24.567 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.567 INFO kablam! | Oct 22 02:09:24.567 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.567 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.567 INFO kablam! | Oct 22 02:09:24.567 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.567 INFO kablam! | Oct 22 02:09:24.567 INFO kablam! Oct 22 02:09:24.567 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.567 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.567 INFO kablam! | Oct 22 02:09:24.567 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.567 INFO kablam! | ^^^^^ Oct 22 02:09:24.567 INFO kablam! ... Oct 22 02:09:24.567 INFO kablam! 1335 | rt_alloc_layout_checked!(rt_primes_7bytes_2align_alloc_layout_checked, 7, 2); Oct 22 02:09:24.567 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.567 INFO kablam! | Oct 22 02:09:24.567 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.567 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.567 INFO kablam! | Oct 22 02:09:24.567 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.567 INFO kablam! | Oct 22 02:09:24.567 INFO kablam! Oct 22 02:09:24.567 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.567 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.567 INFO kablam! | Oct 22 02:09:24.567 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.567 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.567 INFO kablam! ... Oct 22 02:09:24.567 INFO kablam! 1335 | rt_alloc_layout_checked!(rt_primes_7bytes_2align_alloc_layout_checked, 7, 2); Oct 22 02:09:24.567 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.567 INFO kablam! | Oct 22 02:09:24.567 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.567 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.568 INFO kablam! | Oct 22 02:09:24.568 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.568 INFO kablam! | Oct 22 02:09:24.568 INFO kablam! Oct 22 02:09:24.569 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.569 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.569 INFO kablam! | Oct 22 02:09:24.569 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.569 INFO kablam! | ^^^^^ Oct 22 02:09:24.569 INFO kablam! ... Oct 22 02:09:24.569 INFO kablam! 1348 | rt_alloc_layout_checked!(rt_primes_13bytes_2align_alloc_layout_checked, 13, 2); Oct 22 02:09:24.569 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.569 INFO kablam! | Oct 22 02:09:24.569 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.569 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.569 INFO kablam! | Oct 22 02:09:24.569 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.569 INFO kablam! | Oct 22 02:09:24.569 INFO kablam! Oct 22 02:09:24.570 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.570 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.570 INFO kablam! | Oct 22 02:09:24.570 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.570 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.570 INFO kablam! ... Oct 22 02:09:24.570 INFO kablam! 1348 | rt_alloc_layout_checked!(rt_primes_13bytes_2align_alloc_layout_checked, 13, 2); Oct 22 02:09:24.570 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.570 INFO kablam! | Oct 22 02:09:24.570 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.570 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.570 INFO kablam! | Oct 22 02:09:24.570 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.570 INFO kablam! | Oct 22 02:09:24.570 INFO kablam! Oct 22 02:09:24.574 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.574 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.574 INFO kablam! | Oct 22 02:09:24.574 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.574 INFO kablam! | ^^^^^ Oct 22 02:09:24.574 INFO kablam! ... Oct 22 02:09:24.574 INFO kablam! 1361 | rt_alloc_layout_checked!(rt_primes_17bytes_2align_alloc_layout_checked, 17, 2); Oct 22 02:09:24.574 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.574 INFO kablam! | Oct 22 02:09:24.575 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.575 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.575 INFO kablam! | Oct 22 02:09:24.575 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.575 INFO kablam! | Oct 22 02:09:24.575 INFO kablam! Oct 22 02:09:24.575 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.575 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.575 INFO kablam! | Oct 22 02:09:24.575 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.575 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.575 INFO kablam! ... Oct 22 02:09:24.575 INFO kablam! 1361 | rt_alloc_layout_checked!(rt_primes_17bytes_2align_alloc_layout_checked, 17, 2); Oct 22 02:09:24.575 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.575 INFO kablam! | Oct 22 02:09:24.575 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.575 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.575 INFO kablam! | Oct 22 02:09:24.575 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.575 INFO kablam! | Oct 22 02:09:24.575 INFO kablam! Oct 22 02:09:24.575 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.575 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.575 INFO kablam! | Oct 22 02:09:24.575 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.575 INFO kablam! | ^^^^^ Oct 22 02:09:24.575 INFO kablam! ... Oct 22 02:09:24.575 INFO kablam! 1374 | rt_alloc_layout_checked!(rt_primes_31bytes_2align_alloc_layout_checked, 31, 2); Oct 22 02:09:24.575 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.575 INFO kablam! | Oct 22 02:09:24.575 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.575 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.575 INFO kablam! | Oct 22 02:09:24.575 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.575 INFO kablam! | Oct 22 02:09:24.575 INFO kablam! Oct 22 02:09:24.575 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.575 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.575 INFO kablam! | Oct 22 02:09:24.575 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.575 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.575 INFO kablam! ... Oct 22 02:09:24.575 INFO kablam! 1374 | rt_alloc_layout_checked!(rt_primes_31bytes_2align_alloc_layout_checked, 31, 2); Oct 22 02:09:24.575 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.575 INFO kablam! | Oct 22 02:09:24.575 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.575 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.575 INFO kablam! | Oct 22 02:09:24.575 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.575 INFO kablam! | Oct 22 02:09:24.575 INFO kablam! Oct 22 02:09:24.575 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.575 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.575 INFO kablam! | Oct 22 02:09:24.575 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.575 INFO kablam! | ^^^^^ Oct 22 02:09:24.575 INFO kablam! ... Oct 22 02:09:24.575 INFO kablam! 1387 | rt_alloc_layout_checked!(rt_primes_61bytes_2align_alloc_layout_checked, 61, 2); Oct 22 02:09:24.575 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.575 INFO kablam! | Oct 22 02:09:24.575 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.576 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.576 INFO kablam! | Oct 22 02:09:24.576 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.576 INFO kablam! | Oct 22 02:09:24.576 INFO kablam! Oct 22 02:09:24.576 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.576 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.576 INFO kablam! | Oct 22 02:09:24.576 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.576 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.576 INFO kablam! ... Oct 22 02:09:24.576 INFO kablam! 1387 | rt_alloc_layout_checked!(rt_primes_61bytes_2align_alloc_layout_checked, 61, 2); Oct 22 02:09:24.576 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.576 INFO kablam! | Oct 22 02:09:24.576 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.576 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.576 INFO kablam! | Oct 22 02:09:24.576 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.576 INFO kablam! | Oct 22 02:09:24.576 INFO kablam! Oct 22 02:09:24.576 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.576 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.576 INFO kablam! | Oct 22 02:09:24.576 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.576 INFO kablam! | ^^^^^ Oct 22 02:09:24.576 INFO kablam! ... Oct 22 02:09:24.576 INFO kablam! 1400 | rt_alloc_layout_checked!(rt_primes_96bytes_2align_alloc_layout_checked, 96, 2); Oct 22 02:09:24.576 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.576 INFO kablam! | Oct 22 02:09:24.576 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.576 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.576 INFO kablam! | Oct 22 02:09:24.576 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.576 INFO kablam! | Oct 22 02:09:24.576 INFO kablam! Oct 22 02:09:24.577 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.577 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.577 INFO kablam! | Oct 22 02:09:24.577 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.577 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.577 INFO kablam! ... Oct 22 02:09:24.577 INFO kablam! 1400 | rt_alloc_layout_checked!(rt_primes_96bytes_2align_alloc_layout_checked, 96, 2); Oct 22 02:09:24.577 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.577 INFO kablam! | Oct 22 02:09:24.577 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.577 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.577 INFO kablam! | Oct 22 02:09:24.577 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.577 INFO kablam! | Oct 22 02:09:24.577 INFO kablam! Oct 22 02:09:24.578 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.578 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.578 INFO kablam! | Oct 22 02:09:24.578 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.578 INFO kablam! | ^^^^^ Oct 22 02:09:24.578 INFO kablam! ... Oct 22 02:09:24.578 INFO kablam! 1413 | rt_alloc_layout_checked!(rt_primes_127bytes_2align_alloc_layout_checked, 127, 2); Oct 22 02:09:24.578 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.578 INFO kablam! | Oct 22 02:09:24.578 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.578 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.578 INFO kablam! | Oct 22 02:09:24.578 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.578 INFO kablam! | Oct 22 02:09:24.578 INFO kablam! Oct 22 02:09:24.579 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.579 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.579 INFO kablam! | Oct 22 02:09:24.579 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.579 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.579 INFO kablam! ... Oct 22 02:09:24.579 INFO kablam! 1413 | rt_alloc_layout_checked!(rt_primes_127bytes_2align_alloc_layout_checked, 127, 2); Oct 22 02:09:24.579 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.579 INFO kablam! | Oct 22 02:09:24.579 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.579 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.579 INFO kablam! | Oct 22 02:09:24.579 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.579 INFO kablam! | Oct 22 02:09:24.579 INFO kablam! Oct 22 02:09:24.580 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.580 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.580 INFO kablam! | Oct 22 02:09:24.580 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.580 INFO kablam! | ^^^^^ Oct 22 02:09:24.580 INFO kablam! ... Oct 22 02:09:24.580 INFO kablam! 1426 | rt_alloc_layout_checked!(rt_primes_257bytes_2align_alloc_layout_checked, 257, 2); Oct 22 02:09:24.580 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.580 INFO kablam! | Oct 22 02:09:24.580 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.580 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.580 INFO kablam! | Oct 22 02:09:24.580 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.580 INFO kablam! | Oct 22 02:09:24.580 INFO kablam! Oct 22 02:09:24.581 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.581 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.581 INFO kablam! | Oct 22 02:09:24.581 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.581 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.581 INFO kablam! ... Oct 22 02:09:24.581 INFO kablam! 1426 | rt_alloc_layout_checked!(rt_primes_257bytes_2align_alloc_layout_checked, 257, 2); Oct 22 02:09:24.581 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.581 INFO kablam! | Oct 22 02:09:24.581 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.581 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.581 INFO kablam! | Oct 22 02:09:24.581 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.581 INFO kablam! | Oct 22 02:09:24.581 INFO kablam! Oct 22 02:09:24.582 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.582 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.582 INFO kablam! | Oct 22 02:09:24.582 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.582 INFO kablam! | ^^^^^ Oct 22 02:09:24.582 INFO kablam! ... Oct 22 02:09:24.582 INFO kablam! 1439 | rt_alloc_layout_checked!(rt_primes_509bytes_2align_alloc_layout_checked, 509, 2); Oct 22 02:09:24.582 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.582 INFO kablam! | Oct 22 02:09:24.582 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.582 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.582 INFO kablam! | Oct 22 02:09:24.582 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.582 INFO kablam! | Oct 22 02:09:24.582 INFO kablam! Oct 22 02:09:24.583 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.583 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.583 INFO kablam! | Oct 22 02:09:24.583 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.583 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.583 INFO kablam! ... Oct 22 02:09:24.583 INFO kablam! 1439 | rt_alloc_layout_checked!(rt_primes_509bytes_2align_alloc_layout_checked, 509, 2); Oct 22 02:09:24.583 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.583 INFO kablam! | Oct 22 02:09:24.583 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.583 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.583 INFO kablam! | Oct 22 02:09:24.583 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.583 INFO kablam! | Oct 22 02:09:24.583 INFO kablam! Oct 22 02:09:24.584 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.584 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.584 INFO kablam! | Oct 22 02:09:24.584 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.584 INFO kablam! | ^^^^^ Oct 22 02:09:24.584 INFO kablam! ... Oct 22 02:09:24.584 INFO kablam! 1452 | rt_alloc_layout_checked!(rt_primes_1021bytes_2align_alloc_layout_checked, 1021, 2); Oct 22 02:09:24.584 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.584 INFO kablam! | Oct 22 02:09:24.584 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.584 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.584 INFO kablam! | Oct 22 02:09:24.584 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.584 INFO kablam! | Oct 22 02:09:24.584 INFO kablam! Oct 22 02:09:24.585 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.585 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.585 INFO kablam! | Oct 22 02:09:24.585 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.585 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.585 INFO kablam! ... Oct 22 02:09:24.585 INFO kablam! 1452 | rt_alloc_layout_checked!(rt_primes_1021bytes_2align_alloc_layout_checked, 1021, 2); Oct 22 02:09:24.585 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.585 INFO kablam! | Oct 22 02:09:24.585 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.585 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.585 INFO kablam! | Oct 22 02:09:24.585 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.585 INFO kablam! | Oct 22 02:09:24.585 INFO kablam! Oct 22 02:09:24.586 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.586 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.586 INFO kablam! | Oct 22 02:09:24.586 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.586 INFO kablam! | ^^^^^ Oct 22 02:09:24.586 INFO kablam! ... Oct 22 02:09:24.586 INFO kablam! 1465 | rt_alloc_layout_checked!(rt_primes_2039bytes_2align_alloc_layout_checked, 2039, 2); Oct 22 02:09:24.586 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.586 INFO kablam! | Oct 22 02:09:24.586 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.586 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.586 INFO kablam! | Oct 22 02:09:24.586 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.586 INFO kablam! | Oct 22 02:09:24.586 INFO kablam! Oct 22 02:09:24.587 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.587 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.587 INFO kablam! | Oct 22 02:09:24.587 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.587 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.587 INFO kablam! ... Oct 22 02:09:24.587 INFO kablam! 1465 | rt_alloc_layout_checked!(rt_primes_2039bytes_2align_alloc_layout_checked, 2039, 2); Oct 22 02:09:24.587 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.587 INFO kablam! | Oct 22 02:09:24.587 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.587 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.587 INFO kablam! | Oct 22 02:09:24.587 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.587 INFO kablam! | Oct 22 02:09:24.587 INFO kablam! Oct 22 02:09:24.588 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.588 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.588 INFO kablam! | Oct 22 02:09:24.588 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.588 INFO kablam! | ^^^^^ Oct 22 02:09:24.588 INFO kablam! ... Oct 22 02:09:24.588 INFO kablam! 1478 | rt_alloc_layout_checked!(rt_primes_4093bytes_2align_alloc_layout_checked, 4093, 2); Oct 22 02:09:24.588 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.588 INFO kablam! | Oct 22 02:09:24.588 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.588 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.588 INFO kablam! | Oct 22 02:09:24.588 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.588 INFO kablam! | Oct 22 02:09:24.588 INFO kablam! Oct 22 02:09:24.589 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.589 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.589 INFO kablam! | Oct 22 02:09:24.589 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.589 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.589 INFO kablam! ... Oct 22 02:09:24.589 INFO kablam! 1478 | rt_alloc_layout_checked!(rt_primes_4093bytes_2align_alloc_layout_checked, 4093, 2); Oct 22 02:09:24.589 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.589 INFO kablam! | Oct 22 02:09:24.589 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.589 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.589 INFO kablam! | Oct 22 02:09:24.589 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.589 INFO kablam! | Oct 22 02:09:24.589 INFO kablam! Oct 22 02:09:24.590 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.590 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.590 INFO kablam! | Oct 22 02:09:24.590 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.590 INFO kablam! | ^^^^^ Oct 22 02:09:24.590 INFO kablam! ... Oct 22 02:09:24.590 INFO kablam! 1491 | rt_alloc_layout_checked!(rt_primes_8191bytes_2align_alloc_layout_checked, 8191, 2); Oct 22 02:09:24.590 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.590 INFO kablam! | Oct 22 02:09:24.590 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.590 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.590 INFO kablam! | Oct 22 02:09:24.590 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.590 INFO kablam! | Oct 22 02:09:24.590 INFO kablam! Oct 22 02:09:24.591 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.591 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.591 INFO kablam! | Oct 22 02:09:24.591 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.591 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.591 INFO kablam! ... Oct 22 02:09:24.591 INFO kablam! 1491 | rt_alloc_layout_checked!(rt_primes_8191bytes_2align_alloc_layout_checked, 8191, 2); Oct 22 02:09:24.591 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.591 INFO kablam! | Oct 22 02:09:24.591 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.591 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.591 INFO kablam! | Oct 22 02:09:24.591 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.591 INFO kablam! | Oct 22 02:09:24.591 INFO kablam! Oct 22 02:09:24.592 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.592 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.592 INFO kablam! | Oct 22 02:09:24.592 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.592 INFO kablam! | ^^^^^ Oct 22 02:09:24.592 INFO kablam! ... Oct 22 02:09:24.592 INFO kablam! 1504 | rt_alloc_layout_checked!(rt_primes_16381bytes_2align_alloc_layout_checked, 16381, 2); Oct 22 02:09:24.592 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.592 INFO kablam! | Oct 22 02:09:24.592 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.592 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.592 INFO kablam! | Oct 22 02:09:24.592 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.592 INFO kablam! | Oct 22 02:09:24.592 INFO kablam! Oct 22 02:09:24.593 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.593 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.593 INFO kablam! | Oct 22 02:09:24.593 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.593 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.593 INFO kablam! ... Oct 22 02:09:24.593 INFO kablam! 1504 | rt_alloc_layout_checked!(rt_primes_16381bytes_2align_alloc_layout_checked, 16381, 2); Oct 22 02:09:24.593 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.593 INFO kablam! | Oct 22 02:09:24.593 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.593 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.593 INFO kablam! | Oct 22 02:09:24.593 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.593 INFO kablam! | Oct 22 02:09:24.593 INFO kablam! Oct 22 02:09:24.594 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.594 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.594 INFO kablam! | Oct 22 02:09:24.594 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.594 INFO kablam! | ^^^^^ Oct 22 02:09:24.594 INFO kablam! ... Oct 22 02:09:24.594 INFO kablam! 1517 | rt_alloc_layout_checked!(rt_primes_32749bytes_2align_alloc_layout_checked, 32749, 2); Oct 22 02:09:24.594 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.594 INFO kablam! | Oct 22 02:09:24.594 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.594 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.594 INFO kablam! | Oct 22 02:09:24.594 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.594 INFO kablam! | Oct 22 02:09:24.594 INFO kablam! Oct 22 02:09:24.594 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.594 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.594 INFO kablam! | Oct 22 02:09:24.594 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.594 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.594 INFO kablam! ... Oct 22 02:09:24.594 INFO kablam! 1517 | rt_alloc_layout_checked!(rt_primes_32749bytes_2align_alloc_layout_checked, 32749, 2); Oct 22 02:09:24.595 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.595 INFO kablam! | Oct 22 02:09:24.595 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.595 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.595 INFO kablam! | Oct 22 02:09:24.595 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.595 INFO kablam! | Oct 22 02:09:24.595 INFO kablam! Oct 22 02:09:24.595 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.596 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.596 INFO kablam! | Oct 22 02:09:24.596 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.596 INFO kablam! | ^^^^^ Oct 22 02:09:24.596 INFO kablam! ... Oct 22 02:09:24.596 INFO kablam! 1530 | rt_alloc_layout_checked!(rt_primes_65537bytes_2align_alloc_layout_checked, 65537, 2); Oct 22 02:09:24.596 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.596 INFO kablam! | Oct 22 02:09:24.596 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.596 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.596 INFO kablam! | Oct 22 02:09:24.596 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.596 INFO kablam! | Oct 22 02:09:24.596 INFO kablam! Oct 22 02:09:24.596 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.596 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.596 INFO kablam! | Oct 22 02:09:24.596 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.596 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.596 INFO kablam! ... Oct 22 02:09:24.596 INFO kablam! 1530 | rt_alloc_layout_checked!(rt_primes_65537bytes_2align_alloc_layout_checked, 65537, 2); Oct 22 02:09:24.596 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.596 INFO kablam! | Oct 22 02:09:24.596 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.596 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.596 INFO kablam! | Oct 22 02:09:24.596 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.596 INFO kablam! | Oct 22 02:09:24.596 INFO kablam! Oct 22 02:09:24.597 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.597 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.597 INFO kablam! | Oct 22 02:09:24.597 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.597 INFO kablam! | ^^^^^ Oct 22 02:09:24.597 INFO kablam! ... Oct 22 02:09:24.597 INFO kablam! 1543 | rt_alloc_layout_checked!(rt_primes_131071bytes_2align_alloc_layout_checked, 131071, 2); Oct 22 02:09:24.597 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.597 INFO kablam! | Oct 22 02:09:24.597 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.597 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.597 INFO kablam! | Oct 22 02:09:24.597 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.597 INFO kablam! | Oct 22 02:09:24.597 INFO kablam! Oct 22 02:09:24.598 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.598 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.598 INFO kablam! | Oct 22 02:09:24.598 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.598 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.598 INFO kablam! ... Oct 22 02:09:24.598 INFO kablam! 1543 | rt_alloc_layout_checked!(rt_primes_131071bytes_2align_alloc_layout_checked, 131071, 2); Oct 22 02:09:24.598 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.598 INFO kablam! | Oct 22 02:09:24.598 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.598 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.598 INFO kablam! | Oct 22 02:09:24.598 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.598 INFO kablam! | Oct 22 02:09:24.598 INFO kablam! Oct 22 02:09:24.599 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.599 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.599 INFO kablam! | Oct 22 02:09:24.599 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.599 INFO kablam! | ^^^^^ Oct 22 02:09:24.599 INFO kablam! ... Oct 22 02:09:24.599 INFO kablam! 1556 | rt_alloc_layout_checked!(rt_primes_4194301bytes_2align_alloc_layout_checked, 4194301, 2); Oct 22 02:09:24.599 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.599 INFO kablam! | Oct 22 02:09:24.599 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.599 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.599 INFO kablam! | Oct 22 02:09:24.599 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.599 INFO kablam! | Oct 22 02:09:24.599 INFO kablam! Oct 22 02:09:24.600 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.600 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.600 INFO kablam! | Oct 22 02:09:24.600 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.600 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.600 INFO kablam! ... Oct 22 02:09:24.600 INFO kablam! 1556 | rt_alloc_layout_checked!(rt_primes_4194301bytes_2align_alloc_layout_checked, 4194301, 2); Oct 22 02:09:24.600 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.600 INFO kablam! | Oct 22 02:09:24.600 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.600 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.600 INFO kablam! | Oct 22 02:09:24.600 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.600 INFO kablam! | Oct 22 02:09:24.600 INFO kablam! Oct 22 02:09:24.601 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.601 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.601 INFO kablam! | Oct 22 02:09:24.601 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.601 INFO kablam! | ^^^^^ Oct 22 02:09:24.601 INFO kablam! ... Oct 22 02:09:24.601 INFO kablam! 1572 | rt_alloc_layout_checked!(rt_pow2_1bytes_4align_alloc_layout_checked, 1, 4); Oct 22 02:09:24.601 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.601 INFO kablam! | Oct 22 02:09:24.601 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.601 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.601 INFO kablam! | Oct 22 02:09:24.601 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.601 INFO kablam! | Oct 22 02:09:24.601 INFO kablam! Oct 22 02:09:24.602 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.602 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.602 INFO kablam! | Oct 22 02:09:24.602 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.602 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.602 INFO kablam! ... Oct 22 02:09:24.602 INFO kablam! 1572 | rt_alloc_layout_checked!(rt_pow2_1bytes_4align_alloc_layout_checked, 1, 4); Oct 22 02:09:24.602 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.602 INFO kablam! | Oct 22 02:09:24.602 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.602 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.602 INFO kablam! | Oct 22 02:09:24.602 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.602 INFO kablam! | Oct 22 02:09:24.602 INFO kablam! Oct 22 02:09:24.603 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.603 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.603 INFO kablam! | Oct 22 02:09:24.603 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.603 INFO kablam! | ^^^^^ Oct 22 02:09:24.603 INFO kablam! ... Oct 22 02:09:24.603 INFO kablam! 1585 | rt_alloc_layout_checked!(rt_pow2_2bytes_4align_alloc_layout_checked, 2, 4); Oct 22 02:09:24.603 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.603 INFO kablam! | Oct 22 02:09:24.603 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.603 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.603 INFO kablam! | Oct 22 02:09:24.603 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.603 INFO kablam! | Oct 22 02:09:24.603 INFO kablam! Oct 22 02:09:24.603 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.603 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.603 INFO kablam! | Oct 22 02:09:24.603 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.603 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.603 INFO kablam! ... Oct 22 02:09:24.603 INFO kablam! 1585 | rt_alloc_layout_checked!(rt_pow2_2bytes_4align_alloc_layout_checked, 2, 4); Oct 22 02:09:24.603 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.604 INFO kablam! | Oct 22 02:09:24.604 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.604 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.604 INFO kablam! | Oct 22 02:09:24.604 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.604 INFO kablam! | Oct 22 02:09:24.604 INFO kablam! Oct 22 02:09:24.604 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.604 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.604 INFO kablam! | Oct 22 02:09:24.605 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.605 INFO kablam! | ^^^^^ Oct 22 02:09:24.605 INFO kablam! ... Oct 22 02:09:24.605 INFO kablam! 1598 | rt_alloc_layout_checked!(rt_pow2_4bytes_4align_alloc_layout_checked, 4, 4); Oct 22 02:09:24.605 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.605 INFO kablam! | Oct 22 02:09:24.605 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.605 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.605 INFO kablam! | Oct 22 02:09:24.605 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.605 INFO kablam! | Oct 22 02:09:24.605 INFO kablam! Oct 22 02:09:24.605 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.605 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.605 INFO kablam! | Oct 22 02:09:24.605 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.605 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.605 INFO kablam! ... Oct 22 02:09:24.605 INFO kablam! 1598 | rt_alloc_layout_checked!(rt_pow2_4bytes_4align_alloc_layout_checked, 4, 4); Oct 22 02:09:24.605 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.605 INFO kablam! | Oct 22 02:09:24.605 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.605 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.605 INFO kablam! | Oct 22 02:09:24.605 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.605 INFO kablam! | Oct 22 02:09:24.605 INFO kablam! Oct 22 02:09:24.606 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.606 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.606 INFO kablam! | Oct 22 02:09:24.606 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.606 INFO kablam! | ^^^^^ Oct 22 02:09:24.606 INFO kablam! ... Oct 22 02:09:24.606 INFO kablam! 1611 | rt_alloc_layout_checked!(rt_pow2_8bytes_4align_alloc_layout_checked, 8, 4); Oct 22 02:09:24.606 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.606 INFO kablam! | Oct 22 02:09:24.606 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.606 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.606 INFO kablam! | Oct 22 02:09:24.606 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.606 INFO kablam! | Oct 22 02:09:24.606 INFO kablam! Oct 22 02:09:24.607 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.607 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.607 INFO kablam! | Oct 22 02:09:24.607 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.607 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.607 INFO kablam! ... Oct 22 02:09:24.607 INFO kablam! 1611 | rt_alloc_layout_checked!(rt_pow2_8bytes_4align_alloc_layout_checked, 8, 4); Oct 22 02:09:24.607 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.607 INFO kablam! | Oct 22 02:09:24.607 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.607 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.607 INFO kablam! | Oct 22 02:09:24.607 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.607 INFO kablam! | Oct 22 02:09:24.607 INFO kablam! Oct 22 02:09:24.608 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.611 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.611 INFO kablam! | Oct 22 02:09:24.611 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.611 INFO kablam! | ^^^^^ Oct 22 02:09:24.611 INFO kablam! ... Oct 22 02:09:24.611 INFO kablam! 1624 | rt_alloc_layout_checked!(rt_pow2_16bytes_4align_alloc_layout_checked, 16, 4); Oct 22 02:09:24.611 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.611 INFO kablam! | Oct 22 02:09:24.611 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.611 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.611 INFO kablam! | Oct 22 02:09:24.611 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.611 INFO kablam! | Oct 22 02:09:24.611 INFO kablam! Oct 22 02:09:24.611 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.611 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.611 INFO kablam! | Oct 22 02:09:24.611 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.611 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.611 INFO kablam! ... Oct 22 02:09:24.611 INFO kablam! 1624 | rt_alloc_layout_checked!(rt_pow2_16bytes_4align_alloc_layout_checked, 16, 4); Oct 22 02:09:24.611 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.611 INFO kablam! | Oct 22 02:09:24.611 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.611 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.611 INFO kablam! | Oct 22 02:09:24.611 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.611 INFO kablam! | Oct 22 02:09:24.611 INFO kablam! Oct 22 02:09:24.611 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.611 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.611 INFO kablam! | Oct 22 02:09:24.611 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.611 INFO kablam! | ^^^^^ Oct 22 02:09:24.611 INFO kablam! ... Oct 22 02:09:24.611 INFO kablam! 1637 | rt_alloc_layout_checked!(rt_pow2_32bytes_4align_alloc_layout_checked, 32, 4); Oct 22 02:09:24.611 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.611 INFO kablam! | Oct 22 02:09:24.611 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.611 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.611 INFO kablam! | Oct 22 02:09:24.611 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.611 INFO kablam! | Oct 22 02:09:24.611 INFO kablam! Oct 22 02:09:24.611 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.611 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.611 INFO kablam! | Oct 22 02:09:24.611 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.611 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.611 INFO kablam! ... Oct 22 02:09:24.611 INFO kablam! 1637 | rt_alloc_layout_checked!(rt_pow2_32bytes_4align_alloc_layout_checked, 32, 4); Oct 22 02:09:24.611 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.611 INFO kablam! | Oct 22 02:09:24.611 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.611 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.611 INFO kablam! | Oct 22 02:09:24.611 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.611 INFO kablam! | Oct 22 02:09:24.611 INFO kablam! Oct 22 02:09:24.612 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.612 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.612 INFO kablam! | Oct 22 02:09:24.612 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.612 INFO kablam! | ^^^^^ Oct 22 02:09:24.612 INFO kablam! ... Oct 22 02:09:24.612 INFO kablam! 1650 | rt_alloc_layout_checked!(rt_pow2_64bytes_4align_alloc_layout_checked, 64, 4); Oct 22 02:09:24.612 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.612 INFO kablam! | Oct 22 02:09:24.612 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.612 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.612 INFO kablam! | Oct 22 02:09:24.612 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.612 INFO kablam! | Oct 22 02:09:24.612 INFO kablam! Oct 22 02:09:24.613 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.613 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.613 INFO kablam! | Oct 22 02:09:24.613 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.613 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.613 INFO kablam! ... Oct 22 02:09:24.613 INFO kablam! 1650 | rt_alloc_layout_checked!(rt_pow2_64bytes_4align_alloc_layout_checked, 64, 4); Oct 22 02:09:24.613 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.613 INFO kablam! | Oct 22 02:09:24.613 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.613 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.613 INFO kablam! | Oct 22 02:09:24.613 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.613 INFO kablam! | Oct 22 02:09:24.613 INFO kablam! Oct 22 02:09:24.617 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.617 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.617 INFO kablam! | Oct 22 02:09:24.617 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.617 INFO kablam! | ^^^^^ Oct 22 02:09:24.617 INFO kablam! ... Oct 22 02:09:24.617 INFO kablam! 1663 | rt_alloc_layout_checked!(rt_pow2_128bytes_4align_alloc_layout_checked, 128, 4); Oct 22 02:09:24.617 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.617 INFO kablam! | Oct 22 02:09:24.617 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.617 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.617 INFO kablam! | Oct 22 02:09:24.617 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.617 INFO kablam! | Oct 22 02:09:24.617 INFO kablam! Oct 22 02:09:24.617 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.617 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.617 INFO kablam! | Oct 22 02:09:24.617 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.617 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.617 INFO kablam! ... Oct 22 02:09:24.617 INFO kablam! 1663 | rt_alloc_layout_checked!(rt_pow2_128bytes_4align_alloc_layout_checked, 128, 4); Oct 22 02:09:24.617 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.617 INFO kablam! | Oct 22 02:09:24.617 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.617 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.617 INFO kablam! | Oct 22 02:09:24.617 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.617 INFO kablam! | Oct 22 02:09:24.617 INFO kablam! Oct 22 02:09:24.617 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.617 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.617 INFO kablam! | Oct 22 02:09:24.617 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.617 INFO kablam! | ^^^^^ Oct 22 02:09:24.617 INFO kablam! ... Oct 22 02:09:24.617 INFO kablam! 1676 | rt_alloc_layout_checked!(rt_pow2_256bytes_4align_alloc_layout_checked, 256, 4); Oct 22 02:09:24.617 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.617 INFO kablam! | Oct 22 02:09:24.617 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.617 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.617 INFO kablam! | Oct 22 02:09:24.617 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.617 INFO kablam! | Oct 22 02:09:24.617 INFO kablam! Oct 22 02:09:24.617 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.617 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.617 INFO kablam! | Oct 22 02:09:24.617 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.617 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.617 INFO kablam! ... Oct 22 02:09:24.617 INFO kablam! 1676 | rt_alloc_layout_checked!(rt_pow2_256bytes_4align_alloc_layout_checked, 256, 4); Oct 22 02:09:24.617 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.617 INFO kablam! | Oct 22 02:09:24.618 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.618 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.618 INFO kablam! | Oct 22 02:09:24.618 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.618 INFO kablam! | Oct 22 02:09:24.618 INFO kablam! Oct 22 02:09:24.620 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.622 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.622 INFO kablam! | Oct 22 02:09:24.622 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.622 INFO kablam! | ^^^^^ Oct 22 02:09:24.622 INFO kablam! ... Oct 22 02:09:24.622 INFO kablam! 1689 | rt_alloc_layout_checked!(rt_pow2_512bytes_4align_alloc_layout_checked, 512, 4); Oct 22 02:09:24.622 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.622 INFO kablam! | Oct 22 02:09:24.622 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.622 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.622 INFO kablam! | Oct 22 02:09:24.622 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.622 INFO kablam! | Oct 22 02:09:24.622 INFO kablam! Oct 22 02:09:24.622 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.622 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.622 INFO kablam! | Oct 22 02:09:24.622 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.622 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.622 INFO kablam! ... Oct 22 02:09:24.622 INFO kablam! 1689 | rt_alloc_layout_checked!(rt_pow2_512bytes_4align_alloc_layout_checked, 512, 4); Oct 22 02:09:24.622 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.622 INFO kablam! | Oct 22 02:09:24.622 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.623 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.623 INFO kablam! | Oct 22 02:09:24.623 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.623 INFO kablam! | Oct 22 02:09:24.623 INFO kablam! Oct 22 02:09:24.623 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.623 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.623 INFO kablam! | Oct 22 02:09:24.623 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.623 INFO kablam! | ^^^^^ Oct 22 02:09:24.623 INFO kablam! ... Oct 22 02:09:24.623 INFO kablam! 1702 | rt_alloc_layout_checked!(rt_pow2_1024bytes_4align_alloc_layout_checked, 1024, 4); Oct 22 02:09:24.623 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.623 INFO kablam! | Oct 22 02:09:24.623 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.623 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.623 INFO kablam! | Oct 22 02:09:24.623 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.623 INFO kablam! | Oct 22 02:09:24.623 INFO kablam! Oct 22 02:09:24.623 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.623 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.623 INFO kablam! | Oct 22 02:09:24.623 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.623 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.623 INFO kablam! ... Oct 22 02:09:24.623 INFO kablam! 1702 | rt_alloc_layout_checked!(rt_pow2_1024bytes_4align_alloc_layout_checked, 1024, 4); Oct 22 02:09:24.623 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.623 INFO kablam! | Oct 22 02:09:24.623 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.623 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.623 INFO kablam! | Oct 22 02:09:24.623 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.623 INFO kablam! | Oct 22 02:09:24.626 INFO kablam! Oct 22 02:09:24.626 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.626 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.626 INFO kablam! | Oct 22 02:09:24.626 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.626 INFO kablam! | ^^^^^ Oct 22 02:09:24.626 INFO kablam! ... Oct 22 02:09:24.626 INFO kablam! 1715 | rt_alloc_layout_checked!(rt_pow2_2048bytes_4align_alloc_layout_checked, 2048, 4); Oct 22 02:09:24.626 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.626 INFO kablam! | Oct 22 02:09:24.626 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.627 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.627 INFO kablam! | Oct 22 02:09:24.627 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.627 INFO kablam! | Oct 22 02:09:24.627 INFO kablam! Oct 22 02:09:24.627 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.627 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.627 INFO kablam! | Oct 22 02:09:24.627 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.627 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.627 INFO kablam! ... Oct 22 02:09:24.627 INFO kablam! 1715 | rt_alloc_layout_checked!(rt_pow2_2048bytes_4align_alloc_layout_checked, 2048, 4); Oct 22 02:09:24.627 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.627 INFO kablam! | Oct 22 02:09:24.627 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.627 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.627 INFO kablam! | Oct 22 02:09:24.627 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.627 INFO kablam! | Oct 22 02:09:24.627 INFO kablam! Oct 22 02:09:24.627 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.627 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.627 INFO kablam! | Oct 22 02:09:24.627 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.627 INFO kablam! | ^^^^^ Oct 22 02:09:24.627 INFO kablam! ... Oct 22 02:09:24.627 INFO kablam! 1728 | rt_alloc_layout_checked!(rt_pow2_4096bytes_4align_alloc_layout_checked, 4096, 4); Oct 22 02:09:24.627 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.627 INFO kablam! | Oct 22 02:09:24.627 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.627 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.627 INFO kablam! | Oct 22 02:09:24.627 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.627 INFO kablam! | Oct 22 02:09:24.627 INFO kablam! Oct 22 02:09:24.627 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.627 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.627 INFO kablam! | Oct 22 02:09:24.627 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.627 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.627 INFO kablam! ... Oct 22 02:09:24.627 INFO kablam! 1728 | rt_alloc_layout_checked!(rt_pow2_4096bytes_4align_alloc_layout_checked, 4096, 4); Oct 22 02:09:24.627 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.627 INFO kablam! | Oct 22 02:09:24.627 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.627 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.627 INFO kablam! | Oct 22 02:09:24.627 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.627 INFO kablam! | Oct 22 02:09:24.627 INFO kablam! Oct 22 02:09:24.627 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.627 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.627 INFO kablam! | Oct 22 02:09:24.627 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.627 INFO kablam! | ^^^^^ Oct 22 02:09:24.627 INFO kablam! ... Oct 22 02:09:24.627 INFO kablam! 1741 | rt_alloc_layout_checked!(rt_pow2_8192bytes_4align_alloc_layout_checked, 8192, 4); Oct 22 02:09:24.627 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.627 INFO kablam! | Oct 22 02:09:24.627 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.627 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.627 INFO kablam! | Oct 22 02:09:24.627 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.627 INFO kablam! | Oct 22 02:09:24.627 INFO kablam! Oct 22 02:09:24.627 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.627 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.627 INFO kablam! | Oct 22 02:09:24.627 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.627 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.627 INFO kablam! ... Oct 22 02:09:24.627 INFO kablam! 1741 | rt_alloc_layout_checked!(rt_pow2_8192bytes_4align_alloc_layout_checked, 8192, 4); Oct 22 02:09:24.627 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.627 INFO kablam! | Oct 22 02:09:24.627 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.627 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.627 INFO kablam! | Oct 22 02:09:24.627 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.627 INFO kablam! | Oct 22 02:09:24.627 INFO kablam! Oct 22 02:09:24.632 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.633 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.633 INFO kablam! | Oct 22 02:09:24.633 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.633 INFO kablam! | ^^^^^ Oct 22 02:09:24.633 INFO kablam! ... Oct 22 02:09:24.633 INFO kablam! 1754 | rt_alloc_layout_checked!(rt_pow2_16384bytes_4align_alloc_layout_checked, 16384, 4); Oct 22 02:09:24.633 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.633 INFO kablam! | Oct 22 02:09:24.633 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.633 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.633 INFO kablam! | Oct 22 02:09:24.633 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.633 INFO kablam! | Oct 22 02:09:24.634 INFO kablam! Oct 22 02:09:24.634 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.634 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.634 INFO kablam! | Oct 22 02:09:24.634 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.634 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.634 INFO kablam! ... Oct 22 02:09:24.634 INFO kablam! 1754 | rt_alloc_layout_checked!(rt_pow2_16384bytes_4align_alloc_layout_checked, 16384, 4); Oct 22 02:09:24.634 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.634 INFO kablam! | Oct 22 02:09:24.634 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.634 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.634 INFO kablam! | Oct 22 02:09:24.634 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.634 INFO kablam! | Oct 22 02:09:24.634 INFO kablam! Oct 22 02:09:24.634 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.634 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.634 INFO kablam! | Oct 22 02:09:24.634 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.634 INFO kablam! | ^^^^^ Oct 22 02:09:24.635 INFO kablam! ... Oct 22 02:09:24.635 INFO kablam! 1767 | rt_alloc_layout_checked!(rt_pow2_32768bytes_4align_alloc_layout_checked, 32768, 4); Oct 22 02:09:24.635 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.635 INFO kablam! | Oct 22 02:09:24.635 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.635 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.635 INFO kablam! | Oct 22 02:09:24.635 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.635 INFO kablam! | Oct 22 02:09:24.635 INFO kablam! Oct 22 02:09:24.635 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.635 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.635 INFO kablam! | Oct 22 02:09:24.635 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.635 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.635 INFO kablam! ... Oct 22 02:09:24.635 INFO kablam! 1767 | rt_alloc_layout_checked!(rt_pow2_32768bytes_4align_alloc_layout_checked, 32768, 4); Oct 22 02:09:24.635 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.635 INFO kablam! | Oct 22 02:09:24.635 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.635 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.635 INFO kablam! | Oct 22 02:09:24.635 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.635 INFO kablam! | Oct 22 02:09:24.636 INFO kablam! Oct 22 02:09:24.636 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.636 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.636 INFO kablam! | Oct 22 02:09:24.636 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.636 INFO kablam! | ^^^^^ Oct 22 02:09:24.636 INFO kablam! ... Oct 22 02:09:24.636 INFO kablam! 1780 | rt_alloc_layout_checked!(rt_pow2_65536bytes_4align_alloc_layout_checked, 65536, 4); Oct 22 02:09:24.636 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.636 INFO kablam! | Oct 22 02:09:24.636 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.636 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.636 INFO kablam! | Oct 22 02:09:24.636 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.636 INFO kablam! | Oct 22 02:09:24.636 INFO kablam! Oct 22 02:09:24.636 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.636 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.636 INFO kablam! | Oct 22 02:09:24.636 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.636 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.636 INFO kablam! ... Oct 22 02:09:24.636 INFO kablam! 1780 | rt_alloc_layout_checked!(rt_pow2_65536bytes_4align_alloc_layout_checked, 65536, 4); Oct 22 02:09:24.637 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.637 INFO kablam! | Oct 22 02:09:24.637 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.637 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.637 INFO kablam! | Oct 22 02:09:24.637 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.637 INFO kablam! | Oct 22 02:09:24.637 INFO kablam! Oct 22 02:09:24.637 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.637 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.637 INFO kablam! | Oct 22 02:09:24.637 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.637 INFO kablam! | ^^^^^ Oct 22 02:09:24.637 INFO kablam! ... Oct 22 02:09:24.637 INFO kablam! 1793 | rt_alloc_layout_checked!(rt_pow2_131072bytes_4align_alloc_layout_checked, 131072, 4); Oct 22 02:09:24.637 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.637 INFO kablam! | Oct 22 02:09:24.637 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.637 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.637 INFO kablam! | Oct 22 02:09:24.637 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.637 INFO kablam! | Oct 22 02:09:24.637 INFO kablam! Oct 22 02:09:24.638 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.638 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.638 INFO kablam! | Oct 22 02:09:24.638 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.638 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.638 INFO kablam! ... Oct 22 02:09:24.638 INFO kablam! 1793 | rt_alloc_layout_checked!(rt_pow2_131072bytes_4align_alloc_layout_checked, 131072, 4); Oct 22 02:09:24.638 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.638 INFO kablam! | Oct 22 02:09:24.638 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.638 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.638 INFO kablam! | Oct 22 02:09:24.638 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.638 INFO kablam! | Oct 22 02:09:24.638 INFO kablam! Oct 22 02:09:24.638 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.638 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.638 INFO kablam! | Oct 22 02:09:24.638 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.638 INFO kablam! | ^^^^^ Oct 22 02:09:24.638 INFO kablam! ... Oct 22 02:09:24.638 INFO kablam! 1806 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_4align_alloc_layout_checked, 4194304, 4); Oct 22 02:09:24.638 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.639 INFO kablam! | Oct 22 02:09:24.639 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.639 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.639 INFO kablam! | Oct 22 02:09:24.639 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.639 INFO kablam! | Oct 22 02:09:24.639 INFO kablam! Oct 22 02:09:24.639 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.639 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.639 INFO kablam! | Oct 22 02:09:24.639 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.639 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.639 INFO kablam! ... Oct 22 02:09:24.639 INFO kablam! 1806 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_4align_alloc_layout_checked, 4194304, 4); Oct 22 02:09:24.639 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.639 INFO kablam! | Oct 22 02:09:24.639 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.639 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.639 INFO kablam! | Oct 22 02:09:24.639 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.639 INFO kablam! | Oct 22 02:09:24.639 INFO kablam! Oct 22 02:09:24.639 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.639 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.640 INFO kablam! | Oct 22 02:09:24.640 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.640 INFO kablam! | ^^^^^ Oct 22 02:09:24.640 INFO kablam! ... Oct 22 02:09:24.640 INFO kablam! 1820 | rt_alloc_layout_checked!(rt_even_10bytes_4align_alloc_layout_checked, 10, 4); Oct 22 02:09:24.640 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.640 INFO kablam! | Oct 22 02:09:24.640 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.644 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.645 INFO kablam! | Oct 22 02:09:24.645 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.645 INFO kablam! | Oct 22 02:09:24.645 INFO kablam! Oct 22 02:09:24.645 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.645 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.645 INFO kablam! | Oct 22 02:09:24.645 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.645 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.645 INFO kablam! ... Oct 22 02:09:24.645 INFO kablam! 1820 | rt_alloc_layout_checked!(rt_even_10bytes_4align_alloc_layout_checked, 10, 4); Oct 22 02:09:24.645 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.645 INFO kablam! | Oct 22 02:09:24.646 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.646 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.646 INFO kablam! | Oct 22 02:09:24.646 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.646 INFO kablam! | Oct 22 02:09:24.646 INFO kablam! Oct 22 02:09:24.646 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.646 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.646 INFO kablam! | Oct 22 02:09:24.646 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.646 INFO kablam! | ^^^^^ Oct 22 02:09:24.646 INFO kablam! ... Oct 22 02:09:24.646 INFO kablam! 1833 | rt_alloc_layout_checked!(rt_even_100bytes_4align_alloc_layout_checked, 100, 4); Oct 22 02:09:24.646 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.646 INFO kablam! | Oct 22 02:09:24.646 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.646 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.646 INFO kablam! | Oct 22 02:09:24.646 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.646 INFO kablam! | Oct 22 02:09:24.646 INFO kablam! Oct 22 02:09:24.646 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.646 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.647 INFO kablam! | Oct 22 02:09:24.647 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.647 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.647 INFO kablam! ... Oct 22 02:09:24.647 INFO kablam! 1833 | rt_alloc_layout_checked!(rt_even_100bytes_4align_alloc_layout_checked, 100, 4); Oct 22 02:09:24.647 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.647 INFO kablam! | Oct 22 02:09:24.647 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.647 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.647 INFO kablam! | Oct 22 02:09:24.647 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.647 INFO kablam! | Oct 22 02:09:24.647 INFO kablam! Oct 22 02:09:24.647 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.647 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.647 INFO kablam! | Oct 22 02:09:24.647 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.647 INFO kablam! | ^^^^^ Oct 22 02:09:24.648 INFO kablam! ... Oct 22 02:09:24.648 INFO kablam! 1846 | rt_alloc_layout_checked!(rt_even_1000bytes_4align_alloc_layout_checked, 1000, 4); Oct 22 02:09:24.648 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.648 INFO kablam! | Oct 22 02:09:24.648 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.648 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.648 INFO kablam! | Oct 22 02:09:24.652 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.652 INFO kablam! | Oct 22 02:09:24.652 INFO kablam! Oct 22 02:09:24.652 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.652 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.652 INFO kablam! | Oct 22 02:09:24.652 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.652 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.652 INFO kablam! ... Oct 22 02:09:24.652 INFO kablam! 1846 | rt_alloc_layout_checked!(rt_even_1000bytes_4align_alloc_layout_checked, 1000, 4); Oct 22 02:09:24.652 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.652 INFO kablam! | Oct 22 02:09:24.652 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.652 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.652 INFO kablam! | Oct 22 02:09:24.652 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.653 INFO kablam! | Oct 22 02:09:24.653 INFO kablam! Oct 22 02:09:24.653 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.653 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.653 INFO kablam! | Oct 22 02:09:24.653 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.653 INFO kablam! | ^^^^^ Oct 22 02:09:24.653 INFO kablam! ... Oct 22 02:09:24.653 INFO kablam! 1859 | rt_alloc_layout_checked!(rt_even_10000bytes_4align_alloc_layout_checked, 10000, 4); Oct 22 02:09:24.653 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.653 INFO kablam! | Oct 22 02:09:24.653 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.653 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.653 INFO kablam! | Oct 22 02:09:24.653 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.653 INFO kablam! | Oct 22 02:09:24.653 INFO kablam! Oct 22 02:09:24.653 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.653 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.653 INFO kablam! | Oct 22 02:09:24.653 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.653 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.653 INFO kablam! ... Oct 22 02:09:24.653 INFO kablam! 1859 | rt_alloc_layout_checked!(rt_even_10000bytes_4align_alloc_layout_checked, 10000, 4); Oct 22 02:09:24.653 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.653 INFO kablam! | Oct 22 02:09:24.653 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.653 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.653 INFO kablam! | Oct 22 02:09:24.653 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.653 INFO kablam! | Oct 22 02:09:24.653 INFO kablam! Oct 22 02:09:24.653 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.653 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.653 INFO kablam! | Oct 22 02:09:24.653 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.653 INFO kablam! | ^^^^^ Oct 22 02:09:24.653 INFO kablam! ... Oct 22 02:09:24.653 INFO kablam! 1872 | rt_alloc_layout_checked!(rt_even_100000bytes_4align_alloc_layout_checked, 100000, 4); Oct 22 02:09:24.653 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.653 INFO kablam! | Oct 22 02:09:24.653 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.653 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.653 INFO kablam! | Oct 22 02:09:24.653 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.653 INFO kablam! | Oct 22 02:09:24.653 INFO kablam! Oct 22 02:09:24.653 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.653 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.653 INFO kablam! | Oct 22 02:09:24.653 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.653 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.653 INFO kablam! ... Oct 22 02:09:24.653 INFO kablam! 1872 | rt_alloc_layout_checked!(rt_even_100000bytes_4align_alloc_layout_checked, 100000, 4); Oct 22 02:09:24.653 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.653 INFO kablam! | Oct 22 02:09:24.653 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.653 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.653 INFO kablam! | Oct 22 02:09:24.653 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.653 INFO kablam! | Oct 22 02:09:24.653 INFO kablam! Oct 22 02:09:24.653 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.653 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.653 INFO kablam! | Oct 22 02:09:24.653 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.653 INFO kablam! | ^^^^^ Oct 22 02:09:24.653 INFO kablam! ... Oct 22 02:09:24.653 INFO kablam! 1885 | rt_alloc_layout_checked!(rt_even_1000000bytes_4align_alloc_layout_checked, 1000000, 4); Oct 22 02:09:24.653 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.653 INFO kablam! | Oct 22 02:09:24.653 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.653 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.653 INFO kablam! | Oct 22 02:09:24.653 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.653 INFO kablam! | Oct 22 02:09:24.653 INFO kablam! Oct 22 02:09:24.653 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.653 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.653 INFO kablam! | Oct 22 02:09:24.653 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.654 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.654 INFO kablam! ... Oct 22 02:09:24.654 INFO kablam! 1885 | rt_alloc_layout_checked!(rt_even_1000000bytes_4align_alloc_layout_checked, 1000000, 4); Oct 22 02:09:24.654 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.654 INFO kablam! | Oct 22 02:09:24.654 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.654 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.654 INFO kablam! | Oct 22 02:09:24.654 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.654 INFO kablam! | Oct 22 02:09:24.654 INFO kablam! Oct 22 02:09:24.654 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.654 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.654 INFO kablam! | Oct 22 02:09:24.654 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.654 INFO kablam! | ^^^^^ Oct 22 02:09:24.654 INFO kablam! ... Oct 22 02:09:24.654 INFO kablam! 1899 | rt_alloc_layout_checked!(rt_odd_10bytes_4align_alloc_layout_checked, 10- 1, 4); Oct 22 02:09:24.654 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.654 INFO kablam! | Oct 22 02:09:24.654 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.654 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.654 INFO kablam! | Oct 22 02:09:24.654 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.654 INFO kablam! | Oct 22 02:09:24.654 INFO kablam! Oct 22 02:09:24.654 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.654 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.654 INFO kablam! | Oct 22 02:09:24.654 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.654 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.654 INFO kablam! ... Oct 22 02:09:24.654 INFO kablam! 1899 | rt_alloc_layout_checked!(rt_odd_10bytes_4align_alloc_layout_checked, 10- 1, 4); Oct 22 02:09:24.654 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.654 INFO kablam! | Oct 22 02:09:24.654 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.654 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.654 INFO kablam! | Oct 22 02:09:24.654 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.654 INFO kablam! | Oct 22 02:09:24.654 INFO kablam! Oct 22 02:09:24.654 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.654 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.654 INFO kablam! | Oct 22 02:09:24.654 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.654 INFO kablam! | ^^^^^ Oct 22 02:09:24.654 INFO kablam! ... Oct 22 02:09:24.654 INFO kablam! 1912 | rt_alloc_layout_checked!(rt_odd_100bytes_4align_alloc_layout_checked, 100- 1, 4); Oct 22 02:09:24.654 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.654 INFO kablam! | Oct 22 02:09:24.654 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.654 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.654 INFO kablam! | Oct 22 02:09:24.654 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.654 INFO kablam! | Oct 22 02:09:24.654 INFO kablam! Oct 22 02:09:24.654 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.654 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.654 INFO kablam! | Oct 22 02:09:24.654 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.654 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.654 INFO kablam! ... Oct 22 02:09:24.654 INFO kablam! 1912 | rt_alloc_layout_checked!(rt_odd_100bytes_4align_alloc_layout_checked, 100- 1, 4); Oct 22 02:09:24.654 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.654 INFO kablam! | Oct 22 02:09:24.654 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.654 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.654 INFO kablam! | Oct 22 02:09:24.654 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.654 INFO kablam! | Oct 22 02:09:24.654 INFO kablam! Oct 22 02:09:24.656 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.656 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.656 INFO kablam! | Oct 22 02:09:24.656 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.656 INFO kablam! | ^^^^^ Oct 22 02:09:24.656 INFO kablam! ... Oct 22 02:09:24.656 INFO kablam! 1925 | rt_alloc_layout_checked!(rt_odd_1000bytes_4align_alloc_layout_checked, 1000- 1, 4); Oct 22 02:09:24.656 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.656 INFO kablam! | Oct 22 02:09:24.656 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.656 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.656 INFO kablam! | Oct 22 02:09:24.656 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.656 INFO kablam! | Oct 22 02:09:24.656 INFO kablam! Oct 22 02:09:24.656 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.656 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.656 INFO kablam! | Oct 22 02:09:24.656 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.656 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.656 INFO kablam! ... Oct 22 02:09:24.656 INFO kablam! 1925 | rt_alloc_layout_checked!(rt_odd_1000bytes_4align_alloc_layout_checked, 1000- 1, 4); Oct 22 02:09:24.656 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.656 INFO kablam! | Oct 22 02:09:24.656 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.656 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.656 INFO kablam! | Oct 22 02:09:24.656 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.656 INFO kablam! | Oct 22 02:09:24.656 INFO kablam! Oct 22 02:09:24.656 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.656 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.656 INFO kablam! | Oct 22 02:09:24.656 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.656 INFO kablam! | ^^^^^ Oct 22 02:09:24.656 INFO kablam! ... Oct 22 02:09:24.656 INFO kablam! 1938 | rt_alloc_layout_checked!(rt_odd_10000bytes_4align_alloc_layout_checked, 10000- 1, 4); Oct 22 02:09:24.657 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.657 INFO kablam! | Oct 22 02:09:24.657 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.657 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.657 INFO kablam! | Oct 22 02:09:24.657 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.657 INFO kablam! | Oct 22 02:09:24.657 INFO kablam! Oct 22 02:09:24.657 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.657 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.657 INFO kablam! | Oct 22 02:09:24.657 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.657 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.657 INFO kablam! ... Oct 22 02:09:24.657 INFO kablam! 1938 | rt_alloc_layout_checked!(rt_odd_10000bytes_4align_alloc_layout_checked, 10000- 1, 4); Oct 22 02:09:24.657 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.657 INFO kablam! | Oct 22 02:09:24.657 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.657 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.657 INFO kablam! | Oct 22 02:09:24.657 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.657 INFO kablam! | Oct 22 02:09:24.657 INFO kablam! Oct 22 02:09:24.660 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.660 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.660 INFO kablam! | Oct 22 02:09:24.660 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.660 INFO kablam! | ^^^^^ Oct 22 02:09:24.660 INFO kablam! ... Oct 22 02:09:24.660 INFO kablam! 1951 | rt_alloc_layout_checked!(rt_odd_100000bytes_4align_alloc_layout_checked, 100000- 1, 4); Oct 22 02:09:24.660 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.660 INFO kablam! | Oct 22 02:09:24.660 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.660 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.660 INFO kablam! | Oct 22 02:09:24.660 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.660 INFO kablam! | Oct 22 02:09:24.660 INFO kablam! Oct 22 02:09:24.660 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.660 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.660 INFO kablam! | Oct 22 02:09:24.660 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.660 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.660 INFO kablam! ... Oct 22 02:09:24.660 INFO kablam! 1951 | rt_alloc_layout_checked!(rt_odd_100000bytes_4align_alloc_layout_checked, 100000- 1, 4); Oct 22 02:09:24.660 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.660 INFO kablam! | Oct 22 02:09:24.660 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.660 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.660 INFO kablam! | Oct 22 02:09:24.660 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.660 INFO kablam! | Oct 22 02:09:24.660 INFO kablam! Oct 22 02:09:24.660 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.660 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.660 INFO kablam! | Oct 22 02:09:24.660 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.660 INFO kablam! | ^^^^^ Oct 22 02:09:24.660 INFO kablam! ... Oct 22 02:09:24.660 INFO kablam! 1964 | rt_alloc_layout_checked!(rt_odd_1000000bytes_4align_alloc_layout_checked, 1000000- 1, 4); Oct 22 02:09:24.660 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.660 INFO kablam! | Oct 22 02:09:24.660 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.660 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.660 INFO kablam! | Oct 22 02:09:24.660 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.660 INFO kablam! | Oct 22 02:09:24.660 INFO kablam! Oct 22 02:09:24.661 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.661 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.661 INFO kablam! | Oct 22 02:09:24.661 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.661 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.661 INFO kablam! ... Oct 22 02:09:24.661 INFO kablam! 1964 | rt_alloc_layout_checked!(rt_odd_1000000bytes_4align_alloc_layout_checked, 1000000- 1, 4); Oct 22 02:09:24.661 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.661 INFO kablam! | Oct 22 02:09:24.661 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.661 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.661 INFO kablam! | Oct 22 02:09:24.661 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.661 INFO kablam! | Oct 22 02:09:24.661 INFO kablam! Oct 22 02:09:24.664 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.664 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.664 INFO kablam! | Oct 22 02:09:24.664 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.664 INFO kablam! | ^^^^^ Oct 22 02:09:24.664 INFO kablam! ... Oct 22 02:09:24.664 INFO kablam! 1978 | rt_alloc_layout_checked!(rt_primes_3bytes_4align_alloc_layout_checked, 3, 4); Oct 22 02:09:24.664 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.664 INFO kablam! | Oct 22 02:09:24.664 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.664 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.664 INFO kablam! | Oct 22 02:09:24.664 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.664 INFO kablam! | Oct 22 02:09:24.664 INFO kablam! Oct 22 02:09:24.664 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.664 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.664 INFO kablam! | Oct 22 02:09:24.664 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.664 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.665 INFO kablam! ... Oct 22 02:09:24.665 INFO kablam! 1978 | rt_alloc_layout_checked!(rt_primes_3bytes_4align_alloc_layout_checked, 3, 4); Oct 22 02:09:24.665 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.665 INFO kablam! | Oct 22 02:09:24.665 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.665 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.665 INFO kablam! | Oct 22 02:09:24.665 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.665 INFO kablam! | Oct 22 02:09:24.665 INFO kablam! Oct 22 02:09:24.665 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.665 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.665 INFO kablam! | Oct 22 02:09:24.665 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.665 INFO kablam! | ^^^^^ Oct 22 02:09:24.665 INFO kablam! ... Oct 22 02:09:24.665 INFO kablam! 1991 | rt_alloc_layout_checked!(rt_primes_7bytes_4align_alloc_layout_checked, 7, 4); Oct 22 02:09:24.665 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.665 INFO kablam! | Oct 22 02:09:24.665 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.665 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.665 INFO kablam! | Oct 22 02:09:24.665 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.665 INFO kablam! | Oct 22 02:09:24.665 INFO kablam! Oct 22 02:09:24.665 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.665 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.665 INFO kablam! | Oct 22 02:09:24.665 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.665 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.665 INFO kablam! ... Oct 22 02:09:24.665 INFO kablam! 1991 | rt_alloc_layout_checked!(rt_primes_7bytes_4align_alloc_layout_checked, 7, 4); Oct 22 02:09:24.665 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.665 INFO kablam! | Oct 22 02:09:24.665 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.665 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.665 INFO kablam! | Oct 22 02:09:24.665 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.665 INFO kablam! | Oct 22 02:09:24.665 INFO kablam! Oct 22 02:09:24.668 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.668 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.668 INFO kablam! | Oct 22 02:09:24.668 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.668 INFO kablam! | ^^^^^ Oct 22 02:09:24.668 INFO kablam! ... Oct 22 02:09:24.668 INFO kablam! 2004 | rt_alloc_layout_checked!(rt_primes_13bytes_4align_alloc_layout_checked, 13, 4); Oct 22 02:09:24.668 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.668 INFO kablam! | Oct 22 02:09:24.668 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.668 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.668 INFO kablam! | Oct 22 02:09:24.668 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.668 INFO kablam! | Oct 22 02:09:24.668 INFO kablam! Oct 22 02:09:24.668 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.668 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.668 INFO kablam! | Oct 22 02:09:24.668 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.668 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.668 INFO kablam! ... Oct 22 02:09:24.668 INFO kablam! 2004 | rt_alloc_layout_checked!(rt_primes_13bytes_4align_alloc_layout_checked, 13, 4); Oct 22 02:09:24.668 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.668 INFO kablam! | Oct 22 02:09:24.668 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.668 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.668 INFO kablam! | Oct 22 02:09:24.668 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.668 INFO kablam! | Oct 22 02:09:24.668 INFO kablam! Oct 22 02:09:24.668 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.668 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.668 INFO kablam! | Oct 22 02:09:24.668 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.668 INFO kablam! | ^^^^^ Oct 22 02:09:24.668 INFO kablam! ... Oct 22 02:09:24.668 INFO kablam! 2017 | rt_alloc_layout_checked!(rt_primes_17bytes_4align_alloc_layout_checked, 17, 4); Oct 22 02:09:24.668 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.668 INFO kablam! | Oct 22 02:09:24.668 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.668 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.669 INFO kablam! | Oct 22 02:09:24.669 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.669 INFO kablam! | Oct 22 02:09:24.669 INFO kablam! Oct 22 02:09:24.669 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.669 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.669 INFO kablam! | Oct 22 02:09:24.669 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.669 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.669 INFO kablam! ... Oct 22 02:09:24.669 INFO kablam! 2017 | rt_alloc_layout_checked!(rt_primes_17bytes_4align_alloc_layout_checked, 17, 4); Oct 22 02:09:24.669 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.669 INFO kablam! | Oct 22 02:09:24.669 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.669 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.669 INFO kablam! | Oct 22 02:09:24.669 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.669 INFO kablam! | Oct 22 02:09:24.669 INFO kablam! Oct 22 02:09:24.672 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.672 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.672 INFO kablam! | Oct 22 02:09:24.672 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.672 INFO kablam! | ^^^^^ Oct 22 02:09:24.672 INFO kablam! ... Oct 22 02:09:24.672 INFO kablam! 2030 | rt_alloc_layout_checked!(rt_primes_31bytes_4align_alloc_layout_checked, 31, 4); Oct 22 02:09:24.672 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.672 INFO kablam! | Oct 22 02:09:24.672 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.672 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.672 INFO kablam! | Oct 22 02:09:24.672 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.672 INFO kablam! | Oct 22 02:09:24.672 INFO kablam! Oct 22 02:09:24.672 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.672 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.672 INFO kablam! | Oct 22 02:09:24.672 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.672 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.672 INFO kablam! ... Oct 22 02:09:24.672 INFO kablam! 2030 | rt_alloc_layout_checked!(rt_primes_31bytes_4align_alloc_layout_checked, 31, 4); Oct 22 02:09:24.672 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.672 INFO kablam! | Oct 22 02:09:24.672 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.672 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.672 INFO kablam! | Oct 22 02:09:24.672 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.672 INFO kablam! | Oct 22 02:09:24.672 INFO kablam! Oct 22 02:09:24.672 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.672 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.672 INFO kablam! | Oct 22 02:09:24.672 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.672 INFO kablam! | ^^^^^ Oct 22 02:09:24.672 INFO kablam! ... Oct 22 02:09:24.672 INFO kablam! 2043 | rt_alloc_layout_checked!(rt_primes_61bytes_4align_alloc_layout_checked, 61, 4); Oct 22 02:09:24.672 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.672 INFO kablam! | Oct 22 02:09:24.673 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.673 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.673 INFO kablam! | Oct 22 02:09:24.673 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.673 INFO kablam! | Oct 22 02:09:24.673 INFO kablam! Oct 22 02:09:24.673 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.673 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.673 INFO kablam! | Oct 22 02:09:24.673 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.673 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.673 INFO kablam! ... Oct 22 02:09:24.673 INFO kablam! 2043 | rt_alloc_layout_checked!(rt_primes_61bytes_4align_alloc_layout_checked, 61, 4); Oct 22 02:09:24.673 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.673 INFO kablam! | Oct 22 02:09:24.673 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.673 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.673 INFO kablam! | Oct 22 02:09:24.673 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.673 INFO kablam! | Oct 22 02:09:24.673 INFO kablam! Oct 22 02:09:24.680 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.680 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.680 INFO kablam! | Oct 22 02:09:24.680 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.680 INFO kablam! | ^^^^^ Oct 22 02:09:24.680 INFO kablam! ... Oct 22 02:09:24.680 INFO kablam! 2056 | rt_alloc_layout_checked!(rt_primes_96bytes_4align_alloc_layout_checked, 96, 4); Oct 22 02:09:24.680 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.680 INFO kablam! | Oct 22 02:09:24.680 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.680 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.680 INFO kablam! | Oct 22 02:09:24.680 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.680 INFO kablam! | Oct 22 02:09:24.680 INFO kablam! Oct 22 02:09:24.680 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.680 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.680 INFO kablam! | Oct 22 02:09:24.680 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.680 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.680 INFO kablam! ... Oct 22 02:09:24.680 INFO kablam! 2056 | rt_alloc_layout_checked!(rt_primes_96bytes_4align_alloc_layout_checked, 96, 4); Oct 22 02:09:24.680 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.680 INFO kablam! | Oct 22 02:09:24.680 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.680 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.680 INFO kablam! | Oct 22 02:09:24.680 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.680 INFO kablam! | Oct 22 02:09:24.680 INFO kablam! Oct 22 02:09:24.680 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.680 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.680 INFO kablam! | Oct 22 02:09:24.680 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.680 INFO kablam! | ^^^^^ Oct 22 02:09:24.680 INFO kablam! ... Oct 22 02:09:24.680 INFO kablam! 2069 | rt_alloc_layout_checked!(rt_primes_127bytes_4align_alloc_layout_checked, 127, 4); Oct 22 02:09:24.680 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.680 INFO kablam! | Oct 22 02:09:24.680 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.680 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.680 INFO kablam! | Oct 22 02:09:24.680 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.681 INFO kablam! | Oct 22 02:09:24.681 INFO kablam! Oct 22 02:09:24.681 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.681 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.681 INFO kablam! | Oct 22 02:09:24.681 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.681 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.681 INFO kablam! ... Oct 22 02:09:24.681 INFO kablam! 2069 | rt_alloc_layout_checked!(rt_primes_127bytes_4align_alloc_layout_checked, 127, 4); Oct 22 02:09:24.681 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.681 INFO kablam! | Oct 22 02:09:24.681 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.681 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.681 INFO kablam! | Oct 22 02:09:24.681 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.681 INFO kablam! | Oct 22 02:09:24.681 INFO kablam! Oct 22 02:09:24.684 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.684 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.684 INFO kablam! | Oct 22 02:09:24.684 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.684 INFO kablam! | ^^^^^ Oct 22 02:09:24.688 INFO kablam! ... Oct 22 02:09:24.688 INFO kablam! 2082 | rt_alloc_layout_checked!(rt_primes_257bytes_4align_alloc_layout_checked, 257, 4); Oct 22 02:09:24.688 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.688 INFO kablam! | Oct 22 02:09:24.688 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.688 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.688 INFO kablam! | Oct 22 02:09:24.688 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.688 INFO kablam! | Oct 22 02:09:24.688 INFO kablam! Oct 22 02:09:24.688 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.688 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.688 INFO kablam! | Oct 22 02:09:24.688 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.688 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.688 INFO kablam! ... Oct 22 02:09:24.688 INFO kablam! 2082 | rt_alloc_layout_checked!(rt_primes_257bytes_4align_alloc_layout_checked, 257, 4); Oct 22 02:09:24.688 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.688 INFO kablam! | Oct 22 02:09:24.688 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.688 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.688 INFO kablam! | Oct 22 02:09:24.688 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.688 INFO kablam! | Oct 22 02:09:24.688 INFO kablam! Oct 22 02:09:24.688 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.688 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.688 INFO kablam! | Oct 22 02:09:24.688 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.688 INFO kablam! | ^^^^^ Oct 22 02:09:24.688 INFO kablam! ... Oct 22 02:09:24.688 INFO kablam! 2095 | rt_alloc_layout_checked!(rt_primes_509bytes_4align_alloc_layout_checked, 509, 4); Oct 22 02:09:24.688 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.688 INFO kablam! | Oct 22 02:09:24.689 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.689 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.689 INFO kablam! | Oct 22 02:09:24.689 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.689 INFO kablam! | Oct 22 02:09:24.689 INFO kablam! Oct 22 02:09:24.689 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.689 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.689 INFO kablam! | Oct 22 02:09:24.689 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.689 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.689 INFO kablam! ... Oct 22 02:09:24.689 INFO kablam! 2095 | rt_alloc_layout_checked!(rt_primes_509bytes_4align_alloc_layout_checked, 509, 4); Oct 22 02:09:24.689 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.689 INFO kablam! | Oct 22 02:09:24.689 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.689 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.689 INFO kablam! | Oct 22 02:09:24.689 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.689 INFO kablam! | Oct 22 02:09:24.689 INFO kablam! Oct 22 02:09:24.689 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.689 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.689 INFO kablam! | Oct 22 02:09:24.689 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.689 INFO kablam! | ^^^^^ Oct 22 02:09:24.689 INFO kablam! ... Oct 22 02:09:24.689 INFO kablam! 2108 | rt_alloc_layout_checked!(rt_primes_1021bytes_4align_alloc_layout_checked, 1021, 4); Oct 22 02:09:24.689 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.689 INFO kablam! | Oct 22 02:09:24.689 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.689 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.689 INFO kablam! | Oct 22 02:09:24.689 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.689 INFO kablam! | Oct 22 02:09:24.689 INFO kablam! Oct 22 02:09:24.689 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.689 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.689 INFO kablam! | Oct 22 02:09:24.689 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.689 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.689 INFO kablam! ... Oct 22 02:09:24.689 INFO kablam! 2108 | rt_alloc_layout_checked!(rt_primes_1021bytes_4align_alloc_layout_checked, 1021, 4); Oct 22 02:09:24.689 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.689 INFO kablam! | Oct 22 02:09:24.689 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.689 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.689 INFO kablam! | Oct 22 02:09:24.689 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.689 INFO kablam! | Oct 22 02:09:24.689 INFO kablam! Oct 22 02:09:24.689 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.689 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.689 INFO kablam! | Oct 22 02:09:24.689 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.689 INFO kablam! | ^^^^^ Oct 22 02:09:24.689 INFO kablam! ... Oct 22 02:09:24.689 INFO kablam! 2121 | rt_alloc_layout_checked!(rt_primes_2039bytes_4align_alloc_layout_checked, 2039, 4); Oct 22 02:09:24.689 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.689 INFO kablam! | Oct 22 02:09:24.689 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.689 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.689 INFO kablam! | Oct 22 02:09:24.689 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.689 INFO kablam! | Oct 22 02:09:24.689 INFO kablam! Oct 22 02:09:24.689 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.689 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.689 INFO kablam! | Oct 22 02:09:24.689 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.689 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.689 INFO kablam! ... Oct 22 02:09:24.689 INFO kablam! 2121 | rt_alloc_layout_checked!(rt_primes_2039bytes_4align_alloc_layout_checked, 2039, 4); Oct 22 02:09:24.689 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.689 INFO kablam! | Oct 22 02:09:24.689 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.689 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.689 INFO kablam! | Oct 22 02:09:24.689 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.689 INFO kablam! | Oct 22 02:09:24.689 INFO kablam! Oct 22 02:09:24.692 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.692 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.692 INFO kablam! | Oct 22 02:09:24.692 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.692 INFO kablam! | ^^^^^ Oct 22 02:09:24.692 INFO kablam! ... Oct 22 02:09:24.692 INFO kablam! 2134 | rt_alloc_layout_checked!(rt_primes_4093bytes_4align_alloc_layout_checked, 4093, 4); Oct 22 02:09:24.692 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.692 INFO kablam! | Oct 22 02:09:24.692 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.692 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.692 INFO kablam! | Oct 22 02:09:24.692 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.692 INFO kablam! | Oct 22 02:09:24.692 INFO kablam! Oct 22 02:09:24.692 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.692 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.692 INFO kablam! | Oct 22 02:09:24.692 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.692 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.692 INFO kablam! ... Oct 22 02:09:24.692 INFO kablam! 2134 | rt_alloc_layout_checked!(rt_primes_4093bytes_4align_alloc_layout_checked, 4093, 4); Oct 22 02:09:24.692 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.692 INFO kablam! | Oct 22 02:09:24.692 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.692 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.692 INFO kablam! | Oct 22 02:09:24.692 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.692 INFO kablam! | Oct 22 02:09:24.692 INFO kablam! Oct 22 02:09:24.692 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.692 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.692 INFO kablam! | Oct 22 02:09:24.692 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.692 INFO kablam! | ^^^^^ Oct 22 02:09:24.692 INFO kablam! ... Oct 22 02:09:24.692 INFO kablam! 2147 | rt_alloc_layout_checked!(rt_primes_8191bytes_4align_alloc_layout_checked, 8191, 4); Oct 22 02:09:24.692 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.692 INFO kablam! | Oct 22 02:09:24.692 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.692 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.692 INFO kablam! | Oct 22 02:09:24.693 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.693 INFO kablam! | Oct 22 02:09:24.693 INFO kablam! Oct 22 02:09:24.693 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.693 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.693 INFO kablam! | Oct 22 02:09:24.693 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.693 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.693 INFO kablam! ... Oct 22 02:09:24.693 INFO kablam! 2147 | rt_alloc_layout_checked!(rt_primes_8191bytes_4align_alloc_layout_checked, 8191, 4); Oct 22 02:09:24.693 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.693 INFO kablam! | Oct 22 02:09:24.693 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.693 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.693 INFO kablam! | Oct 22 02:09:24.693 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.693 INFO kablam! | Oct 22 02:09:24.693 INFO kablam! Oct 22 02:09:24.693 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.693 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.693 INFO kablam! | Oct 22 02:09:24.693 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.693 INFO kablam! | ^^^^^ Oct 22 02:09:24.693 INFO kablam! ... Oct 22 02:09:24.693 INFO kablam! 2160 | rt_alloc_layout_checked!(rt_primes_16381bytes_4align_alloc_layout_checked, 16381, 4); Oct 22 02:09:24.693 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.693 INFO kablam! | Oct 22 02:09:24.693 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.693 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.693 INFO kablam! | Oct 22 02:09:24.693 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.693 INFO kablam! | Oct 22 02:09:24.693 INFO kablam! Oct 22 02:09:24.693 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.693 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.693 INFO kablam! | Oct 22 02:09:24.693 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.693 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.693 INFO kablam! ... Oct 22 02:09:24.693 INFO kablam! 2160 | rt_alloc_layout_checked!(rt_primes_16381bytes_4align_alloc_layout_checked, 16381, 4); Oct 22 02:09:24.693 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.693 INFO kablam! | Oct 22 02:09:24.693 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.693 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.693 INFO kablam! | Oct 22 02:09:24.693 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.693 INFO kablam! | Oct 22 02:09:24.693 INFO kablam! Oct 22 02:09:24.693 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.693 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.693 INFO kablam! | Oct 22 02:09:24.693 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.693 INFO kablam! | ^^^^^ Oct 22 02:09:24.693 INFO kablam! ... Oct 22 02:09:24.693 INFO kablam! 2173 | rt_alloc_layout_checked!(rt_primes_32749bytes_4align_alloc_layout_checked, 32749, 4); Oct 22 02:09:24.693 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.693 INFO kablam! | Oct 22 02:09:24.693 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.693 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.693 INFO kablam! | Oct 22 02:09:24.693 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.693 INFO kablam! | Oct 22 02:09:24.693 INFO kablam! Oct 22 02:09:24.693 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.693 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.693 INFO kablam! | Oct 22 02:09:24.693 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.693 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.693 INFO kablam! ... Oct 22 02:09:24.693 INFO kablam! 2173 | rt_alloc_layout_checked!(rt_primes_32749bytes_4align_alloc_layout_checked, 32749, 4); Oct 22 02:09:24.693 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.693 INFO kablam! | Oct 22 02:09:24.693 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.693 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.693 INFO kablam! | Oct 22 02:09:24.693 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.693 INFO kablam! | Oct 22 02:09:24.693 INFO kablam! Oct 22 02:09:24.693 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.693 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.693 INFO kablam! | Oct 22 02:09:24.693 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.693 INFO kablam! | ^^^^^ Oct 22 02:09:24.693 INFO kablam! ... Oct 22 02:09:24.694 INFO kablam! 2186 | rt_alloc_layout_checked!(rt_primes_65537bytes_4align_alloc_layout_checked, 65537, 4); Oct 22 02:09:24.694 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.694 INFO kablam! | Oct 22 02:09:24.694 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.694 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.694 INFO kablam! | Oct 22 02:09:24.694 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.694 INFO kablam! | Oct 22 02:09:24.694 INFO kablam! Oct 22 02:09:24.708 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.708 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.708 INFO kablam! | Oct 22 02:09:24.708 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.708 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.708 INFO kablam! ... Oct 22 02:09:24.708 INFO kablam! 2186 | rt_alloc_layout_checked!(rt_primes_65537bytes_4align_alloc_layout_checked, 65537, 4); Oct 22 02:09:24.708 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.708 INFO kablam! | Oct 22 02:09:24.708 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.708 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.708 INFO kablam! | Oct 22 02:09:24.708 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.708 INFO kablam! | Oct 22 02:09:24.708 INFO kablam! Oct 22 02:09:24.708 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.708 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.708 INFO kablam! | Oct 22 02:09:24.708 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.708 INFO kablam! | ^^^^^ Oct 22 02:09:24.708 INFO kablam! ... Oct 22 02:09:24.708 INFO kablam! 2199 | rt_alloc_layout_checked!(rt_primes_131071bytes_4align_alloc_layout_checked, 131071, 4); Oct 22 02:09:24.708 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.708 INFO kablam! | Oct 22 02:09:24.708 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.708 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.708 INFO kablam! | Oct 22 02:09:24.708 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.708 INFO kablam! | Oct 22 02:09:24.708 INFO kablam! Oct 22 02:09:24.708 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.708 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.708 INFO kablam! | Oct 22 02:09:24.708 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.708 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.708 INFO kablam! ... Oct 22 02:09:24.708 INFO kablam! 2199 | rt_alloc_layout_checked!(rt_primes_131071bytes_4align_alloc_layout_checked, 131071, 4); Oct 22 02:09:24.708 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.708 INFO kablam! | Oct 22 02:09:24.708 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.708 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.708 INFO kablam! | Oct 22 02:09:24.708 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.708 INFO kablam! | Oct 22 02:09:24.708 INFO kablam! Oct 22 02:09:24.708 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.708 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.709 INFO kablam! | Oct 22 02:09:24.709 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.709 INFO kablam! | ^^^^^ Oct 22 02:09:24.709 INFO kablam! ... Oct 22 02:09:24.709 INFO kablam! 2212 | rt_alloc_layout_checked!(rt_primes_4194301bytes_4align_alloc_layout_checked, 4194301, 4); Oct 22 02:09:24.709 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.709 INFO kablam! | Oct 22 02:09:24.709 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.709 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.709 INFO kablam! | Oct 22 02:09:24.709 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.709 INFO kablam! | Oct 22 02:09:24.709 INFO kablam! Oct 22 02:09:24.709 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.709 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.709 INFO kablam! | Oct 22 02:09:24.709 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.709 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.709 INFO kablam! ... Oct 22 02:09:24.709 INFO kablam! 2212 | rt_alloc_layout_checked!(rt_primes_4194301bytes_4align_alloc_layout_checked, 4194301, 4); Oct 22 02:09:24.709 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.709 INFO kablam! | Oct 22 02:09:24.709 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.709 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.709 INFO kablam! | Oct 22 02:09:24.709 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.709 INFO kablam! | Oct 22 02:09:24.709 INFO kablam! Oct 22 02:09:24.709 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.709 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.709 INFO kablam! | Oct 22 02:09:24.709 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.709 INFO kablam! | ^^^^^ Oct 22 02:09:24.709 INFO kablam! ... Oct 22 02:09:24.709 INFO kablam! 2228 | rt_alloc_layout_checked!(rt_pow2_1bytes_8align_alloc_layout_checked, 1, 8); Oct 22 02:09:24.709 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.709 INFO kablam! | Oct 22 02:09:24.709 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.709 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.709 INFO kablam! | Oct 22 02:09:24.709 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.709 INFO kablam! | Oct 22 02:09:24.709 INFO kablam! Oct 22 02:09:24.709 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.709 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.709 INFO kablam! | Oct 22 02:09:24.709 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.709 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.709 INFO kablam! ... Oct 22 02:09:24.709 INFO kablam! 2228 | rt_alloc_layout_checked!(rt_pow2_1bytes_8align_alloc_layout_checked, 1, 8); Oct 22 02:09:24.709 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.709 INFO kablam! | Oct 22 02:09:24.709 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.709 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.709 INFO kablam! | Oct 22 02:09:24.709 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.709 INFO kablam! | Oct 22 02:09:24.709 INFO kablam! Oct 22 02:09:24.709 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.709 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.709 INFO kablam! | Oct 22 02:09:24.709 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.709 INFO kablam! | ^^^^^ Oct 22 02:09:24.709 INFO kablam! ... Oct 22 02:09:24.709 INFO kablam! 2241 | rt_alloc_layout_checked!(rt_pow2_2bytes_8align_alloc_layout_checked, 2, 8); Oct 22 02:09:24.709 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.709 INFO kablam! | Oct 22 02:09:24.709 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.709 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.709 INFO kablam! | Oct 22 02:09:24.709 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.709 INFO kablam! | Oct 22 02:09:24.709 INFO kablam! Oct 22 02:09:24.709 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.709 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.709 INFO kablam! | Oct 22 02:09:24.709 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.709 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.709 INFO kablam! ... Oct 22 02:09:24.709 INFO kablam! 2241 | rt_alloc_layout_checked!(rt_pow2_2bytes_8align_alloc_layout_checked, 2, 8); Oct 22 02:09:24.709 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.709 INFO kablam! | Oct 22 02:09:24.709 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.709 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.709 INFO kablam! | Oct 22 02:09:24.709 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.709 INFO kablam! | Oct 22 02:09:24.710 INFO kablam! Oct 22 02:09:24.710 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.710 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.710 INFO kablam! | Oct 22 02:09:24.710 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.710 INFO kablam! | ^^^^^ Oct 22 02:09:24.710 INFO kablam! ... Oct 22 02:09:24.710 INFO kablam! 2254 | rt_alloc_layout_checked!(rt_pow2_4bytes_8align_alloc_layout_checked, 4, 8); Oct 22 02:09:24.710 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.710 INFO kablam! | Oct 22 02:09:24.710 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.710 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.710 INFO kablam! | Oct 22 02:09:24.710 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.710 INFO kablam! | Oct 22 02:09:24.710 INFO kablam! Oct 22 02:09:24.710 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.710 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.710 INFO kablam! | Oct 22 02:09:24.710 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.710 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.710 INFO kablam! ... Oct 22 02:09:24.710 INFO kablam! 2254 | rt_alloc_layout_checked!(rt_pow2_4bytes_8align_alloc_layout_checked, 4, 8); Oct 22 02:09:24.710 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.710 INFO kablam! | Oct 22 02:09:24.710 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.710 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.710 INFO kablam! | Oct 22 02:09:24.710 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.710 INFO kablam! | Oct 22 02:09:24.710 INFO kablam! Oct 22 02:09:24.710 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.710 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.710 INFO kablam! | Oct 22 02:09:24.710 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.710 INFO kablam! | ^^^^^ Oct 22 02:09:24.710 INFO kablam! ... Oct 22 02:09:24.710 INFO kablam! 2267 | rt_alloc_layout_checked!(rt_pow2_8bytes_8align_alloc_layout_checked, 8, 8); Oct 22 02:09:24.710 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.710 INFO kablam! | Oct 22 02:09:24.710 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.710 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.710 INFO kablam! | Oct 22 02:09:24.710 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.710 INFO kablam! | Oct 22 02:09:24.710 INFO kablam! Oct 22 02:09:24.710 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.710 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.710 INFO kablam! | Oct 22 02:09:24.710 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.710 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.710 INFO kablam! ... Oct 22 02:09:24.710 INFO kablam! 2267 | rt_alloc_layout_checked!(rt_pow2_8bytes_8align_alloc_layout_checked, 8, 8); Oct 22 02:09:24.710 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.710 INFO kablam! | Oct 22 02:09:24.710 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.710 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.710 INFO kablam! | Oct 22 02:09:24.710 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.710 INFO kablam! | Oct 22 02:09:24.710 INFO kablam! Oct 22 02:09:24.710 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.710 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.710 INFO kablam! | Oct 22 02:09:24.710 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.710 INFO kablam! | ^^^^^ Oct 22 02:09:24.710 INFO kablam! ... Oct 22 02:09:24.710 INFO kablam! 2280 | rt_alloc_layout_checked!(rt_pow2_16bytes_8align_alloc_layout_checked, 16, 8); Oct 22 02:09:24.710 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.710 INFO kablam! | Oct 22 02:09:24.710 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.710 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.710 INFO kablam! | Oct 22 02:09:24.710 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.710 INFO kablam! | Oct 22 02:09:24.710 INFO kablam! Oct 22 02:09:24.710 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.710 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.710 INFO kablam! | Oct 22 02:09:24.710 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.710 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.710 INFO kablam! ... Oct 22 02:09:24.710 INFO kablam! 2280 | rt_alloc_layout_checked!(rt_pow2_16bytes_8align_alloc_layout_checked, 16, 8); Oct 22 02:09:24.710 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.710 INFO kablam! | Oct 22 02:09:24.710 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.710 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.711 INFO kablam! | Oct 22 02:09:24.711 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.711 INFO kablam! | Oct 22 02:09:24.711 INFO kablam! Oct 22 02:09:24.711 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.711 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.711 INFO kablam! | Oct 22 02:09:24.711 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.711 INFO kablam! | ^^^^^ Oct 22 02:09:24.711 INFO kablam! ... Oct 22 02:09:24.711 INFO kablam! 2293 | rt_alloc_layout_checked!(rt_pow2_32bytes_8align_alloc_layout_checked, 32, 8); Oct 22 02:09:24.711 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.711 INFO kablam! | Oct 22 02:09:24.711 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.711 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.711 INFO kablam! | Oct 22 02:09:24.711 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.711 INFO kablam! | Oct 22 02:09:24.711 INFO kablam! Oct 22 02:09:24.711 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.711 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.711 INFO kablam! | Oct 22 02:09:24.711 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.711 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.711 INFO kablam! ... Oct 22 02:09:24.711 INFO kablam! 2293 | rt_alloc_layout_checked!(rt_pow2_32bytes_8align_alloc_layout_checked, 32, 8); Oct 22 02:09:24.711 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.711 INFO kablam! | Oct 22 02:09:24.711 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.711 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.711 INFO kablam! | Oct 22 02:09:24.711 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.711 INFO kablam! | Oct 22 02:09:24.711 INFO kablam! Oct 22 02:09:24.720 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.720 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.720 INFO kablam! | Oct 22 02:09:24.720 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.720 INFO kablam! | ^^^^^ Oct 22 02:09:24.720 INFO kablam! ... Oct 22 02:09:24.720 INFO kablam! 2306 | rt_alloc_layout_checked!(rt_pow2_64bytes_8align_alloc_layout_checked, 64, 8); Oct 22 02:09:24.721 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.721 INFO kablam! | Oct 22 02:09:24.721 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.721 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.721 INFO kablam! | Oct 22 02:09:24.721 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.721 INFO kablam! | Oct 22 02:09:24.721 INFO kablam! Oct 22 02:09:24.721 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.721 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.721 INFO kablam! | Oct 22 02:09:24.721 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.721 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.721 INFO kablam! ... Oct 22 02:09:24.721 INFO kablam! 2306 | rt_alloc_layout_checked!(rt_pow2_64bytes_8align_alloc_layout_checked, 64, 8); Oct 22 02:09:24.721 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.721 INFO kablam! | Oct 22 02:09:24.721 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.721 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.721 INFO kablam! | Oct 22 02:09:24.721 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.721 INFO kablam! | Oct 22 02:09:24.721 INFO kablam! Oct 22 02:09:24.721 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.721 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.721 INFO kablam! | Oct 22 02:09:24.721 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.721 INFO kablam! | ^^^^^ Oct 22 02:09:24.721 INFO kablam! ... Oct 22 02:09:24.721 INFO kablam! 2319 | rt_alloc_layout_checked!(rt_pow2_128bytes_8align_alloc_layout_checked, 128, 8); Oct 22 02:09:24.721 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.721 INFO kablam! | Oct 22 02:09:24.721 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.721 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.721 INFO kablam! | Oct 22 02:09:24.721 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.721 INFO kablam! | Oct 22 02:09:24.721 INFO kablam! Oct 22 02:09:24.721 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.721 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.721 INFO kablam! | Oct 22 02:09:24.721 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.721 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.721 INFO kablam! ... Oct 22 02:09:24.721 INFO kablam! 2319 | rt_alloc_layout_checked!(rt_pow2_128bytes_8align_alloc_layout_checked, 128, 8); Oct 22 02:09:24.721 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.721 INFO kablam! | Oct 22 02:09:24.721 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.722 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.722 INFO kablam! | Oct 22 02:09:24.722 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.722 INFO kablam! | Oct 22 02:09:24.722 INFO kablam! Oct 22 02:09:24.722 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.722 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.722 INFO kablam! | Oct 22 02:09:24.722 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.722 INFO kablam! | ^^^^^ Oct 22 02:09:24.722 INFO kablam! ... Oct 22 02:09:24.722 INFO kablam! 2332 | rt_alloc_layout_checked!(rt_pow2_256bytes_8align_alloc_layout_checked, 256, 8); Oct 22 02:09:24.722 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.722 INFO kablam! | Oct 22 02:09:24.722 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.722 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.722 INFO kablam! | Oct 22 02:09:24.722 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.722 INFO kablam! | Oct 22 02:09:24.722 INFO kablam! Oct 22 02:09:24.722 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.722 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.723 INFO kablam! | Oct 22 02:09:24.723 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.723 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.723 INFO kablam! ... Oct 22 02:09:24.723 INFO kablam! 2332 | rt_alloc_layout_checked!(rt_pow2_256bytes_8align_alloc_layout_checked, 256, 8); Oct 22 02:09:24.723 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.723 INFO kablam! | Oct 22 02:09:24.723 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.723 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.723 INFO kablam! | Oct 22 02:09:24.723 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.723 INFO kablam! | Oct 22 02:09:24.723 INFO kablam! Oct 22 02:09:24.723 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.723 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.723 INFO kablam! | Oct 22 02:09:24.723 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.723 INFO kablam! | ^^^^^ Oct 22 02:09:24.724 INFO kablam! ... Oct 22 02:09:24.724 INFO kablam! 2345 | rt_alloc_layout_checked!(rt_pow2_512bytes_8align_alloc_layout_checked, 512, 8); Oct 22 02:09:24.724 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.724 INFO kablam! | Oct 22 02:09:24.724 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.724 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.724 INFO kablam! | Oct 22 02:09:24.724 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.724 INFO kablam! | Oct 22 02:09:24.724 INFO kablam! Oct 22 02:09:24.724 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.724 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.724 INFO kablam! | Oct 22 02:09:24.724 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.724 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.724 INFO kablam! ... Oct 22 02:09:24.724 INFO kablam! 2345 | rt_alloc_layout_checked!(rt_pow2_512bytes_8align_alloc_layout_checked, 512, 8); Oct 22 02:09:24.724 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.724 INFO kablam! | Oct 22 02:09:24.724 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.724 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.724 INFO kablam! | Oct 22 02:09:24.724 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.724 INFO kablam! | Oct 22 02:09:24.724 INFO kablam! Oct 22 02:09:24.724 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.724 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.724 INFO kablam! | Oct 22 02:09:24.724 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.724 INFO kablam! | ^^^^^ Oct 22 02:09:24.724 INFO kablam! ... Oct 22 02:09:24.724 INFO kablam! 2358 | rt_alloc_layout_checked!(rt_pow2_1024bytes_8align_alloc_layout_checked, 1024, 8); Oct 22 02:09:24.724 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.724 INFO kablam! | Oct 22 02:09:24.724 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.724 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.724 INFO kablam! | Oct 22 02:09:24.724 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.724 INFO kablam! | Oct 22 02:09:24.724 INFO kablam! Oct 22 02:09:24.724 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.724 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.724 INFO kablam! | Oct 22 02:09:24.724 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.726 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.726 INFO kablam! ... Oct 22 02:09:24.726 INFO kablam! 2358 | rt_alloc_layout_checked!(rt_pow2_1024bytes_8align_alloc_layout_checked, 1024, 8); Oct 22 02:09:24.726 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.726 INFO kablam! | Oct 22 02:09:24.726 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.726 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.726 INFO kablam! | Oct 22 02:09:24.726 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.726 INFO kablam! | Oct 22 02:09:24.726 INFO kablam! Oct 22 02:09:24.726 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.726 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.726 INFO kablam! | Oct 22 02:09:24.726 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.726 INFO kablam! | ^^^^^ Oct 22 02:09:24.726 INFO kablam! ... Oct 22 02:09:24.726 INFO kablam! 2371 | rt_alloc_layout_checked!(rt_pow2_2048bytes_8align_alloc_layout_checked, 2048, 8); Oct 22 02:09:24.726 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.726 INFO kablam! | Oct 22 02:09:24.726 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.726 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.726 INFO kablam! | Oct 22 02:09:24.726 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.726 INFO kablam! | Oct 22 02:09:24.726 INFO kablam! Oct 22 02:09:24.726 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.726 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.726 INFO kablam! | Oct 22 02:09:24.726 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.726 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.726 INFO kablam! ... Oct 22 02:09:24.726 INFO kablam! 2371 | rt_alloc_layout_checked!(rt_pow2_2048bytes_8align_alloc_layout_checked, 2048, 8); Oct 22 02:09:24.726 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.726 INFO kablam! | Oct 22 02:09:24.726 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.726 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.726 INFO kablam! | Oct 22 02:09:24.726 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.726 INFO kablam! | Oct 22 02:09:24.726 INFO kablam! Oct 22 02:09:24.726 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.726 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.726 INFO kablam! | Oct 22 02:09:24.726 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.726 INFO kablam! | ^^^^^ Oct 22 02:09:24.726 INFO kablam! ... Oct 22 02:09:24.726 INFO kablam! 2384 | rt_alloc_layout_checked!(rt_pow2_4096bytes_8align_alloc_layout_checked, 4096, 8); Oct 22 02:09:24.726 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.726 INFO kablam! | Oct 22 02:09:24.726 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.726 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.727 INFO kablam! | Oct 22 02:09:24.727 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.727 INFO kablam! | Oct 22 02:09:24.727 INFO kablam! Oct 22 02:09:24.727 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.727 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.727 INFO kablam! | Oct 22 02:09:24.727 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.727 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.727 INFO kablam! ... Oct 22 02:09:24.727 INFO kablam! 2384 | rt_alloc_layout_checked!(rt_pow2_4096bytes_8align_alloc_layout_checked, 4096, 8); Oct 22 02:09:24.727 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.727 INFO kablam! | Oct 22 02:09:24.727 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.727 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.727 INFO kablam! | Oct 22 02:09:24.727 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.727 INFO kablam! | Oct 22 02:09:24.727 INFO kablam! Oct 22 02:09:24.731 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.731 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.731 INFO kablam! | Oct 22 02:09:24.731 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.731 INFO kablam! | ^^^^^ Oct 22 02:09:24.731 INFO kablam! ... Oct 22 02:09:24.731 INFO kablam! 2397 | rt_alloc_layout_checked!(rt_pow2_8192bytes_8align_alloc_layout_checked, 8192, 8); Oct 22 02:09:24.731 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.731 INFO kablam! | Oct 22 02:09:24.731 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.731 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.731 INFO kablam! | Oct 22 02:09:24.731 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.731 INFO kablam! | Oct 22 02:09:24.731 INFO kablam! Oct 22 02:09:24.731 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.732 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.732 INFO kablam! | Oct 22 02:09:24.732 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.733 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.733 INFO kablam! ... Oct 22 02:09:24.733 INFO kablam! 2397 | rt_alloc_layout_checked!(rt_pow2_8192bytes_8align_alloc_layout_checked, 8192, 8); Oct 22 02:09:24.733 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.733 INFO kablam! | Oct 22 02:09:24.733 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.733 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.733 INFO kablam! | Oct 22 02:09:24.733 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.733 INFO kablam! | Oct 22 02:09:24.733 INFO kablam! Oct 22 02:09:24.733 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.733 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.733 INFO kablam! | Oct 22 02:09:24.733 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.733 INFO kablam! | ^^^^^ Oct 22 02:09:24.733 INFO kablam! ... Oct 22 02:09:24.733 INFO kablam! 2410 | rt_alloc_layout_checked!(rt_pow2_16384bytes_8align_alloc_layout_checked, 16384, 8); Oct 22 02:09:24.733 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.733 INFO kablam! | Oct 22 02:09:24.733 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.733 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.733 INFO kablam! | Oct 22 02:09:24.733 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.733 INFO kablam! | Oct 22 02:09:24.733 INFO kablam! Oct 22 02:09:24.733 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.733 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.733 INFO kablam! | Oct 22 02:09:24.733 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.733 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.733 INFO kablam! ... Oct 22 02:09:24.733 INFO kablam! 2410 | rt_alloc_layout_checked!(rt_pow2_16384bytes_8align_alloc_layout_checked, 16384, 8); Oct 22 02:09:24.733 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.733 INFO kablam! | Oct 22 02:09:24.733 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.733 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.733 INFO kablam! | Oct 22 02:09:24.733 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.733 INFO kablam! | Oct 22 02:09:24.733 INFO kablam! Oct 22 02:09:24.733 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.733 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.733 INFO kablam! | Oct 22 02:09:24.733 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.733 INFO kablam! | ^^^^^ Oct 22 02:09:24.733 INFO kablam! ... Oct 22 02:09:24.733 INFO kablam! 2423 | rt_alloc_layout_checked!(rt_pow2_32768bytes_8align_alloc_layout_checked, 32768, 8); Oct 22 02:09:24.733 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.733 INFO kablam! | Oct 22 02:09:24.733 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.733 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.733 INFO kablam! | Oct 22 02:09:24.733 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.733 INFO kablam! | Oct 22 02:09:24.733 INFO kablam! Oct 22 02:09:24.733 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.734 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.734 INFO kablam! | Oct 22 02:09:24.734 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.734 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.734 INFO kablam! ... Oct 22 02:09:24.734 INFO kablam! 2423 | rt_alloc_layout_checked!(rt_pow2_32768bytes_8align_alloc_layout_checked, 32768, 8); Oct 22 02:09:24.734 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.734 INFO kablam! | Oct 22 02:09:24.734 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.734 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.734 INFO kablam! | Oct 22 02:09:24.734 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.734 INFO kablam! | Oct 22 02:09:24.734 INFO kablam! Oct 22 02:09:24.734 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.734 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.734 INFO kablam! | Oct 22 02:09:24.734 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.734 INFO kablam! | ^^^^^ Oct 22 02:09:24.734 INFO kablam! ... Oct 22 02:09:24.734 INFO kablam! 2436 | rt_alloc_layout_checked!(rt_pow2_65536bytes_8align_alloc_layout_checked, 65536, 8); Oct 22 02:09:24.734 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.734 INFO kablam! | Oct 22 02:09:24.734 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.734 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.734 INFO kablam! | Oct 22 02:09:24.734 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.734 INFO kablam! | Oct 22 02:09:24.734 INFO kablam! Oct 22 02:09:24.734 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.735 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.735 INFO kablam! | Oct 22 02:09:24.735 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.735 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.735 INFO kablam! ... Oct 22 02:09:24.735 INFO kablam! 2436 | rt_alloc_layout_checked!(rt_pow2_65536bytes_8align_alloc_layout_checked, 65536, 8); Oct 22 02:09:24.735 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.735 INFO kablam! | Oct 22 02:09:24.735 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.735 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.735 INFO kablam! | Oct 22 02:09:24.735 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.735 INFO kablam! | Oct 22 02:09:24.735 INFO kablam! Oct 22 02:09:24.735 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.735 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.735 INFO kablam! | Oct 22 02:09:24.735 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.735 INFO kablam! | ^^^^^ Oct 22 02:09:24.735 INFO kablam! ... Oct 22 02:09:24.735 INFO kablam! 2449 | rt_alloc_layout_checked!(rt_pow2_131072bytes_8align_alloc_layout_checked, 131072, 8); Oct 22 02:09:24.735 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.735 INFO kablam! | Oct 22 02:09:24.735 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.735 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.735 INFO kablam! | Oct 22 02:09:24.735 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.735 INFO kablam! | Oct 22 02:09:24.735 INFO kablam! Oct 22 02:09:24.735 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.735 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.735 INFO kablam! | Oct 22 02:09:24.735 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.735 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.735 INFO kablam! ... Oct 22 02:09:24.735 INFO kablam! 2449 | rt_alloc_layout_checked!(rt_pow2_131072bytes_8align_alloc_layout_checked, 131072, 8); Oct 22 02:09:24.735 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.735 INFO kablam! | Oct 22 02:09:24.735 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.735 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.735 INFO kablam! | Oct 22 02:09:24.735 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.735 INFO kablam! | Oct 22 02:09:24.735 INFO kablam! Oct 22 02:09:24.736 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.736 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.736 INFO kablam! | Oct 22 02:09:24.736 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.736 INFO kablam! | ^^^^^ Oct 22 02:09:24.736 INFO kablam! ... Oct 22 02:09:24.736 INFO kablam! 2462 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_8align_alloc_layout_checked, 4194304, 8); Oct 22 02:09:24.737 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.737 INFO kablam! | Oct 22 02:09:24.737 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.737 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.737 INFO kablam! | Oct 22 02:09:24.737 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.737 INFO kablam! | Oct 22 02:09:24.737 INFO kablam! Oct 22 02:09:24.737 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.737 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.737 INFO kablam! | Oct 22 02:09:24.737 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.737 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.737 INFO kablam! ... Oct 22 02:09:24.737 INFO kablam! 2462 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_8align_alloc_layout_checked, 4194304, 8); Oct 22 02:09:24.737 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.737 INFO kablam! | Oct 22 02:09:24.737 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.737 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.737 INFO kablam! | Oct 22 02:09:24.737 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.737 INFO kablam! | Oct 22 02:09:24.737 INFO kablam! Oct 22 02:09:24.740 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.740 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.740 INFO kablam! | Oct 22 02:09:24.740 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.740 INFO kablam! | ^^^^^ Oct 22 02:09:24.740 INFO kablam! ... Oct 22 02:09:24.740 INFO kablam! 2476 | rt_alloc_layout_checked!(rt_even_10bytes_8align_alloc_layout_checked, 10, 8); Oct 22 02:09:24.740 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.740 INFO kablam! | Oct 22 02:09:24.740 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.740 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.740 INFO kablam! | Oct 22 02:09:24.740 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.741 INFO kablam! | Oct 22 02:09:24.741 INFO kablam! Oct 22 02:09:24.741 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.741 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.741 INFO kablam! | Oct 22 02:09:24.741 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.741 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.741 INFO kablam! ... Oct 22 02:09:24.741 INFO kablam! 2476 | rt_alloc_layout_checked!(rt_even_10bytes_8align_alloc_layout_checked, 10, 8); Oct 22 02:09:24.741 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.741 INFO kablam! | Oct 22 02:09:24.741 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.741 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.741 INFO kablam! | Oct 22 02:09:24.741 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.741 INFO kablam! | Oct 22 02:09:24.741 INFO kablam! Oct 22 02:09:24.741 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.741 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.741 INFO kablam! | Oct 22 02:09:24.741 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.741 INFO kablam! | ^^^^^ Oct 22 02:09:24.741 INFO kablam! ... Oct 22 02:09:24.741 INFO kablam! 2489 | rt_alloc_layout_checked!(rt_even_100bytes_8align_alloc_layout_checked, 100, 8); Oct 22 02:09:24.741 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.741 INFO kablam! | Oct 22 02:09:24.741 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.741 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.741 INFO kablam! | Oct 22 02:09:24.741 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.741 INFO kablam! | Oct 22 02:09:24.741 INFO kablam! Oct 22 02:09:24.741 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.741 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.741 INFO kablam! | Oct 22 02:09:24.741 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.741 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.741 INFO kablam! ... Oct 22 02:09:24.741 INFO kablam! 2489 | rt_alloc_layout_checked!(rt_even_100bytes_8align_alloc_layout_checked, 100, 8); Oct 22 02:09:24.741 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.741 INFO kablam! | Oct 22 02:09:24.741 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.741 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.741 INFO kablam! | Oct 22 02:09:24.741 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.741 INFO kablam! | Oct 22 02:09:24.741 INFO kablam! Oct 22 02:09:24.748 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.748 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.748 INFO kablam! | Oct 22 02:09:24.748 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.748 INFO kablam! | ^^^^^ Oct 22 02:09:24.748 INFO kablam! ... Oct 22 02:09:24.748 INFO kablam! 2502 | rt_alloc_layout_checked!(rt_even_1000bytes_8align_alloc_layout_checked, 1000, 8); Oct 22 02:09:24.748 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.748 INFO kablam! | Oct 22 02:09:24.748 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.748 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.748 INFO kablam! | Oct 22 02:09:24.748 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.748 INFO kablam! | Oct 22 02:09:24.748 INFO kablam! Oct 22 02:09:24.748 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.748 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.748 INFO kablam! | Oct 22 02:09:24.748 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.748 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.748 INFO kablam! ... Oct 22 02:09:24.748 INFO kablam! 2502 | rt_alloc_layout_checked!(rt_even_1000bytes_8align_alloc_layout_checked, 1000, 8); Oct 22 02:09:24.748 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.748 INFO kablam! | Oct 22 02:09:24.748 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.748 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.748 INFO kablam! | Oct 22 02:09:24.748 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.748 INFO kablam! | Oct 22 02:09:24.749 INFO kablam! Oct 22 02:09:24.749 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.749 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.749 INFO kablam! | Oct 22 02:09:24.749 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.749 INFO kablam! | ^^^^^ Oct 22 02:09:24.749 INFO kablam! ... Oct 22 02:09:24.749 INFO kablam! 2515 | rt_alloc_layout_checked!(rt_even_10000bytes_8align_alloc_layout_checked, 10000, 8); Oct 22 02:09:24.749 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.749 INFO kablam! | Oct 22 02:09:24.749 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.749 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.749 INFO kablam! | Oct 22 02:09:24.749 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.749 INFO kablam! | Oct 22 02:09:24.749 INFO kablam! Oct 22 02:09:24.749 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.749 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.749 INFO kablam! | Oct 22 02:09:24.749 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.749 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.749 INFO kablam! ... Oct 22 02:09:24.749 INFO kablam! 2515 | rt_alloc_layout_checked!(rt_even_10000bytes_8align_alloc_layout_checked, 10000, 8); Oct 22 02:09:24.749 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.749 INFO kablam! | Oct 22 02:09:24.749 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.749 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.749 INFO kablam! | Oct 22 02:09:24.749 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.749 INFO kablam! | Oct 22 02:09:24.749 INFO kablam! Oct 22 02:09:24.749 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.749 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.749 INFO kablam! | Oct 22 02:09:24.749 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.749 INFO kablam! | ^^^^^ Oct 22 02:09:24.749 INFO kablam! ... Oct 22 02:09:24.749 INFO kablam! 2528 | rt_alloc_layout_checked!(rt_even_100000bytes_8align_alloc_layout_checked, 100000, 8); Oct 22 02:09:24.749 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.749 INFO kablam! | Oct 22 02:09:24.749 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.749 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.749 INFO kablam! | Oct 22 02:09:24.749 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.749 INFO kablam! | Oct 22 02:09:24.749 INFO kablam! Oct 22 02:09:24.749 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.749 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.749 INFO kablam! | Oct 22 02:09:24.749 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.749 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.749 INFO kablam! ... Oct 22 02:09:24.749 INFO kablam! 2528 | rt_alloc_layout_checked!(rt_even_100000bytes_8align_alloc_layout_checked, 100000, 8); Oct 22 02:09:24.749 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.749 INFO kablam! | Oct 22 02:09:24.749 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.749 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.749 INFO kablam! | Oct 22 02:09:24.749 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.749 INFO kablam! | Oct 22 02:09:24.749 INFO kablam! Oct 22 02:09:24.763 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.763 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.763 INFO kablam! | Oct 22 02:09:24.763 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.763 INFO kablam! | ^^^^^ Oct 22 02:09:24.763 INFO kablam! ... Oct 22 02:09:24.763 INFO kablam! 2541 | rt_alloc_layout_checked!(rt_even_1000000bytes_8align_alloc_layout_checked, 1000000, 8); Oct 22 02:09:24.763 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.763 INFO kablam! | Oct 22 02:09:24.763 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.763 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.763 INFO kablam! | Oct 22 02:09:24.763 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.763 INFO kablam! | Oct 22 02:09:24.763 INFO kablam! Oct 22 02:09:24.763 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.763 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.763 INFO kablam! | Oct 22 02:09:24.763 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.763 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.763 INFO kablam! ... Oct 22 02:09:24.763 INFO kablam! 2541 | rt_alloc_layout_checked!(rt_even_1000000bytes_8align_alloc_layout_checked, 1000000, 8); Oct 22 02:09:24.763 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.763 INFO kablam! | Oct 22 02:09:24.763 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.763 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.763 INFO kablam! | Oct 22 02:09:24.763 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.763 INFO kablam! | Oct 22 02:09:24.763 INFO kablam! Oct 22 02:09:24.763 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.763 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.763 INFO kablam! | Oct 22 02:09:24.763 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.763 INFO kablam! | ^^^^^ Oct 22 02:09:24.763 INFO kablam! ... Oct 22 02:09:24.763 INFO kablam! 2555 | rt_alloc_layout_checked!(rt_odd_10bytes_8align_alloc_layout_checked, 10- 1, 8); Oct 22 02:09:24.763 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.763 INFO kablam! | Oct 22 02:09:24.763 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.763 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.763 INFO kablam! | Oct 22 02:09:24.763 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.763 INFO kablam! | Oct 22 02:09:24.764 INFO kablam! Oct 22 02:09:24.764 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.764 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.764 INFO kablam! | Oct 22 02:09:24.764 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.764 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.764 INFO kablam! ... Oct 22 02:09:24.764 INFO kablam! 2555 | rt_alloc_layout_checked!(rt_odd_10bytes_8align_alloc_layout_checked, 10- 1, 8); Oct 22 02:09:24.764 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.764 INFO kablam! | Oct 22 02:09:24.764 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.764 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.764 INFO kablam! | Oct 22 02:09:24.764 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.764 INFO kablam! | Oct 22 02:09:24.764 INFO kablam! Oct 22 02:09:24.764 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.764 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.764 INFO kablam! | Oct 22 02:09:24.764 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.764 INFO kablam! | ^^^^^ Oct 22 02:09:24.764 INFO kablam! ... Oct 22 02:09:24.764 INFO kablam! 2568 | rt_alloc_layout_checked!(rt_odd_100bytes_8align_alloc_layout_checked, 100- 1, 8); Oct 22 02:09:24.764 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.764 INFO kablam! | Oct 22 02:09:24.764 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.764 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.764 INFO kablam! | Oct 22 02:09:24.764 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.764 INFO kablam! | Oct 22 02:09:24.764 INFO kablam! Oct 22 02:09:24.764 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.764 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.764 INFO kablam! | Oct 22 02:09:24.764 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.764 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.764 INFO kablam! ... Oct 22 02:09:24.764 INFO kablam! 2568 | rt_alloc_layout_checked!(rt_odd_100bytes_8align_alloc_layout_checked, 100- 1, 8); Oct 22 02:09:24.764 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.764 INFO kablam! | Oct 22 02:09:24.764 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.764 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.764 INFO kablam! | Oct 22 02:09:24.764 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.764 INFO kablam! | Oct 22 02:09:24.764 INFO kablam! Oct 22 02:09:24.764 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.764 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.764 INFO kablam! | Oct 22 02:09:24.764 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.764 INFO kablam! | ^^^^^ Oct 22 02:09:24.764 INFO kablam! ... Oct 22 02:09:24.764 INFO kablam! 2581 | rt_alloc_layout_checked!(rt_odd_1000bytes_8align_alloc_layout_checked, 1000- 1, 8); Oct 22 02:09:24.764 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.764 INFO kablam! | Oct 22 02:09:24.764 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.764 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.764 INFO kablam! | Oct 22 02:09:24.764 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.764 INFO kablam! | Oct 22 02:09:24.764 INFO kablam! Oct 22 02:09:24.764 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.764 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.764 INFO kablam! | Oct 22 02:09:24.764 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.764 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.764 INFO kablam! ... Oct 22 02:09:24.764 INFO kablam! 2581 | rt_alloc_layout_checked!(rt_odd_1000bytes_8align_alloc_layout_checked, 1000- 1, 8); Oct 22 02:09:24.764 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.764 INFO kablam! | Oct 22 02:09:24.764 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.764 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.765 INFO kablam! | Oct 22 02:09:24.765 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.765 INFO kablam! | Oct 22 02:09:24.765 INFO kablam! Oct 22 02:09:24.765 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.765 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.765 INFO kablam! | Oct 22 02:09:24.765 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.765 INFO kablam! | ^^^^^ Oct 22 02:09:24.765 INFO kablam! ... Oct 22 02:09:24.765 INFO kablam! 2594 | rt_alloc_layout_checked!(rt_odd_10000bytes_8align_alloc_layout_checked, 10000- 1, 8); Oct 22 02:09:24.765 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.765 INFO kablam! | Oct 22 02:09:24.765 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.765 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.765 INFO kablam! | Oct 22 02:09:24.765 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.765 INFO kablam! | Oct 22 02:09:24.765 INFO kablam! Oct 22 02:09:24.765 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.765 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.765 INFO kablam! | Oct 22 02:09:24.765 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.765 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.765 INFO kablam! ... Oct 22 02:09:24.765 INFO kablam! 2594 | rt_alloc_layout_checked!(rt_odd_10000bytes_8align_alloc_layout_checked, 10000- 1, 8); Oct 22 02:09:24.765 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.765 INFO kablam! | Oct 22 02:09:24.765 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.765 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.765 INFO kablam! | Oct 22 02:09:24.765 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.765 INFO kablam! | Oct 22 02:09:24.765 INFO kablam! Oct 22 02:09:24.765 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.765 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.765 INFO kablam! | Oct 22 02:09:24.765 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.765 INFO kablam! | ^^^^^ Oct 22 02:09:24.765 INFO kablam! ... Oct 22 02:09:24.765 INFO kablam! 2607 | rt_alloc_layout_checked!(rt_odd_100000bytes_8align_alloc_layout_checked, 100000- 1, 8); Oct 22 02:09:24.765 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.765 INFO kablam! | Oct 22 02:09:24.765 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.765 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.765 INFO kablam! | Oct 22 02:09:24.765 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.765 INFO kablam! | Oct 22 02:09:24.765 INFO kablam! Oct 22 02:09:24.765 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.765 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.765 INFO kablam! | Oct 22 02:09:24.765 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.765 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.765 INFO kablam! ... Oct 22 02:09:24.765 INFO kablam! 2607 | rt_alloc_layout_checked!(rt_odd_100000bytes_8align_alloc_layout_checked, 100000- 1, 8); Oct 22 02:09:24.765 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.765 INFO kablam! | Oct 22 02:09:24.765 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.765 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.765 INFO kablam! | Oct 22 02:09:24.765 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.765 INFO kablam! | Oct 22 02:09:24.765 INFO kablam! Oct 22 02:09:24.765 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.765 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.765 INFO kablam! | Oct 22 02:09:24.765 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.765 INFO kablam! | ^^^^^ Oct 22 02:09:24.765 INFO kablam! ... Oct 22 02:09:24.765 INFO kablam! 2620 | rt_alloc_layout_checked!(rt_odd_1000000bytes_8align_alloc_layout_checked, 1000000- 1, 8); Oct 22 02:09:24.765 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.765 INFO kablam! | Oct 22 02:09:24.765 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.765 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.765 INFO kablam! | Oct 22 02:09:24.765 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.765 INFO kablam! | Oct 22 02:09:24.765 INFO kablam! Oct 22 02:09:24.772 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.772 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.772 INFO kablam! | Oct 22 02:09:24.772 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.772 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.772 INFO kablam! ... Oct 22 02:09:24.772 INFO kablam! 2620 | rt_alloc_layout_checked!(rt_odd_1000000bytes_8align_alloc_layout_checked, 1000000- 1, 8); Oct 22 02:09:24.772 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.772 INFO kablam! | Oct 22 02:09:24.772 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.772 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.772 INFO kablam! | Oct 22 02:09:24.772 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.772 INFO kablam! | Oct 22 02:09:24.772 INFO kablam! Oct 22 02:09:24.772 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.772 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.772 INFO kablam! | Oct 22 02:09:24.772 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.772 INFO kablam! | ^^^^^ Oct 22 02:09:24.772 INFO kablam! ... Oct 22 02:09:24.772 INFO kablam! 2634 | rt_alloc_layout_checked!(rt_primes_3bytes_8align_alloc_layout_checked, 3, 8); Oct 22 02:09:24.772 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.772 INFO kablam! | Oct 22 02:09:24.772 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.772 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.772 INFO kablam! | Oct 22 02:09:24.772 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.773 INFO kablam! | Oct 22 02:09:24.773 INFO kablam! Oct 22 02:09:24.773 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.773 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.773 INFO kablam! | Oct 22 02:09:24.773 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.773 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.773 INFO kablam! ... Oct 22 02:09:24.773 INFO kablam! 2634 | rt_alloc_layout_checked!(rt_primes_3bytes_8align_alloc_layout_checked, 3, 8); Oct 22 02:09:24.773 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.773 INFO kablam! | Oct 22 02:09:24.773 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.773 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.773 INFO kablam! | Oct 22 02:09:24.773 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.773 INFO kablam! | Oct 22 02:09:24.773 INFO kablam! Oct 22 02:09:24.773 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.773 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.773 INFO kablam! | Oct 22 02:09:24.773 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.773 INFO kablam! | ^^^^^ Oct 22 02:09:24.773 INFO kablam! ... Oct 22 02:09:24.773 INFO kablam! 2647 | rt_alloc_layout_checked!(rt_primes_7bytes_8align_alloc_layout_checked, 7, 8); Oct 22 02:09:24.773 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.773 INFO kablam! | Oct 22 02:09:24.773 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.773 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.773 INFO kablam! | Oct 22 02:09:24.773 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.773 INFO kablam! | Oct 22 02:09:24.773 INFO kablam! Oct 22 02:09:24.773 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.773 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.773 INFO kablam! | Oct 22 02:09:24.773 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.773 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.773 INFO kablam! ... Oct 22 02:09:24.773 INFO kablam! 2647 | rt_alloc_layout_checked!(rt_primes_7bytes_8align_alloc_layout_checked, 7, 8); Oct 22 02:09:24.773 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.773 INFO kablam! | Oct 22 02:09:24.773 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.773 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.773 INFO kablam! | Oct 22 02:09:24.773 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.773 INFO kablam! | Oct 22 02:09:24.773 INFO kablam! Oct 22 02:09:24.773 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.773 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.773 INFO kablam! | Oct 22 02:09:24.773 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.773 INFO kablam! | ^^^^^ Oct 22 02:09:24.773 INFO kablam! ... Oct 22 02:09:24.773 INFO kablam! 2660 | rt_alloc_layout_checked!(rt_primes_13bytes_8align_alloc_layout_checked, 13, 8); Oct 22 02:09:24.773 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.773 INFO kablam! | Oct 22 02:09:24.773 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.773 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.773 INFO kablam! | Oct 22 02:09:24.773 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.773 INFO kablam! | Oct 22 02:09:24.773 INFO kablam! Oct 22 02:09:24.776 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.776 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.776 INFO kablam! | Oct 22 02:09:24.776 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.776 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.776 INFO kablam! ... Oct 22 02:09:24.776 INFO kablam! 2660 | rt_alloc_layout_checked!(rt_primes_13bytes_8align_alloc_layout_checked, 13, 8); Oct 22 02:09:24.776 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.776 INFO kablam! | Oct 22 02:09:24.776 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.776 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.776 INFO kablam! | Oct 22 02:09:24.776 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.776 INFO kablam! | Oct 22 02:09:24.776 INFO kablam! Oct 22 02:09:24.776 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.776 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.776 INFO kablam! | Oct 22 02:09:24.776 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.776 INFO kablam! | ^^^^^ Oct 22 02:09:24.776 INFO kablam! ... Oct 22 02:09:24.776 INFO kablam! 2673 | rt_alloc_layout_checked!(rt_primes_17bytes_8align_alloc_layout_checked, 17, 8); Oct 22 02:09:24.776 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.776 INFO kablam! | Oct 22 02:09:24.776 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.776 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.776 INFO kablam! | Oct 22 02:09:24.777 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.777 INFO kablam! | Oct 22 02:09:24.777 INFO kablam! Oct 22 02:09:24.777 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.777 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.777 INFO kablam! | Oct 22 02:09:24.777 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.777 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.777 INFO kablam! ... Oct 22 02:09:24.777 INFO kablam! 2673 | rt_alloc_layout_checked!(rt_primes_17bytes_8align_alloc_layout_checked, 17, 8); Oct 22 02:09:24.777 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.777 INFO kablam! | Oct 22 02:09:24.777 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.777 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.777 INFO kablam! | Oct 22 02:09:24.777 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.777 INFO kablam! | Oct 22 02:09:24.777 INFO kablam! Oct 22 02:09:24.784 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.784 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.784 INFO kablam! | Oct 22 02:09:24.784 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.784 INFO kablam! | ^^^^^ Oct 22 02:09:24.784 INFO kablam! ... Oct 22 02:09:24.784 INFO kablam! 2686 | rt_alloc_layout_checked!(rt_primes_31bytes_8align_alloc_layout_checked, 31, 8); Oct 22 02:09:24.784 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.784 INFO kablam! | Oct 22 02:09:24.784 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.784 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.784 INFO kablam! | Oct 22 02:09:24.784 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.784 INFO kablam! | Oct 22 02:09:24.784 INFO kablam! Oct 22 02:09:24.784 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.784 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.784 INFO kablam! | Oct 22 02:09:24.784 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.784 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.784 INFO kablam! ... Oct 22 02:09:24.784 INFO kablam! 2686 | rt_alloc_layout_checked!(rt_primes_31bytes_8align_alloc_layout_checked, 31, 8); Oct 22 02:09:24.784 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.784 INFO kablam! | Oct 22 02:09:24.784 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.784 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.784 INFO kablam! | Oct 22 02:09:24.784 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.784 INFO kablam! | Oct 22 02:09:24.785 INFO kablam! Oct 22 02:09:24.785 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.785 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.785 INFO kablam! | Oct 22 02:09:24.785 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.785 INFO kablam! | ^^^^^ Oct 22 02:09:24.785 INFO kablam! ... Oct 22 02:09:24.785 INFO kablam! 2699 | rt_alloc_layout_checked!(rt_primes_61bytes_8align_alloc_layout_checked, 61, 8); Oct 22 02:09:24.785 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.785 INFO kablam! | Oct 22 02:09:24.785 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.785 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.785 INFO kablam! | Oct 22 02:09:24.785 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.785 INFO kablam! | Oct 22 02:09:24.785 INFO kablam! Oct 22 02:09:24.785 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.785 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.785 INFO kablam! | Oct 22 02:09:24.785 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.785 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.785 INFO kablam! ... Oct 22 02:09:24.785 INFO kablam! 2699 | rt_alloc_layout_checked!(rt_primes_61bytes_8align_alloc_layout_checked, 61, 8); Oct 22 02:09:24.785 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.785 INFO kablam! | Oct 22 02:09:24.785 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.785 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.785 INFO kablam! | Oct 22 02:09:24.785 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.785 INFO kablam! | Oct 22 02:09:24.785 INFO kablam! Oct 22 02:09:24.785 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.785 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.785 INFO kablam! | Oct 22 02:09:24.785 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.785 INFO kablam! | ^^^^^ Oct 22 02:09:24.785 INFO kablam! ... Oct 22 02:09:24.785 INFO kablam! 2712 | rt_alloc_layout_checked!(rt_primes_96bytes_8align_alloc_layout_checked, 96, 8); Oct 22 02:09:24.785 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.785 INFO kablam! | Oct 22 02:09:24.785 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.785 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.785 INFO kablam! | Oct 22 02:09:24.785 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.785 INFO kablam! | Oct 22 02:09:24.785 INFO kablam! Oct 22 02:09:24.785 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.785 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.785 INFO kablam! | Oct 22 02:09:24.785 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.785 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.785 INFO kablam! ... Oct 22 02:09:24.785 INFO kablam! 2712 | rt_alloc_layout_checked!(rt_primes_96bytes_8align_alloc_layout_checked, 96, 8); Oct 22 02:09:24.785 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.785 INFO kablam! | Oct 22 02:09:24.785 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.785 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.785 INFO kablam! | Oct 22 02:09:24.785 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.785 INFO kablam! | Oct 22 02:09:24.785 INFO kablam! Oct 22 02:09:24.785 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.785 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.785 INFO kablam! | Oct 22 02:09:24.785 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.785 INFO kablam! | ^^^^^ Oct 22 02:09:24.786 INFO kablam! ... Oct 22 02:09:24.786 INFO kablam! 2725 | rt_alloc_layout_checked!(rt_primes_127bytes_8align_alloc_layout_checked, 127, 8); Oct 22 02:09:24.786 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.786 INFO kablam! | Oct 22 02:09:24.786 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.786 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.786 INFO kablam! | Oct 22 02:09:24.786 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.786 INFO kablam! | Oct 22 02:09:24.786 INFO kablam! Oct 22 02:09:24.788 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.788 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.788 INFO kablam! | Oct 22 02:09:24.788 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.788 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.788 INFO kablam! ... Oct 22 02:09:24.788 INFO kablam! 2725 | rt_alloc_layout_checked!(rt_primes_127bytes_8align_alloc_layout_checked, 127, 8); Oct 22 02:09:24.788 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.788 INFO kablam! | Oct 22 02:09:24.788 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.788 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.788 INFO kablam! | Oct 22 02:09:24.788 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.788 INFO kablam! | Oct 22 02:09:24.797 INFO kablam! Oct 22 02:09:24.797 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.797 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.797 INFO kablam! | Oct 22 02:09:24.797 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.797 INFO kablam! | ^^^^^ Oct 22 02:09:24.797 INFO kablam! ... Oct 22 02:09:24.797 INFO kablam! 2738 | rt_alloc_layout_checked!(rt_primes_257bytes_8align_alloc_layout_checked, 257, 8); Oct 22 02:09:24.797 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.797 INFO kablam! | Oct 22 02:09:24.797 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.797 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.797 INFO kablam! | Oct 22 02:09:24.797 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.797 INFO kablam! | Oct 22 02:09:24.797 INFO kablam! Oct 22 02:09:24.797 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.797 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.797 INFO kablam! | Oct 22 02:09:24.797 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.797 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.797 INFO kablam! ... Oct 22 02:09:24.797 INFO kablam! 2738 | rt_alloc_layout_checked!(rt_primes_257bytes_8align_alloc_layout_checked, 257, 8); Oct 22 02:09:24.797 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.797 INFO kablam! | Oct 22 02:09:24.797 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.797 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.797 INFO kablam! | Oct 22 02:09:24.797 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.797 INFO kablam! | Oct 22 02:09:24.797 INFO kablam! Oct 22 02:09:24.797 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.797 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.797 INFO kablam! | Oct 22 02:09:24.797 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.797 INFO kablam! | ^^^^^ Oct 22 02:09:24.797 INFO kablam! ... Oct 22 02:09:24.797 INFO kablam! 2751 | rt_alloc_layout_checked!(rt_primes_509bytes_8align_alloc_layout_checked, 509, 8); Oct 22 02:09:24.797 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.797 INFO kablam! | Oct 22 02:09:24.797 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.797 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.797 INFO kablam! | Oct 22 02:09:24.797 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.797 INFO kablam! | Oct 22 02:09:24.797 INFO kablam! Oct 22 02:09:24.797 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.797 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.797 INFO kablam! | Oct 22 02:09:24.797 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.797 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.797 INFO kablam! ... Oct 22 02:09:24.797 INFO kablam! 2751 | rt_alloc_layout_checked!(rt_primes_509bytes_8align_alloc_layout_checked, 509, 8); Oct 22 02:09:24.797 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.797 INFO kablam! | Oct 22 02:09:24.797 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.797 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.797 INFO kablam! | Oct 22 02:09:24.797 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.797 INFO kablam! | Oct 22 02:09:24.797 INFO kablam! Oct 22 02:09:24.797 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.797 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.797 INFO kablam! | Oct 22 02:09:24.797 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.797 INFO kablam! | ^^^^^ Oct 22 02:09:24.798 INFO kablam! ... Oct 22 02:09:24.798 INFO kablam! 2764 | rt_alloc_layout_checked!(rt_primes_1021bytes_8align_alloc_layout_checked, 1021, 8); Oct 22 02:09:24.798 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.798 INFO kablam! | Oct 22 02:09:24.798 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.798 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.798 INFO kablam! | Oct 22 02:09:24.798 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.798 INFO kablam! | Oct 22 02:09:24.798 INFO kablam! Oct 22 02:09:24.798 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.798 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.798 INFO kablam! | Oct 22 02:09:24.798 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.798 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.798 INFO kablam! ... Oct 22 02:09:24.798 INFO kablam! 2764 | rt_alloc_layout_checked!(rt_primes_1021bytes_8align_alloc_layout_checked, 1021, 8); Oct 22 02:09:24.798 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.798 INFO kablam! | Oct 22 02:09:24.798 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.798 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.798 INFO kablam! | Oct 22 02:09:24.798 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.798 INFO kablam! | Oct 22 02:09:24.798 INFO kablam! Oct 22 02:09:24.798 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.798 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.798 INFO kablam! | Oct 22 02:09:24.798 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.798 INFO kablam! | ^^^^^ Oct 22 02:09:24.798 INFO kablam! ... Oct 22 02:09:24.798 INFO kablam! 2777 | rt_alloc_layout_checked!(rt_primes_2039bytes_8align_alloc_layout_checked, 2039, 8); Oct 22 02:09:24.798 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.798 INFO kablam! | Oct 22 02:09:24.798 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.798 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.798 INFO kablam! | Oct 22 02:09:24.798 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.798 INFO kablam! | Oct 22 02:09:24.798 INFO kablam! Oct 22 02:09:24.798 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.798 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.798 INFO kablam! | Oct 22 02:09:24.798 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.798 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.798 INFO kablam! ... Oct 22 02:09:24.798 INFO kablam! 2777 | rt_alloc_layout_checked!(rt_primes_2039bytes_8align_alloc_layout_checked, 2039, 8); Oct 22 02:09:24.798 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.798 INFO kablam! | Oct 22 02:09:24.798 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.798 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.798 INFO kablam! | Oct 22 02:09:24.798 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.798 INFO kablam! | Oct 22 02:09:24.798 INFO kablam! Oct 22 02:09:24.798 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.798 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.798 INFO kablam! | Oct 22 02:09:24.798 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.798 INFO kablam! | ^^^^^ Oct 22 02:09:24.798 INFO kablam! ... Oct 22 02:09:24.798 INFO kablam! 2790 | rt_alloc_layout_checked!(rt_primes_4093bytes_8align_alloc_layout_checked, 4093, 8); Oct 22 02:09:24.798 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.798 INFO kablam! | Oct 22 02:09:24.798 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.798 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.798 INFO kablam! | Oct 22 02:09:24.798 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.798 INFO kablam! | Oct 22 02:09:24.798 INFO kablam! Oct 22 02:09:24.800 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.800 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.800 INFO kablam! | Oct 22 02:09:24.800 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.800 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.800 INFO kablam! ... Oct 22 02:09:24.800 INFO kablam! 2790 | rt_alloc_layout_checked!(rt_primes_4093bytes_8align_alloc_layout_checked, 4093, 8); Oct 22 02:09:24.800 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.800 INFO kablam! | Oct 22 02:09:24.800 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.800 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.800 INFO kablam! | Oct 22 02:09:24.800 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.800 INFO kablam! | Oct 22 02:09:24.800 INFO kablam! Oct 22 02:09:24.800 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.800 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.800 INFO kablam! | Oct 22 02:09:24.800 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.800 INFO kablam! | ^^^^^ Oct 22 02:09:24.800 INFO kablam! ... Oct 22 02:09:24.800 INFO kablam! 2803 | rt_alloc_layout_checked!(rt_primes_8191bytes_8align_alloc_layout_checked, 8191, 8); Oct 22 02:09:24.800 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.800 INFO kablam! | Oct 22 02:09:24.800 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.800 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.801 INFO kablam! | Oct 22 02:09:24.801 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.801 INFO kablam! | Oct 22 02:09:24.801 INFO kablam! Oct 22 02:09:24.808 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.808 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.808 INFO kablam! | Oct 22 02:09:24.808 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.808 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.808 INFO kablam! ... Oct 22 02:09:24.808 INFO kablam! 2803 | rt_alloc_layout_checked!(rt_primes_8191bytes_8align_alloc_layout_checked, 8191, 8); Oct 22 02:09:24.808 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.808 INFO kablam! | Oct 22 02:09:24.808 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.808 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.808 INFO kablam! | Oct 22 02:09:24.808 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.808 INFO kablam! | Oct 22 02:09:24.808 INFO kablam! Oct 22 02:09:24.808 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.808 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.808 INFO kablam! | Oct 22 02:09:24.808 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.808 INFO kablam! | ^^^^^ Oct 22 02:09:24.808 INFO kablam! ... Oct 22 02:09:24.808 INFO kablam! 2816 | rt_alloc_layout_checked!(rt_primes_16381bytes_8align_alloc_layout_checked, 16381, 8); Oct 22 02:09:24.808 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.808 INFO kablam! | Oct 22 02:09:24.808 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.808 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.808 INFO kablam! | Oct 22 02:09:24.808 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.808 INFO kablam! | Oct 22 02:09:24.808 INFO kablam! Oct 22 02:09:24.808 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.808 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.808 INFO kablam! | Oct 22 02:09:24.808 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.808 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.808 INFO kablam! ... Oct 22 02:09:24.808 INFO kablam! 2816 | rt_alloc_layout_checked!(rt_primes_16381bytes_8align_alloc_layout_checked, 16381, 8); Oct 22 02:09:24.808 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.808 INFO kablam! | Oct 22 02:09:24.808 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.808 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.808 INFO kablam! | Oct 22 02:09:24.808 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.808 INFO kablam! | Oct 22 02:09:24.808 INFO kablam! Oct 22 02:09:24.812 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.813 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.813 INFO kablam! | Oct 22 02:09:24.813 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.813 INFO kablam! | ^^^^^ Oct 22 02:09:24.813 INFO kablam! ... Oct 22 02:09:24.813 INFO kablam! 2829 | rt_alloc_layout_checked!(rt_primes_32749bytes_8align_alloc_layout_checked, 32749, 8); Oct 22 02:09:24.813 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.813 INFO kablam! | Oct 22 02:09:24.813 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.813 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.813 INFO kablam! | Oct 22 02:09:24.813 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.813 INFO kablam! | Oct 22 02:09:24.813 INFO kablam! Oct 22 02:09:24.813 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.813 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.813 INFO kablam! | Oct 22 02:09:24.813 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.813 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.813 INFO kablam! ... Oct 22 02:09:24.813 INFO kablam! 2829 | rt_alloc_layout_checked!(rt_primes_32749bytes_8align_alloc_layout_checked, 32749, 8); Oct 22 02:09:24.813 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.813 INFO kablam! | Oct 22 02:09:24.813 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.813 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.813 INFO kablam! | Oct 22 02:09:24.813 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.813 INFO kablam! | Oct 22 02:09:24.813 INFO kablam! Oct 22 02:09:24.813 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.813 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.813 INFO kablam! | Oct 22 02:09:24.813 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.813 INFO kablam! | ^^^^^ Oct 22 02:09:24.813 INFO kablam! ... Oct 22 02:09:24.813 INFO kablam! 2842 | rt_alloc_layout_checked!(rt_primes_65537bytes_8align_alloc_layout_checked, 65537, 8); Oct 22 02:09:24.813 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.813 INFO kablam! | Oct 22 02:09:24.813 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.813 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.813 INFO kablam! | Oct 22 02:09:24.813 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.813 INFO kablam! | Oct 22 02:09:24.813 INFO kablam! Oct 22 02:09:24.813 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.813 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.813 INFO kablam! | Oct 22 02:09:24.813 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.813 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.813 INFO kablam! ... Oct 22 02:09:24.813 INFO kablam! 2842 | rt_alloc_layout_checked!(rt_primes_65537bytes_8align_alloc_layout_checked, 65537, 8); Oct 22 02:09:24.813 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.813 INFO kablam! | Oct 22 02:09:24.813 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.813 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.813 INFO kablam! | Oct 22 02:09:24.813 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.813 INFO kablam! | Oct 22 02:09:24.813 INFO kablam! Oct 22 02:09:24.813 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.813 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.813 INFO kablam! | Oct 22 02:09:24.813 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.813 INFO kablam! | ^^^^^ Oct 22 02:09:24.813 INFO kablam! ... Oct 22 02:09:24.813 INFO kablam! 2855 | rt_alloc_layout_checked!(rt_primes_131071bytes_8align_alloc_layout_checked, 131071, 8); Oct 22 02:09:24.813 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.813 INFO kablam! | Oct 22 02:09:24.813 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.813 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.813 INFO kablam! | Oct 22 02:09:24.813 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.813 INFO kablam! | Oct 22 02:09:24.813 INFO kablam! Oct 22 02:09:24.813 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.813 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.813 INFO kablam! | Oct 22 02:09:24.813 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.813 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.813 INFO kablam! ... Oct 22 02:09:24.813 INFO kablam! 2855 | rt_alloc_layout_checked!(rt_primes_131071bytes_8align_alloc_layout_checked, 131071, 8); Oct 22 02:09:24.813 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.813 INFO kablam! | Oct 22 02:09:24.813 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.813 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.813 INFO kablam! | Oct 22 02:09:24.813 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.813 INFO kablam! | Oct 22 02:09:24.814 INFO kablam! Oct 22 02:09:24.814 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.814 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.814 INFO kablam! | Oct 22 02:09:24.814 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.814 INFO kablam! | ^^^^^ Oct 22 02:09:24.814 INFO kablam! ... Oct 22 02:09:24.814 INFO kablam! 2868 | rt_alloc_layout_checked!(rt_primes_4194301bytes_8align_alloc_layout_checked, 4194301, 8); Oct 22 02:09:24.814 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.814 INFO kablam! | Oct 22 02:09:24.814 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.814 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.814 INFO kablam! | Oct 22 02:09:24.814 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.814 INFO kablam! | Oct 22 02:09:24.814 INFO kablam! Oct 22 02:09:24.814 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.814 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.814 INFO kablam! | Oct 22 02:09:24.814 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.814 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.814 INFO kablam! ... Oct 22 02:09:24.814 INFO kablam! 2868 | rt_alloc_layout_checked!(rt_primes_4194301bytes_8align_alloc_layout_checked, 4194301, 8); Oct 22 02:09:24.814 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.814 INFO kablam! | Oct 22 02:09:24.814 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.814 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.814 INFO kablam! | Oct 22 02:09:24.814 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.814 INFO kablam! | Oct 22 02:09:24.814 INFO kablam! Oct 22 02:09:24.816 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.816 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.816 INFO kablam! | Oct 22 02:09:24.816 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.816 INFO kablam! | ^^^^^ Oct 22 02:09:24.816 INFO kablam! ... Oct 22 02:09:24.816 INFO kablam! 2884 | rt_alloc_layout_checked!(rt_pow2_1bytes_16align_alloc_layout_checked, 1, 16); Oct 22 02:09:24.816 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.816 INFO kablam! | Oct 22 02:09:24.816 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.816 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.816 INFO kablam! | Oct 22 02:09:24.816 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.816 INFO kablam! | Oct 22 02:09:24.816 INFO kablam! Oct 22 02:09:24.816 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.816 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.816 INFO kablam! | Oct 22 02:09:24.816 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.816 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.816 INFO kablam! ... Oct 22 02:09:24.816 INFO kablam! 2884 | rt_alloc_layout_checked!(rt_pow2_1bytes_16align_alloc_layout_checked, 1, 16); Oct 22 02:09:24.816 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.816 INFO kablam! | Oct 22 02:09:24.816 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.816 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.816 INFO kablam! | Oct 22 02:09:24.816 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.816 INFO kablam! | Oct 22 02:09:24.816 INFO kablam! Oct 22 02:09:24.819 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.819 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.819 INFO kablam! | Oct 22 02:09:24.819 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.819 INFO kablam! | ^^^^^ Oct 22 02:09:24.819 INFO kablam! ... Oct 22 02:09:24.819 INFO kablam! 2897 | rt_alloc_layout_checked!(rt_pow2_2bytes_16align_alloc_layout_checked, 2, 16); Oct 22 02:09:24.819 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.819 INFO kablam! | Oct 22 02:09:24.819 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.819 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.819 INFO kablam! | Oct 22 02:09:24.819 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.819 INFO kablam! | Oct 22 02:09:24.819 INFO kablam! Oct 22 02:09:24.819 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.819 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.819 INFO kablam! | Oct 22 02:09:24.819 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.819 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.819 INFO kablam! ... Oct 22 02:09:24.819 INFO kablam! 2897 | rt_alloc_layout_checked!(rt_pow2_2bytes_16align_alloc_layout_checked, 2, 16); Oct 22 02:09:24.819 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.819 INFO kablam! | Oct 22 02:09:24.819 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.819 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.819 INFO kablam! | Oct 22 02:09:24.819 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.819 INFO kablam! | Oct 22 02:09:24.819 INFO kablam! Oct 22 02:09:24.819 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.820 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.820 INFO kablam! | Oct 22 02:09:24.820 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.820 INFO kablam! | ^^^^^ Oct 22 02:09:24.820 INFO kablam! ... Oct 22 02:09:24.820 INFO kablam! 2910 | rt_alloc_layout_checked!(rt_pow2_4bytes_16align_alloc_layout_checked, 4, 16); Oct 22 02:09:24.820 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.820 INFO kablam! | Oct 22 02:09:24.820 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.820 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.820 INFO kablam! | Oct 22 02:09:24.820 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.820 INFO kablam! | Oct 22 02:09:24.820 INFO kablam! Oct 22 02:09:24.821 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.821 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.821 INFO kablam! | Oct 22 02:09:24.821 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.821 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.821 INFO kablam! ... Oct 22 02:09:24.821 INFO kablam! 2910 | rt_alloc_layout_checked!(rt_pow2_4bytes_16align_alloc_layout_checked, 4, 16); Oct 22 02:09:24.821 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.821 INFO kablam! | Oct 22 02:09:24.821 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.821 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.821 INFO kablam! | Oct 22 02:09:24.821 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.821 INFO kablam! | Oct 22 02:09:24.821 INFO kablam! Oct 22 02:09:24.833 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.833 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.833 INFO kablam! | Oct 22 02:09:24.833 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.833 INFO kablam! | ^^^^^ Oct 22 02:09:24.833 INFO kablam! ... Oct 22 02:09:24.833 INFO kablam! 2923 | rt_alloc_layout_checked!(rt_pow2_8bytes_16align_alloc_layout_checked, 8, 16); Oct 22 02:09:24.833 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.833 INFO kablam! | Oct 22 02:09:24.833 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.833 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.833 INFO kablam! | Oct 22 02:09:24.833 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.833 INFO kablam! | Oct 22 02:09:24.833 INFO kablam! Oct 22 02:09:24.833 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.833 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.833 INFO kablam! | Oct 22 02:09:24.833 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.833 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.833 INFO kablam! ... Oct 22 02:09:24.833 INFO kablam! 2923 | rt_alloc_layout_checked!(rt_pow2_8bytes_16align_alloc_layout_checked, 8, 16); Oct 22 02:09:24.833 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.833 INFO kablam! | Oct 22 02:09:24.833 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.833 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.833 INFO kablam! | Oct 22 02:09:24.833 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.833 INFO kablam! | Oct 22 02:09:24.833 INFO kablam! Oct 22 02:09:24.833 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.833 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.833 INFO kablam! | Oct 22 02:09:24.833 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.833 INFO kablam! | ^^^^^ Oct 22 02:09:24.833 INFO kablam! ... Oct 22 02:09:24.833 INFO kablam! 2936 | rt_alloc_layout_checked!(rt_pow2_16bytes_16align_alloc_layout_checked, 16, 16); Oct 22 02:09:24.833 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.833 INFO kablam! | Oct 22 02:09:24.833 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.833 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.833 INFO kablam! | Oct 22 02:09:24.833 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.833 INFO kablam! | Oct 22 02:09:24.834 INFO kablam! Oct 22 02:09:24.834 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.834 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.834 INFO kablam! | Oct 22 02:09:24.834 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.834 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.834 INFO kablam! ... Oct 22 02:09:24.834 INFO kablam! 2936 | rt_alloc_layout_checked!(rt_pow2_16bytes_16align_alloc_layout_checked, 16, 16); Oct 22 02:09:24.834 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.834 INFO kablam! | Oct 22 02:09:24.834 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.834 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.834 INFO kablam! | Oct 22 02:09:24.834 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.834 INFO kablam! | Oct 22 02:09:24.834 INFO kablam! Oct 22 02:09:24.834 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.834 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.834 INFO kablam! | Oct 22 02:09:24.834 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.834 INFO kablam! | ^^^^^ Oct 22 02:09:24.834 INFO kablam! ... Oct 22 02:09:24.834 INFO kablam! 2949 | rt_alloc_layout_checked!(rt_pow2_32bytes_16align_alloc_layout_checked, 32, 16); Oct 22 02:09:24.834 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.834 INFO kablam! | Oct 22 02:09:24.834 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.834 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.834 INFO kablam! | Oct 22 02:09:24.834 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.834 INFO kablam! | Oct 22 02:09:24.834 INFO kablam! Oct 22 02:09:24.834 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.834 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.834 INFO kablam! | Oct 22 02:09:24.834 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.834 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.834 INFO kablam! ... Oct 22 02:09:24.834 INFO kablam! 2949 | rt_alloc_layout_checked!(rt_pow2_32bytes_16align_alloc_layout_checked, 32, 16); Oct 22 02:09:24.834 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.834 INFO kablam! | Oct 22 02:09:24.834 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.834 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.834 INFO kablam! | Oct 22 02:09:24.834 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.834 INFO kablam! | Oct 22 02:09:24.834 INFO kablam! Oct 22 02:09:24.834 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.834 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.834 INFO kablam! | Oct 22 02:09:24.834 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.834 INFO kablam! | ^^^^^ Oct 22 02:09:24.834 INFO kablam! ... Oct 22 02:09:24.834 INFO kablam! 2962 | rt_alloc_layout_checked!(rt_pow2_64bytes_16align_alloc_layout_checked, 64, 16); Oct 22 02:09:24.834 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.834 INFO kablam! | Oct 22 02:09:24.834 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.834 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.834 INFO kablam! | Oct 22 02:09:24.834 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.834 INFO kablam! | Oct 22 02:09:24.834 INFO kablam! Oct 22 02:09:24.834 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.834 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.834 INFO kablam! | Oct 22 02:09:24.834 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.834 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.834 INFO kablam! ... Oct 22 02:09:24.834 INFO kablam! 2962 | rt_alloc_layout_checked!(rt_pow2_64bytes_16align_alloc_layout_checked, 64, 16); Oct 22 02:09:24.834 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.834 INFO kablam! | Oct 22 02:09:24.834 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.834 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.834 INFO kablam! | Oct 22 02:09:24.834 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.834 INFO kablam! | Oct 22 02:09:24.834 INFO kablam! Oct 22 02:09:24.834 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.834 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.834 INFO kablam! | Oct 22 02:09:24.834 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.834 INFO kablam! | ^^^^^ Oct 22 02:09:24.834 INFO kablam! ... Oct 22 02:09:24.834 INFO kablam! 2975 | rt_alloc_layout_checked!(rt_pow2_128bytes_16align_alloc_layout_checked, 128, 16); Oct 22 02:09:24.834 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.834 INFO kablam! | Oct 22 02:09:24.834 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.834 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.835 INFO kablam! | Oct 22 02:09:24.835 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.835 INFO kablam! | Oct 22 02:09:24.835 INFO kablam! Oct 22 02:09:24.835 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.835 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.835 INFO kablam! | Oct 22 02:09:24.835 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.835 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.835 INFO kablam! ... Oct 22 02:09:24.835 INFO kablam! 2975 | rt_alloc_layout_checked!(rt_pow2_128bytes_16align_alloc_layout_checked, 128, 16); Oct 22 02:09:24.835 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.835 INFO kablam! | Oct 22 02:09:24.835 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.835 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.835 INFO kablam! | Oct 22 02:09:24.835 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.835 INFO kablam! | Oct 22 02:09:24.835 INFO kablam! Oct 22 02:09:24.835 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.835 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.835 INFO kablam! | Oct 22 02:09:24.835 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.835 INFO kablam! | ^^^^^ Oct 22 02:09:24.835 INFO kablam! ... Oct 22 02:09:24.835 INFO kablam! 2988 | rt_alloc_layout_checked!(rt_pow2_256bytes_16align_alloc_layout_checked, 256, 16); Oct 22 02:09:24.835 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.835 INFO kablam! | Oct 22 02:09:24.835 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.835 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.835 INFO kablam! | Oct 22 02:09:24.835 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.835 INFO kablam! | Oct 22 02:09:24.835 INFO kablam! Oct 22 02:09:24.835 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.835 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.835 INFO kablam! | Oct 22 02:09:24.835 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.835 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.835 INFO kablam! ... Oct 22 02:09:24.835 INFO kablam! 2988 | rt_alloc_layout_checked!(rt_pow2_256bytes_16align_alloc_layout_checked, 256, 16); Oct 22 02:09:24.835 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.835 INFO kablam! | Oct 22 02:09:24.835 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.835 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.835 INFO kablam! | Oct 22 02:09:24.835 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.835 INFO kablam! | Oct 22 02:09:24.835 INFO kablam! Oct 22 02:09:24.836 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.836 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.836 INFO kablam! | Oct 22 02:09:24.836 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.836 INFO kablam! | ^^^^^ Oct 22 02:09:24.836 INFO kablam! ... Oct 22 02:09:24.836 INFO kablam! 3001 | rt_alloc_layout_checked!(rt_pow2_512bytes_16align_alloc_layout_checked, 512, 16); Oct 22 02:09:24.836 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.836 INFO kablam! | Oct 22 02:09:24.836 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.836 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.836 INFO kablam! | Oct 22 02:09:24.836 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.836 INFO kablam! | Oct 22 02:09:24.836 INFO kablam! Oct 22 02:09:24.836 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.837 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.837 INFO kablam! | Oct 22 02:09:24.837 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.837 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.837 INFO kablam! ... Oct 22 02:09:24.837 INFO kablam! 3001 | rt_alloc_layout_checked!(rt_pow2_512bytes_16align_alloc_layout_checked, 512, 16); Oct 22 02:09:24.837 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.837 INFO kablam! | Oct 22 02:09:24.837 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.837 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.837 INFO kablam! | Oct 22 02:09:24.837 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.837 INFO kablam! | Oct 22 02:09:24.837 INFO kablam! Oct 22 02:09:24.837 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.837 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.837 INFO kablam! | Oct 22 02:09:24.837 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.837 INFO kablam! | ^^^^^ Oct 22 02:09:24.837 INFO kablam! ... Oct 22 02:09:24.837 INFO kablam! 3014 | rt_alloc_layout_checked!(rt_pow2_1024bytes_16align_alloc_layout_checked, 1024, 16); Oct 22 02:09:24.837 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.837 INFO kablam! | Oct 22 02:09:24.837 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.837 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.837 INFO kablam! | Oct 22 02:09:24.837 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.837 INFO kablam! | Oct 22 02:09:24.837 INFO kablam! Oct 22 02:09:24.837 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.837 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.837 INFO kablam! | Oct 22 02:09:24.837 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.837 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.837 INFO kablam! ... Oct 22 02:09:24.837 INFO kablam! 3014 | rt_alloc_layout_checked!(rt_pow2_1024bytes_16align_alloc_layout_checked, 1024, 16); Oct 22 02:09:24.837 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.837 INFO kablam! | Oct 22 02:09:24.837 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.837 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.837 INFO kablam! | Oct 22 02:09:24.837 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.837 INFO kablam! | Oct 22 02:09:24.837 INFO kablam! Oct 22 02:09:24.837 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.837 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.837 INFO kablam! | Oct 22 02:09:24.837 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.837 INFO kablam! | ^^^^^ Oct 22 02:09:24.837 INFO kablam! ... Oct 22 02:09:24.837 INFO kablam! 3027 | rt_alloc_layout_checked!(rt_pow2_2048bytes_16align_alloc_layout_checked, 2048, 16); Oct 22 02:09:24.837 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.837 INFO kablam! | Oct 22 02:09:24.837 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.837 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.837 INFO kablam! | Oct 22 02:09:24.837 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.837 INFO kablam! | Oct 22 02:09:24.837 INFO kablam! Oct 22 02:09:24.842 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.842 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.842 INFO kablam! | Oct 22 02:09:24.842 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.842 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.842 INFO kablam! ... Oct 22 02:09:24.842 INFO kablam! 3027 | rt_alloc_layout_checked!(rt_pow2_2048bytes_16align_alloc_layout_checked, 2048, 16); Oct 22 02:09:24.842 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.842 INFO kablam! | Oct 22 02:09:24.842 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.842 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.842 INFO kablam! | Oct 22 02:09:24.842 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.842 INFO kablam! | Oct 22 02:09:24.842 INFO kablam! Oct 22 02:09:24.842 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.842 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.842 INFO kablam! | Oct 22 02:09:24.842 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.843 INFO kablam! | ^^^^^ Oct 22 02:09:24.843 INFO kablam! ... Oct 22 02:09:24.843 INFO kablam! 3040 | rt_alloc_layout_checked!(rt_pow2_4096bytes_16align_alloc_layout_checked, 4096, 16); Oct 22 02:09:24.843 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.843 INFO kablam! | Oct 22 02:09:24.843 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.843 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.843 INFO kablam! | Oct 22 02:09:24.843 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.843 INFO kablam! | Oct 22 02:09:24.843 INFO kablam! Oct 22 02:09:24.843 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.843 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.843 INFO kablam! | Oct 22 02:09:24.843 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.843 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.843 INFO kablam! ... Oct 22 02:09:24.843 INFO kablam! 3040 | rt_alloc_layout_checked!(rt_pow2_4096bytes_16align_alloc_layout_checked, 4096, 16); Oct 22 02:09:24.843 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.846 INFO kablam! | Oct 22 02:09:24.846 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.846 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.846 INFO kablam! | Oct 22 02:09:24.846 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.846 INFO kablam! | Oct 22 02:09:24.846 INFO kablam! Oct 22 02:09:24.846 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.846 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.846 INFO kablam! | Oct 22 02:09:24.847 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.847 INFO kablam! | ^^^^^ Oct 22 02:09:24.847 INFO kablam! ... Oct 22 02:09:24.847 INFO kablam! 3053 | rt_alloc_layout_checked!(rt_pow2_8192bytes_16align_alloc_layout_checked, 8192, 16); Oct 22 02:09:24.847 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.847 INFO kablam! | Oct 22 02:09:24.847 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.847 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.847 INFO kablam! | Oct 22 02:09:24.847 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.847 INFO kablam! | Oct 22 02:09:24.847 INFO kablam! Oct 22 02:09:24.847 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.847 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.847 INFO kablam! | Oct 22 02:09:24.847 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.847 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.847 INFO kablam! ... Oct 22 02:09:24.847 INFO kablam! 3053 | rt_alloc_layout_checked!(rt_pow2_8192bytes_16align_alloc_layout_checked, 8192, 16); Oct 22 02:09:24.847 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.847 INFO kablam! | Oct 22 02:09:24.848 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.848 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.848 INFO kablam! | Oct 22 02:09:24.848 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.848 INFO kablam! | Oct 22 02:09:24.848 INFO kablam! Oct 22 02:09:24.848 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.848 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.848 INFO kablam! | Oct 22 02:09:24.848 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.848 INFO kablam! | ^^^^^ Oct 22 02:09:24.848 INFO kablam! ... Oct 22 02:09:24.848 INFO kablam! 3066 | rt_alloc_layout_checked!(rt_pow2_16384bytes_16align_alloc_layout_checked, 16384, 16); Oct 22 02:09:24.848 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.848 INFO kablam! | Oct 22 02:09:24.849 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.849 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.849 INFO kablam! | Oct 22 02:09:24.849 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.849 INFO kablam! | Oct 22 02:09:24.849 INFO kablam! Oct 22 02:09:24.849 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.849 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.849 INFO kablam! | Oct 22 02:09:24.849 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.849 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.849 INFO kablam! ... Oct 22 02:09:24.849 INFO kablam! 3066 | rt_alloc_layout_checked!(rt_pow2_16384bytes_16align_alloc_layout_checked, 16384, 16); Oct 22 02:09:24.849 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.849 INFO kablam! | Oct 22 02:09:24.849 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.849 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.849 INFO kablam! | Oct 22 02:09:24.849 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.849 INFO kablam! | Oct 22 02:09:24.849 INFO kablam! Oct 22 02:09:24.849 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.850 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.850 INFO kablam! | Oct 22 02:09:24.850 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.850 INFO kablam! | ^^^^^ Oct 22 02:09:24.850 INFO kablam! ... Oct 22 02:09:24.850 INFO kablam! 3079 | rt_alloc_layout_checked!(rt_pow2_32768bytes_16align_alloc_layout_checked, 32768, 16); Oct 22 02:09:24.850 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.850 INFO kablam! | Oct 22 02:09:24.850 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.850 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.850 INFO kablam! | Oct 22 02:09:24.850 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.850 INFO kablam! | Oct 22 02:09:24.850 INFO kablam! Oct 22 02:09:24.850 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.850 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.850 INFO kablam! | Oct 22 02:09:24.850 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.850 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.850 INFO kablam! ... Oct 22 02:09:24.850 INFO kablam! 3079 | rt_alloc_layout_checked!(rt_pow2_32768bytes_16align_alloc_layout_checked, 32768, 16); Oct 22 02:09:24.850 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.851 INFO kablam! | Oct 22 02:09:24.851 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.851 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.851 INFO kablam! | Oct 22 02:09:24.851 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.851 INFO kablam! | Oct 22 02:09:24.851 INFO kablam! Oct 22 02:09:24.851 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.851 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.851 INFO kablam! | Oct 22 02:09:24.851 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.851 INFO kablam! | ^^^^^ Oct 22 02:09:24.851 INFO kablam! ... Oct 22 02:09:24.851 INFO kablam! 3092 | rt_alloc_layout_checked!(rt_pow2_65536bytes_16align_alloc_layout_checked, 65536, 16); Oct 22 02:09:24.851 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.851 INFO kablam! | Oct 22 02:09:24.851 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.851 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.851 INFO kablam! | Oct 22 02:09:24.851 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.851 INFO kablam! | Oct 22 02:09:24.851 INFO kablam! Oct 22 02:09:24.852 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.852 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.852 INFO kablam! | Oct 22 02:09:24.852 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.852 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.852 INFO kablam! ... Oct 22 02:09:24.852 INFO kablam! 3092 | rt_alloc_layout_checked!(rt_pow2_65536bytes_16align_alloc_layout_checked, 65536, 16); Oct 22 02:09:24.855 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.855 INFO kablam! | Oct 22 02:09:24.855 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.855 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.855 INFO kablam! | Oct 22 02:09:24.855 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.855 INFO kablam! | Oct 22 02:09:24.855 INFO kablam! Oct 22 02:09:24.856 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.856 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.856 INFO kablam! | Oct 22 02:09:24.856 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.856 INFO kablam! | ^^^^^ Oct 22 02:09:24.856 INFO kablam! ... Oct 22 02:09:24.856 INFO kablam! 3105 | rt_alloc_layout_checked!(rt_pow2_131072bytes_16align_alloc_layout_checked, 131072, 16); Oct 22 02:09:24.856 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.856 INFO kablam! | Oct 22 02:09:24.856 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.856 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.856 INFO kablam! | Oct 22 02:09:24.856 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.856 INFO kablam! | Oct 22 02:09:24.856 INFO kablam! Oct 22 02:09:24.857 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.857 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.857 INFO kablam! | Oct 22 02:09:24.857 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.857 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.857 INFO kablam! ... Oct 22 02:09:24.857 INFO kablam! 3105 | rt_alloc_layout_checked!(rt_pow2_131072bytes_16align_alloc_layout_checked, 131072, 16); Oct 22 02:09:24.857 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.857 INFO kablam! | Oct 22 02:09:24.857 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.857 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.857 INFO kablam! | Oct 22 02:09:24.857 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.858 INFO kablam! | Oct 22 02:09:24.858 INFO kablam! Oct 22 02:09:24.858 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.858 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.858 INFO kablam! | Oct 22 02:09:24.858 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.858 INFO kablam! | ^^^^^ Oct 22 02:09:24.858 INFO kablam! ... Oct 22 02:09:24.858 INFO kablam! 3118 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_16align_alloc_layout_checked, 4194304, 16); Oct 22 02:09:24.858 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.858 INFO kablam! | Oct 22 02:09:24.858 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.858 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.858 INFO kablam! | Oct 22 02:09:24.858 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.858 INFO kablam! | Oct 22 02:09:24.858 INFO kablam! Oct 22 02:09:24.858 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.858 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.858 INFO kablam! | Oct 22 02:09:24.859 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.859 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.859 INFO kablam! ... Oct 22 02:09:24.859 INFO kablam! 3118 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_16align_alloc_layout_checked, 4194304, 16); Oct 22 02:09:24.859 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.859 INFO kablam! | Oct 22 02:09:24.859 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.859 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.859 INFO kablam! | Oct 22 02:09:24.859 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.859 INFO kablam! | Oct 22 02:09:24.859 INFO kablam! Oct 22 02:09:24.859 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.859 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.859 INFO kablam! | Oct 22 02:09:24.859 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.859 INFO kablam! | ^^^^^ Oct 22 02:09:24.859 INFO kablam! ... Oct 22 02:09:24.859 INFO kablam! 3132 | rt_alloc_layout_checked!(rt_even_10bytes_16align_alloc_layout_checked, 10, 16); Oct 22 02:09:24.859 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.859 INFO kablam! | Oct 22 02:09:24.859 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.859 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.860 INFO kablam! | Oct 22 02:09:24.860 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.860 INFO kablam! | Oct 22 02:09:24.860 INFO kablam! Oct 22 02:09:24.860 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.860 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.860 INFO kablam! | Oct 22 02:09:24.860 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.860 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.860 INFO kablam! ... Oct 22 02:09:24.860 INFO kablam! 3132 | rt_alloc_layout_checked!(rt_even_10bytes_16align_alloc_layout_checked, 10, 16); Oct 22 02:09:24.860 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.860 INFO kablam! | Oct 22 02:09:24.860 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.860 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.860 INFO kablam! | Oct 22 02:09:24.860 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.860 INFO kablam! | Oct 22 02:09:24.861 INFO kablam! Oct 22 02:09:24.861 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.861 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.861 INFO kablam! | Oct 22 02:09:24.861 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.861 INFO kablam! | ^^^^^ Oct 22 02:09:24.861 INFO kablam! ... Oct 22 02:09:24.861 INFO kablam! 3145 | rt_alloc_layout_checked!(rt_even_100bytes_16align_alloc_layout_checked, 100, 16); Oct 22 02:09:24.861 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.861 INFO kablam! | Oct 22 02:09:24.861 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.861 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.861 INFO kablam! | Oct 22 02:09:24.861 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.861 INFO kablam! | Oct 22 02:09:24.861 INFO kablam! Oct 22 02:09:24.862 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.862 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.862 INFO kablam! | Oct 22 02:09:24.862 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.862 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.862 INFO kablam! ... Oct 22 02:09:24.862 INFO kablam! 3145 | rt_alloc_layout_checked!(rt_even_100bytes_16align_alloc_layout_checked, 100, 16); Oct 22 02:09:24.862 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.862 INFO kablam! | Oct 22 02:09:24.862 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.862 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.862 INFO kablam! | Oct 22 02:09:24.862 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.862 INFO kablam! | Oct 22 02:09:24.862 INFO kablam! Oct 22 02:09:24.863 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.863 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.863 INFO kablam! | Oct 22 02:09:24.863 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.863 INFO kablam! | ^^^^^ Oct 22 02:09:24.863 INFO kablam! ... Oct 22 02:09:24.863 INFO kablam! 3158 | rt_alloc_layout_checked!(rt_even_1000bytes_16align_alloc_layout_checked, 1000, 16); Oct 22 02:09:24.863 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.863 INFO kablam! | Oct 22 02:09:24.863 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.863 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.863 INFO kablam! | Oct 22 02:09:24.863 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.863 INFO kablam! | Oct 22 02:09:24.863 INFO kablam! Oct 22 02:09:24.863 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.863 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.863 INFO kablam! | Oct 22 02:09:24.863 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.863 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.863 INFO kablam! ... Oct 22 02:09:24.863 INFO kablam! 3158 | rt_alloc_layout_checked!(rt_even_1000bytes_16align_alloc_layout_checked, 1000, 16); Oct 22 02:09:24.863 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.864 INFO kablam! | Oct 22 02:09:24.864 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.864 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.864 INFO kablam! | Oct 22 02:09:24.864 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.864 INFO kablam! | Oct 22 02:09:24.864 INFO kablam! Oct 22 02:09:24.864 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.864 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.864 INFO kablam! | Oct 22 02:09:24.864 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.864 INFO kablam! | ^^^^^ Oct 22 02:09:24.864 INFO kablam! ... Oct 22 02:09:24.864 INFO kablam! 3171 | rt_alloc_layout_checked!(rt_even_10000bytes_16align_alloc_layout_checked, 10000, 16); Oct 22 02:09:24.864 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.864 INFO kablam! | Oct 22 02:09:24.864 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.864 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.864 INFO kablam! | Oct 22 02:09:24.864 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.864 INFO kablam! | Oct 22 02:09:24.864 INFO kablam! Oct 22 02:09:24.864 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.864 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.864 INFO kablam! | Oct 22 02:09:24.864 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.864 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.864 INFO kablam! ... Oct 22 02:09:24.864 INFO kablam! 3171 | rt_alloc_layout_checked!(rt_even_10000bytes_16align_alloc_layout_checked, 10000, 16); Oct 22 02:09:24.864 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.864 INFO kablam! | Oct 22 02:09:24.864 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.864 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.864 INFO kablam! | Oct 22 02:09:24.864 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.864 INFO kablam! | Oct 22 02:09:24.864 INFO kablam! Oct 22 02:09:24.864 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.865 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.865 INFO kablam! | Oct 22 02:09:24.865 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.865 INFO kablam! | ^^^^^ Oct 22 02:09:24.865 INFO kablam! ... Oct 22 02:09:24.865 INFO kablam! 3184 | rt_alloc_layout_checked!(rt_even_100000bytes_16align_alloc_layout_checked, 100000, 16); Oct 22 02:09:24.865 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.865 INFO kablam! | Oct 22 02:09:24.865 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.865 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.865 INFO kablam! | Oct 22 02:09:24.865 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.865 INFO kablam! | Oct 22 02:09:24.865 INFO kablam! Oct 22 02:09:24.865 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.865 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.865 INFO kablam! | Oct 22 02:09:24.865 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.865 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.865 INFO kablam! ... Oct 22 02:09:24.865 INFO kablam! 3184 | rt_alloc_layout_checked!(rt_even_100000bytes_16align_alloc_layout_checked, 100000, 16); Oct 22 02:09:24.865 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.865 INFO kablam! | Oct 22 02:09:24.865 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.865 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.865 INFO kablam! | Oct 22 02:09:24.865 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.865 INFO kablam! | Oct 22 02:09:24.865 INFO kablam! Oct 22 02:09:24.876 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.876 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.876 INFO kablam! | Oct 22 02:09:24.876 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.876 INFO kablam! | ^^^^^ Oct 22 02:09:24.876 INFO kablam! ... Oct 22 02:09:24.876 INFO kablam! 3197 | rt_alloc_layout_checked!(rt_even_1000000bytes_16align_alloc_layout_checked, 1000000, 16); Oct 22 02:09:24.876 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.876 INFO kablam! | Oct 22 02:09:24.876 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.876 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.876 INFO kablam! | Oct 22 02:09:24.876 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.876 INFO kablam! | Oct 22 02:09:24.876 INFO kablam! Oct 22 02:09:24.876 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.876 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.876 INFO kablam! | Oct 22 02:09:24.876 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.876 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.876 INFO kablam! ... Oct 22 02:09:24.876 INFO kablam! 3197 | rt_alloc_layout_checked!(rt_even_1000000bytes_16align_alloc_layout_checked, 1000000, 16); Oct 22 02:09:24.876 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.876 INFO kablam! | Oct 22 02:09:24.876 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.876 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.876 INFO kablam! | Oct 22 02:09:24.876 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.876 INFO kablam! | Oct 22 02:09:24.876 INFO kablam! Oct 22 02:09:24.876 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.876 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.876 INFO kablam! | Oct 22 02:09:24.876 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.876 INFO kablam! | ^^^^^ Oct 22 02:09:24.876 INFO kablam! ... Oct 22 02:09:24.876 INFO kablam! 3211 | rt_alloc_layout_checked!(rt_odd_10bytes_16align_alloc_layout_checked, 10- 1, 16); Oct 22 02:09:24.877 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.877 INFO kablam! | Oct 22 02:09:24.877 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.877 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.877 INFO kablam! | Oct 22 02:09:24.877 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.877 INFO kablam! | Oct 22 02:09:24.877 INFO kablam! Oct 22 02:09:24.877 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.877 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.877 INFO kablam! | Oct 22 02:09:24.877 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.877 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.877 INFO kablam! ... Oct 22 02:09:24.877 INFO kablam! 3211 | rt_alloc_layout_checked!(rt_odd_10bytes_16align_alloc_layout_checked, 10- 1, 16); Oct 22 02:09:24.877 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.877 INFO kablam! | Oct 22 02:09:24.877 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.877 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.877 INFO kablam! | Oct 22 02:09:24.877 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.877 INFO kablam! | Oct 22 02:09:24.877 INFO kablam! Oct 22 02:09:24.877 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.877 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.877 INFO kablam! | Oct 22 02:09:24.877 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.877 INFO kablam! | ^^^^^ Oct 22 02:09:24.877 INFO kablam! ... Oct 22 02:09:24.877 INFO kablam! 3224 | rt_alloc_layout_checked!(rt_odd_100bytes_16align_alloc_layout_checked, 100- 1, 16); Oct 22 02:09:24.877 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.877 INFO kablam! | Oct 22 02:09:24.877 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.877 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.877 INFO kablam! | Oct 22 02:09:24.877 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.877 INFO kablam! | Oct 22 02:09:24.877 INFO kablam! Oct 22 02:09:24.877 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.877 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.877 INFO kablam! | Oct 22 02:09:24.877 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.877 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.877 INFO kablam! ... Oct 22 02:09:24.877 INFO kablam! 3224 | rt_alloc_layout_checked!(rt_odd_100bytes_16align_alloc_layout_checked, 100- 1, 16); Oct 22 02:09:24.877 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.877 INFO kablam! | Oct 22 02:09:24.877 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.877 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.877 INFO kablam! | Oct 22 02:09:24.877 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.877 INFO kablam! | Oct 22 02:09:24.877 INFO kablam! Oct 22 02:09:24.877 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.877 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.877 INFO kablam! | Oct 22 02:09:24.877 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.877 INFO kablam! | ^^^^^ Oct 22 02:09:24.877 INFO kablam! ... Oct 22 02:09:24.877 INFO kablam! 3237 | rt_alloc_layout_checked!(rt_odd_1000bytes_16align_alloc_layout_checked, 1000- 1, 16); Oct 22 02:09:24.877 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.877 INFO kablam! | Oct 22 02:09:24.877 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.877 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.877 INFO kablam! | Oct 22 02:09:24.877 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.879 INFO kablam! | Oct 22 02:09:24.879 INFO kablam! Oct 22 02:09:24.879 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.879 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.879 INFO kablam! | Oct 22 02:09:24.879 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.879 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.879 INFO kablam! ... Oct 22 02:09:24.880 INFO kablam! 3237 | rt_alloc_layout_checked!(rt_odd_1000bytes_16align_alloc_layout_checked, 1000- 1, 16); Oct 22 02:09:24.880 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.880 INFO kablam! | Oct 22 02:09:24.880 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.880 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.880 INFO kablam! | Oct 22 02:09:24.880 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.880 INFO kablam! | Oct 22 02:09:24.880 INFO kablam! Oct 22 02:09:24.880 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.880 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.880 INFO kablam! | Oct 22 02:09:24.880 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.880 INFO kablam! | ^^^^^ Oct 22 02:09:24.880 INFO kablam! ... Oct 22 02:09:24.880 INFO kablam! 3250 | rt_alloc_layout_checked!(rt_odd_10000bytes_16align_alloc_layout_checked, 10000- 1, 16); Oct 22 02:09:24.880 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.880 INFO kablam! | Oct 22 02:09:24.881 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.881 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.881 INFO kablam! | Oct 22 02:09:24.881 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.881 INFO kablam! | Oct 22 02:09:24.881 INFO kablam! Oct 22 02:09:24.881 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.881 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.881 INFO kablam! | Oct 22 02:09:24.881 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.881 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.881 INFO kablam! ... Oct 22 02:09:24.881 INFO kablam! 3250 | rt_alloc_layout_checked!(rt_odd_10000bytes_16align_alloc_layout_checked, 10000- 1, 16); Oct 22 02:09:24.881 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.881 INFO kablam! | Oct 22 02:09:24.881 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.881 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.881 INFO kablam! | Oct 22 02:09:24.881 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.881 INFO kablam! | Oct 22 02:09:24.881 INFO kablam! Oct 22 02:09:24.881 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.882 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.882 INFO kablam! | Oct 22 02:09:24.882 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.882 INFO kablam! | ^^^^^ Oct 22 02:09:24.882 INFO kablam! ... Oct 22 02:09:24.882 INFO kablam! 3263 | rt_alloc_layout_checked!(rt_odd_100000bytes_16align_alloc_layout_checked, 100000- 1, 16); Oct 22 02:09:24.882 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.882 INFO kablam! | Oct 22 02:09:24.882 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.882 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.882 INFO kablam! | Oct 22 02:09:24.882 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.882 INFO kablam! | Oct 22 02:09:24.882 INFO kablam! Oct 22 02:09:24.882 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.882 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.882 INFO kablam! | Oct 22 02:09:24.882 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.882 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.882 INFO kablam! ... Oct 22 02:09:24.882 INFO kablam! 3263 | rt_alloc_layout_checked!(rt_odd_100000bytes_16align_alloc_layout_checked, 100000- 1, 16); Oct 22 02:09:24.883 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.883 INFO kablam! | Oct 22 02:09:24.883 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.883 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.883 INFO kablam! | Oct 22 02:09:24.883 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.883 INFO kablam! | Oct 22 02:09:24.883 INFO kablam! Oct 22 02:09:24.883 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.883 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.883 INFO kablam! | Oct 22 02:09:24.883 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.883 INFO kablam! | ^^^^^ Oct 22 02:09:24.883 INFO kablam! ... Oct 22 02:09:24.883 INFO kablam! 3276 | rt_alloc_layout_checked!(rt_odd_1000000bytes_16align_alloc_layout_checked, 1000000- 1, 16); Oct 22 02:09:24.883 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.883 INFO kablam! | Oct 22 02:09:24.883 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.883 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.883 INFO kablam! | Oct 22 02:09:24.883 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.883 INFO kablam! | Oct 22 02:09:24.883 INFO kablam! Oct 22 02:09:24.884 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.884 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.884 INFO kablam! | Oct 22 02:09:24.884 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.884 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.884 INFO kablam! ... Oct 22 02:09:24.884 INFO kablam! 3276 | rt_alloc_layout_checked!(rt_odd_1000000bytes_16align_alloc_layout_checked, 1000000- 1, 16); Oct 22 02:09:24.884 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.884 INFO kablam! | Oct 22 02:09:24.884 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.884 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.884 INFO kablam! | Oct 22 02:09:24.884 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.884 INFO kablam! | Oct 22 02:09:24.884 INFO kablam! Oct 22 02:09:24.884 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.884 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.884 INFO kablam! | Oct 22 02:09:24.884 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.885 INFO kablam! | ^^^^^ Oct 22 02:09:24.885 INFO kablam! ... Oct 22 02:09:24.885 INFO kablam! 3290 | rt_alloc_layout_checked!(rt_primes_3bytes_16align_alloc_layout_checked, 3, 16); Oct 22 02:09:24.885 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.885 INFO kablam! | Oct 22 02:09:24.885 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.885 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.885 INFO kablam! | Oct 22 02:09:24.885 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.885 INFO kablam! | Oct 22 02:09:24.885 INFO kablam! Oct 22 02:09:24.885 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.885 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.885 INFO kablam! | Oct 22 02:09:24.885 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.885 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.885 INFO kablam! ... Oct 22 02:09:24.885 INFO kablam! 3290 | rt_alloc_layout_checked!(rt_primes_3bytes_16align_alloc_layout_checked, 3, 16); Oct 22 02:09:24.885 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.885 INFO kablam! | Oct 22 02:09:24.885 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.885 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.885 INFO kablam! | Oct 22 02:09:24.886 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.886 INFO kablam! | Oct 22 02:09:24.886 INFO kablam! Oct 22 02:09:24.886 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.886 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.886 INFO kablam! | Oct 22 02:09:24.886 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.886 INFO kablam! | ^^^^^ Oct 22 02:09:24.886 INFO kablam! ... Oct 22 02:09:24.886 INFO kablam! 3303 | rt_alloc_layout_checked!(rt_primes_7bytes_16align_alloc_layout_checked, 7, 16); Oct 22 02:09:24.886 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.886 INFO kablam! | Oct 22 02:09:24.886 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.886 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.886 INFO kablam! | Oct 22 02:09:24.886 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.886 INFO kablam! | Oct 22 02:09:24.886 INFO kablam! Oct 22 02:09:24.886 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.886 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.886 INFO kablam! | Oct 22 02:09:24.886 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.887 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.887 INFO kablam! ... Oct 22 02:09:24.887 INFO kablam! 3303 | rt_alloc_layout_checked!(rt_primes_7bytes_16align_alloc_layout_checked, 7, 16); Oct 22 02:09:24.887 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.887 INFO kablam! | Oct 22 02:09:24.887 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.887 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.887 INFO kablam! | Oct 22 02:09:24.887 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.887 INFO kablam! | Oct 22 02:09:24.887 INFO kablam! Oct 22 02:09:24.891 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.891 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.891 INFO kablam! | Oct 22 02:09:24.891 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.891 INFO kablam! | ^^^^^ Oct 22 02:09:24.891 INFO kablam! ... Oct 22 02:09:24.891 INFO kablam! 3316 | rt_alloc_layout_checked!(rt_primes_13bytes_16align_alloc_layout_checked, 13, 16); Oct 22 02:09:24.891 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.891 INFO kablam! | Oct 22 02:09:24.891 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.891 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.891 INFO kablam! | Oct 22 02:09:24.891 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.891 INFO kablam! | Oct 22 02:09:24.891 INFO kablam! Oct 22 02:09:24.891 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.891 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.891 INFO kablam! | Oct 22 02:09:24.891 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.891 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.891 INFO kablam! ... Oct 22 02:09:24.891 INFO kablam! 3316 | rt_alloc_layout_checked!(rt_primes_13bytes_16align_alloc_layout_checked, 13, 16); Oct 22 02:09:24.891 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.891 INFO kablam! | Oct 22 02:09:24.891 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.891 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.891 INFO kablam! | Oct 22 02:09:24.891 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.891 INFO kablam! | Oct 22 02:09:24.891 INFO kablam! Oct 22 02:09:24.891 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.891 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.891 INFO kablam! | Oct 22 02:09:24.891 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.891 INFO kablam! | ^^^^^ Oct 22 02:09:24.891 INFO kablam! ... Oct 22 02:09:24.891 INFO kablam! 3329 | rt_alloc_layout_checked!(rt_primes_17bytes_16align_alloc_layout_checked, 17, 16); Oct 22 02:09:24.891 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.891 INFO kablam! | Oct 22 02:09:24.891 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.891 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.891 INFO kablam! | Oct 22 02:09:24.891 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.891 INFO kablam! | Oct 22 02:09:24.892 INFO kablam! Oct 22 02:09:24.897 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.897 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.897 INFO kablam! | Oct 22 02:09:24.897 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.897 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.897 INFO kablam! ... Oct 22 02:09:24.897 INFO kablam! 3329 | rt_alloc_layout_checked!(rt_primes_17bytes_16align_alloc_layout_checked, 17, 16); Oct 22 02:09:24.897 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.897 INFO kablam! | Oct 22 02:09:24.897 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.897 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.897 INFO kablam! | Oct 22 02:09:24.897 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.897 INFO kablam! | Oct 22 02:09:24.897 INFO kablam! Oct 22 02:09:24.897 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.897 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.897 INFO kablam! | Oct 22 02:09:24.898 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.898 INFO kablam! | ^^^^^ Oct 22 02:09:24.898 INFO kablam! ... Oct 22 02:09:24.898 INFO kablam! 3342 | rt_alloc_layout_checked!(rt_primes_31bytes_16align_alloc_layout_checked, 31, 16); Oct 22 02:09:24.898 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.898 INFO kablam! | Oct 22 02:09:24.898 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.898 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.898 INFO kablam! | Oct 22 02:09:24.898 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.898 INFO kablam! | Oct 22 02:09:24.898 INFO kablam! Oct 22 02:09:24.898 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.898 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.898 INFO kablam! | Oct 22 02:09:24.898 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.898 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.898 INFO kablam! ... Oct 22 02:09:24.898 INFO kablam! 3342 | rt_alloc_layout_checked!(rt_primes_31bytes_16align_alloc_layout_checked, 31, 16); Oct 22 02:09:24.898 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.898 INFO kablam! | Oct 22 02:09:24.898 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.898 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.898 INFO kablam! | Oct 22 02:09:24.898 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.898 INFO kablam! | Oct 22 02:09:24.898 INFO kablam! Oct 22 02:09:24.898 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.898 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.898 INFO kablam! | Oct 22 02:09:24.898 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.898 INFO kablam! | ^^^^^ Oct 22 02:09:24.898 INFO kablam! ... Oct 22 02:09:24.898 INFO kablam! 3355 | rt_alloc_layout_checked!(rt_primes_61bytes_16align_alloc_layout_checked, 61, 16); Oct 22 02:09:24.898 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.898 INFO kablam! | Oct 22 02:09:24.898 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.898 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.898 INFO kablam! | Oct 22 02:09:24.898 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.898 INFO kablam! | Oct 22 02:09:24.898 INFO kablam! Oct 22 02:09:24.898 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.898 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.898 INFO kablam! | Oct 22 02:09:24.898 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.898 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.898 INFO kablam! ... Oct 22 02:09:24.898 INFO kablam! 3355 | rt_alloc_layout_checked!(rt_primes_61bytes_16align_alloc_layout_checked, 61, 16); Oct 22 02:09:24.898 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.898 INFO kablam! | Oct 22 02:09:24.898 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.898 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.898 INFO kablam! | Oct 22 02:09:24.898 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.898 INFO kablam! | Oct 22 02:09:24.898 INFO kablam! Oct 22 02:09:24.905 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.905 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.905 INFO kablam! | Oct 22 02:09:24.905 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.905 INFO kablam! | ^^^^^ Oct 22 02:09:24.905 INFO kablam! ... Oct 22 02:09:24.905 INFO kablam! 3368 | rt_alloc_layout_checked!(rt_primes_96bytes_16align_alloc_layout_checked, 96, 16); Oct 22 02:09:24.905 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.905 INFO kablam! | Oct 22 02:09:24.905 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.905 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.905 INFO kablam! | Oct 22 02:09:24.905 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.905 INFO kablam! | Oct 22 02:09:24.905 INFO kablam! Oct 22 02:09:24.905 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.905 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.905 INFO kablam! | Oct 22 02:09:24.905 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.905 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.905 INFO kablam! ... Oct 22 02:09:24.905 INFO kablam! 3368 | rt_alloc_layout_checked!(rt_primes_96bytes_16align_alloc_layout_checked, 96, 16); Oct 22 02:09:24.905 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.905 INFO kablam! | Oct 22 02:09:24.905 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.905 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.905 INFO kablam! | Oct 22 02:09:24.905 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.905 INFO kablam! | Oct 22 02:09:24.905 INFO kablam! Oct 22 02:09:24.905 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.905 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.905 INFO kablam! | Oct 22 02:09:24.905 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.905 INFO kablam! | ^^^^^ Oct 22 02:09:24.905 INFO kablam! ... Oct 22 02:09:24.905 INFO kablam! 3381 | rt_alloc_layout_checked!(rt_primes_127bytes_16align_alloc_layout_checked, 127, 16); Oct 22 02:09:24.905 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.905 INFO kablam! | Oct 22 02:09:24.905 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.905 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.905 INFO kablam! | Oct 22 02:09:24.905 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.905 INFO kablam! | Oct 22 02:09:24.905 INFO kablam! Oct 22 02:09:24.905 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.905 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.905 INFO kablam! | Oct 22 02:09:24.905 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.905 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.905 INFO kablam! ... Oct 22 02:09:24.905 INFO kablam! 3381 | rt_alloc_layout_checked!(rt_primes_127bytes_16align_alloc_layout_checked, 127, 16); Oct 22 02:09:24.905 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.905 INFO kablam! | Oct 22 02:09:24.905 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.905 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.905 INFO kablam! | Oct 22 02:09:24.905 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.905 INFO kablam! | Oct 22 02:09:24.905 INFO kablam! Oct 22 02:09:24.905 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.905 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.905 INFO kablam! | Oct 22 02:09:24.905 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.905 INFO kablam! | ^^^^^ Oct 22 02:09:24.905 INFO kablam! ... Oct 22 02:09:24.905 INFO kablam! 3394 | rt_alloc_layout_checked!(rt_primes_257bytes_16align_alloc_layout_checked, 257, 16); Oct 22 02:09:24.905 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.905 INFO kablam! | Oct 22 02:09:24.905 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.905 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.905 INFO kablam! | Oct 22 02:09:24.905 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.905 INFO kablam! | Oct 22 02:09:24.905 INFO kablam! Oct 22 02:09:24.905 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.905 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.905 INFO kablam! | Oct 22 02:09:24.905 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.905 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.905 INFO kablam! ... Oct 22 02:09:24.905 INFO kablam! 3394 | rt_alloc_layout_checked!(rt_primes_257bytes_16align_alloc_layout_checked, 257, 16); Oct 22 02:09:24.905 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.906 INFO kablam! | Oct 22 02:09:24.906 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.906 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.906 INFO kablam! | Oct 22 02:09:24.906 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.906 INFO kablam! | Oct 22 02:09:24.906 INFO kablam! Oct 22 02:09:24.906 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.906 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.906 INFO kablam! | Oct 22 02:09:24.906 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.906 INFO kablam! | ^^^^^ Oct 22 02:09:24.906 INFO kablam! ... Oct 22 02:09:24.906 INFO kablam! 3407 | rt_alloc_layout_checked!(rt_primes_509bytes_16align_alloc_layout_checked, 509, 16); Oct 22 02:09:24.906 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.906 INFO kablam! | Oct 22 02:09:24.906 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.906 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.906 INFO kablam! | Oct 22 02:09:24.906 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.906 INFO kablam! | Oct 22 02:09:24.906 INFO kablam! Oct 22 02:09:24.906 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.906 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.906 INFO kablam! | Oct 22 02:09:24.906 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.906 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.906 INFO kablam! ... Oct 22 02:09:24.906 INFO kablam! 3407 | rt_alloc_layout_checked!(rt_primes_509bytes_16align_alloc_layout_checked, 509, 16); Oct 22 02:09:24.906 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.906 INFO kablam! | Oct 22 02:09:24.906 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.906 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.906 INFO kablam! | Oct 22 02:09:24.906 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.906 INFO kablam! | Oct 22 02:09:24.906 INFO kablam! Oct 22 02:09:24.908 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.908 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.908 INFO kablam! | Oct 22 02:09:24.908 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.908 INFO kablam! | ^^^^^ Oct 22 02:09:24.908 INFO kablam! ... Oct 22 02:09:24.908 INFO kablam! 3420 | rt_alloc_layout_checked!(rt_primes_1021bytes_16align_alloc_layout_checked, 1021, 16); Oct 22 02:09:24.908 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.908 INFO kablam! | Oct 22 02:09:24.908 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.908 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.908 INFO kablam! | Oct 22 02:09:24.908 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.908 INFO kablam! | Oct 22 02:09:24.908 INFO kablam! Oct 22 02:09:24.908 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.908 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.909 INFO kablam! | Oct 22 02:09:24.909 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.909 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.909 INFO kablam! ... Oct 22 02:09:24.909 INFO kablam! 3420 | rt_alloc_layout_checked!(rt_primes_1021bytes_16align_alloc_layout_checked, 1021, 16); Oct 22 02:09:24.909 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.909 INFO kablam! | Oct 22 02:09:24.909 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.909 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.909 INFO kablam! | Oct 22 02:09:24.909 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.909 INFO kablam! | Oct 22 02:09:24.909 INFO kablam! Oct 22 02:09:24.909 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.909 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.909 INFO kablam! | Oct 22 02:09:24.909 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.909 INFO kablam! | ^^^^^ Oct 22 02:09:24.909 INFO kablam! ... Oct 22 02:09:24.909 INFO kablam! 3433 | rt_alloc_layout_checked!(rt_primes_2039bytes_16align_alloc_layout_checked, 2039, 16); Oct 22 02:09:24.909 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.909 INFO kablam! | Oct 22 02:09:24.909 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.909 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.909 INFO kablam! | Oct 22 02:09:24.909 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.909 INFO kablam! | Oct 22 02:09:24.909 INFO kablam! Oct 22 02:09:24.909 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.909 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.909 INFO kablam! | Oct 22 02:09:24.909 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.909 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.909 INFO kablam! ... Oct 22 02:09:24.909 INFO kablam! 3433 | rt_alloc_layout_checked!(rt_primes_2039bytes_16align_alloc_layout_checked, 2039, 16); Oct 22 02:09:24.909 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.909 INFO kablam! | Oct 22 02:09:24.909 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.909 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.909 INFO kablam! | Oct 22 02:09:24.909 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.909 INFO kablam! | Oct 22 02:09:24.909 INFO kablam! Oct 22 02:09:24.910 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.910 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.910 INFO kablam! | Oct 22 02:09:24.910 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.910 INFO kablam! | ^^^^^ Oct 22 02:09:24.910 INFO kablam! ... Oct 22 02:09:24.910 INFO kablam! 3446 | rt_alloc_layout_checked!(rt_primes_4093bytes_16align_alloc_layout_checked, 4093, 16); Oct 22 02:09:24.911 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.911 INFO kablam! | Oct 22 02:09:24.911 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.911 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.911 INFO kablam! | Oct 22 02:09:24.911 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.911 INFO kablam! | Oct 22 02:09:24.911 INFO kablam! Oct 22 02:09:24.918 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.918 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.918 INFO kablam! | Oct 22 02:09:24.918 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.918 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.918 INFO kablam! ... Oct 22 02:09:24.919 INFO kablam! 3446 | rt_alloc_layout_checked!(rt_primes_4093bytes_16align_alloc_layout_checked, 4093, 16); Oct 22 02:09:24.919 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.919 INFO kablam! | Oct 22 02:09:24.919 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.919 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.919 INFO kablam! | Oct 22 02:09:24.919 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.919 INFO kablam! | Oct 22 02:09:24.919 INFO kablam! Oct 22 02:09:24.919 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.919 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.919 INFO kablam! | Oct 22 02:09:24.919 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.919 INFO kablam! | ^^^^^ Oct 22 02:09:24.919 INFO kablam! ... Oct 22 02:09:24.919 INFO kablam! 3459 | rt_alloc_layout_checked!(rt_primes_8191bytes_16align_alloc_layout_checked, 8191, 16); Oct 22 02:09:24.919 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.919 INFO kablam! | Oct 22 02:09:24.919 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.919 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.919 INFO kablam! | Oct 22 02:09:24.920 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.920 INFO kablam! | Oct 22 02:09:24.920 INFO kablam! Oct 22 02:09:24.920 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.920 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.920 INFO kablam! | Oct 22 02:09:24.920 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.920 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.920 INFO kablam! ... Oct 22 02:09:24.920 INFO kablam! 3459 | rt_alloc_layout_checked!(rt_primes_8191bytes_16align_alloc_layout_checked, 8191, 16); Oct 22 02:09:24.920 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.920 INFO kablam! | Oct 22 02:09:24.920 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.920 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.920 INFO kablam! | Oct 22 02:09:24.920 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.920 INFO kablam! | Oct 22 02:09:24.920 INFO kablam! Oct 22 02:09:24.920 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.920 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.920 INFO kablam! | Oct 22 02:09:24.920 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.921 INFO kablam! | ^^^^^ Oct 22 02:09:24.921 INFO kablam! ... Oct 22 02:09:24.921 INFO kablam! 3472 | rt_alloc_layout_checked!(rt_primes_16381bytes_16align_alloc_layout_checked, 16381, 16); Oct 22 02:09:24.921 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.921 INFO kablam! | Oct 22 02:09:24.921 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.921 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.921 INFO kablam! | Oct 22 02:09:24.921 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.921 INFO kablam! | Oct 22 02:09:24.921 INFO kablam! Oct 22 02:09:24.921 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.921 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.921 INFO kablam! | Oct 22 02:09:24.921 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.921 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.921 INFO kablam! ... Oct 22 02:09:24.921 INFO kablam! 3472 | rt_alloc_layout_checked!(rt_primes_16381bytes_16align_alloc_layout_checked, 16381, 16); Oct 22 02:09:24.921 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.921 INFO kablam! | Oct 22 02:09:24.921 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.921 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.922 INFO kablam! | Oct 22 02:09:24.922 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.922 INFO kablam! | Oct 22 02:09:24.922 INFO kablam! Oct 22 02:09:24.922 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.922 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.922 INFO kablam! | Oct 22 02:09:24.922 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.922 INFO kablam! | ^^^^^ Oct 22 02:09:24.922 INFO kablam! ... Oct 22 02:09:24.922 INFO kablam! 3485 | rt_alloc_layout_checked!(rt_primes_32749bytes_16align_alloc_layout_checked, 32749, 16); Oct 22 02:09:24.922 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.922 INFO kablam! | Oct 22 02:09:24.922 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.922 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.922 INFO kablam! | Oct 22 02:09:24.922 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.922 INFO kablam! | Oct 22 02:09:24.922 INFO kablam! Oct 22 02:09:24.922 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.922 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.922 INFO kablam! | Oct 22 02:09:24.923 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.923 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.923 INFO kablam! ... Oct 22 02:09:24.923 INFO kablam! 3485 | rt_alloc_layout_checked!(rt_primes_32749bytes_16align_alloc_layout_checked, 32749, 16); Oct 22 02:09:24.923 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.923 INFO kablam! | Oct 22 02:09:24.923 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.923 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.923 INFO kablam! | Oct 22 02:09:24.923 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.923 INFO kablam! | Oct 22 02:09:24.923 INFO kablam! Oct 22 02:09:24.923 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.923 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.923 INFO kablam! | Oct 22 02:09:24.923 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.923 INFO kablam! | ^^^^^ Oct 22 02:09:24.923 INFO kablam! ... Oct 22 02:09:24.923 INFO kablam! 3498 | rt_alloc_layout_checked!(rt_primes_65537bytes_16align_alloc_layout_checked, 65537, 16); Oct 22 02:09:24.923 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.923 INFO kablam! | Oct 22 02:09:24.923 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.923 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.924 INFO kablam! | Oct 22 02:09:24.924 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.924 INFO kablam! | Oct 22 02:09:24.924 INFO kablam! Oct 22 02:09:24.928 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.928 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.928 INFO kablam! | Oct 22 02:09:24.928 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.928 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.928 INFO kablam! ... Oct 22 02:09:24.928 INFO kablam! 3498 | rt_alloc_layout_checked!(rt_primes_65537bytes_16align_alloc_layout_checked, 65537, 16); Oct 22 02:09:24.928 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.928 INFO kablam! | Oct 22 02:09:24.928 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.928 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.928 INFO kablam! | Oct 22 02:09:24.928 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.928 INFO kablam! | Oct 22 02:09:24.928 INFO kablam! Oct 22 02:09:24.928 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.928 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.928 INFO kablam! | Oct 22 02:09:24.928 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.928 INFO kablam! | ^^^^^ Oct 22 02:09:24.928 INFO kablam! ... Oct 22 02:09:24.928 INFO kablam! 3511 | rt_alloc_layout_checked!(rt_primes_131071bytes_16align_alloc_layout_checked, 131071, 16); Oct 22 02:09:24.928 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.928 INFO kablam! | Oct 22 02:09:24.928 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.928 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.928 INFO kablam! | Oct 22 02:09:24.928 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.928 INFO kablam! | Oct 22 02:09:24.928 INFO kablam! Oct 22 02:09:24.928 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.928 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.928 INFO kablam! | Oct 22 02:09:24.928 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.928 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.928 INFO kablam! ... Oct 22 02:09:24.928 INFO kablam! 3511 | rt_alloc_layout_checked!(rt_primes_131071bytes_16align_alloc_layout_checked, 131071, 16); Oct 22 02:09:24.929 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.929 INFO kablam! | Oct 22 02:09:24.929 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.929 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.929 INFO kablam! | Oct 22 02:09:24.929 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.929 INFO kablam! | Oct 22 02:09:24.929 INFO kablam! Oct 22 02:09:24.929 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.929 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.929 INFO kablam! | Oct 22 02:09:24.929 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.929 INFO kablam! | ^^^^^ Oct 22 02:09:24.929 INFO kablam! ... Oct 22 02:09:24.929 INFO kablam! 3524 | rt_alloc_layout_checked!(rt_primes_4194301bytes_16align_alloc_layout_checked, 4194301, 16); Oct 22 02:09:24.929 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.929 INFO kablam! | Oct 22 02:09:24.929 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.929 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.929 INFO kablam! | Oct 22 02:09:24.929 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.929 INFO kablam! | Oct 22 02:09:24.929 INFO kablam! Oct 22 02:09:24.929 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.929 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.929 INFO kablam! | Oct 22 02:09:24.929 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.929 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.929 INFO kablam! ... Oct 22 02:09:24.929 INFO kablam! 3524 | rt_alloc_layout_checked!(rt_primes_4194301bytes_16align_alloc_layout_checked, 4194301, 16); Oct 22 02:09:24.929 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.929 INFO kablam! | Oct 22 02:09:24.929 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.929 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.929 INFO kablam! | Oct 22 02:09:24.929 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.929 INFO kablam! | Oct 22 02:09:24.929 INFO kablam! Oct 22 02:09:24.929 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.929 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.929 INFO kablam! | Oct 22 02:09:24.929 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.929 INFO kablam! | ^^^^^ Oct 22 02:09:24.929 INFO kablam! ... Oct 22 02:09:24.929 INFO kablam! 3540 | rt_alloc_layout_checked!(rt_pow2_1bytes_32align_alloc_layout_checked, 1, 32); Oct 22 02:09:24.929 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.929 INFO kablam! | Oct 22 02:09:24.929 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.929 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.929 INFO kablam! | Oct 22 02:09:24.929 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.929 INFO kablam! | Oct 22 02:09:24.929 INFO kablam! Oct 22 02:09:24.929 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.929 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.929 INFO kablam! | Oct 22 02:09:24.929 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.929 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.929 INFO kablam! ... Oct 22 02:09:24.929 INFO kablam! 3540 | rt_alloc_layout_checked!(rt_pow2_1bytes_32align_alloc_layout_checked, 1, 32); Oct 22 02:09:24.929 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.929 INFO kablam! | Oct 22 02:09:24.929 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.929 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.929 INFO kablam! | Oct 22 02:09:24.929 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.929 INFO kablam! | Oct 22 02:09:24.929 INFO kablam! Oct 22 02:09:24.931 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.931 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.931 INFO kablam! | Oct 22 02:09:24.931 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.931 INFO kablam! | ^^^^^ Oct 22 02:09:24.931 INFO kablam! ... Oct 22 02:09:24.931 INFO kablam! 3553 | rt_alloc_layout_checked!(rt_pow2_2bytes_32align_alloc_layout_checked, 2, 32); Oct 22 02:09:24.931 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.931 INFO kablam! | Oct 22 02:09:24.931 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.931 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.931 INFO kablam! | Oct 22 02:09:24.931 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.931 INFO kablam! | Oct 22 02:09:24.931 INFO kablam! Oct 22 02:09:24.931 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.931 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.931 INFO kablam! | Oct 22 02:09:24.931 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.931 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.931 INFO kablam! ... Oct 22 02:09:24.931 INFO kablam! 3553 | rt_alloc_layout_checked!(rt_pow2_2bytes_32align_alloc_layout_checked, 2, 32); Oct 22 02:09:24.931 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.931 INFO kablam! | Oct 22 02:09:24.931 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.931 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.931 INFO kablam! | Oct 22 02:09:24.931 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.931 INFO kablam! | Oct 22 02:09:24.931 INFO kablam! Oct 22 02:09:24.931 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.931 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.932 INFO kablam! | Oct 22 02:09:24.932 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.932 INFO kablam! | ^^^^^ Oct 22 02:09:24.932 INFO kablam! ... Oct 22 02:09:24.932 INFO kablam! 3566 | rt_alloc_layout_checked!(rt_pow2_4bytes_32align_alloc_layout_checked, 4, 32); Oct 22 02:09:24.932 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.932 INFO kablam! | Oct 22 02:09:24.932 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.932 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.932 INFO kablam! | Oct 22 02:09:24.932 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.932 INFO kablam! | Oct 22 02:09:24.932 INFO kablam! Oct 22 02:09:24.932 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.932 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.932 INFO kablam! | Oct 22 02:09:24.932 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.932 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.932 INFO kablam! ... Oct 22 02:09:24.932 INFO kablam! 3566 | rt_alloc_layout_checked!(rt_pow2_4bytes_32align_alloc_layout_checked, 4, 32); Oct 22 02:09:24.932 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.932 INFO kablam! | Oct 22 02:09:24.932 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.932 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.932 INFO kablam! | Oct 22 02:09:24.932 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.932 INFO kablam! | Oct 22 02:09:24.932 INFO kablam! Oct 22 02:09:24.933 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.933 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.933 INFO kablam! | Oct 22 02:09:24.933 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.933 INFO kablam! | ^^^^^ Oct 22 02:09:24.933 INFO kablam! ... Oct 22 02:09:24.933 INFO kablam! 3579 | rt_alloc_layout_checked!(rt_pow2_8bytes_32align_alloc_layout_checked, 8, 32); Oct 22 02:09:24.934 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.934 INFO kablam! | Oct 22 02:09:24.934 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.934 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.934 INFO kablam! | Oct 22 02:09:24.934 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.934 INFO kablam! | Oct 22 02:09:24.934 INFO kablam! Oct 22 02:09:24.934 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.934 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.934 INFO kablam! | Oct 22 02:09:24.934 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.934 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.934 INFO kablam! ... Oct 22 02:09:24.934 INFO kablam! 3579 | rt_alloc_layout_checked!(rt_pow2_8bytes_32align_alloc_layout_checked, 8, 32); Oct 22 02:09:24.934 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.934 INFO kablam! | Oct 22 02:09:24.934 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.934 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.934 INFO kablam! | Oct 22 02:09:24.934 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.934 INFO kablam! | Oct 22 02:09:24.934 INFO kablam! Oct 22 02:09:24.934 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.934 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.934 INFO kablam! | Oct 22 02:09:24.934 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.934 INFO kablam! | ^^^^^ Oct 22 02:09:24.934 INFO kablam! ... Oct 22 02:09:24.934 INFO kablam! 3592 | rt_alloc_layout_checked!(rt_pow2_16bytes_32align_alloc_layout_checked, 16, 32); Oct 22 02:09:24.934 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.934 INFO kablam! | Oct 22 02:09:24.934 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.934 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.934 INFO kablam! | Oct 22 02:09:24.934 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.934 INFO kablam! | Oct 22 02:09:24.934 INFO kablam! Oct 22 02:09:24.934 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.934 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.934 INFO kablam! | Oct 22 02:09:24.934 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.934 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.934 INFO kablam! ... Oct 22 02:09:24.934 INFO kablam! 3592 | rt_alloc_layout_checked!(rt_pow2_16bytes_32align_alloc_layout_checked, 16, 32); Oct 22 02:09:24.934 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.934 INFO kablam! | Oct 22 02:09:24.934 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.934 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.934 INFO kablam! | Oct 22 02:09:24.934 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.934 INFO kablam! | Oct 22 02:09:24.934 INFO kablam! Oct 22 02:09:24.940 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.940 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.940 INFO kablam! | Oct 22 02:09:24.940 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.940 INFO kablam! | ^^^^^ Oct 22 02:09:24.940 INFO kablam! ... Oct 22 02:09:24.940 INFO kablam! 3605 | rt_alloc_layout_checked!(rt_pow2_32bytes_32align_alloc_layout_checked, 32, 32); Oct 22 02:09:24.940 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.940 INFO kablam! | Oct 22 02:09:24.940 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.940 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.940 INFO kablam! | Oct 22 02:09:24.940 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.940 INFO kablam! | Oct 22 02:09:24.940 INFO kablam! Oct 22 02:09:24.940 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.940 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.940 INFO kablam! | Oct 22 02:09:24.940 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.940 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.940 INFO kablam! ... Oct 22 02:09:24.940 INFO kablam! 3605 | rt_alloc_layout_checked!(rt_pow2_32bytes_32align_alloc_layout_checked, 32, 32); Oct 22 02:09:24.940 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.940 INFO kablam! | Oct 22 02:09:24.940 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.940 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.940 INFO kablam! | Oct 22 02:09:24.940 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.940 INFO kablam! | Oct 22 02:09:24.940 INFO kablam! Oct 22 02:09:24.940 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.940 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.940 INFO kablam! | Oct 22 02:09:24.940 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.940 INFO kablam! | ^^^^^ Oct 22 02:09:24.940 INFO kablam! ... Oct 22 02:09:24.940 INFO kablam! 3618 | rt_alloc_layout_checked!(rt_pow2_64bytes_32align_alloc_layout_checked, 64, 32); Oct 22 02:09:24.940 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.941 INFO kablam! | Oct 22 02:09:24.941 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.941 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.941 INFO kablam! | Oct 22 02:09:24.941 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.941 INFO kablam! | Oct 22 02:09:24.941 INFO kablam! Oct 22 02:09:24.941 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.941 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.941 INFO kablam! | Oct 22 02:09:24.941 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.941 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.941 INFO kablam! ... Oct 22 02:09:24.941 INFO kablam! 3618 | rt_alloc_layout_checked!(rt_pow2_64bytes_32align_alloc_layout_checked, 64, 32); Oct 22 02:09:24.941 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.941 INFO kablam! | Oct 22 02:09:24.941 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.941 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.941 INFO kablam! | Oct 22 02:09:24.941 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.941 INFO kablam! | Oct 22 02:09:24.941 INFO kablam! Oct 22 02:09:24.941 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.941 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.941 INFO kablam! | Oct 22 02:09:24.941 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.941 INFO kablam! | ^^^^^ Oct 22 02:09:24.941 INFO kablam! ... Oct 22 02:09:24.941 INFO kablam! 3631 | rt_alloc_layout_checked!(rt_pow2_128bytes_32align_alloc_layout_checked, 128, 32); Oct 22 02:09:24.941 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.941 INFO kablam! | Oct 22 02:09:24.941 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.941 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.941 INFO kablam! | Oct 22 02:09:24.941 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.941 INFO kablam! | Oct 22 02:09:24.941 INFO kablam! Oct 22 02:09:24.941 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.941 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.941 INFO kablam! | Oct 22 02:09:24.941 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.941 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.941 INFO kablam! ... Oct 22 02:09:24.941 INFO kablam! 3631 | rt_alloc_layout_checked!(rt_pow2_128bytes_32align_alloc_layout_checked, 128, 32); Oct 22 02:09:24.941 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.941 INFO kablam! | Oct 22 02:09:24.941 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.941 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.941 INFO kablam! | Oct 22 02:09:24.941 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.941 INFO kablam! | Oct 22 02:09:24.941 INFO kablam! Oct 22 02:09:24.941 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.941 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.941 INFO kablam! | Oct 22 02:09:24.941 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.941 INFO kablam! | ^^^^^ Oct 22 02:09:24.941 INFO kablam! ... Oct 22 02:09:24.941 INFO kablam! 3644 | rt_alloc_layout_checked!(rt_pow2_256bytes_32align_alloc_layout_checked, 256, 32); Oct 22 02:09:24.941 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.941 INFO kablam! | Oct 22 02:09:24.941 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.941 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.941 INFO kablam! | Oct 22 02:09:24.941 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.941 INFO kablam! | Oct 22 02:09:24.941 INFO kablam! Oct 22 02:09:24.941 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.941 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.941 INFO kablam! | Oct 22 02:09:24.941 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.941 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.941 INFO kablam! ... Oct 22 02:09:24.941 INFO kablam! 3644 | rt_alloc_layout_checked!(rt_pow2_256bytes_32align_alloc_layout_checked, 256, 32); Oct 22 02:09:24.941 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.941 INFO kablam! | Oct 22 02:09:24.941 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.941 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.941 INFO kablam! | Oct 22 02:09:24.941 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.941 INFO kablam! | Oct 22 02:09:24.941 INFO kablam! Oct 22 02:09:24.949 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.949 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.949 INFO kablam! | Oct 22 02:09:24.949 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.949 INFO kablam! | ^^^^^ Oct 22 02:09:24.949 INFO kablam! ... Oct 22 02:09:24.949 INFO kablam! 3657 | rt_alloc_layout_checked!(rt_pow2_512bytes_32align_alloc_layout_checked, 512, 32); Oct 22 02:09:24.949 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.949 INFO kablam! | Oct 22 02:09:24.949 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.949 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.949 INFO kablam! | Oct 22 02:09:24.949 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.949 INFO kablam! | Oct 22 02:09:24.949 INFO kablam! Oct 22 02:09:24.949 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.949 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.949 INFO kablam! | Oct 22 02:09:24.949 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.949 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.949 INFO kablam! ... Oct 22 02:09:24.949 INFO kablam! 3657 | rt_alloc_layout_checked!(rt_pow2_512bytes_32align_alloc_layout_checked, 512, 32); Oct 22 02:09:24.949 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.949 INFO kablam! | Oct 22 02:09:24.949 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.949 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.949 INFO kablam! | Oct 22 02:09:24.949 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.949 INFO kablam! | Oct 22 02:09:24.949 INFO kablam! Oct 22 02:09:24.949 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.949 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.949 INFO kablam! | Oct 22 02:09:24.949 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.950 INFO kablam! | ^^^^^ Oct 22 02:09:24.950 INFO kablam! ... Oct 22 02:09:24.950 INFO kablam! 3670 | rt_alloc_layout_checked!(rt_pow2_1024bytes_32align_alloc_layout_checked, 1024, 32); Oct 22 02:09:24.950 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.950 INFO kablam! | Oct 22 02:09:24.950 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.950 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.950 INFO kablam! | Oct 22 02:09:24.950 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.950 INFO kablam! | Oct 22 02:09:24.950 INFO kablam! Oct 22 02:09:24.950 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.950 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.950 INFO kablam! | Oct 22 02:09:24.950 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.950 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.950 INFO kablam! ... Oct 22 02:09:24.950 INFO kablam! 3670 | rt_alloc_layout_checked!(rt_pow2_1024bytes_32align_alloc_layout_checked, 1024, 32); Oct 22 02:09:24.950 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.950 INFO kablam! | Oct 22 02:09:24.950 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.950 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.950 INFO kablam! | Oct 22 02:09:24.950 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.950 INFO kablam! | Oct 22 02:09:24.950 INFO kablam! Oct 22 02:09:24.950 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.950 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.950 INFO kablam! | Oct 22 02:09:24.950 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.950 INFO kablam! | ^^^^^ Oct 22 02:09:24.950 INFO kablam! ... Oct 22 02:09:24.950 INFO kablam! 3683 | rt_alloc_layout_checked!(rt_pow2_2048bytes_32align_alloc_layout_checked, 2048, 32); Oct 22 02:09:24.950 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.950 INFO kablam! | Oct 22 02:09:24.950 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.950 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.950 INFO kablam! | Oct 22 02:09:24.950 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.950 INFO kablam! | Oct 22 02:09:24.950 INFO kablam! Oct 22 02:09:24.950 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.950 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.950 INFO kablam! | Oct 22 02:09:24.950 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.950 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.950 INFO kablam! ... Oct 22 02:09:24.950 INFO kablam! 3683 | rt_alloc_layout_checked!(rt_pow2_2048bytes_32align_alloc_layout_checked, 2048, 32); Oct 22 02:09:24.950 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.950 INFO kablam! | Oct 22 02:09:24.950 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.950 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.950 INFO kablam! | Oct 22 02:09:24.950 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.950 INFO kablam! | Oct 22 02:09:24.950 INFO kablam! Oct 22 02:09:24.950 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.950 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.950 INFO kablam! | Oct 22 02:09:24.950 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.950 INFO kablam! | ^^^^^ Oct 22 02:09:24.950 INFO kablam! ... Oct 22 02:09:24.950 INFO kablam! 3696 | rt_alloc_layout_checked!(rt_pow2_4096bytes_32align_alloc_layout_checked, 4096, 32); Oct 22 02:09:24.950 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.950 INFO kablam! | Oct 22 02:09:24.950 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.950 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.950 INFO kablam! | Oct 22 02:09:24.950 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.950 INFO kablam! | Oct 22 02:09:24.950 INFO kablam! Oct 22 02:09:24.950 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.950 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.950 INFO kablam! | Oct 22 02:09:24.950 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.950 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.950 INFO kablam! ... Oct 22 02:09:24.950 INFO kablam! 3696 | rt_alloc_layout_checked!(rt_pow2_4096bytes_32align_alloc_layout_checked, 4096, 32); Oct 22 02:09:24.950 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.950 INFO kablam! | Oct 22 02:09:24.950 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.950 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.951 INFO kablam! | Oct 22 02:09:24.951 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.951 INFO kablam! | Oct 22 02:09:24.951 INFO kablam! Oct 22 02:09:24.951 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.951 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.951 INFO kablam! | Oct 22 02:09:24.951 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.951 INFO kablam! | ^^^^^ Oct 22 02:09:24.951 INFO kablam! ... Oct 22 02:09:24.951 INFO kablam! 3709 | rt_alloc_layout_checked!(rt_pow2_8192bytes_32align_alloc_layout_checked, 8192, 32); Oct 22 02:09:24.951 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.951 INFO kablam! | Oct 22 02:09:24.951 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.951 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.951 INFO kablam! | Oct 22 02:09:24.951 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.951 INFO kablam! | Oct 22 02:09:24.951 INFO kablam! Oct 22 02:09:24.952 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.952 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.952 INFO kablam! | Oct 22 02:09:24.952 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.952 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.952 INFO kablam! ... Oct 22 02:09:24.952 INFO kablam! 3709 | rt_alloc_layout_checked!(rt_pow2_8192bytes_32align_alloc_layout_checked, 8192, 32); Oct 22 02:09:24.952 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.952 INFO kablam! | Oct 22 02:09:24.952 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.952 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.952 INFO kablam! | Oct 22 02:09:24.952 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.952 INFO kablam! | Oct 22 02:09:24.952 INFO kablam! Oct 22 02:09:24.952 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.952 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.952 INFO kablam! | Oct 22 02:09:24.952 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.952 INFO kablam! | ^^^^^ Oct 22 02:09:24.952 INFO kablam! ... Oct 22 02:09:24.952 INFO kablam! 3722 | rt_alloc_layout_checked!(rt_pow2_16384bytes_32align_alloc_layout_checked, 16384, 32); Oct 22 02:09:24.952 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.952 INFO kablam! | Oct 22 02:09:24.952 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.952 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.952 INFO kablam! | Oct 22 02:09:24.952 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.952 INFO kablam! | Oct 22 02:09:24.952 INFO kablam! Oct 22 02:09:24.952 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.952 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.953 INFO kablam! | Oct 22 02:09:24.953 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.953 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.953 INFO kablam! ... Oct 22 02:09:24.953 INFO kablam! 3722 | rt_alloc_layout_checked!(rt_pow2_16384bytes_32align_alloc_layout_checked, 16384, 32); Oct 22 02:09:24.953 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.953 INFO kablam! | Oct 22 02:09:24.953 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.953 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.953 INFO kablam! | Oct 22 02:09:24.953 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.953 INFO kablam! | Oct 22 02:09:24.953 INFO kablam! Oct 22 02:09:24.956 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.956 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.956 INFO kablam! | Oct 22 02:09:24.956 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.956 INFO kablam! | ^^^^^ Oct 22 02:09:24.956 INFO kablam! ... Oct 22 02:09:24.956 INFO kablam! 3735 | rt_alloc_layout_checked!(rt_pow2_32768bytes_32align_alloc_layout_checked, 32768, 32); Oct 22 02:09:24.956 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.956 INFO kablam! | Oct 22 02:09:24.956 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.956 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.956 INFO kablam! | Oct 22 02:09:24.956 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.956 INFO kablam! | Oct 22 02:09:24.956 INFO kablam! Oct 22 02:09:24.956 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.956 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.956 INFO kablam! | Oct 22 02:09:24.956 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.956 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.956 INFO kablam! ... Oct 22 02:09:24.956 INFO kablam! 3735 | rt_alloc_layout_checked!(rt_pow2_32768bytes_32align_alloc_layout_checked, 32768, 32); Oct 22 02:09:24.956 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.956 INFO kablam! | Oct 22 02:09:24.956 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.956 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.956 INFO kablam! | Oct 22 02:09:24.956 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.956 INFO kablam! | Oct 22 02:09:24.956 INFO kablam! Oct 22 02:09:24.956 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.956 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.956 INFO kablam! | Oct 22 02:09:24.956 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.956 INFO kablam! | ^^^^^ Oct 22 02:09:24.956 INFO kablam! ... Oct 22 02:09:24.956 INFO kablam! 3748 | rt_alloc_layout_checked!(rt_pow2_65536bytes_32align_alloc_layout_checked, 65536, 32); Oct 22 02:09:24.956 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.956 INFO kablam! | Oct 22 02:09:24.956 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.956 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.956 INFO kablam! | Oct 22 02:09:24.956 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.956 INFO kablam! | Oct 22 02:09:24.956 INFO kablam! Oct 22 02:09:24.956 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.956 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.956 INFO kablam! | Oct 22 02:09:24.956 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.956 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.956 INFO kablam! ... Oct 22 02:09:24.956 INFO kablam! 3748 | rt_alloc_layout_checked!(rt_pow2_65536bytes_32align_alloc_layout_checked, 65536, 32); Oct 22 02:09:24.957 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.957 INFO kablam! | Oct 22 02:09:24.957 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.957 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.957 INFO kablam! | Oct 22 02:09:24.957 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.957 INFO kablam! | Oct 22 02:09:24.957 INFO kablam! Oct 22 02:09:24.960 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.960 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.960 INFO kablam! | Oct 22 02:09:24.960 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.960 INFO kablam! | ^^^^^ Oct 22 02:09:24.960 INFO kablam! ... Oct 22 02:09:24.960 INFO kablam! 3761 | rt_alloc_layout_checked!(rt_pow2_131072bytes_32align_alloc_layout_checked, 131072, 32); Oct 22 02:09:24.960 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.960 INFO kablam! | Oct 22 02:09:24.960 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.960 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.960 INFO kablam! | Oct 22 02:09:24.960 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.960 INFO kablam! | Oct 22 02:09:24.960 INFO kablam! Oct 22 02:09:24.960 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.960 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.960 INFO kablam! | Oct 22 02:09:24.960 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.960 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.960 INFO kablam! ... Oct 22 02:09:24.960 INFO kablam! 3761 | rt_alloc_layout_checked!(rt_pow2_131072bytes_32align_alloc_layout_checked, 131072, 32); Oct 22 02:09:24.960 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.960 INFO kablam! | Oct 22 02:09:24.960 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.960 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.960 INFO kablam! | Oct 22 02:09:24.960 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.960 INFO kablam! | Oct 22 02:09:24.960 INFO kablam! Oct 22 02:09:24.960 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.960 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.960 INFO kablam! | Oct 22 02:09:24.960 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.960 INFO kablam! | ^^^^^ Oct 22 02:09:24.961 INFO kablam! ... Oct 22 02:09:24.961 INFO kablam! 3774 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_32align_alloc_layout_checked, 4194304, 32); Oct 22 02:09:24.961 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.961 INFO kablam! | Oct 22 02:09:24.961 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.961 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.961 INFO kablam! | Oct 22 02:09:24.961 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.961 INFO kablam! | Oct 22 02:09:24.961 INFO kablam! Oct 22 02:09:24.961 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.961 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.961 INFO kablam! | Oct 22 02:09:24.961 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.961 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.961 INFO kablam! ... Oct 22 02:09:24.961 INFO kablam! 3774 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_32align_alloc_layout_checked, 4194304, 32); Oct 22 02:09:24.961 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.961 INFO kablam! | Oct 22 02:09:24.961 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.961 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.961 INFO kablam! | Oct 22 02:09:24.961 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.961 INFO kablam! | Oct 22 02:09:24.961 INFO kablam! Oct 22 02:09:24.964 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.964 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.964 INFO kablam! | Oct 22 02:09:24.964 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.964 INFO kablam! | ^^^^^ Oct 22 02:09:24.964 INFO kablam! ... Oct 22 02:09:24.964 INFO kablam! 3788 | rt_alloc_layout_checked!(rt_even_10bytes_32align_alloc_layout_checked, 10, 32); Oct 22 02:09:24.964 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.964 INFO kablam! | Oct 22 02:09:24.964 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.964 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.964 INFO kablam! | Oct 22 02:09:24.964 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.965 INFO kablam! | Oct 22 02:09:24.965 INFO kablam! Oct 22 02:09:24.965 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.965 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.965 INFO kablam! | Oct 22 02:09:24.965 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.965 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.965 INFO kablam! ... Oct 22 02:09:24.965 INFO kablam! 3788 | rt_alloc_layout_checked!(rt_even_10bytes_32align_alloc_layout_checked, 10, 32); Oct 22 02:09:24.965 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.965 INFO kablam! | Oct 22 02:09:24.965 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.965 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.965 INFO kablam! | Oct 22 02:09:24.965 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.965 INFO kablam! | Oct 22 02:09:24.965 INFO kablam! Oct 22 02:09:24.965 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.965 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.965 INFO kablam! | Oct 22 02:09:24.965 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.965 INFO kablam! | ^^^^^ Oct 22 02:09:24.965 INFO kablam! ... Oct 22 02:09:24.965 INFO kablam! 3801 | rt_alloc_layout_checked!(rt_even_100bytes_32align_alloc_layout_checked, 100, 32); Oct 22 02:09:24.965 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.965 INFO kablam! | Oct 22 02:09:24.965 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.965 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.965 INFO kablam! | Oct 22 02:09:24.965 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.965 INFO kablam! | Oct 22 02:09:24.966 INFO kablam! Oct 22 02:09:24.966 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.966 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.966 INFO kablam! | Oct 22 02:09:24.966 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.966 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.966 INFO kablam! ... Oct 22 02:09:24.966 INFO kablam! 3801 | rt_alloc_layout_checked!(rt_even_100bytes_32align_alloc_layout_checked, 100, 32); Oct 22 02:09:24.966 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.966 INFO kablam! | Oct 22 02:09:24.966 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.966 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.966 INFO kablam! | Oct 22 02:09:24.966 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.966 INFO kablam! | Oct 22 02:09:24.966 INFO kablam! Oct 22 02:09:24.969 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.969 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.969 INFO kablam! | Oct 22 02:09:24.969 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.969 INFO kablam! | ^^^^^ Oct 22 02:09:24.969 INFO kablam! ... Oct 22 02:09:24.969 INFO kablam! 3814 | rt_alloc_layout_checked!(rt_even_1000bytes_32align_alloc_layout_checked, 1000, 32); Oct 22 02:09:24.969 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.969 INFO kablam! | Oct 22 02:09:24.969 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.969 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.969 INFO kablam! | Oct 22 02:09:24.969 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.969 INFO kablam! | Oct 22 02:09:24.969 INFO kablam! Oct 22 02:09:24.969 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.969 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.969 INFO kablam! | Oct 22 02:09:24.969 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.969 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.969 INFO kablam! ... Oct 22 02:09:24.969 INFO kablam! 3814 | rt_alloc_layout_checked!(rt_even_1000bytes_32align_alloc_layout_checked, 1000, 32); Oct 22 02:09:24.970 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.970 INFO kablam! | Oct 22 02:09:24.970 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.970 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.970 INFO kablam! | Oct 22 02:09:24.970 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.970 INFO kablam! | Oct 22 02:09:24.970 INFO kablam! Oct 22 02:09:24.970 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.970 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.970 INFO kablam! | Oct 22 02:09:24.970 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.970 INFO kablam! | ^^^^^ Oct 22 02:09:24.970 INFO kablam! ... Oct 22 02:09:24.970 INFO kablam! 3827 | rt_alloc_layout_checked!(rt_even_10000bytes_32align_alloc_layout_checked, 10000, 32); Oct 22 02:09:24.970 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.970 INFO kablam! | Oct 22 02:09:24.970 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.970 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.970 INFO kablam! | Oct 22 02:09:24.970 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.970 INFO kablam! | Oct 22 02:09:24.970 INFO kablam! Oct 22 02:09:24.970 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.970 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.970 INFO kablam! | Oct 22 02:09:24.970 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.970 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.970 INFO kablam! ... Oct 22 02:09:24.970 INFO kablam! 3827 | rt_alloc_layout_checked!(rt_even_10000bytes_32align_alloc_layout_checked, 10000, 32); Oct 22 02:09:24.970 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.970 INFO kablam! | Oct 22 02:09:24.970 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.970 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.970 INFO kablam! | Oct 22 02:09:24.970 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.970 INFO kablam! | Oct 22 02:09:24.970 INFO kablam! Oct 22 02:09:24.970 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.970 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.970 INFO kablam! | Oct 22 02:09:24.970 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.970 INFO kablam! | ^^^^^ Oct 22 02:09:24.970 INFO kablam! ... Oct 22 02:09:24.970 INFO kablam! 3840 | rt_alloc_layout_checked!(rt_even_100000bytes_32align_alloc_layout_checked, 100000, 32); Oct 22 02:09:24.970 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.970 INFO kablam! | Oct 22 02:09:24.970 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.970 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.970 INFO kablam! | Oct 22 02:09:24.970 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.970 INFO kablam! | Oct 22 02:09:24.970 INFO kablam! Oct 22 02:09:24.971 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.971 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.971 INFO kablam! | Oct 22 02:09:24.972 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.972 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.972 INFO kablam! ... Oct 22 02:09:24.972 INFO kablam! 3840 | rt_alloc_layout_checked!(rt_even_100000bytes_32align_alloc_layout_checked, 100000, 32); Oct 22 02:09:24.972 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.972 INFO kablam! | Oct 22 02:09:24.972 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.972 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.972 INFO kablam! | Oct 22 02:09:24.972 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.972 INFO kablam! | Oct 22 02:09:24.972 INFO kablam! Oct 22 02:09:24.974 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.974 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.974 INFO kablam! | Oct 22 02:09:24.974 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.974 INFO kablam! | ^^^^^ Oct 22 02:09:24.974 INFO kablam! ... Oct 22 02:09:24.974 INFO kablam! 3853 | rt_alloc_layout_checked!(rt_even_1000000bytes_32align_alloc_layout_checked, 1000000, 32); Oct 22 02:09:24.974 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.974 INFO kablam! | Oct 22 02:09:24.974 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.974 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.974 INFO kablam! | Oct 22 02:09:24.974 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.974 INFO kablam! | Oct 22 02:09:24.974 INFO kablam! Oct 22 02:09:24.974 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.974 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.974 INFO kablam! | Oct 22 02:09:24.974 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.974 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.974 INFO kablam! ... Oct 22 02:09:24.974 INFO kablam! 3853 | rt_alloc_layout_checked!(rt_even_1000000bytes_32align_alloc_layout_checked, 1000000, 32); Oct 22 02:09:24.974 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.974 INFO kablam! | Oct 22 02:09:24.974 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.974 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.974 INFO kablam! | Oct 22 02:09:24.974 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.974 INFO kablam! | Oct 22 02:09:24.974 INFO kablam! Oct 22 02:09:24.974 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.974 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.974 INFO kablam! | Oct 22 02:09:24.974 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.974 INFO kablam! | ^^^^^ Oct 22 02:09:24.974 INFO kablam! ... Oct 22 02:09:24.974 INFO kablam! 3867 | rt_alloc_layout_checked!(rt_odd_10bytes_32align_alloc_layout_checked, 10- 1, 32); Oct 22 02:09:24.974 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.974 INFO kablam! | Oct 22 02:09:24.974 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.974 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.974 INFO kablam! | Oct 22 02:09:24.974 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.974 INFO kablam! | Oct 22 02:09:24.974 INFO kablam! Oct 22 02:09:24.974 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.974 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.974 INFO kablam! | Oct 22 02:09:24.974 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.974 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.974 INFO kablam! ... Oct 22 02:09:24.974 INFO kablam! 3867 | rt_alloc_layout_checked!(rt_odd_10bytes_32align_alloc_layout_checked, 10- 1, 32); Oct 22 02:09:24.974 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.974 INFO kablam! | Oct 22 02:09:24.974 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.974 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.974 INFO kablam! | Oct 22 02:09:24.974 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.974 INFO kablam! | Oct 22 02:09:24.974 INFO kablam! Oct 22 02:09:24.976 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.976 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.977 INFO kablam! | Oct 22 02:09:24.977 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.977 INFO kablam! | ^^^^^ Oct 22 02:09:24.977 INFO kablam! ... Oct 22 02:09:24.977 INFO kablam! 3880 | rt_alloc_layout_checked!(rt_odd_100bytes_32align_alloc_layout_checked, 100- 1, 32); Oct 22 02:09:24.977 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.977 INFO kablam! | Oct 22 02:09:24.977 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.977 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.977 INFO kablam! | Oct 22 02:09:24.977 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.977 INFO kablam! | Oct 22 02:09:24.977 INFO kablam! Oct 22 02:09:24.977 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.977 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.977 INFO kablam! | Oct 22 02:09:24.977 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.977 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.977 INFO kablam! ... Oct 22 02:09:24.977 INFO kablam! 3880 | rt_alloc_layout_checked!(rt_odd_100bytes_32align_alloc_layout_checked, 100- 1, 32); Oct 22 02:09:24.977 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.977 INFO kablam! | Oct 22 02:09:24.977 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.977 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.977 INFO kablam! | Oct 22 02:09:24.977 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.977 INFO kablam! | Oct 22 02:09:24.977 INFO kablam! Oct 22 02:09:24.980 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.980 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.980 INFO kablam! | Oct 22 02:09:24.980 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.980 INFO kablam! | ^^^^^ Oct 22 02:09:24.980 INFO kablam! ... Oct 22 02:09:24.980 INFO kablam! 3893 | rt_alloc_layout_checked!(rt_odd_1000bytes_32align_alloc_layout_checked, 1000- 1, 32); Oct 22 02:09:24.981 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.981 INFO kablam! | Oct 22 02:09:24.981 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.981 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.981 INFO kablam! | Oct 22 02:09:24.981 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.981 INFO kablam! | Oct 22 02:09:24.981 INFO kablam! Oct 22 02:09:24.981 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.981 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.981 INFO kablam! | Oct 22 02:09:24.981 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.981 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.981 INFO kablam! ... Oct 22 02:09:24.981 INFO kablam! 3893 | rt_alloc_layout_checked!(rt_odd_1000bytes_32align_alloc_layout_checked, 1000- 1, 32); Oct 22 02:09:24.981 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.981 INFO kablam! | Oct 22 02:09:24.981 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.981 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.981 INFO kablam! | Oct 22 02:09:24.981 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.981 INFO kablam! | Oct 22 02:09:24.981 INFO kablam! Oct 22 02:09:24.981 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.981 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.981 INFO kablam! | Oct 22 02:09:24.981 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.981 INFO kablam! | ^^^^^ Oct 22 02:09:24.981 INFO kablam! ... Oct 22 02:09:24.981 INFO kablam! 3906 | rt_alloc_layout_checked!(rt_odd_10000bytes_32align_alloc_layout_checked, 10000- 1, 32); Oct 22 02:09:24.981 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.981 INFO kablam! | Oct 22 02:09:24.981 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.981 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.981 INFO kablam! | Oct 22 02:09:24.981 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.981 INFO kablam! | Oct 22 02:09:24.981 INFO kablam! Oct 22 02:09:24.981 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.981 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.981 INFO kablam! | Oct 22 02:09:24.981 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.981 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.981 INFO kablam! ... Oct 22 02:09:24.981 INFO kablam! 3906 | rt_alloc_layout_checked!(rt_odd_10000bytes_32align_alloc_layout_checked, 10000- 1, 32); Oct 22 02:09:24.981 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.981 INFO kablam! | Oct 22 02:09:24.981 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.981 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.981 INFO kablam! | Oct 22 02:09:24.981 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.981 INFO kablam! | Oct 22 02:09:24.981 INFO kablam! Oct 22 02:09:24.984 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.984 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.984 INFO kablam! | Oct 22 02:09:24.984 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.984 INFO kablam! | ^^^^^ Oct 22 02:09:24.984 INFO kablam! ... Oct 22 02:09:24.984 INFO kablam! 3919 | rt_alloc_layout_checked!(rt_odd_100000bytes_32align_alloc_layout_checked, 100000- 1, 32); Oct 22 02:09:24.984 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.984 INFO kablam! | Oct 22 02:09:24.984 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.984 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.984 INFO kablam! | Oct 22 02:09:24.984 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.984 INFO kablam! | Oct 22 02:09:24.984 INFO kablam! Oct 22 02:09:24.984 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.984 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.984 INFO kablam! | Oct 22 02:09:24.984 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.984 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.984 INFO kablam! ... Oct 22 02:09:24.984 INFO kablam! 3919 | rt_alloc_layout_checked!(rt_odd_100000bytes_32align_alloc_layout_checked, 100000- 1, 32); Oct 22 02:09:24.984 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.984 INFO kablam! | Oct 22 02:09:24.984 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.984 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.984 INFO kablam! | Oct 22 02:09:24.984 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.984 INFO kablam! | Oct 22 02:09:24.985 INFO kablam! Oct 22 02:09:24.985 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.985 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.985 INFO kablam! | Oct 22 02:09:24.985 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.985 INFO kablam! | ^^^^^ Oct 22 02:09:24.985 INFO kablam! ... Oct 22 02:09:24.985 INFO kablam! 3932 | rt_alloc_layout_checked!(rt_odd_1000000bytes_32align_alloc_layout_checked, 1000000- 1, 32); Oct 22 02:09:24.985 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.985 INFO kablam! | Oct 22 02:09:24.985 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.985 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.985 INFO kablam! | Oct 22 02:09:24.985 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.985 INFO kablam! | Oct 22 02:09:24.985 INFO kablam! Oct 22 02:09:24.985 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.985 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.985 INFO kablam! | Oct 22 02:09:24.985 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.985 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.985 INFO kablam! ... Oct 22 02:09:24.985 INFO kablam! 3932 | rt_alloc_layout_checked!(rt_odd_1000000bytes_32align_alloc_layout_checked, 1000000- 1, 32); Oct 22 02:09:24.985 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.985 INFO kablam! | Oct 22 02:09:24.985 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.985 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.985 INFO kablam! | Oct 22 02:09:24.985 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.985 INFO kablam! | Oct 22 02:09:24.985 INFO kablam! Oct 22 02:09:24.985 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.985 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.985 INFO kablam! | Oct 22 02:09:24.985 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.985 INFO kablam! | ^^^^^ Oct 22 02:09:24.985 INFO kablam! ... Oct 22 02:09:24.985 INFO kablam! 3946 | rt_alloc_layout_checked!(rt_primes_3bytes_32align_alloc_layout_checked, 3, 32); Oct 22 02:09:24.985 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.985 INFO kablam! | Oct 22 02:09:24.985 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.985 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.985 INFO kablam! | Oct 22 02:09:24.985 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.985 INFO kablam! | Oct 22 02:09:24.985 INFO kablam! Oct 22 02:09:24.985 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.985 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.985 INFO kablam! | Oct 22 02:09:24.985 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.985 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.985 INFO kablam! ... Oct 22 02:09:24.986 INFO kablam! 3946 | rt_alloc_layout_checked!(rt_primes_3bytes_32align_alloc_layout_checked, 3, 32); Oct 22 02:09:24.986 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.986 INFO kablam! | Oct 22 02:09:24.986 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.986 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.986 INFO kablam! | Oct 22 02:09:24.986 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.986 INFO kablam! | Oct 22 02:09:24.986 INFO kablam! Oct 22 02:09:24.986 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.986 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.986 INFO kablam! | Oct 22 02:09:24.986 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.986 INFO kablam! | ^^^^^ Oct 22 02:09:24.986 INFO kablam! ... Oct 22 02:09:24.986 INFO kablam! 3959 | rt_alloc_layout_checked!(rt_primes_7bytes_32align_alloc_layout_checked, 7, 32); Oct 22 02:09:24.986 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.986 INFO kablam! | Oct 22 02:09:24.986 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.986 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.986 INFO kablam! | Oct 22 02:09:24.986 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.986 INFO kablam! | Oct 22 02:09:24.986 INFO kablam! Oct 22 02:09:24.987 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.987 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.987 INFO kablam! | Oct 22 02:09:24.987 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.987 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.987 INFO kablam! ... Oct 22 02:09:24.987 INFO kablam! 3959 | rt_alloc_layout_checked!(rt_primes_7bytes_32align_alloc_layout_checked, 7, 32); Oct 22 02:09:24.987 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.987 INFO kablam! | Oct 22 02:09:24.987 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.987 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.987 INFO kablam! | Oct 22 02:09:24.987 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.987 INFO kablam! | Oct 22 02:09:24.987 INFO kablam! Oct 22 02:09:24.988 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.988 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.988 INFO kablam! | Oct 22 02:09:24.988 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.988 INFO kablam! | ^^^^^ Oct 22 02:09:24.988 INFO kablam! ... Oct 22 02:09:24.988 INFO kablam! 3972 | rt_alloc_layout_checked!(rt_primes_13bytes_32align_alloc_layout_checked, 13, 32); Oct 22 02:09:24.988 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.988 INFO kablam! | Oct 22 02:09:24.988 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.988 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.988 INFO kablam! | Oct 22 02:09:24.988 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.988 INFO kablam! | Oct 22 02:09:24.988 INFO kablam! Oct 22 02:09:24.992 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.992 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.992 INFO kablam! | Oct 22 02:09:24.992 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.992 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.992 INFO kablam! ... Oct 22 02:09:24.992 INFO kablam! 3972 | rt_alloc_layout_checked!(rt_primes_13bytes_32align_alloc_layout_checked, 13, 32); Oct 22 02:09:24.992 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.992 INFO kablam! | Oct 22 02:09:24.992 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.992 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.992 INFO kablam! | Oct 22 02:09:24.992 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.992 INFO kablam! | Oct 22 02:09:24.992 INFO kablam! Oct 22 02:09:24.992 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.992 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.992 INFO kablam! | Oct 22 02:09:24.992 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.992 INFO kablam! | ^^^^^ Oct 22 02:09:24.992 INFO kablam! ... Oct 22 02:09:24.992 INFO kablam! 3985 | rt_alloc_layout_checked!(rt_primes_17bytes_32align_alloc_layout_checked, 17, 32); Oct 22 02:09:24.992 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.992 INFO kablam! | Oct 22 02:09:24.992 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.992 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.992 INFO kablam! | Oct 22 02:09:24.992 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.992 INFO kablam! | Oct 22 02:09:24.992 INFO kablam! Oct 22 02:09:24.992 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.992 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.992 INFO kablam! | Oct 22 02:09:24.992 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.992 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.992 INFO kablam! ... Oct 22 02:09:24.992 INFO kablam! 3985 | rt_alloc_layout_checked!(rt_primes_17bytes_32align_alloc_layout_checked, 17, 32); Oct 22 02:09:24.992 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.992 INFO kablam! | Oct 22 02:09:24.993 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.993 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.993 INFO kablam! | Oct 22 02:09:24.993 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.993 INFO kablam! | Oct 22 02:09:24.993 INFO kablam! Oct 22 02:09:24.993 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.993 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.993 INFO kablam! | Oct 22 02:09:24.993 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.993 INFO kablam! | ^^^^^ Oct 22 02:09:24.993 INFO kablam! ... Oct 22 02:09:24.993 INFO kablam! 3998 | rt_alloc_layout_checked!(rt_primes_31bytes_32align_alloc_layout_checked, 31, 32); Oct 22 02:09:24.993 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.993 INFO kablam! | Oct 22 02:09:24.993 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.993 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.993 INFO kablam! | Oct 22 02:09:24.993 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.993 INFO kablam! | Oct 22 02:09:24.993 INFO kablam! Oct 22 02:09:24.998 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.998 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.998 INFO kablam! | Oct 22 02:09:24.998 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.998 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.998 INFO kablam! ... Oct 22 02:09:24.998 INFO kablam! 3998 | rt_alloc_layout_checked!(rt_primes_31bytes_32align_alloc_layout_checked, 31, 32); Oct 22 02:09:24.998 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.998 INFO kablam! | Oct 22 02:09:24.998 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.998 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.998 INFO kablam! | Oct 22 02:09:24.998 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.998 INFO kablam! | Oct 22 02:09:24.998 INFO kablam! Oct 22 02:09:24.998 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.998 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.998 INFO kablam! | Oct 22 02:09:24.998 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.998 INFO kablam! | ^^^^^ Oct 22 02:09:24.998 INFO kablam! ... Oct 22 02:09:24.998 INFO kablam! 4011 | rt_alloc_layout_checked!(rt_primes_61bytes_32align_alloc_layout_checked, 61, 32); Oct 22 02:09:24.998 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.998 INFO kablam! | Oct 22 02:09:24.998 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.998 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.998 INFO kablam! | Oct 22 02:09:24.998 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.998 INFO kablam! | Oct 22 02:09:24.998 INFO kablam! Oct 22 02:09:24.998 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.998 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:24.999 INFO kablam! | Oct 22 02:09:24.999 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:24.999 INFO kablam! | ^^^^^^^ Oct 22 02:09:24.999 INFO kablam! ... Oct 22 02:09:24.999 INFO kablam! 4011 | rt_alloc_layout_checked!(rt_primes_61bytes_32align_alloc_layout_checked, 61, 32); Oct 22 02:09:24.999 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.999 INFO kablam! | Oct 22 02:09:24.999 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.999 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.999 INFO kablam! | Oct 22 02:09:24.999 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.999 INFO kablam! | Oct 22 02:09:24.999 INFO kablam! Oct 22 02:09:24.999 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:24.999 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:24.999 INFO kablam! | Oct 22 02:09:24.999 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:24.999 INFO kablam! | ^^^^^ Oct 22 02:09:24.999 INFO kablam! ... Oct 22 02:09:24.999 INFO kablam! 4024 | rt_alloc_layout_checked!(rt_primes_96bytes_32align_alloc_layout_checked, 96, 32); Oct 22 02:09:24.999 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:24.999 INFO kablam! | Oct 22 02:09:24.999 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:24.999 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:24.999 INFO kablam! | Oct 22 02:09:24.999 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:24.999 INFO kablam! | Oct 22 02:09:24.999 INFO kablam! Oct 22 02:09:25.000 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.000 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:25.000 INFO kablam! | Oct 22 02:09:25.000 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.000 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.000 INFO kablam! ... Oct 22 02:09:25.000 INFO kablam! 4024 | rt_alloc_layout_checked!(rt_primes_96bytes_32align_alloc_layout_checked, 96, 32); Oct 22 02:09:25.000 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.000 INFO kablam! | Oct 22 02:09:25.000 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.000 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.000 INFO kablam! | Oct 22 02:09:25.000 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.000 INFO kablam! | Oct 22 02:09:25.000 INFO kablam! Oct 22 02:09:25.000 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.000 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:25.000 INFO kablam! | Oct 22 02:09:25.000 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.000 INFO kablam! | ^^^^^ Oct 22 02:09:25.000 INFO kablam! ... Oct 22 02:09:25.000 INFO kablam! 4037 | rt_alloc_layout_checked!(rt_primes_127bytes_32align_alloc_layout_checked, 127, 32); Oct 22 02:09:25.000 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.000 INFO kablam! | Oct 22 02:09:25.000 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.001 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.001 INFO kablam! | Oct 22 02:09:25.001 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.001 INFO kablam! | Oct 22 02:09:25.001 INFO kablam! Oct 22 02:09:25.001 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.001 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:25.001 INFO kablam! | Oct 22 02:09:25.001 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.001 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.001 INFO kablam! ... Oct 22 02:09:25.001 INFO kablam! 4037 | rt_alloc_layout_checked!(rt_primes_127bytes_32align_alloc_layout_checked, 127, 32); Oct 22 02:09:25.001 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.001 INFO kablam! | Oct 22 02:09:25.001 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.001 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.001 INFO kablam! | Oct 22 02:09:25.001 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.001 INFO kablam! | Oct 22 02:09:25.001 INFO kablam! Oct 22 02:09:25.001 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.001 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:25.001 INFO kablam! | Oct 22 02:09:25.001 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.001 INFO kablam! | ^^^^^ Oct 22 02:09:25.001 INFO kablam! ... Oct 22 02:09:25.001 INFO kablam! 4050 | rt_alloc_layout_checked!(rt_primes_257bytes_32align_alloc_layout_checked, 257, 32); Oct 22 02:09:25.001 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.001 INFO kablam! | Oct 22 02:09:25.001 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.001 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.001 INFO kablam! | Oct 22 02:09:25.001 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.001 INFO kablam! | Oct 22 02:09:25.001 INFO kablam! Oct 22 02:09:25.001 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.001 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:25.001 INFO kablam! | Oct 22 02:09:25.001 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.001 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.001 INFO kablam! ... Oct 22 02:09:25.001 INFO kablam! 4050 | rt_alloc_layout_checked!(rt_primes_257bytes_32align_alloc_layout_checked, 257, 32); Oct 22 02:09:25.001 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.001 INFO kablam! | Oct 22 02:09:25.001 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.001 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.001 INFO kablam! | Oct 22 02:09:25.001 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.001 INFO kablam! | Oct 22 02:09:25.001 INFO kablam! Oct 22 02:09:25.005 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.005 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:25.005 INFO kablam! | Oct 22 02:09:25.005 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.005 INFO kablam! | ^^^^^ Oct 22 02:09:25.005 INFO kablam! ... Oct 22 02:09:25.005 INFO kablam! 4063 | rt_alloc_layout_checked!(rt_primes_509bytes_32align_alloc_layout_checked, 509, 32); Oct 22 02:09:25.005 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.005 INFO kablam! | Oct 22 02:09:25.005 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.005 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.005 INFO kablam! | Oct 22 02:09:25.005 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.005 INFO kablam! | Oct 22 02:09:25.005 INFO kablam! Oct 22 02:09:25.005 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.005 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:25.005 INFO kablam! | Oct 22 02:09:25.005 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.005 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.005 INFO kablam! ... Oct 22 02:09:25.005 INFO kablam! 4063 | rt_alloc_layout_checked!(rt_primes_509bytes_32align_alloc_layout_checked, 509, 32); Oct 22 02:09:25.005 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.005 INFO kablam! | Oct 22 02:09:25.005 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.005 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.005 INFO kablam! | Oct 22 02:09:25.005 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.005 INFO kablam! | Oct 22 02:09:25.005 INFO kablam! Oct 22 02:09:25.006 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.006 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:25.006 INFO kablam! | Oct 22 02:09:25.006 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.006 INFO kablam! | ^^^^^ Oct 22 02:09:25.006 INFO kablam! ... Oct 22 02:09:25.006 INFO kablam! 4076 | rt_alloc_layout_checked!(rt_primes_1021bytes_32align_alloc_layout_checked, 1021, 32); Oct 22 02:09:25.006 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.006 INFO kablam! | Oct 22 02:09:25.006 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.006 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.006 INFO kablam! | Oct 22 02:09:25.006 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.006 INFO kablam! | Oct 22 02:09:25.006 INFO kablam! Oct 22 02:09:25.006 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.006 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:25.006 INFO kablam! | Oct 22 02:09:25.006 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.006 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.006 INFO kablam! ... Oct 22 02:09:25.006 INFO kablam! 4076 | rt_alloc_layout_checked!(rt_primes_1021bytes_32align_alloc_layout_checked, 1021, 32); Oct 22 02:09:25.006 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.006 INFO kablam! | Oct 22 02:09:25.006 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.006 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.006 INFO kablam! | Oct 22 02:09:25.006 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.006 INFO kablam! | Oct 22 02:09:25.006 INFO kablam! Oct 22 02:09:25.008 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.008 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:25.008 INFO kablam! | Oct 22 02:09:25.008 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.008 INFO kablam! | ^^^^^ Oct 22 02:09:25.008 INFO kablam! ... Oct 22 02:09:25.008 INFO kablam! 4089 | rt_alloc_layout_checked!(rt_primes_2039bytes_32align_alloc_layout_checked, 2039, 32); Oct 22 02:09:25.008 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.008 INFO kablam! | Oct 22 02:09:25.008 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.008 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.008 INFO kablam! | Oct 22 02:09:25.008 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.008 INFO kablam! | Oct 22 02:09:25.008 INFO kablam! Oct 22 02:09:25.008 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.008 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:25.008 INFO kablam! | Oct 22 02:09:25.008 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.008 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.008 INFO kablam! ... Oct 22 02:09:25.008 INFO kablam! 4089 | rt_alloc_layout_checked!(rt_primes_2039bytes_32align_alloc_layout_checked, 2039, 32); Oct 22 02:09:25.008 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.008 INFO kablam! | Oct 22 02:09:25.008 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.008 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.008 INFO kablam! | Oct 22 02:09:25.008 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.008 INFO kablam! | Oct 22 02:09:25.009 INFO kablam! Oct 22 02:09:25.009 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.009 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:25.009 INFO kablam! | Oct 22 02:09:25.009 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.009 INFO kablam! | ^^^^^ Oct 22 02:09:25.009 INFO kablam! ... Oct 22 02:09:25.009 INFO kablam! 4102 | rt_alloc_layout_checked!(rt_primes_4093bytes_32align_alloc_layout_checked, 4093, 32); Oct 22 02:09:25.009 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.009 INFO kablam! | Oct 22 02:09:25.009 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.009 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.009 INFO kablam! | Oct 22 02:09:25.009 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.009 INFO kablam! | Oct 22 02:09:25.009 INFO kablam! Oct 22 02:09:25.009 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.009 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:25.009 INFO kablam! | Oct 22 02:09:25.009 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.009 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.009 INFO kablam! ... Oct 22 02:09:25.009 INFO kablam! 4102 | rt_alloc_layout_checked!(rt_primes_4093bytes_32align_alloc_layout_checked, 4093, 32); Oct 22 02:09:25.009 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.009 INFO kablam! | Oct 22 02:09:25.009 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.009 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.009 INFO kablam! | Oct 22 02:09:25.009 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.009 INFO kablam! | Oct 22 02:09:25.009 INFO kablam! Oct 22 02:09:25.013 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.013 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:25.013 INFO kablam! | Oct 22 02:09:25.013 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.013 INFO kablam! | ^^^^^ Oct 22 02:09:25.013 INFO kablam! ... Oct 22 02:09:25.013 INFO kablam! 4115 | rt_alloc_layout_checked!(rt_primes_8191bytes_32align_alloc_layout_checked, 8191, 32); Oct 22 02:09:25.013 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.013 INFO kablam! | Oct 22 02:09:25.013 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.013 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.013 INFO kablam! | Oct 22 02:09:25.013 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.013 INFO kablam! | Oct 22 02:09:25.013 INFO kablam! Oct 22 02:09:25.013 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.013 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:25.013 INFO kablam! | Oct 22 02:09:25.013 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.013 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.013 INFO kablam! ... Oct 22 02:09:25.013 INFO kablam! 4115 | rt_alloc_layout_checked!(rt_primes_8191bytes_32align_alloc_layout_checked, 8191, 32); Oct 22 02:09:25.013 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.013 INFO kablam! | Oct 22 02:09:25.013 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.013 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.013 INFO kablam! | Oct 22 02:09:25.013 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.013 INFO kablam! | Oct 22 02:09:25.013 INFO kablam! Oct 22 02:09:25.013 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.013 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:25.013 INFO kablam! | Oct 22 02:09:25.013 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.013 INFO kablam! | ^^^^^ Oct 22 02:09:25.013 INFO kablam! ... Oct 22 02:09:25.013 INFO kablam! 4128 | rt_alloc_layout_checked!(rt_primes_16381bytes_32align_alloc_layout_checked, 16381, 32); Oct 22 02:09:25.013 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.013 INFO kablam! | Oct 22 02:09:25.013 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.013 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.013 INFO kablam! | Oct 22 02:09:25.013 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.013 INFO kablam! | Oct 22 02:09:25.013 INFO kablam! Oct 22 02:09:25.013 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.013 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:25.013 INFO kablam! | Oct 22 02:09:25.013 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.013 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.013 INFO kablam! ... Oct 22 02:09:25.014 INFO kablam! 4128 | rt_alloc_layout_checked!(rt_primes_16381bytes_32align_alloc_layout_checked, 16381, 32); Oct 22 02:09:25.014 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.014 INFO kablam! | Oct 22 02:09:25.014 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.014 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.014 INFO kablam! | Oct 22 02:09:25.014 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.014 INFO kablam! | Oct 22 02:09:25.014 INFO kablam! Oct 22 02:09:25.014 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.014 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:25.014 INFO kablam! | Oct 22 02:09:25.014 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.014 INFO kablam! | ^^^^^ Oct 22 02:09:25.014 INFO kablam! ... Oct 22 02:09:25.014 INFO kablam! 4141 | rt_alloc_layout_checked!(rt_primes_32749bytes_32align_alloc_layout_checked, 32749, 32); Oct 22 02:09:25.014 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.014 INFO kablam! | Oct 22 02:09:25.014 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.014 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.014 INFO kablam! | Oct 22 02:09:25.014 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.014 INFO kablam! | Oct 22 02:09:25.014 INFO kablam! Oct 22 02:09:25.016 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.016 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:25.016 INFO kablam! | Oct 22 02:09:25.016 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.016 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.016 INFO kablam! ... Oct 22 02:09:25.016 INFO kablam! 4141 | rt_alloc_layout_checked!(rt_primes_32749bytes_32align_alloc_layout_checked, 32749, 32); Oct 22 02:09:25.016 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.016 INFO kablam! | Oct 22 02:09:25.016 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.016 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.016 INFO kablam! | Oct 22 02:09:25.016 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.016 INFO kablam! | Oct 22 02:09:25.016 INFO kablam! Oct 22 02:09:25.016 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.016 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:25.016 INFO kablam! | Oct 22 02:09:25.016 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.016 INFO kablam! | ^^^^^ Oct 22 02:09:25.016 INFO kablam! ... Oct 22 02:09:25.016 INFO kablam! 4154 | rt_alloc_layout_checked!(rt_primes_65537bytes_32align_alloc_layout_checked, 65537, 32); Oct 22 02:09:25.016 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.016 INFO kablam! | Oct 22 02:09:25.016 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.016 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.016 INFO kablam! | Oct 22 02:09:25.016 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.016 INFO kablam! | Oct 22 02:09:25.017 INFO kablam! Oct 22 02:09:25.017 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.017 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:25.017 INFO kablam! | Oct 22 02:09:25.017 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.017 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.017 INFO kablam! ... Oct 22 02:09:25.017 INFO kablam! 4154 | rt_alloc_layout_checked!(rt_primes_65537bytes_32align_alloc_layout_checked, 65537, 32); Oct 22 02:09:25.017 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.017 INFO kablam! | Oct 22 02:09:25.017 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.017 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.017 INFO kablam! | Oct 22 02:09:25.017 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.017 INFO kablam! | Oct 22 02:09:25.017 INFO kablam! Oct 22 02:09:25.020 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.020 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:25.020 INFO kablam! | Oct 22 02:09:25.020 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.020 INFO kablam! | ^^^^^ Oct 22 02:09:25.020 INFO kablam! ... Oct 22 02:09:25.020 INFO kablam! 4167 | rt_alloc_layout_checked!(rt_primes_131071bytes_32align_alloc_layout_checked, 131071, 32); Oct 22 02:09:25.020 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.020 INFO kablam! | Oct 22 02:09:25.020 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.020 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.020 INFO kablam! | Oct 22 02:09:25.020 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.020 INFO kablam! | Oct 22 02:09:25.020 INFO kablam! Oct 22 02:09:25.020 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.020 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:25.020 INFO kablam! | Oct 22 02:09:25.020 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.020 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.020 INFO kablam! ... Oct 22 02:09:25.020 INFO kablam! 4167 | rt_alloc_layout_checked!(rt_primes_131071bytes_32align_alloc_layout_checked, 131071, 32); Oct 22 02:09:25.020 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.020 INFO kablam! | Oct 22 02:09:25.020 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.020 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.020 INFO kablam! | Oct 22 02:09:25.020 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.021 INFO kablam! | Oct 22 02:09:25.021 INFO kablam! Oct 22 02:09:25.021 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.021 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 22 02:09:25.021 INFO kablam! | Oct 22 02:09:25.021 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.021 INFO kablam! | ^^^^^ Oct 22 02:09:25.021 INFO kablam! ... Oct 22 02:09:25.021 INFO kablam! 4180 | rt_alloc_layout_checked!(rt_primes_4194301bytes_32align_alloc_layout_checked, 4194301, 32); Oct 22 02:09:25.021 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.021 INFO kablam! | Oct 22 02:09:25.021 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.021 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.021 INFO kablam! | Oct 22 02:09:25.021 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.021 INFO kablam! | Oct 22 02:09:25.021 INFO kablam! Oct 22 02:09:25.021 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.021 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 22 02:09:25.021 INFO kablam! | Oct 22 02:09:25.021 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.021 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.021 INFO kablam! ... Oct 22 02:09:25.021 INFO kablam! 4180 | rt_alloc_layout_checked!(rt_primes_4194301bytes_32align_alloc_layout_checked, 4194301, 32); Oct 22 02:09:25.021 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.021 INFO kablam! | Oct 22 02:09:25.021 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.021 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.021 INFO kablam! | Oct 22 02:09:25.021 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.021 INFO kablam! | Oct 22 02:09:25.021 INFO kablam! Oct 22 02:09:25.024 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.024 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.024 INFO kablam! | Oct 22 02:09:25.024 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.024 INFO kablam! | ^^^^^ Oct 22 02:09:25.024 INFO kablam! ... Oct 22 02:09:25.024 INFO kablam! 261 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_1align_alloc_layout_unchecked, 1, 1); Oct 22 02:09:25.024 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.024 INFO kablam! | Oct 22 02:09:25.024 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.024 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.024 INFO kablam! | Oct 22 02:09:25.024 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.024 INFO kablam! | Oct 22 02:09:25.024 INFO kablam! Oct 22 02:09:25.024 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.024 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.024 INFO kablam! | Oct 22 02:09:25.024 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.024 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.024 INFO kablam! ... Oct 22 02:09:25.024 INFO kablam! 261 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_1align_alloc_layout_unchecked, 1, 1); Oct 22 02:09:25.024 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.024 INFO kablam! | Oct 22 02:09:25.024 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.024 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.024 INFO kablam! | Oct 22 02:09:25.024 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.024 INFO kablam! | Oct 22 02:09:25.024 INFO kablam! Oct 22 02:09:25.025 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.025 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.025 INFO kablam! | Oct 22 02:09:25.025 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.025 INFO kablam! | ^^^^^ Oct 22 02:09:25.025 INFO kablam! ... Oct 22 02:09:25.025 INFO kablam! 274 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_1align_alloc_layout_unchecked, 2, 1); Oct 22 02:09:25.025 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.025 INFO kablam! | Oct 22 02:09:25.025 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.025 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.025 INFO kablam! | Oct 22 02:09:25.025 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.025 INFO kablam! | Oct 22 02:09:25.025 INFO kablam! Oct 22 02:09:25.025 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.025 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.025 INFO kablam! | Oct 22 02:09:25.025 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.025 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.025 INFO kablam! ... Oct 22 02:09:25.025 INFO kablam! 274 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_1align_alloc_layout_unchecked, 2, 1); Oct 22 02:09:25.025 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.025 INFO kablam! | Oct 22 02:09:25.025 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.025 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.025 INFO kablam! | Oct 22 02:09:25.025 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.025 INFO kablam! | Oct 22 02:09:25.025 INFO kablam! Oct 22 02:09:25.032 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.032 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.032 INFO kablam! | Oct 22 02:09:25.032 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.032 INFO kablam! | ^^^^^ Oct 22 02:09:25.032 INFO kablam! ... Oct 22 02:09:25.032 INFO kablam! 287 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_1align_alloc_layout_unchecked, 4, 1); Oct 22 02:09:25.032 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.032 INFO kablam! | Oct 22 02:09:25.032 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.032 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.032 INFO kablam! | Oct 22 02:09:25.032 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.032 INFO kablam! | Oct 22 02:09:25.032 INFO kablam! Oct 22 02:09:25.032 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.032 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.032 INFO kablam! | Oct 22 02:09:25.032 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.032 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.032 INFO kablam! ... Oct 22 02:09:25.032 INFO kablam! 287 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_1align_alloc_layout_unchecked, 4, 1); Oct 22 02:09:25.032 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.032 INFO kablam! | Oct 22 02:09:25.032 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.032 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.032 INFO kablam! | Oct 22 02:09:25.032 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.032 INFO kablam! | Oct 22 02:09:25.032 INFO kablam! Oct 22 02:09:25.032 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.032 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.032 INFO kablam! | Oct 22 02:09:25.032 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.032 INFO kablam! | ^^^^^ Oct 22 02:09:25.032 INFO kablam! ... Oct 22 02:09:25.032 INFO kablam! 300 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_1align_alloc_layout_unchecked, 8, 1); Oct 22 02:09:25.032 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.032 INFO kablam! | Oct 22 02:09:25.032 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.032 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.032 INFO kablam! | Oct 22 02:09:25.032 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.032 INFO kablam! | Oct 22 02:09:25.032 INFO kablam! Oct 22 02:09:25.032 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.032 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.032 INFO kablam! | Oct 22 02:09:25.032 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.032 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.033 INFO kablam! ... Oct 22 02:09:25.033 INFO kablam! 300 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_1align_alloc_layout_unchecked, 8, 1); Oct 22 02:09:25.033 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.033 INFO kablam! | Oct 22 02:09:25.033 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.033 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.033 INFO kablam! | Oct 22 02:09:25.033 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.033 INFO kablam! | Oct 22 02:09:25.033 INFO kablam! Oct 22 02:09:25.033 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.033 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.033 INFO kablam! | Oct 22 02:09:25.033 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.033 INFO kablam! | ^^^^^ Oct 22 02:09:25.033 INFO kablam! ... Oct 22 02:09:25.033 INFO kablam! 313 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_1align_alloc_layout_unchecked, 16, 1); Oct 22 02:09:25.033 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.033 INFO kablam! | Oct 22 02:09:25.033 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.033 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.033 INFO kablam! | Oct 22 02:09:25.033 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.033 INFO kablam! | Oct 22 02:09:25.033 INFO kablam! Oct 22 02:09:25.033 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.033 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.033 INFO kablam! | Oct 22 02:09:25.033 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.033 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.033 INFO kablam! ... Oct 22 02:09:25.033 INFO kablam! 313 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_1align_alloc_layout_unchecked, 16, 1); Oct 22 02:09:25.033 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.033 INFO kablam! | Oct 22 02:09:25.033 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.033 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.033 INFO kablam! | Oct 22 02:09:25.033 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.033 INFO kablam! | Oct 22 02:09:25.033 INFO kablam! Oct 22 02:09:25.033 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.033 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.033 INFO kablam! | Oct 22 02:09:25.033 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.033 INFO kablam! | ^^^^^ Oct 22 02:09:25.033 INFO kablam! ... Oct 22 02:09:25.033 INFO kablam! 326 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_1align_alloc_layout_unchecked, 32, 1); Oct 22 02:09:25.033 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.033 INFO kablam! | Oct 22 02:09:25.033 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.033 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.033 INFO kablam! | Oct 22 02:09:25.033 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.033 INFO kablam! | Oct 22 02:09:25.033 INFO kablam! Oct 22 02:09:25.033 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.033 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.033 INFO kablam! | Oct 22 02:09:25.033 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.033 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.033 INFO kablam! ... Oct 22 02:09:25.033 INFO kablam! 326 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_1align_alloc_layout_unchecked, 32, 1); Oct 22 02:09:25.033 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.033 INFO kablam! | Oct 22 02:09:25.033 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.033 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.033 INFO kablam! | Oct 22 02:09:25.033 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.033 INFO kablam! | Oct 22 02:09:25.033 INFO kablam! Oct 22 02:09:25.036 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.036 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.036 INFO kablam! | Oct 22 02:09:25.036 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.036 INFO kablam! | ^^^^^ Oct 22 02:09:25.036 INFO kablam! ... Oct 22 02:09:25.036 INFO kablam! 339 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_1align_alloc_layout_unchecked, 64, 1); Oct 22 02:09:25.036 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.036 INFO kablam! | Oct 22 02:09:25.036 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.036 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.036 INFO kablam! | Oct 22 02:09:25.036 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.036 INFO kablam! | Oct 22 02:09:25.036 INFO kablam! Oct 22 02:09:25.036 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.036 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.036 INFO kablam! | Oct 22 02:09:25.036 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.036 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.036 INFO kablam! ... Oct 22 02:09:25.036 INFO kablam! 339 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_1align_alloc_layout_unchecked, 64, 1); Oct 22 02:09:25.036 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.036 INFO kablam! | Oct 22 02:09:25.036 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.036 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.036 INFO kablam! | Oct 22 02:09:25.036 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.036 INFO kablam! | Oct 22 02:09:25.036 INFO kablam! Oct 22 02:09:25.036 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.036 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.036 INFO kablam! | Oct 22 02:09:25.036 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.036 INFO kablam! | ^^^^^ Oct 22 02:09:25.036 INFO kablam! ... Oct 22 02:09:25.036 INFO kablam! 352 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_1align_alloc_layout_unchecked, 128, 1); Oct 22 02:09:25.036 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.037 INFO kablam! | Oct 22 02:09:25.037 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.037 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.037 INFO kablam! | Oct 22 02:09:25.037 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.037 INFO kablam! | Oct 22 02:09:25.037 INFO kablam! Oct 22 02:09:25.037 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.037 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.037 INFO kablam! | Oct 22 02:09:25.037 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.037 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.037 INFO kablam! ... Oct 22 02:09:25.037 INFO kablam! 352 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_1align_alloc_layout_unchecked, 128, 1); Oct 22 02:09:25.037 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.037 INFO kablam! | Oct 22 02:09:25.037 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.037 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.037 INFO kablam! | Oct 22 02:09:25.037 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.037 INFO kablam! | Oct 22 02:09:25.037 INFO kablam! Oct 22 02:09:25.040 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.040 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.040 INFO kablam! | Oct 22 02:09:25.040 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.040 INFO kablam! | ^^^^^ Oct 22 02:09:25.040 INFO kablam! ... Oct 22 02:09:25.040 INFO kablam! 365 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_1align_alloc_layout_unchecked, 256, 1); Oct 22 02:09:25.040 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.040 INFO kablam! | Oct 22 02:09:25.040 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.040 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.040 INFO kablam! | Oct 22 02:09:25.040 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.040 INFO kablam! | Oct 22 02:09:25.040 INFO kablam! Oct 22 02:09:25.040 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.040 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.040 INFO kablam! | Oct 22 02:09:25.040 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.040 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.040 INFO kablam! ... Oct 22 02:09:25.040 INFO kablam! 365 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_1align_alloc_layout_unchecked, 256, 1); Oct 22 02:09:25.040 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.040 INFO kablam! | Oct 22 02:09:25.040 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.040 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.040 INFO kablam! | Oct 22 02:09:25.040 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.041 INFO kablam! | Oct 22 02:09:25.041 INFO kablam! Oct 22 02:09:25.041 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.041 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.041 INFO kablam! | Oct 22 02:09:25.041 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.041 INFO kablam! | ^^^^^ Oct 22 02:09:25.041 INFO kablam! ... Oct 22 02:09:25.041 INFO kablam! 378 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_1align_alloc_layout_unchecked, 512, 1); Oct 22 02:09:25.041 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.041 INFO kablam! | Oct 22 02:09:25.041 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.041 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.041 INFO kablam! | Oct 22 02:09:25.041 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.041 INFO kablam! | Oct 22 02:09:25.041 INFO kablam! Oct 22 02:09:25.041 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.041 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.041 INFO kablam! | Oct 22 02:09:25.041 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.041 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.041 INFO kablam! ... Oct 22 02:09:25.041 INFO kablam! 378 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_1align_alloc_layout_unchecked, 512, 1); Oct 22 02:09:25.041 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.041 INFO kablam! | Oct 22 02:09:25.041 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.041 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.041 INFO kablam! | Oct 22 02:09:25.041 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.041 INFO kablam! | Oct 22 02:09:25.041 INFO kablam! Oct 22 02:09:25.044 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.044 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.044 INFO kablam! | Oct 22 02:09:25.044 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.044 INFO kablam! | ^^^^^ Oct 22 02:09:25.044 INFO kablam! ... Oct 22 02:09:25.044 INFO kablam! 391 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_1align_alloc_layout_unchecked, 1024, 1); Oct 22 02:09:25.044 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.044 INFO kablam! | Oct 22 02:09:25.044 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.044 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.044 INFO kablam! | Oct 22 02:09:25.044 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.044 INFO kablam! | Oct 22 02:09:25.044 INFO kablam! Oct 22 02:09:25.044 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.044 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.044 INFO kablam! | Oct 22 02:09:25.044 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.044 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.044 INFO kablam! ... Oct 22 02:09:25.044 INFO kablam! 391 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_1align_alloc_layout_unchecked, 1024, 1); Oct 22 02:09:25.044 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.045 INFO kablam! | Oct 22 02:09:25.045 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.045 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.045 INFO kablam! | Oct 22 02:09:25.045 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.045 INFO kablam! | Oct 22 02:09:25.045 INFO kablam! Oct 22 02:09:25.045 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.045 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.045 INFO kablam! | Oct 22 02:09:25.045 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.045 INFO kablam! | ^^^^^ Oct 22 02:09:25.045 INFO kablam! ... Oct 22 02:09:25.045 INFO kablam! 404 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_1align_alloc_layout_unchecked, 2048, 1); Oct 22 02:09:25.045 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.045 INFO kablam! | Oct 22 02:09:25.045 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.045 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.045 INFO kablam! | Oct 22 02:09:25.045 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.045 INFO kablam! | Oct 22 02:09:25.045 INFO kablam! Oct 22 02:09:25.045 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.045 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.045 INFO kablam! | Oct 22 02:09:25.045 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.045 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.045 INFO kablam! ... Oct 22 02:09:25.045 INFO kablam! 404 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_1align_alloc_layout_unchecked, 2048, 1); Oct 22 02:09:25.045 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.045 INFO kablam! | Oct 22 02:09:25.045 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.045 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.045 INFO kablam! | Oct 22 02:09:25.045 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.045 INFO kablam! | Oct 22 02:09:25.045 INFO kablam! Oct 22 02:09:25.045 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.045 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.045 INFO kablam! | Oct 22 02:09:25.045 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.045 INFO kablam! | ^^^^^ Oct 22 02:09:25.045 INFO kablam! ... Oct 22 02:09:25.045 INFO kablam! 417 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_1align_alloc_layout_unchecked, 4096, 1); Oct 22 02:09:25.045 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.045 INFO kablam! | Oct 22 02:09:25.045 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.045 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.045 INFO kablam! | Oct 22 02:09:25.045 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.045 INFO kablam! | Oct 22 02:09:25.045 INFO kablam! Oct 22 02:09:25.048 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.048 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.048 INFO kablam! | Oct 22 02:09:25.048 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.048 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.048 INFO kablam! ... Oct 22 02:09:25.048 INFO kablam! 417 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_1align_alloc_layout_unchecked, 4096, 1); Oct 22 02:09:25.048 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.048 INFO kablam! | Oct 22 02:09:25.048 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.048 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.048 INFO kablam! | Oct 22 02:09:25.048 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.048 INFO kablam! | Oct 22 02:09:25.048 INFO kablam! Oct 22 02:09:25.048 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.048 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.048 INFO kablam! | Oct 22 02:09:25.048 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.048 INFO kablam! | ^^^^^ Oct 22 02:09:25.048 INFO kablam! ... Oct 22 02:09:25.048 INFO kablam! 430 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_1align_alloc_layout_unchecked, 8192, 1); Oct 22 02:09:25.048 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.048 INFO kablam! | Oct 22 02:09:25.048 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.048 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.048 INFO kablam! | Oct 22 02:09:25.049 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.049 INFO kablam! | Oct 22 02:09:25.049 INFO kablam! Oct 22 02:09:25.049 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.049 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.049 INFO kablam! | Oct 22 02:09:25.049 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.049 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.049 INFO kablam! ... Oct 22 02:09:25.049 INFO kablam! 430 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_1align_alloc_layout_unchecked, 8192, 1); Oct 22 02:09:25.049 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.049 INFO kablam! | Oct 22 02:09:25.049 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.049 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.049 INFO kablam! | Oct 22 02:09:25.049 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.049 INFO kablam! | Oct 22 02:09:25.049 INFO kablam! Oct 22 02:09:25.049 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.049 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.049 INFO kablam! | Oct 22 02:09:25.049 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.049 INFO kablam! | ^^^^^ Oct 22 02:09:25.049 INFO kablam! ... Oct 22 02:09:25.049 INFO kablam! 443 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_1align_alloc_layout_unchecked, 16384, 1); Oct 22 02:09:25.049 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.049 INFO kablam! | Oct 22 02:09:25.049 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.049 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.049 INFO kablam! | Oct 22 02:09:25.049 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.049 INFO kablam! | Oct 22 02:09:25.049 INFO kablam! Oct 22 02:09:25.056 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.056 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.056 INFO kablam! | Oct 22 02:09:25.056 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.056 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.056 INFO kablam! ... Oct 22 02:09:25.056 INFO kablam! 443 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_1align_alloc_layout_unchecked, 16384, 1); Oct 22 02:09:25.056 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.056 INFO kablam! | Oct 22 02:09:25.056 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.056 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.057 INFO kablam! | Oct 22 02:09:25.057 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.057 INFO kablam! | Oct 22 02:09:25.057 INFO kablam! Oct 22 02:09:25.057 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.057 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.057 INFO kablam! | Oct 22 02:09:25.057 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.057 INFO kablam! | ^^^^^ Oct 22 02:09:25.057 INFO kablam! ... Oct 22 02:09:25.057 INFO kablam! 456 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_1align_alloc_layout_unchecked, 32768, 1); Oct 22 02:09:25.057 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.057 INFO kablam! | Oct 22 02:09:25.057 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.057 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.057 INFO kablam! | Oct 22 02:09:25.057 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.057 INFO kablam! | Oct 22 02:09:25.057 INFO kablam! Oct 22 02:09:25.057 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.057 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.057 INFO kablam! | Oct 22 02:09:25.057 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.057 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.057 INFO kablam! ... Oct 22 02:09:25.057 INFO kablam! 456 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_1align_alloc_layout_unchecked, 32768, 1); Oct 22 02:09:25.057 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.057 INFO kablam! | Oct 22 02:09:25.057 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.057 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.057 INFO kablam! | Oct 22 02:09:25.057 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.057 INFO kablam! | Oct 22 02:09:25.057 INFO kablam! Oct 22 02:09:25.057 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.057 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.057 INFO kablam! | Oct 22 02:09:25.057 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.057 INFO kablam! | ^^^^^ Oct 22 02:09:25.057 INFO kablam! ... Oct 22 02:09:25.057 INFO kablam! 469 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_1align_alloc_layout_unchecked, 65536, 1); Oct 22 02:09:25.057 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.057 INFO kablam! | Oct 22 02:09:25.057 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.057 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.057 INFO kablam! | Oct 22 02:09:25.057 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.057 INFO kablam! | Oct 22 02:09:25.057 INFO kablam! Oct 22 02:09:25.057 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.057 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.057 INFO kablam! | Oct 22 02:09:25.057 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.057 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.057 INFO kablam! ... Oct 22 02:09:25.057 INFO kablam! 469 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_1align_alloc_layout_unchecked, 65536, 1); Oct 22 02:09:25.057 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.057 INFO kablam! | Oct 22 02:09:25.057 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.057 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.057 INFO kablam! | Oct 22 02:09:25.057 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.057 INFO kablam! | Oct 22 02:09:25.057 INFO kablam! Oct 22 02:09:25.057 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.057 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.057 INFO kablam! | Oct 22 02:09:25.057 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.057 INFO kablam! | ^^^^^ Oct 22 02:09:25.057 INFO kablam! ... Oct 22 02:09:25.057 INFO kablam! 482 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_1align_alloc_layout_unchecked, 131072, 1); Oct 22 02:09:25.057 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.057 INFO kablam! | Oct 22 02:09:25.057 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.057 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.057 INFO kablam! | Oct 22 02:09:25.057 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.057 INFO kablam! | Oct 22 02:09:25.057 INFO kablam! Oct 22 02:09:25.057 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.057 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.057 INFO kablam! | Oct 22 02:09:25.057 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.057 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.058 INFO kablam! ... Oct 22 02:09:25.058 INFO kablam! 482 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_1align_alloc_layout_unchecked, 131072, 1); Oct 22 02:09:25.058 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.058 INFO kablam! | Oct 22 02:09:25.058 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.058 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.058 INFO kablam! | Oct 22 02:09:25.058 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.058 INFO kablam! | Oct 22 02:09:25.058 INFO kablam! Oct 22 02:09:25.058 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.058 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.058 INFO kablam! | Oct 22 02:09:25.058 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.058 INFO kablam! | ^^^^^ Oct 22 02:09:25.058 INFO kablam! ... Oct 22 02:09:25.058 INFO kablam! 495 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_1align_alloc_layout_unchecked, 4194304, 1); Oct 22 02:09:25.058 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.058 INFO kablam! | Oct 22 02:09:25.058 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.058 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.058 INFO kablam! | Oct 22 02:09:25.058 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.058 INFO kablam! | Oct 22 02:09:25.058 INFO kablam! Oct 22 02:09:25.058 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.058 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.058 INFO kablam! | Oct 22 02:09:25.058 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.058 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.058 INFO kablam! ... Oct 22 02:09:25.058 INFO kablam! 495 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_1align_alloc_layout_unchecked, 4194304, 1); Oct 22 02:09:25.058 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.058 INFO kablam! | Oct 22 02:09:25.058 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.058 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.058 INFO kablam! | Oct 22 02:09:25.058 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.058 INFO kablam! | Oct 22 02:09:25.058 INFO kablam! Oct 22 02:09:25.060 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.060 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.060 INFO kablam! | Oct 22 02:09:25.060 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.060 INFO kablam! | ^^^^^ Oct 22 02:09:25.060 INFO kablam! ... Oct 22 02:09:25.060 INFO kablam! 509 | rt_alloc_layout_unchecked!(rt_even_10bytes_1align_alloc_layout_unchecked, 10, 1); Oct 22 02:09:25.060 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.060 INFO kablam! | Oct 22 02:09:25.060 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.060 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.060 INFO kablam! | Oct 22 02:09:25.060 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.060 INFO kablam! | Oct 22 02:09:25.060 INFO kablam! Oct 22 02:09:25.060 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.060 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.061 INFO kablam! | Oct 22 02:09:25.061 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.061 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.061 INFO kablam! ... Oct 22 02:09:25.061 INFO kablam! 509 | rt_alloc_layout_unchecked!(rt_even_10bytes_1align_alloc_layout_unchecked, 10, 1); Oct 22 02:09:25.061 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.061 INFO kablam! | Oct 22 02:09:25.061 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.061 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.061 INFO kablam! | Oct 22 02:09:25.061 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.061 INFO kablam! | Oct 22 02:09:25.061 INFO kablam! Oct 22 02:09:25.061 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.061 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.061 INFO kablam! | Oct 22 02:09:25.061 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.061 INFO kablam! | ^^^^^ Oct 22 02:09:25.061 INFO kablam! ... Oct 22 02:09:25.061 INFO kablam! 522 | rt_alloc_layout_unchecked!(rt_even_100bytes_1align_alloc_layout_unchecked, 100, 1); Oct 22 02:09:25.061 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.061 INFO kablam! | Oct 22 02:09:25.061 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.061 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.061 INFO kablam! | Oct 22 02:09:25.061 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.061 INFO kablam! | Oct 22 02:09:25.061 INFO kablam! Oct 22 02:09:25.061 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.061 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.061 INFO kablam! | Oct 22 02:09:25.061 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.061 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.061 INFO kablam! ... Oct 22 02:09:25.061 INFO kablam! 522 | rt_alloc_layout_unchecked!(rt_even_100bytes_1align_alloc_layout_unchecked, 100, 1); Oct 22 02:09:25.061 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.061 INFO kablam! | Oct 22 02:09:25.061 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.061 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.061 INFO kablam! | Oct 22 02:09:25.061 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.061 INFO kablam! | Oct 22 02:09:25.061 INFO kablam! Oct 22 02:09:25.064 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.064 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.064 INFO kablam! | Oct 22 02:09:25.064 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.064 INFO kablam! | ^^^^^ Oct 22 02:09:25.064 INFO kablam! ... Oct 22 02:09:25.064 INFO kablam! 535 | rt_alloc_layout_unchecked!(rt_even_1000bytes_1align_alloc_layout_unchecked, 1000, 1); Oct 22 02:09:25.064 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.064 INFO kablam! | Oct 22 02:09:25.064 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.064 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.064 INFO kablam! | Oct 22 02:09:25.064 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.064 INFO kablam! | Oct 22 02:09:25.064 INFO kablam! Oct 22 02:09:25.064 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.064 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.064 INFO kablam! | Oct 22 02:09:25.064 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.064 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.064 INFO kablam! ... Oct 22 02:09:25.064 INFO kablam! 535 | rt_alloc_layout_unchecked!(rt_even_1000bytes_1align_alloc_layout_unchecked, 1000, 1); Oct 22 02:09:25.064 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.064 INFO kablam! | Oct 22 02:09:25.065 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.065 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.065 INFO kablam! | Oct 22 02:09:25.065 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.065 INFO kablam! | Oct 22 02:09:25.065 INFO kablam! Oct 22 02:09:25.065 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.065 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.065 INFO kablam! | Oct 22 02:09:25.065 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.065 INFO kablam! | ^^^^^ Oct 22 02:09:25.065 INFO kablam! ... Oct 22 02:09:25.065 INFO kablam! 548 | rt_alloc_layout_unchecked!(rt_even_10000bytes_1align_alloc_layout_unchecked, 10000, 1); Oct 22 02:09:25.065 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.065 INFO kablam! | Oct 22 02:09:25.065 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.065 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.065 INFO kablam! | Oct 22 02:09:25.065 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.065 INFO kablam! | Oct 22 02:09:25.065 INFO kablam! Oct 22 02:09:25.065 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.065 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.065 INFO kablam! | Oct 22 02:09:25.065 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.065 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.065 INFO kablam! ... Oct 22 02:09:25.065 INFO kablam! 548 | rt_alloc_layout_unchecked!(rt_even_10000bytes_1align_alloc_layout_unchecked, 10000, 1); Oct 22 02:09:25.065 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.065 INFO kablam! | Oct 22 02:09:25.065 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.065 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.065 INFO kablam! | Oct 22 02:09:25.065 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.065 INFO kablam! | Oct 22 02:09:25.065 INFO kablam! Oct 22 02:09:25.069 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.069 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.069 INFO kablam! | Oct 22 02:09:25.069 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.069 INFO kablam! | ^^^^^ Oct 22 02:09:25.069 INFO kablam! ... Oct 22 02:09:25.069 INFO kablam! 561 | rt_alloc_layout_unchecked!(rt_even_100000bytes_1align_alloc_layout_unchecked, 100000, 1); Oct 22 02:09:25.069 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.069 INFO kablam! | Oct 22 02:09:25.069 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.069 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.069 INFO kablam! | Oct 22 02:09:25.069 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.069 INFO kablam! | Oct 22 02:09:25.069 INFO kablam! Oct 22 02:09:25.069 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.069 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.069 INFO kablam! | Oct 22 02:09:25.069 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.069 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.069 INFO kablam! ... Oct 22 02:09:25.069 INFO kablam! 561 | rt_alloc_layout_unchecked!(rt_even_100000bytes_1align_alloc_layout_unchecked, 100000, 1); Oct 22 02:09:25.069 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.069 INFO kablam! | Oct 22 02:09:25.069 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.069 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.069 INFO kablam! | Oct 22 02:09:25.069 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.069 INFO kablam! | Oct 22 02:09:25.069 INFO kablam! Oct 22 02:09:25.069 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.069 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.069 INFO kablam! | Oct 22 02:09:25.069 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.069 INFO kablam! | ^^^^^ Oct 22 02:09:25.069 INFO kablam! ... Oct 22 02:09:25.069 INFO kablam! 574 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_1align_alloc_layout_unchecked, 1000000, 1); Oct 22 02:09:25.069 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.069 INFO kablam! | Oct 22 02:09:25.069 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.069 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.069 INFO kablam! | Oct 22 02:09:25.069 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.069 INFO kablam! | Oct 22 02:09:25.069 INFO kablam! Oct 22 02:09:25.069 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.069 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.069 INFO kablam! | Oct 22 02:09:25.069 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.069 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.069 INFO kablam! ... Oct 22 02:09:25.069 INFO kablam! 574 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_1align_alloc_layout_unchecked, 1000000, 1); Oct 22 02:09:25.069 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.069 INFO kablam! | Oct 22 02:09:25.069 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.069 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.069 INFO kablam! | Oct 22 02:09:25.069 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.069 INFO kablam! | Oct 22 02:09:25.069 INFO kablam! Oct 22 02:09:25.072 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.072 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.072 INFO kablam! | Oct 22 02:09:25.072 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.072 INFO kablam! | ^^^^^ Oct 22 02:09:25.072 INFO kablam! ... Oct 22 02:09:25.072 INFO kablam! 588 | rt_alloc_layout_unchecked!(rt_odd_10bytes_1align_alloc_layout_unchecked, 10- 1, 1); Oct 22 02:09:25.073 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.073 INFO kablam! | Oct 22 02:09:25.073 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.073 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.073 INFO kablam! | Oct 22 02:09:25.073 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.073 INFO kablam! | Oct 22 02:09:25.073 INFO kablam! Oct 22 02:09:25.073 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.073 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.073 INFO kablam! | Oct 22 02:09:25.073 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.073 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.073 INFO kablam! ... Oct 22 02:09:25.073 INFO kablam! 588 | rt_alloc_layout_unchecked!(rt_odd_10bytes_1align_alloc_layout_unchecked, 10- 1, 1); Oct 22 02:09:25.073 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.073 INFO kablam! | Oct 22 02:09:25.073 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.073 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.073 INFO kablam! | Oct 22 02:09:25.073 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.073 INFO kablam! | Oct 22 02:09:25.073 INFO kablam! Oct 22 02:09:25.073 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.073 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.073 INFO kablam! | Oct 22 02:09:25.073 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.073 INFO kablam! | ^^^^^ Oct 22 02:09:25.073 INFO kablam! ... Oct 22 02:09:25.073 INFO kablam! 601 | rt_alloc_layout_unchecked!(rt_odd_100bytes_1align_alloc_layout_unchecked, 100- 1, 1); Oct 22 02:09:25.073 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.073 INFO kablam! | Oct 22 02:09:25.073 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.073 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.073 INFO kablam! | Oct 22 02:09:25.073 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.073 INFO kablam! | Oct 22 02:09:25.073 INFO kablam! Oct 22 02:09:25.073 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.073 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.073 INFO kablam! | Oct 22 02:09:25.073 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.073 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.073 INFO kablam! ... Oct 22 02:09:25.073 INFO kablam! 601 | rt_alloc_layout_unchecked!(rt_odd_100bytes_1align_alloc_layout_unchecked, 100- 1, 1); Oct 22 02:09:25.073 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.073 INFO kablam! | Oct 22 02:09:25.073 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.073 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.073 INFO kablam! | Oct 22 02:09:25.073 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.073 INFO kablam! | Oct 22 02:09:25.073 INFO kablam! Oct 22 02:09:25.079 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.079 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.079 INFO kablam! | Oct 22 02:09:25.079 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.079 INFO kablam! | ^^^^^ Oct 22 02:09:25.079 INFO kablam! ... Oct 22 02:09:25.079 INFO kablam! 614 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_1align_alloc_layout_unchecked, 1000- 1, 1); Oct 22 02:09:25.079 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.079 INFO kablam! | Oct 22 02:09:25.079 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.079 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.079 INFO kablam! | Oct 22 02:09:25.079 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.079 INFO kablam! | Oct 22 02:09:25.079 INFO kablam! Oct 22 02:09:25.079 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.079 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.079 INFO kablam! | Oct 22 02:09:25.079 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.079 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.079 INFO kablam! ... Oct 22 02:09:25.079 INFO kablam! 614 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_1align_alloc_layout_unchecked, 1000- 1, 1); Oct 22 02:09:25.079 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.080 INFO kablam! | Oct 22 02:09:25.080 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.080 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.080 INFO kablam! | Oct 22 02:09:25.080 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.080 INFO kablam! | Oct 22 02:09:25.080 INFO kablam! Oct 22 02:09:25.080 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.080 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.080 INFO kablam! | Oct 22 02:09:25.080 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.080 INFO kablam! | ^^^^^ Oct 22 02:09:25.080 INFO kablam! ... Oct 22 02:09:25.080 INFO kablam! 627 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_1align_alloc_layout_unchecked, 10000- 1, 1); Oct 22 02:09:25.080 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.080 INFO kablam! | Oct 22 02:09:25.080 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.080 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.080 INFO kablam! | Oct 22 02:09:25.080 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.080 INFO kablam! | Oct 22 02:09:25.080 INFO kablam! Oct 22 02:09:25.080 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.080 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.080 INFO kablam! | Oct 22 02:09:25.080 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.080 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.080 INFO kablam! ... Oct 22 02:09:25.080 INFO kablam! 627 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_1align_alloc_layout_unchecked, 10000- 1, 1); Oct 22 02:09:25.080 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.080 INFO kablam! | Oct 22 02:09:25.080 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.080 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.080 INFO kablam! | Oct 22 02:09:25.080 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.080 INFO kablam! | Oct 22 02:09:25.080 INFO kablam! Oct 22 02:09:25.080 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.080 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.080 INFO kablam! | Oct 22 02:09:25.080 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.080 INFO kablam! | ^^^^^ Oct 22 02:09:25.080 INFO kablam! ... Oct 22 02:09:25.080 INFO kablam! 640 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_1align_alloc_layout_unchecked, 100000- 1, 1); Oct 22 02:09:25.080 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.080 INFO kablam! | Oct 22 02:09:25.080 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.080 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.080 INFO kablam! | Oct 22 02:09:25.080 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.080 INFO kablam! | Oct 22 02:09:25.080 INFO kablam! Oct 22 02:09:25.080 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.080 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.080 INFO kablam! | Oct 22 02:09:25.080 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.080 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.080 INFO kablam! ... Oct 22 02:09:25.080 INFO kablam! 640 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_1align_alloc_layout_unchecked, 100000- 1, 1); Oct 22 02:09:25.080 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.080 INFO kablam! | Oct 22 02:09:25.080 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.080 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.080 INFO kablam! | Oct 22 02:09:25.080 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.080 INFO kablam! | Oct 22 02:09:25.080 INFO kablam! Oct 22 02:09:25.080 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.080 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.080 INFO kablam! | Oct 22 02:09:25.080 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.080 INFO kablam! | ^^^^^ Oct 22 02:09:25.080 INFO kablam! ... Oct 22 02:09:25.080 INFO kablam! 653 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_1align_alloc_layout_unchecked, 1000000- 1, 1); Oct 22 02:09:25.080 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.080 INFO kablam! | Oct 22 02:09:25.080 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.084 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.084 INFO kablam! | Oct 22 02:09:25.084 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.084 INFO kablam! | Oct 22 02:09:25.084 INFO kablam! Oct 22 02:09:25.084 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.084 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.084 INFO kablam! | Oct 22 02:09:25.084 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.084 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.084 INFO kablam! ... Oct 22 02:09:25.084 INFO kablam! 653 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_1align_alloc_layout_unchecked, 1000000- 1, 1); Oct 22 02:09:25.084 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.084 INFO kablam! | Oct 22 02:09:25.084 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.084 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.084 INFO kablam! | Oct 22 02:09:25.084 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.084 INFO kablam! | Oct 22 02:09:25.084 INFO kablam! Oct 22 02:09:25.084 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.084 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.084 INFO kablam! | Oct 22 02:09:25.084 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.084 INFO kablam! | ^^^^^ Oct 22 02:09:25.084 INFO kablam! ... Oct 22 02:09:25.084 INFO kablam! 667 | rt_alloc_layout_unchecked!(rt_primes_3bytes_1align_alloc_layout_unchecked, 3, 1); Oct 22 02:09:25.084 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.084 INFO kablam! | Oct 22 02:09:25.084 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.084 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.084 INFO kablam! | Oct 22 02:09:25.084 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.084 INFO kablam! | Oct 22 02:09:25.084 INFO kablam! Oct 22 02:09:25.084 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.084 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.085 INFO kablam! | Oct 22 02:09:25.085 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.085 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.085 INFO kablam! ... Oct 22 02:09:25.085 INFO kablam! 667 | rt_alloc_layout_unchecked!(rt_primes_3bytes_1align_alloc_layout_unchecked, 3, 1); Oct 22 02:09:25.085 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.085 INFO kablam! | Oct 22 02:09:25.085 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.085 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.085 INFO kablam! | Oct 22 02:09:25.085 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.085 INFO kablam! | Oct 22 02:09:25.085 INFO kablam! Oct 22 02:09:25.085 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.085 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.085 INFO kablam! | Oct 22 02:09:25.085 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.085 INFO kablam! | ^^^^^ Oct 22 02:09:25.085 INFO kablam! ... Oct 22 02:09:25.085 INFO kablam! 680 | rt_alloc_layout_unchecked!(rt_primes_7bytes_1align_alloc_layout_unchecked, 7, 1); Oct 22 02:09:25.085 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.085 INFO kablam! | Oct 22 02:09:25.085 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.085 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.085 INFO kablam! | Oct 22 02:09:25.085 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.085 INFO kablam! | Oct 22 02:09:25.085 INFO kablam! Oct 22 02:09:25.085 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.085 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.085 INFO kablam! | Oct 22 02:09:25.085 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.085 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.085 INFO kablam! ... Oct 22 02:09:25.085 INFO kablam! 680 | rt_alloc_layout_unchecked!(rt_primes_7bytes_1align_alloc_layout_unchecked, 7, 1); Oct 22 02:09:25.085 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.085 INFO kablam! | Oct 22 02:09:25.085 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.085 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.085 INFO kablam! | Oct 22 02:09:25.085 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.085 INFO kablam! | Oct 22 02:09:25.085 INFO kablam! Oct 22 02:09:25.092 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.092 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.092 INFO kablam! | Oct 22 02:09:25.092 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.092 INFO kablam! | ^^^^^ Oct 22 02:09:25.092 INFO kablam! ... Oct 22 02:09:25.092 INFO kablam! 693 | rt_alloc_layout_unchecked!(rt_primes_13bytes_1align_alloc_layout_unchecked, 13, 1); Oct 22 02:09:25.092 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.092 INFO kablam! | Oct 22 02:09:25.092 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.092 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.092 INFO kablam! | Oct 22 02:09:25.092 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.092 INFO kablam! | Oct 22 02:09:25.092 INFO kablam! Oct 22 02:09:25.092 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.092 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.092 INFO kablam! | Oct 22 02:09:25.092 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.092 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.092 INFO kablam! ... Oct 22 02:09:25.092 INFO kablam! 693 | rt_alloc_layout_unchecked!(rt_primes_13bytes_1align_alloc_layout_unchecked, 13, 1); Oct 22 02:09:25.092 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.092 INFO kablam! | Oct 22 02:09:25.092 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.092 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.092 INFO kablam! | Oct 22 02:09:25.092 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.092 INFO kablam! | Oct 22 02:09:25.092 INFO kablam! Oct 22 02:09:25.092 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.092 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.092 INFO kablam! | Oct 22 02:09:25.092 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.092 INFO kablam! | ^^^^^ Oct 22 02:09:25.092 INFO kablam! ... Oct 22 02:09:25.092 INFO kablam! 706 | rt_alloc_layout_unchecked!(rt_primes_17bytes_1align_alloc_layout_unchecked, 17, 1); Oct 22 02:09:25.092 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.092 INFO kablam! | Oct 22 02:09:25.093 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.093 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.093 INFO kablam! | Oct 22 02:09:25.093 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.093 INFO kablam! | Oct 22 02:09:25.093 INFO kablam! Oct 22 02:09:25.093 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.093 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.093 INFO kablam! | Oct 22 02:09:25.093 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.093 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.093 INFO kablam! ... Oct 22 02:09:25.093 INFO kablam! 706 | rt_alloc_layout_unchecked!(rt_primes_17bytes_1align_alloc_layout_unchecked, 17, 1); Oct 22 02:09:25.093 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.093 INFO kablam! | Oct 22 02:09:25.093 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.093 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.093 INFO kablam! | Oct 22 02:09:25.093 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.093 INFO kablam! | Oct 22 02:09:25.093 INFO kablam! Oct 22 02:09:25.093 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.093 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.093 INFO kablam! | Oct 22 02:09:25.093 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.093 INFO kablam! | ^^^^^ Oct 22 02:09:25.093 INFO kablam! ... Oct 22 02:09:25.093 INFO kablam! 719 | rt_alloc_layout_unchecked!(rt_primes_31bytes_1align_alloc_layout_unchecked, 31, 1); Oct 22 02:09:25.093 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.093 INFO kablam! | Oct 22 02:09:25.093 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.093 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.093 INFO kablam! | Oct 22 02:09:25.093 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.093 INFO kablam! | Oct 22 02:09:25.093 INFO kablam! Oct 22 02:09:25.093 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.093 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.093 INFO kablam! | Oct 22 02:09:25.093 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.093 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.093 INFO kablam! ... Oct 22 02:09:25.093 INFO kablam! 719 | rt_alloc_layout_unchecked!(rt_primes_31bytes_1align_alloc_layout_unchecked, 31, 1); Oct 22 02:09:25.093 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.093 INFO kablam! | Oct 22 02:09:25.093 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.093 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.093 INFO kablam! | Oct 22 02:09:25.093 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.093 INFO kablam! | Oct 22 02:09:25.093 INFO kablam! Oct 22 02:09:25.093 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.093 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.093 INFO kablam! | Oct 22 02:09:25.093 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.093 INFO kablam! | ^^^^^ Oct 22 02:09:25.093 INFO kablam! ... Oct 22 02:09:25.093 INFO kablam! 732 | rt_alloc_layout_unchecked!(rt_primes_61bytes_1align_alloc_layout_unchecked, 61, 1); Oct 22 02:09:25.093 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.093 INFO kablam! | Oct 22 02:09:25.093 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.093 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.093 INFO kablam! | Oct 22 02:09:25.093 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.093 INFO kablam! | Oct 22 02:09:25.093 INFO kablam! Oct 22 02:09:25.096 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.096 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.096 INFO kablam! | Oct 22 02:09:25.096 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.096 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.096 INFO kablam! ... Oct 22 02:09:25.096 INFO kablam! 732 | rt_alloc_layout_unchecked!(rt_primes_61bytes_1align_alloc_layout_unchecked, 61, 1); Oct 22 02:09:25.096 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.096 INFO kablam! | Oct 22 02:09:25.096 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.096 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.096 INFO kablam! | Oct 22 02:09:25.096 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.096 INFO kablam! | Oct 22 02:09:25.096 INFO kablam! Oct 22 02:09:25.096 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.096 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.096 INFO kablam! | Oct 22 02:09:25.096 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.096 INFO kablam! | ^^^^^ Oct 22 02:09:25.096 INFO kablam! ... Oct 22 02:09:25.096 INFO kablam! 745 | rt_alloc_layout_unchecked!(rt_primes_96bytes_1align_alloc_layout_unchecked, 96, 1); Oct 22 02:09:25.096 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.096 INFO kablam! | Oct 22 02:09:25.096 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.096 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.096 INFO kablam! | Oct 22 02:09:25.096 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.096 INFO kablam! | Oct 22 02:09:25.096 INFO kablam! Oct 22 02:09:25.096 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.096 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.096 INFO kablam! | Oct 22 02:09:25.096 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.096 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.096 INFO kablam! ... Oct 22 02:09:25.096 INFO kablam! 745 | rt_alloc_layout_unchecked!(rt_primes_96bytes_1align_alloc_layout_unchecked, 96, 1); Oct 22 02:09:25.096 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.097 INFO kablam! | Oct 22 02:09:25.097 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.097 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.097 INFO kablam! | Oct 22 02:09:25.097 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.097 INFO kablam! | Oct 22 02:09:25.097 INFO kablam! Oct 22 02:09:25.097 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.097 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.097 INFO kablam! | Oct 22 02:09:25.097 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.097 INFO kablam! | ^^^^^ Oct 22 02:09:25.097 INFO kablam! ... Oct 22 02:09:25.097 INFO kablam! 758 | rt_alloc_layout_unchecked!(rt_primes_127bytes_1align_alloc_layout_unchecked, 127, 1); Oct 22 02:09:25.097 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.097 INFO kablam! | Oct 22 02:09:25.097 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.097 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.097 INFO kablam! | Oct 22 02:09:25.097 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.097 INFO kablam! | Oct 22 02:09:25.097 INFO kablam! Oct 22 02:09:25.101 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.101 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.101 INFO kablam! | Oct 22 02:09:25.101 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.101 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.101 INFO kablam! ... Oct 22 02:09:25.101 INFO kablam! 758 | rt_alloc_layout_unchecked!(rt_primes_127bytes_1align_alloc_layout_unchecked, 127, 1); Oct 22 02:09:25.101 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.101 INFO kablam! | Oct 22 02:09:25.101 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.101 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.102 INFO kablam! | Oct 22 02:09:25.102 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.102 INFO kablam! | Oct 22 02:09:25.102 INFO kablam! Oct 22 02:09:25.102 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.102 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.102 INFO kablam! | Oct 22 02:09:25.102 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.102 INFO kablam! | ^^^^^ Oct 22 02:09:25.102 INFO kablam! ... Oct 22 02:09:25.102 INFO kablam! 771 | rt_alloc_layout_unchecked!(rt_primes_257bytes_1align_alloc_layout_unchecked, 257, 1); Oct 22 02:09:25.102 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.102 INFO kablam! | Oct 22 02:09:25.102 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.102 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.102 INFO kablam! | Oct 22 02:09:25.102 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.102 INFO kablam! | Oct 22 02:09:25.102 INFO kablam! Oct 22 02:09:25.102 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.102 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.102 INFO kablam! | Oct 22 02:09:25.102 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.102 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.102 INFO kablam! ... Oct 22 02:09:25.102 INFO kablam! 771 | rt_alloc_layout_unchecked!(rt_primes_257bytes_1align_alloc_layout_unchecked, 257, 1); Oct 22 02:09:25.102 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.102 INFO kablam! | Oct 22 02:09:25.102 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.102 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.102 INFO kablam! | Oct 22 02:09:25.102 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.102 INFO kablam! | Oct 22 02:09:25.102 INFO kablam! Oct 22 02:09:25.102 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.102 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.102 INFO kablam! | Oct 22 02:09:25.102 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.102 INFO kablam! | ^^^^^ Oct 22 02:09:25.102 INFO kablam! ... Oct 22 02:09:25.102 INFO kablam! 784 | rt_alloc_layout_unchecked!(rt_primes_509bytes_1align_alloc_layout_unchecked, 509, 1); Oct 22 02:09:25.102 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.102 INFO kablam! | Oct 22 02:09:25.102 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.102 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.102 INFO kablam! | Oct 22 02:09:25.102 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.102 INFO kablam! | Oct 22 02:09:25.102 INFO kablam! Oct 22 02:09:25.103 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.103 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.103 INFO kablam! | Oct 22 02:09:25.103 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.103 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.103 INFO kablam! ... Oct 22 02:09:25.103 INFO kablam! 784 | rt_alloc_layout_unchecked!(rt_primes_509bytes_1align_alloc_layout_unchecked, 509, 1); Oct 22 02:09:25.103 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.103 INFO kablam! | Oct 22 02:09:25.103 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.103 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.103 INFO kablam! | Oct 22 02:09:25.103 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.103 INFO kablam! | Oct 22 02:09:25.103 INFO kablam! Oct 22 02:09:25.104 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.104 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.104 INFO kablam! | Oct 22 02:09:25.104 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.104 INFO kablam! | ^^^^^ Oct 22 02:09:25.104 INFO kablam! ... Oct 22 02:09:25.104 INFO kablam! 797 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_1align_alloc_layout_unchecked, 1021, 1); Oct 22 02:09:25.104 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.104 INFO kablam! | Oct 22 02:09:25.104 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.104 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.104 INFO kablam! | Oct 22 02:09:25.104 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.104 INFO kablam! | Oct 22 02:09:25.104 INFO kablam! Oct 22 02:09:25.104 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.104 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.104 INFO kablam! | Oct 22 02:09:25.104 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.104 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.104 INFO kablam! ... Oct 22 02:09:25.104 INFO kablam! 797 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_1align_alloc_layout_unchecked, 1021, 1); Oct 22 02:09:25.104 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.104 INFO kablam! | Oct 22 02:09:25.104 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.104 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.104 INFO kablam! | Oct 22 02:09:25.104 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.104 INFO kablam! | Oct 22 02:09:25.104 INFO kablam! Oct 22 02:09:25.107 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.107 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.107 INFO kablam! | Oct 22 02:09:25.107 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.107 INFO kablam! | ^^^^^ Oct 22 02:09:25.107 INFO kablam! ... Oct 22 02:09:25.107 INFO kablam! 810 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_1align_alloc_layout_unchecked, 2039, 1); Oct 22 02:09:25.107 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.107 INFO kablam! | Oct 22 02:09:25.107 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.107 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.107 INFO kablam! | Oct 22 02:09:25.107 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.107 INFO kablam! | Oct 22 02:09:25.107 INFO kablam! Oct 22 02:09:25.107 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.107 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.107 INFO kablam! | Oct 22 02:09:25.107 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.107 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.107 INFO kablam! ... Oct 22 02:09:25.107 INFO kablam! 810 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_1align_alloc_layout_unchecked, 2039, 1); Oct 22 02:09:25.107 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.107 INFO kablam! | Oct 22 02:09:25.107 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.108 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.108 INFO kablam! | Oct 22 02:09:25.108 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.108 INFO kablam! | Oct 22 02:09:25.108 INFO kablam! Oct 22 02:09:25.108 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.108 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.108 INFO kablam! | Oct 22 02:09:25.108 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.108 INFO kablam! | ^^^^^ Oct 22 02:09:25.108 INFO kablam! ... Oct 22 02:09:25.108 INFO kablam! 823 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_1align_alloc_layout_unchecked, 4093, 1); Oct 22 02:09:25.108 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.108 INFO kablam! | Oct 22 02:09:25.108 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.108 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.108 INFO kablam! | Oct 22 02:09:25.108 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.108 INFO kablam! | Oct 22 02:09:25.108 INFO kablam! Oct 22 02:09:25.108 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.108 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.108 INFO kablam! | Oct 22 02:09:25.108 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.108 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.108 INFO kablam! ... Oct 22 02:09:25.108 INFO kablam! 823 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_1align_alloc_layout_unchecked, 4093, 1); Oct 22 02:09:25.108 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.108 INFO kablam! | Oct 22 02:09:25.108 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.108 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.108 INFO kablam! | Oct 22 02:09:25.108 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.108 INFO kablam! | Oct 22 02:09:25.108 INFO kablam! Oct 22 02:09:25.108 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.108 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.108 INFO kablam! | Oct 22 02:09:25.108 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.108 INFO kablam! | ^^^^^ Oct 22 02:09:25.108 INFO kablam! ... Oct 22 02:09:25.108 INFO kablam! 836 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_1align_alloc_layout_unchecked, 8191, 1); Oct 22 02:09:25.108 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.108 INFO kablam! | Oct 22 02:09:25.108 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.116 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.116 INFO kablam! | Oct 22 02:09:25.116 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.116 INFO kablam! | Oct 22 02:09:25.116 INFO kablam! Oct 22 02:09:25.116 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.116 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.116 INFO kablam! | Oct 22 02:09:25.116 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.116 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.116 INFO kablam! ... Oct 22 02:09:25.116 INFO kablam! 836 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_1align_alloc_layout_unchecked, 8191, 1); Oct 22 02:09:25.116 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.116 INFO kablam! | Oct 22 02:09:25.116 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.116 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.116 INFO kablam! | Oct 22 02:09:25.116 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.116 INFO kablam! | Oct 22 02:09:25.116 INFO kablam! Oct 22 02:09:25.116 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.116 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.116 INFO kablam! | Oct 22 02:09:25.116 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.116 INFO kablam! | ^^^^^ Oct 22 02:09:25.116 INFO kablam! ... Oct 22 02:09:25.116 INFO kablam! 849 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_1align_alloc_layout_unchecked, 16381, 1); Oct 22 02:09:25.116 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.116 INFO kablam! | Oct 22 02:09:25.116 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.116 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.116 INFO kablam! | Oct 22 02:09:25.116 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.116 INFO kablam! | Oct 22 02:09:25.116 INFO kablam! Oct 22 02:09:25.116 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.116 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.116 INFO kablam! | Oct 22 02:09:25.116 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.116 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.116 INFO kablam! ... Oct 22 02:09:25.116 INFO kablam! 849 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_1align_alloc_layout_unchecked, 16381, 1); Oct 22 02:09:25.116 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.117 INFO kablam! | Oct 22 02:09:25.117 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.117 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.117 INFO kablam! | Oct 22 02:09:25.117 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.117 INFO kablam! | Oct 22 02:09:25.117 INFO kablam! Oct 22 02:09:25.117 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.117 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.117 INFO kablam! | Oct 22 02:09:25.117 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.117 INFO kablam! | ^^^^^ Oct 22 02:09:25.117 INFO kablam! ... Oct 22 02:09:25.117 INFO kablam! 862 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_1align_alloc_layout_unchecked, 32749, 1); Oct 22 02:09:25.117 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.117 INFO kablam! | Oct 22 02:09:25.117 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.117 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.117 INFO kablam! | Oct 22 02:09:25.117 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.117 INFO kablam! | Oct 22 02:09:25.117 INFO kablam! Oct 22 02:09:25.117 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.117 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.117 INFO kablam! | Oct 22 02:09:25.117 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.117 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.117 INFO kablam! ... Oct 22 02:09:25.117 INFO kablam! 862 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_1align_alloc_layout_unchecked, 32749, 1); Oct 22 02:09:25.117 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.117 INFO kablam! | Oct 22 02:09:25.117 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.117 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.117 INFO kablam! | Oct 22 02:09:25.117 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.117 INFO kablam! | Oct 22 02:09:25.117 INFO kablam! Oct 22 02:09:25.117 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.117 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.117 INFO kablam! | Oct 22 02:09:25.117 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.117 INFO kablam! | ^^^^^ Oct 22 02:09:25.117 INFO kablam! ... Oct 22 02:09:25.117 INFO kablam! 875 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_1align_alloc_layout_unchecked, 65537, 1); Oct 22 02:09:25.117 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.117 INFO kablam! | Oct 22 02:09:25.117 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.117 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.117 INFO kablam! | Oct 22 02:09:25.117 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.117 INFO kablam! | Oct 22 02:09:25.117 INFO kablam! Oct 22 02:09:25.117 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.117 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.117 INFO kablam! | Oct 22 02:09:25.117 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.117 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.117 INFO kablam! ... Oct 22 02:09:25.117 INFO kablam! 875 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_1align_alloc_layout_unchecked, 65537, 1); Oct 22 02:09:25.117 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.117 INFO kablam! | Oct 22 02:09:25.117 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.117 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.117 INFO kablam! | Oct 22 02:09:25.117 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.117 INFO kablam! | Oct 22 02:09:25.117 INFO kablam! Oct 22 02:09:25.117 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.117 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.117 INFO kablam! | Oct 22 02:09:25.117 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.117 INFO kablam! | ^^^^^ Oct 22 02:09:25.117 INFO kablam! ... Oct 22 02:09:25.117 INFO kablam! 888 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_1align_alloc_layout_unchecked, 131071, 1); Oct 22 02:09:25.117 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.117 INFO kablam! | Oct 22 02:09:25.117 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.117 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.117 INFO kablam! | Oct 22 02:09:25.117 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.117 INFO kablam! | Oct 22 02:09:25.117 INFO kablam! Oct 22 02:09:25.117 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.117 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.118 INFO kablam! | Oct 22 02:09:25.118 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.118 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.118 INFO kablam! ... Oct 22 02:09:25.118 INFO kablam! 888 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_1align_alloc_layout_unchecked, 131071, 1); Oct 22 02:09:25.118 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.118 INFO kablam! | Oct 22 02:09:25.118 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.118 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.118 INFO kablam! | Oct 22 02:09:25.118 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.118 INFO kablam! | Oct 22 02:09:25.118 INFO kablam! Oct 22 02:09:25.120 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.120 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.120 INFO kablam! | Oct 22 02:09:25.120 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.120 INFO kablam! | ^^^^^ Oct 22 02:09:25.120 INFO kablam! ... Oct 22 02:09:25.120 INFO kablam! 901 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_1align_alloc_layout_unchecked, 4194301, 1); Oct 22 02:09:25.120 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.120 INFO kablam! | Oct 22 02:09:25.120 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.120 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.120 INFO kablam! | Oct 22 02:09:25.120 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.120 INFO kablam! | Oct 22 02:09:25.120 INFO kablam! Oct 22 02:09:25.120 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.120 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.120 INFO kablam! | Oct 22 02:09:25.120 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.120 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.120 INFO kablam! ... Oct 22 02:09:25.120 INFO kablam! 901 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_1align_alloc_layout_unchecked, 4194301, 1); Oct 22 02:09:25.120 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.120 INFO kablam! | Oct 22 02:09:25.120 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.120 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.120 INFO kablam! | Oct 22 02:09:25.120 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.120 INFO kablam! | Oct 22 02:09:25.120 INFO kablam! Oct 22 02:09:25.120 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.120 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.120 INFO kablam! | Oct 22 02:09:25.120 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.120 INFO kablam! | ^^^^^ Oct 22 02:09:25.120 INFO kablam! ... Oct 22 02:09:25.120 INFO kablam! 917 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_2align_alloc_layout_unchecked, 1, 2); Oct 22 02:09:25.120 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.120 INFO kablam! | Oct 22 02:09:25.120 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.121 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.121 INFO kablam! | Oct 22 02:09:25.121 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.121 INFO kablam! | Oct 22 02:09:25.121 INFO kablam! Oct 22 02:09:25.121 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.121 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.121 INFO kablam! | Oct 22 02:09:25.121 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.121 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.121 INFO kablam! ... Oct 22 02:09:25.121 INFO kablam! 917 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_2align_alloc_layout_unchecked, 1, 2); Oct 22 02:09:25.121 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.121 INFO kablam! | Oct 22 02:09:25.121 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.121 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.121 INFO kablam! | Oct 22 02:09:25.121 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.121 INFO kablam! | Oct 22 02:09:25.121 INFO kablam! Oct 22 02:09:25.124 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.124 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.124 INFO kablam! | Oct 22 02:09:25.124 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.124 INFO kablam! | ^^^^^ Oct 22 02:09:25.124 INFO kablam! ... Oct 22 02:09:25.124 INFO kablam! 930 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_2align_alloc_layout_unchecked, 2, 2); Oct 22 02:09:25.124 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.124 INFO kablam! | Oct 22 02:09:25.124 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.124 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.124 INFO kablam! | Oct 22 02:09:25.124 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.124 INFO kablam! | Oct 22 02:09:25.124 INFO kablam! Oct 22 02:09:25.124 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.124 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.124 INFO kablam! | Oct 22 02:09:25.124 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.124 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.124 INFO kablam! ... Oct 22 02:09:25.124 INFO kablam! 930 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_2align_alloc_layout_unchecked, 2, 2); Oct 22 02:09:25.124 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.124 INFO kablam! | Oct 22 02:09:25.124 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.124 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.124 INFO kablam! | Oct 22 02:09:25.124 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.124 INFO kablam! | Oct 22 02:09:25.124 INFO kablam! Oct 22 02:09:25.124 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.124 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.124 INFO kablam! | Oct 22 02:09:25.124 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.124 INFO kablam! | ^^^^^ Oct 22 02:09:25.124 INFO kablam! ... Oct 22 02:09:25.124 INFO kablam! 943 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_2align_alloc_layout_unchecked, 4, 2); Oct 22 02:09:25.124 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.124 INFO kablam! | Oct 22 02:09:25.125 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.125 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.125 INFO kablam! | Oct 22 02:09:25.125 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.125 INFO kablam! | Oct 22 02:09:25.125 INFO kablam! Oct 22 02:09:25.125 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.125 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.125 INFO kablam! | Oct 22 02:09:25.125 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.125 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.125 INFO kablam! ... Oct 22 02:09:25.125 INFO kablam! 943 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_2align_alloc_layout_unchecked, 4, 2); Oct 22 02:09:25.125 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.125 INFO kablam! | Oct 22 02:09:25.125 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.125 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.125 INFO kablam! | Oct 22 02:09:25.125 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.125 INFO kablam! | Oct 22 02:09:25.125 INFO kablam! Oct 22 02:09:25.128 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.128 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.128 INFO kablam! | Oct 22 02:09:25.128 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.128 INFO kablam! | ^^^^^ Oct 22 02:09:25.128 INFO kablam! ... Oct 22 02:09:25.128 INFO kablam! 956 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_2align_alloc_layout_unchecked, 8, 2); Oct 22 02:09:25.128 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.128 INFO kablam! | Oct 22 02:09:25.128 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.128 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.128 INFO kablam! | Oct 22 02:09:25.128 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.128 INFO kablam! | Oct 22 02:09:25.128 INFO kablam! Oct 22 02:09:25.128 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.128 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.128 INFO kablam! | Oct 22 02:09:25.128 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.128 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.128 INFO kablam! ... Oct 22 02:09:25.128 INFO kablam! 956 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_2align_alloc_layout_unchecked, 8, 2); Oct 22 02:09:25.128 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.128 INFO kablam! | Oct 22 02:09:25.128 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.128 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.128 INFO kablam! | Oct 22 02:09:25.128 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.128 INFO kablam! | Oct 22 02:09:25.128 INFO kablam! Oct 22 02:09:25.128 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.128 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.128 INFO kablam! | Oct 22 02:09:25.128 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.128 INFO kablam! | ^^^^^ Oct 22 02:09:25.128 INFO kablam! ... Oct 22 02:09:25.128 INFO kablam! 969 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_2align_alloc_layout_unchecked, 16, 2); Oct 22 02:09:25.128 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.128 INFO kablam! | Oct 22 02:09:25.129 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.129 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.129 INFO kablam! | Oct 22 02:09:25.129 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.129 INFO kablam! | Oct 22 02:09:25.129 INFO kablam! Oct 22 02:09:25.129 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.129 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.129 INFO kablam! | Oct 22 02:09:25.129 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.129 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.129 INFO kablam! ... Oct 22 02:09:25.129 INFO kablam! 969 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_2align_alloc_layout_unchecked, 16, 2); Oct 22 02:09:25.129 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.129 INFO kablam! | Oct 22 02:09:25.129 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.129 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.129 INFO kablam! | Oct 22 02:09:25.129 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.129 INFO kablam! | Oct 22 02:09:25.129 INFO kablam! Oct 22 02:09:25.132 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.132 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.132 INFO kablam! | Oct 22 02:09:25.132 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.132 INFO kablam! | ^^^^^ Oct 22 02:09:25.132 INFO kablam! ... Oct 22 02:09:25.132 INFO kablam! 982 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_2align_alloc_layout_unchecked, 32, 2); Oct 22 02:09:25.132 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.132 INFO kablam! | Oct 22 02:09:25.132 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.132 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.132 INFO kablam! | Oct 22 02:09:25.132 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.132 INFO kablam! | Oct 22 02:09:25.132 INFO kablam! Oct 22 02:09:25.132 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.132 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.132 INFO kablam! | Oct 22 02:09:25.132 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.132 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.132 INFO kablam! ... Oct 22 02:09:25.132 INFO kablam! 982 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_2align_alloc_layout_unchecked, 32, 2); Oct 22 02:09:25.132 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.132 INFO kablam! | Oct 22 02:09:25.132 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.132 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.132 INFO kablam! | Oct 22 02:09:25.132 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.132 INFO kablam! | Oct 22 02:09:25.132 INFO kablam! Oct 22 02:09:25.132 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.132 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.133 INFO kablam! | Oct 22 02:09:25.133 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.133 INFO kablam! | ^^^^^ Oct 22 02:09:25.133 INFO kablam! ... Oct 22 02:09:25.133 INFO kablam! 995 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_2align_alloc_layout_unchecked, 64, 2); Oct 22 02:09:25.133 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.133 INFO kablam! | Oct 22 02:09:25.133 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.133 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.133 INFO kablam! | Oct 22 02:09:25.133 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.133 INFO kablam! | Oct 22 02:09:25.133 INFO kablam! Oct 22 02:09:25.133 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.133 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.133 INFO kablam! | Oct 22 02:09:25.133 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.133 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.133 INFO kablam! ... Oct 22 02:09:25.133 INFO kablam! 995 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_2align_alloc_layout_unchecked, 64, 2); Oct 22 02:09:25.133 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.133 INFO kablam! | Oct 22 02:09:25.133 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.133 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.133 INFO kablam! | Oct 22 02:09:25.133 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.133 INFO kablam! | Oct 22 02:09:25.133 INFO kablam! Oct 22 02:09:25.137 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.137 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.137 INFO kablam! | Oct 22 02:09:25.137 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.137 INFO kablam! | ^^^^^ Oct 22 02:09:25.137 INFO kablam! ... Oct 22 02:09:25.137 INFO kablam! 1008 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_2align_alloc_layout_unchecked, 128, 2); Oct 22 02:09:25.137 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.137 INFO kablam! | Oct 22 02:09:25.137 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.138 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.138 INFO kablam! | Oct 22 02:09:25.138 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.138 INFO kablam! | Oct 22 02:09:25.138 INFO kablam! Oct 22 02:09:25.138 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.138 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.138 INFO kablam! | Oct 22 02:09:25.138 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.138 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.138 INFO kablam! ... Oct 22 02:09:25.138 INFO kablam! 1008 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_2align_alloc_layout_unchecked, 128, 2); Oct 22 02:09:25.138 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.138 INFO kablam! | Oct 22 02:09:25.138 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.138 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.138 INFO kablam! | Oct 22 02:09:25.138 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.138 INFO kablam! | Oct 22 02:09:25.138 INFO kablam! Oct 22 02:09:25.138 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.138 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.138 INFO kablam! | Oct 22 02:09:25.138 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.138 INFO kablam! | ^^^^^ Oct 22 02:09:25.138 INFO kablam! ... Oct 22 02:09:25.138 INFO kablam! 1021 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_2align_alloc_layout_unchecked, 256, 2); Oct 22 02:09:25.138 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.138 INFO kablam! | Oct 22 02:09:25.138 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.138 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.138 INFO kablam! | Oct 22 02:09:25.138 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.138 INFO kablam! | Oct 22 02:09:25.138 INFO kablam! Oct 22 02:09:25.138 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.138 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.138 INFO kablam! | Oct 22 02:09:25.138 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.138 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.138 INFO kablam! ... Oct 22 02:09:25.138 INFO kablam! 1021 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_2align_alloc_layout_unchecked, 256, 2); Oct 22 02:09:25.138 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.138 INFO kablam! | Oct 22 02:09:25.138 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.138 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.138 INFO kablam! | Oct 22 02:09:25.138 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.138 INFO kablam! | Oct 22 02:09:25.138 INFO kablam! Oct 22 02:09:25.139 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.139 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.139 INFO kablam! | Oct 22 02:09:25.139 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.139 INFO kablam! | ^^^^^ Oct 22 02:09:25.139 INFO kablam! ... Oct 22 02:09:25.139 INFO kablam! 1034 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_2align_alloc_layout_unchecked, 512, 2); Oct 22 02:09:25.139 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.139 INFO kablam! | Oct 22 02:09:25.139 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.139 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.139 INFO kablam! | Oct 22 02:09:25.139 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.139 INFO kablam! | Oct 22 02:09:25.139 INFO kablam! Oct 22 02:09:25.139 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.139 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.139 INFO kablam! | Oct 22 02:09:25.139 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.139 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.139 INFO kablam! ... Oct 22 02:09:25.139 INFO kablam! 1034 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_2align_alloc_layout_unchecked, 512, 2); Oct 22 02:09:25.139 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.139 INFO kablam! | Oct 22 02:09:25.139 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.143 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.144 INFO kablam! | Oct 22 02:09:25.144 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.144 INFO kablam! | Oct 22 02:09:25.144 INFO kablam! Oct 22 02:09:25.144 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.144 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.144 INFO kablam! | Oct 22 02:09:25.144 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.144 INFO kablam! | ^^^^^ Oct 22 02:09:25.144 INFO kablam! ... Oct 22 02:09:25.144 INFO kablam! 1047 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_2align_alloc_layout_unchecked, 1024, 2); Oct 22 02:09:25.144 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.144 INFO kablam! | Oct 22 02:09:25.144 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.144 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.144 INFO kablam! | Oct 22 02:09:25.144 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.144 INFO kablam! | Oct 22 02:09:25.144 INFO kablam! Oct 22 02:09:25.144 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.144 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.144 INFO kablam! | Oct 22 02:09:25.144 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.144 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.144 INFO kablam! ... Oct 22 02:09:25.144 INFO kablam! 1047 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_2align_alloc_layout_unchecked, 1024, 2); Oct 22 02:09:25.144 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.144 INFO kablam! | Oct 22 02:09:25.144 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.144 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.144 INFO kablam! | Oct 22 02:09:25.144 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.144 INFO kablam! | Oct 22 02:09:25.144 INFO kablam! Oct 22 02:09:25.144 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.144 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.144 INFO kablam! | Oct 22 02:09:25.145 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.145 INFO kablam! | ^^^^^ Oct 22 02:09:25.145 INFO kablam! ... Oct 22 02:09:25.145 INFO kablam! 1060 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_2align_alloc_layout_unchecked, 2048, 2); Oct 22 02:09:25.145 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.145 INFO kablam! | Oct 22 02:09:25.145 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.145 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.145 INFO kablam! | Oct 22 02:09:25.145 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.145 INFO kablam! | Oct 22 02:09:25.145 INFO kablam! Oct 22 02:09:25.145 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.145 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.145 INFO kablam! | Oct 22 02:09:25.145 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.145 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.145 INFO kablam! ... Oct 22 02:09:25.145 INFO kablam! 1060 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_2align_alloc_layout_unchecked, 2048, 2); Oct 22 02:09:25.145 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.145 INFO kablam! | Oct 22 02:09:25.145 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.145 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.145 INFO kablam! | Oct 22 02:09:25.145 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.145 INFO kablam! | Oct 22 02:09:25.145 INFO kablam! Oct 22 02:09:25.145 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.145 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.145 INFO kablam! | Oct 22 02:09:25.145 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.145 INFO kablam! | ^^^^^ Oct 22 02:09:25.145 INFO kablam! ... Oct 22 02:09:25.145 INFO kablam! 1073 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_2align_alloc_layout_unchecked, 4096, 2); Oct 22 02:09:25.145 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.145 INFO kablam! | Oct 22 02:09:25.145 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.145 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.145 INFO kablam! | Oct 22 02:09:25.145 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.145 INFO kablam! | Oct 22 02:09:25.145 INFO kablam! Oct 22 02:09:25.145 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.145 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.145 INFO kablam! | Oct 22 02:09:25.145 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.145 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.145 INFO kablam! ... Oct 22 02:09:25.145 INFO kablam! 1073 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_2align_alloc_layout_unchecked, 4096, 2); Oct 22 02:09:25.145 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.145 INFO kablam! | Oct 22 02:09:25.145 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.145 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.145 INFO kablam! | Oct 22 02:09:25.145 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.145 INFO kablam! | Oct 22 02:09:25.145 INFO kablam! Oct 22 02:09:25.145 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.145 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.145 INFO kablam! | Oct 22 02:09:25.145 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.145 INFO kablam! | ^^^^^ Oct 22 02:09:25.145 INFO kablam! ... Oct 22 02:09:25.145 INFO kablam! 1086 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_2align_alloc_layout_unchecked, 8192, 2); Oct 22 02:09:25.145 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.145 INFO kablam! | Oct 22 02:09:25.145 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.145 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.145 INFO kablam! | Oct 22 02:09:25.145 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.145 INFO kablam! | Oct 22 02:09:25.145 INFO kablam! Oct 22 02:09:25.147 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.147 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.147 INFO kablam! | Oct 22 02:09:25.147 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.147 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.147 INFO kablam! ... Oct 22 02:09:25.147 INFO kablam! 1086 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_2align_alloc_layout_unchecked, 8192, 2); Oct 22 02:09:25.147 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.147 INFO kablam! | Oct 22 02:09:25.147 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.147 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.147 INFO kablam! | Oct 22 02:09:25.147 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.147 INFO kablam! | Oct 22 02:09:25.147 INFO kablam! Oct 22 02:09:25.147 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.147 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.147 INFO kablam! | Oct 22 02:09:25.147 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.147 INFO kablam! | ^^^^^ Oct 22 02:09:25.147 INFO kablam! ... Oct 22 02:09:25.147 INFO kablam! 1099 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_2align_alloc_layout_unchecked, 16384, 2); Oct 22 02:09:25.147 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.147 INFO kablam! | Oct 22 02:09:25.147 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.147 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.147 INFO kablam! | Oct 22 02:09:25.147 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.147 INFO kablam! | Oct 22 02:09:25.147 INFO kablam! Oct 22 02:09:25.149 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.149 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.149 INFO kablam! | Oct 22 02:09:25.149 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.149 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.149 INFO kablam! ... Oct 22 02:09:25.149 INFO kablam! 1099 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_2align_alloc_layout_unchecked, 16384, 2); Oct 22 02:09:25.149 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.149 INFO kablam! | Oct 22 02:09:25.149 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.149 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.149 INFO kablam! | Oct 22 02:09:25.149 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.149 INFO kablam! | Oct 22 02:09:25.149 INFO kablam! Oct 22 02:09:25.149 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.149 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.149 INFO kablam! | Oct 22 02:09:25.149 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.149 INFO kablam! | ^^^^^ Oct 22 02:09:25.149 INFO kablam! ... Oct 22 02:09:25.149 INFO kablam! 1112 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_2align_alloc_layout_unchecked, 32768, 2); Oct 22 02:09:25.149 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.149 INFO kablam! | Oct 22 02:09:25.149 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.149 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.149 INFO kablam! | Oct 22 02:09:25.149 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.149 INFO kablam! | Oct 22 02:09:25.149 INFO kablam! Oct 22 02:09:25.156 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.156 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.156 INFO kablam! | Oct 22 02:09:25.156 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.156 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.156 INFO kablam! ... Oct 22 02:09:25.156 INFO kablam! 1112 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_2align_alloc_layout_unchecked, 32768, 2); Oct 22 02:09:25.156 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.156 INFO kablam! | Oct 22 02:09:25.156 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.156 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.156 INFO kablam! | Oct 22 02:09:25.156 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.156 INFO kablam! | Oct 22 02:09:25.156 INFO kablam! Oct 22 02:09:25.156 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.156 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.156 INFO kablam! | Oct 22 02:09:25.156 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.156 INFO kablam! | ^^^^^ Oct 22 02:09:25.156 INFO kablam! ... Oct 22 02:09:25.156 INFO kablam! 1125 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_2align_alloc_layout_unchecked, 65536, 2); Oct 22 02:09:25.156 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.156 INFO kablam! | Oct 22 02:09:25.156 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.156 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.156 INFO kablam! | Oct 22 02:09:25.156 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.156 INFO kablam! | Oct 22 02:09:25.156 INFO kablam! Oct 22 02:09:25.156 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.156 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.156 INFO kablam! | Oct 22 02:09:25.156 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.156 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.156 INFO kablam! ... Oct 22 02:09:25.156 INFO kablam! 1125 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_2align_alloc_layout_unchecked, 65536, 2); Oct 22 02:09:25.156 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.156 INFO kablam! | Oct 22 02:09:25.156 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.156 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.156 INFO kablam! | Oct 22 02:09:25.156 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.156 INFO kablam! | Oct 22 02:09:25.156 INFO kablam! Oct 22 02:09:25.157 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.157 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.157 INFO kablam! | Oct 22 02:09:25.157 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.157 INFO kablam! | ^^^^^ Oct 22 02:09:25.157 INFO kablam! ... Oct 22 02:09:25.157 INFO kablam! 1138 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_2align_alloc_layout_unchecked, 131072, 2); Oct 22 02:09:25.157 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.157 INFO kablam! | Oct 22 02:09:25.157 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.157 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.157 INFO kablam! | Oct 22 02:09:25.157 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.157 INFO kablam! | Oct 22 02:09:25.157 INFO kablam! Oct 22 02:09:25.157 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.157 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.157 INFO kablam! | Oct 22 02:09:25.157 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.157 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.157 INFO kablam! ... Oct 22 02:09:25.157 INFO kablam! 1138 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_2align_alloc_layout_unchecked, 131072, 2); Oct 22 02:09:25.157 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.157 INFO kablam! | Oct 22 02:09:25.157 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.157 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.157 INFO kablam! | Oct 22 02:09:25.157 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.157 INFO kablam! | Oct 22 02:09:25.157 INFO kablam! Oct 22 02:09:25.157 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.157 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.157 INFO kablam! | Oct 22 02:09:25.157 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.157 INFO kablam! | ^^^^^ Oct 22 02:09:25.157 INFO kablam! ... Oct 22 02:09:25.157 INFO kablam! 1151 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_2align_alloc_layout_unchecked, 4194304, 2); Oct 22 02:09:25.157 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.157 INFO kablam! | Oct 22 02:09:25.157 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.157 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.157 INFO kablam! | Oct 22 02:09:25.157 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.157 INFO kablam! | Oct 22 02:09:25.157 INFO kablam! Oct 22 02:09:25.157 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.157 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.157 INFO kablam! | Oct 22 02:09:25.157 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.157 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.157 INFO kablam! ... Oct 22 02:09:25.157 INFO kablam! 1151 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_2align_alloc_layout_unchecked, 4194304, 2); Oct 22 02:09:25.157 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.157 INFO kablam! | Oct 22 02:09:25.157 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.157 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.157 INFO kablam! | Oct 22 02:09:25.157 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.157 INFO kablam! | Oct 22 02:09:25.157 INFO kablam! Oct 22 02:09:25.157 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.157 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.157 INFO kablam! | Oct 22 02:09:25.157 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.157 INFO kablam! | ^^^^^ Oct 22 02:09:25.157 INFO kablam! ... Oct 22 02:09:25.157 INFO kablam! 1165 | rt_alloc_layout_unchecked!(rt_even_10bytes_2align_alloc_layout_unchecked, 10, 2); Oct 22 02:09:25.157 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.157 INFO kablam! | Oct 22 02:09:25.157 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.157 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.157 INFO kablam! | Oct 22 02:09:25.157 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.157 INFO kablam! | Oct 22 02:09:25.157 INFO kablam! Oct 22 02:09:25.162 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.162 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.162 INFO kablam! | Oct 22 02:09:25.162 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.162 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.162 INFO kablam! ... Oct 22 02:09:25.162 INFO kablam! 1165 | rt_alloc_layout_unchecked!(rt_even_10bytes_2align_alloc_layout_unchecked, 10, 2); Oct 22 02:09:25.162 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.162 INFO kablam! | Oct 22 02:09:25.162 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.162 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.162 INFO kablam! | Oct 22 02:09:25.162 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.162 INFO kablam! | Oct 22 02:09:25.162 INFO kablam! Oct 22 02:09:25.162 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.162 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.162 INFO kablam! | Oct 22 02:09:25.162 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.162 INFO kablam! | ^^^^^ Oct 22 02:09:25.162 INFO kablam! ... Oct 22 02:09:25.162 INFO kablam! 1178 | rt_alloc_layout_unchecked!(rt_even_100bytes_2align_alloc_layout_unchecked, 100, 2); Oct 22 02:09:25.162 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.162 INFO kablam! | Oct 22 02:09:25.162 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.162 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.162 INFO kablam! | Oct 22 02:09:25.162 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.162 INFO kablam! | Oct 22 02:09:25.162 INFO kablam! Oct 22 02:09:25.162 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.162 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.162 INFO kablam! | Oct 22 02:09:25.162 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.162 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.162 INFO kablam! ... Oct 22 02:09:25.162 INFO kablam! 1178 | rt_alloc_layout_unchecked!(rt_even_100bytes_2align_alloc_layout_unchecked, 100, 2); Oct 22 02:09:25.162 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.162 INFO kablam! | Oct 22 02:09:25.162 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.163 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.163 INFO kablam! | Oct 22 02:09:25.163 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.163 INFO kablam! | Oct 22 02:09:25.163 INFO kablam! Oct 22 02:09:25.163 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.163 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.163 INFO kablam! | Oct 22 02:09:25.163 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.163 INFO kablam! | ^^^^^ Oct 22 02:09:25.163 INFO kablam! ... Oct 22 02:09:25.163 INFO kablam! 1191 | rt_alloc_layout_unchecked!(rt_even_1000bytes_2align_alloc_layout_unchecked, 1000, 2); Oct 22 02:09:25.163 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.163 INFO kablam! | Oct 22 02:09:25.163 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.163 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.163 INFO kablam! | Oct 22 02:09:25.163 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.163 INFO kablam! | Oct 22 02:09:25.163 INFO kablam! Oct 22 02:09:25.163 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.163 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.163 INFO kablam! | Oct 22 02:09:25.163 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.163 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.163 INFO kablam! ... Oct 22 02:09:25.163 INFO kablam! 1191 | rt_alloc_layout_unchecked!(rt_even_1000bytes_2align_alloc_layout_unchecked, 1000, 2); Oct 22 02:09:25.163 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.164 INFO kablam! | Oct 22 02:09:25.164 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.164 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.164 INFO kablam! | Oct 22 02:09:25.164 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.164 INFO kablam! | Oct 22 02:09:25.164 INFO kablam! Oct 22 02:09:25.164 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.164 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.164 INFO kablam! | Oct 22 02:09:25.164 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.164 INFO kablam! | ^^^^^ Oct 22 02:09:25.164 INFO kablam! ... Oct 22 02:09:25.164 INFO kablam! 1204 | rt_alloc_layout_unchecked!(rt_even_10000bytes_2align_alloc_layout_unchecked, 10000, 2); Oct 22 02:09:25.164 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.164 INFO kablam! | Oct 22 02:09:25.164 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.164 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.164 INFO kablam! | Oct 22 02:09:25.164 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.164 INFO kablam! | Oct 22 02:09:25.164 INFO kablam! Oct 22 02:09:25.164 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.164 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.164 INFO kablam! | Oct 22 02:09:25.164 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.164 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.164 INFO kablam! ... Oct 22 02:09:25.164 INFO kablam! 1204 | rt_alloc_layout_unchecked!(rt_even_10000bytes_2align_alloc_layout_unchecked, 10000, 2); Oct 22 02:09:25.164 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.164 INFO kablam! | Oct 22 02:09:25.164 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.164 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.164 INFO kablam! | Oct 22 02:09:25.164 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.164 INFO kablam! | Oct 22 02:09:25.164 INFO kablam! Oct 22 02:09:25.164 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.164 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.164 INFO kablam! | Oct 22 02:09:25.164 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.164 INFO kablam! | ^^^^^ Oct 22 02:09:25.164 INFO kablam! ... Oct 22 02:09:25.164 INFO kablam! 1217 | rt_alloc_layout_unchecked!(rt_even_100000bytes_2align_alloc_layout_unchecked, 100000, 2); Oct 22 02:09:25.164 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.164 INFO kablam! | Oct 22 02:09:25.164 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.164 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.164 INFO kablam! | Oct 22 02:09:25.164 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.164 INFO kablam! | Oct 22 02:09:25.164 INFO kablam! Oct 22 02:09:25.168 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.168 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.168 INFO kablam! | Oct 22 02:09:25.168 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.168 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.168 INFO kablam! ... Oct 22 02:09:25.168 INFO kablam! 1217 | rt_alloc_layout_unchecked!(rt_even_100000bytes_2align_alloc_layout_unchecked, 100000, 2); Oct 22 02:09:25.168 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.168 INFO kablam! | Oct 22 02:09:25.168 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.169 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.169 INFO kablam! | Oct 22 02:09:25.169 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.169 INFO kablam! | Oct 22 02:09:25.169 INFO kablam! Oct 22 02:09:25.169 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.169 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.169 INFO kablam! | Oct 22 02:09:25.169 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.169 INFO kablam! | ^^^^^ Oct 22 02:09:25.169 INFO kablam! ... Oct 22 02:09:25.169 INFO kablam! 1230 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_2align_alloc_layout_unchecked, 1000000, 2); Oct 22 02:09:25.169 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.169 INFO kablam! | Oct 22 02:09:25.169 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.169 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.169 INFO kablam! | Oct 22 02:09:25.169 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.169 INFO kablam! | Oct 22 02:09:25.169 INFO kablam! Oct 22 02:09:25.169 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.169 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.169 INFO kablam! | Oct 22 02:09:25.169 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.169 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.169 INFO kablam! ... Oct 22 02:09:25.169 INFO kablam! 1230 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_2align_alloc_layout_unchecked, 1000000, 2); Oct 22 02:09:25.169 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.169 INFO kablam! | Oct 22 02:09:25.169 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.169 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.169 INFO kablam! | Oct 22 02:09:25.169 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.169 INFO kablam! | Oct 22 02:09:25.169 INFO kablam! Oct 22 02:09:25.169 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.169 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.169 INFO kablam! | Oct 22 02:09:25.169 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.169 INFO kablam! | ^^^^^ Oct 22 02:09:25.169 INFO kablam! ... Oct 22 02:09:25.169 INFO kablam! 1244 | rt_alloc_layout_unchecked!(rt_odd_10bytes_2align_alloc_layout_unchecked, 10- 1, 2); Oct 22 02:09:25.169 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.169 INFO kablam! | Oct 22 02:09:25.169 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.169 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.169 INFO kablam! | Oct 22 02:09:25.169 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.169 INFO kablam! | Oct 22 02:09:25.169 INFO kablam! Oct 22 02:09:25.176 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.176 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.176 INFO kablam! | Oct 22 02:09:25.176 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.176 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.176 INFO kablam! ... Oct 22 02:09:25.176 INFO kablam! 1244 | rt_alloc_layout_unchecked!(rt_odd_10bytes_2align_alloc_layout_unchecked, 10- 1, 2); Oct 22 02:09:25.176 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.176 INFO kablam! | Oct 22 02:09:25.176 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.176 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.176 INFO kablam! | Oct 22 02:09:25.176 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.176 INFO kablam! | Oct 22 02:09:25.176 INFO kablam! Oct 22 02:09:25.176 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.176 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.176 INFO kablam! | Oct 22 02:09:25.176 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.176 INFO kablam! | ^^^^^ Oct 22 02:09:25.176 INFO kablam! ... Oct 22 02:09:25.176 INFO kablam! 1257 | rt_alloc_layout_unchecked!(rt_odd_100bytes_2align_alloc_layout_unchecked, 100- 1, 2); Oct 22 02:09:25.176 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.176 INFO kablam! | Oct 22 02:09:25.176 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.176 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.176 INFO kablam! | Oct 22 02:09:25.176 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.176 INFO kablam! | Oct 22 02:09:25.176 INFO kablam! Oct 22 02:09:25.176 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.176 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.176 INFO kablam! | Oct 22 02:09:25.176 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.176 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.176 INFO kablam! ... Oct 22 02:09:25.176 INFO kablam! 1257 | rt_alloc_layout_unchecked!(rt_odd_100bytes_2align_alloc_layout_unchecked, 100- 1, 2); Oct 22 02:09:25.176 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.176 INFO kablam! | Oct 22 02:09:25.176 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.176 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.176 INFO kablam! | Oct 22 02:09:25.176 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.176 INFO kablam! | Oct 22 02:09:25.176 INFO kablam! Oct 22 02:09:25.176 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.176 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.176 INFO kablam! | Oct 22 02:09:25.176 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.176 INFO kablam! | ^^^^^ Oct 22 02:09:25.176 INFO kablam! ... Oct 22 02:09:25.176 INFO kablam! 1270 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_2align_alloc_layout_unchecked, 1000- 1, 2); Oct 22 02:09:25.176 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.176 INFO kablam! | Oct 22 02:09:25.176 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.177 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.177 INFO kablam! | Oct 22 02:09:25.177 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.177 INFO kablam! | Oct 22 02:09:25.177 INFO kablam! Oct 22 02:09:25.177 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.177 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.177 INFO kablam! | Oct 22 02:09:25.177 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.177 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.177 INFO kablam! ... Oct 22 02:09:25.177 INFO kablam! 1270 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_2align_alloc_layout_unchecked, 1000- 1, 2); Oct 22 02:09:25.177 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.177 INFO kablam! | Oct 22 02:09:25.177 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.177 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.177 INFO kablam! | Oct 22 02:09:25.177 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.177 INFO kablam! | Oct 22 02:09:25.177 INFO kablam! Oct 22 02:09:25.177 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.177 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.177 INFO kablam! | Oct 22 02:09:25.177 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.177 INFO kablam! | ^^^^^ Oct 22 02:09:25.177 INFO kablam! ... Oct 22 02:09:25.177 INFO kablam! 1283 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_2align_alloc_layout_unchecked, 10000- 1, 2); Oct 22 02:09:25.177 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.177 INFO kablam! | Oct 22 02:09:25.177 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.177 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.177 INFO kablam! | Oct 22 02:09:25.177 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.177 INFO kablam! | Oct 22 02:09:25.177 INFO kablam! Oct 22 02:09:25.177 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.177 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.177 INFO kablam! | Oct 22 02:09:25.177 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.177 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.177 INFO kablam! ... Oct 22 02:09:25.177 INFO kablam! 1283 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_2align_alloc_layout_unchecked, 10000- 1, 2); Oct 22 02:09:25.177 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.177 INFO kablam! | Oct 22 02:09:25.177 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.177 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.177 INFO kablam! | Oct 22 02:09:25.177 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.177 INFO kablam! | Oct 22 02:09:25.177 INFO kablam! Oct 22 02:09:25.177 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.177 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.177 INFO kablam! | Oct 22 02:09:25.177 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.177 INFO kablam! | ^^^^^ Oct 22 02:09:25.177 INFO kablam! ... Oct 22 02:09:25.177 INFO kablam! 1296 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_2align_alloc_layout_unchecked, 100000- 1, 2); Oct 22 02:09:25.177 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.177 INFO kablam! | Oct 22 02:09:25.177 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.177 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.177 INFO kablam! | Oct 22 02:09:25.177 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.177 INFO kablam! | Oct 22 02:09:25.177 INFO kablam! Oct 22 02:09:25.181 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.181 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.181 INFO kablam! | Oct 22 02:09:25.181 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.181 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.181 INFO kablam! ... Oct 22 02:09:25.181 INFO kablam! 1296 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_2align_alloc_layout_unchecked, 100000- 1, 2); Oct 22 02:09:25.181 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.181 INFO kablam! | Oct 22 02:09:25.181 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.181 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.181 INFO kablam! | Oct 22 02:09:25.181 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.181 INFO kablam! | Oct 22 02:09:25.181 INFO kablam! Oct 22 02:09:25.181 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.181 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.181 INFO kablam! | Oct 22 02:09:25.181 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.181 INFO kablam! | ^^^^^ Oct 22 02:09:25.181 INFO kablam! ... Oct 22 02:09:25.181 INFO kablam! 1309 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_2align_alloc_layout_unchecked, 1000000- 1, 2); Oct 22 02:09:25.181 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.181 INFO kablam! | Oct 22 02:09:25.181 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.181 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.181 INFO kablam! | Oct 22 02:09:25.181 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.181 INFO kablam! | Oct 22 02:09:25.181 INFO kablam! Oct 22 02:09:25.181 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.181 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.181 INFO kablam! | Oct 22 02:09:25.181 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.181 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.181 INFO kablam! ... Oct 22 02:09:25.181 INFO kablam! 1309 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_2align_alloc_layout_unchecked, 1000000- 1, 2); Oct 22 02:09:25.181 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.181 INFO kablam! | Oct 22 02:09:25.181 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.181 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.181 INFO kablam! | Oct 22 02:09:25.181 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.181 INFO kablam! | Oct 22 02:09:25.181 INFO kablam! Oct 22 02:09:25.188 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.188 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.188 INFO kablam! | Oct 22 02:09:25.188 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.188 INFO kablam! | ^^^^^ Oct 22 02:09:25.188 INFO kablam! ... Oct 22 02:09:25.188 INFO kablam! 1323 | rt_alloc_layout_unchecked!(rt_primes_3bytes_2align_alloc_layout_unchecked, 3, 2); Oct 22 02:09:25.188 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.188 INFO kablam! | Oct 22 02:09:25.188 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.188 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.188 INFO kablam! | Oct 22 02:09:25.188 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.188 INFO kablam! | Oct 22 02:09:25.188 INFO kablam! Oct 22 02:09:25.188 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.188 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.188 INFO kablam! | Oct 22 02:09:25.188 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.188 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.188 INFO kablam! ... Oct 22 02:09:25.188 INFO kablam! 1323 | rt_alloc_layout_unchecked!(rt_primes_3bytes_2align_alloc_layout_unchecked, 3, 2); Oct 22 02:09:25.188 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.188 INFO kablam! | Oct 22 02:09:25.188 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.188 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.188 INFO kablam! | Oct 22 02:09:25.188 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.188 INFO kablam! | Oct 22 02:09:25.188 INFO kablam! Oct 22 02:09:25.188 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.188 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.188 INFO kablam! | Oct 22 02:09:25.188 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.188 INFO kablam! | ^^^^^ Oct 22 02:09:25.188 INFO kablam! ... Oct 22 02:09:25.188 INFO kablam! 1336 | rt_alloc_layout_unchecked!(rt_primes_7bytes_2align_alloc_layout_unchecked, 7, 2); Oct 22 02:09:25.188 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.188 INFO kablam! | Oct 22 02:09:25.188 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.188 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.188 INFO kablam! | Oct 22 02:09:25.188 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.188 INFO kablam! | Oct 22 02:09:25.188 INFO kablam! Oct 22 02:09:25.188 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.188 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.188 INFO kablam! | Oct 22 02:09:25.188 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.188 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.189 INFO kablam! ... Oct 22 02:09:25.189 INFO kablam! 1336 | rt_alloc_layout_unchecked!(rt_primes_7bytes_2align_alloc_layout_unchecked, 7, 2); Oct 22 02:09:25.189 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.189 INFO kablam! | Oct 22 02:09:25.189 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.189 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.189 INFO kablam! | Oct 22 02:09:25.189 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.189 INFO kablam! | Oct 22 02:09:25.189 INFO kablam! Oct 22 02:09:25.189 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.189 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.189 INFO kablam! | Oct 22 02:09:25.189 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.189 INFO kablam! | ^^^^^ Oct 22 02:09:25.189 INFO kablam! ... Oct 22 02:09:25.189 INFO kablam! 1349 | rt_alloc_layout_unchecked!(rt_primes_13bytes_2align_alloc_layout_unchecked, 13, 2); Oct 22 02:09:25.189 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.189 INFO kablam! | Oct 22 02:09:25.189 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.189 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.189 INFO kablam! | Oct 22 02:09:25.189 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.189 INFO kablam! | Oct 22 02:09:25.189 INFO kablam! Oct 22 02:09:25.189 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.189 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.189 INFO kablam! | Oct 22 02:09:25.189 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.189 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.189 INFO kablam! ... Oct 22 02:09:25.189 INFO kablam! 1349 | rt_alloc_layout_unchecked!(rt_primes_13bytes_2align_alloc_layout_unchecked, 13, 2); Oct 22 02:09:25.189 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.189 INFO kablam! | Oct 22 02:09:25.189 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.196 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.196 INFO kablam! | Oct 22 02:09:25.196 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.196 INFO kablam! | Oct 22 02:09:25.196 INFO kablam! Oct 22 02:09:25.196 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.196 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.196 INFO kablam! | Oct 22 02:09:25.196 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.196 INFO kablam! | ^^^^^ Oct 22 02:09:25.196 INFO kablam! ... Oct 22 02:09:25.196 INFO kablam! 1362 | rt_alloc_layout_unchecked!(rt_primes_17bytes_2align_alloc_layout_unchecked, 17, 2); Oct 22 02:09:25.196 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.196 INFO kablam! | Oct 22 02:09:25.196 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.196 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.196 INFO kablam! | Oct 22 02:09:25.196 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.196 INFO kablam! | Oct 22 02:09:25.196 INFO kablam! Oct 22 02:09:25.196 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.196 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.196 INFO kablam! | Oct 22 02:09:25.196 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.196 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.196 INFO kablam! ... Oct 22 02:09:25.196 INFO kablam! 1362 | rt_alloc_layout_unchecked!(rt_primes_17bytes_2align_alloc_layout_unchecked, 17, 2); Oct 22 02:09:25.196 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.196 INFO kablam! | Oct 22 02:09:25.196 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.196 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.196 INFO kablam! | Oct 22 02:09:25.196 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.196 INFO kablam! | Oct 22 02:09:25.196 INFO kablam! Oct 22 02:09:25.196 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.196 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.196 INFO kablam! | Oct 22 02:09:25.196 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.196 INFO kablam! | ^^^^^ Oct 22 02:09:25.196 INFO kablam! ... Oct 22 02:09:25.196 INFO kablam! 1375 | rt_alloc_layout_unchecked!(rt_primes_31bytes_2align_alloc_layout_unchecked, 31, 2); Oct 22 02:09:25.196 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.196 INFO kablam! | Oct 22 02:09:25.196 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.196 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.196 INFO kablam! | Oct 22 02:09:25.196 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.196 INFO kablam! | Oct 22 02:09:25.196 INFO kablam! Oct 22 02:09:25.196 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.196 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.197 INFO kablam! | Oct 22 02:09:25.197 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.197 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.197 INFO kablam! ... Oct 22 02:09:25.197 INFO kablam! 1375 | rt_alloc_layout_unchecked!(rt_primes_31bytes_2align_alloc_layout_unchecked, 31, 2); Oct 22 02:09:25.197 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.197 INFO kablam! | Oct 22 02:09:25.197 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.197 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.197 INFO kablam! | Oct 22 02:09:25.197 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.197 INFO kablam! | Oct 22 02:09:25.197 INFO kablam! Oct 22 02:09:25.197 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.197 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.197 INFO kablam! | Oct 22 02:09:25.197 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.197 INFO kablam! | ^^^^^ Oct 22 02:09:25.197 INFO kablam! ... Oct 22 02:09:25.197 INFO kablam! 1388 | rt_alloc_layout_unchecked!(rt_primes_61bytes_2align_alloc_layout_unchecked, 61, 2); Oct 22 02:09:25.197 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.197 INFO kablam! | Oct 22 02:09:25.197 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.197 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.197 INFO kablam! | Oct 22 02:09:25.197 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.197 INFO kablam! | Oct 22 02:09:25.197 INFO kablam! Oct 22 02:09:25.197 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.197 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.197 INFO kablam! | Oct 22 02:09:25.197 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.197 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.197 INFO kablam! ... Oct 22 02:09:25.197 INFO kablam! 1388 | rt_alloc_layout_unchecked!(rt_primes_61bytes_2align_alloc_layout_unchecked, 61, 2); Oct 22 02:09:25.197 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.197 INFO kablam! | Oct 22 02:09:25.197 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.197 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.197 INFO kablam! | Oct 22 02:09:25.197 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.197 INFO kablam! | Oct 22 02:09:25.197 INFO kablam! Oct 22 02:09:25.197 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.197 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.197 INFO kablam! | Oct 22 02:09:25.197 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.197 INFO kablam! | ^^^^^ Oct 22 02:09:25.197 INFO kablam! ... Oct 22 02:09:25.197 INFO kablam! 1401 | rt_alloc_layout_unchecked!(rt_primes_96bytes_2align_alloc_layout_unchecked, 96, 2); Oct 22 02:09:25.197 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.197 INFO kablam! | Oct 22 02:09:25.197 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.197 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.197 INFO kablam! | Oct 22 02:09:25.197 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.197 INFO kablam! | Oct 22 02:09:25.197 INFO kablam! Oct 22 02:09:25.197 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.197 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.197 INFO kablam! | Oct 22 02:09:25.197 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.197 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.197 INFO kablam! ... Oct 22 02:09:25.197 INFO kablam! 1401 | rt_alloc_layout_unchecked!(rt_primes_96bytes_2align_alloc_layout_unchecked, 96, 2); Oct 22 02:09:25.197 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.197 INFO kablam! | Oct 22 02:09:25.197 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.197 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.197 INFO kablam! | Oct 22 02:09:25.197 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.197 INFO kablam! | Oct 22 02:09:25.197 INFO kablam! Oct 22 02:09:25.197 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.197 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.197 INFO kablam! | Oct 22 02:09:25.197 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.197 INFO kablam! | ^^^^^ Oct 22 02:09:25.197 INFO kablam! ... Oct 22 02:09:25.197 INFO kablam! 1414 | rt_alloc_layout_unchecked!(rt_primes_127bytes_2align_alloc_layout_unchecked, 127, 2); Oct 22 02:09:25.197 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.197 INFO kablam! | Oct 22 02:09:25.197 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.197 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.198 INFO kablam! | Oct 22 02:09:25.198 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.198 INFO kablam! | Oct 22 02:09:25.198 INFO kablam! Oct 22 02:09:25.198 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.198 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.198 INFO kablam! | Oct 22 02:09:25.198 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.198 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.198 INFO kablam! ... Oct 22 02:09:25.198 INFO kablam! 1414 | rt_alloc_layout_unchecked!(rt_primes_127bytes_2align_alloc_layout_unchecked, 127, 2); Oct 22 02:09:25.198 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.198 INFO kablam! | Oct 22 02:09:25.198 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.198 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.198 INFO kablam! | Oct 22 02:09:25.198 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.198 INFO kablam! | Oct 22 02:09:25.198 INFO kablam! Oct 22 02:09:25.204 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.204 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.204 INFO kablam! | Oct 22 02:09:25.204 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.204 INFO kablam! | ^^^^^ Oct 22 02:09:25.204 INFO kablam! ... Oct 22 02:09:25.204 INFO kablam! 1427 | rt_alloc_layout_unchecked!(rt_primes_257bytes_2align_alloc_layout_unchecked, 257, 2); Oct 22 02:09:25.204 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.204 INFO kablam! | Oct 22 02:09:25.204 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.204 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.204 INFO kablam! | Oct 22 02:09:25.204 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.204 INFO kablam! | Oct 22 02:09:25.204 INFO kablam! Oct 22 02:09:25.204 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.204 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.204 INFO kablam! | Oct 22 02:09:25.204 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.204 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.204 INFO kablam! ... Oct 22 02:09:25.204 INFO kablam! 1427 | rt_alloc_layout_unchecked!(rt_primes_257bytes_2align_alloc_layout_unchecked, 257, 2); Oct 22 02:09:25.204 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.204 INFO kablam! | Oct 22 02:09:25.204 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.204 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.204 INFO kablam! | Oct 22 02:09:25.204 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.204 INFO kablam! | Oct 22 02:09:25.204 INFO kablam! Oct 22 02:09:25.204 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.204 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.204 INFO kablam! | Oct 22 02:09:25.204 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.204 INFO kablam! | ^^^^^ Oct 22 02:09:25.204 INFO kablam! ... Oct 22 02:09:25.204 INFO kablam! 1440 | rt_alloc_layout_unchecked!(rt_primes_509bytes_2align_alloc_layout_unchecked, 509, 2); Oct 22 02:09:25.204 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.204 INFO kablam! | Oct 22 02:09:25.204 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.204 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.204 INFO kablam! | Oct 22 02:09:25.204 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.204 INFO kablam! | Oct 22 02:09:25.204 INFO kablam! Oct 22 02:09:25.204 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.204 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.204 INFO kablam! | Oct 22 02:09:25.204 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.205 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.205 INFO kablam! ... Oct 22 02:09:25.205 INFO kablam! 1440 | rt_alloc_layout_unchecked!(rt_primes_509bytes_2align_alloc_layout_unchecked, 509, 2); Oct 22 02:09:25.205 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.205 INFO kablam! | Oct 22 02:09:25.205 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.205 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.205 INFO kablam! | Oct 22 02:09:25.205 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.205 INFO kablam! | Oct 22 02:09:25.205 INFO kablam! Oct 22 02:09:25.205 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.205 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.205 INFO kablam! | Oct 22 02:09:25.205 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.205 INFO kablam! | ^^^^^ Oct 22 02:09:25.205 INFO kablam! ... Oct 22 02:09:25.205 INFO kablam! 1453 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_2align_alloc_layout_unchecked, 1021, 2); Oct 22 02:09:25.205 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.205 INFO kablam! | Oct 22 02:09:25.205 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.205 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.205 INFO kablam! | Oct 22 02:09:25.205 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.205 INFO kablam! | Oct 22 02:09:25.205 INFO kablam! Oct 22 02:09:25.216 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.216 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.216 INFO kablam! | Oct 22 02:09:25.216 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.216 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.216 INFO kablam! ... Oct 22 02:09:25.216 INFO kablam! 1453 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_2align_alloc_layout_unchecked, 1021, 2); Oct 22 02:09:25.216 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.216 INFO kablam! | Oct 22 02:09:25.216 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.216 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.216 INFO kablam! | Oct 22 02:09:25.216 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.216 INFO kablam! | Oct 22 02:09:25.216 INFO kablam! Oct 22 02:09:25.216 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.216 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.216 INFO kablam! | Oct 22 02:09:25.216 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.216 INFO kablam! | ^^^^^ Oct 22 02:09:25.216 INFO kablam! ... Oct 22 02:09:25.216 INFO kablam! 1466 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_2align_alloc_layout_unchecked, 2039, 2); Oct 22 02:09:25.216 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.216 INFO kablam! | Oct 22 02:09:25.216 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.216 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.216 INFO kablam! | Oct 22 02:09:25.216 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.216 INFO kablam! | Oct 22 02:09:25.216 INFO kablam! Oct 22 02:09:25.216 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.216 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.216 INFO kablam! | Oct 22 02:09:25.216 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.216 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.216 INFO kablam! ... Oct 22 02:09:25.216 INFO kablam! 1466 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_2align_alloc_layout_unchecked, 2039, 2); Oct 22 02:09:25.216 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.216 INFO kablam! | Oct 22 02:09:25.216 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.216 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.216 INFO kablam! | Oct 22 02:09:25.216 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.216 INFO kablam! | Oct 22 02:09:25.216 INFO kablam! Oct 22 02:09:25.216 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.216 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.216 INFO kablam! | Oct 22 02:09:25.217 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.217 INFO kablam! | ^^^^^ Oct 22 02:09:25.217 INFO kablam! ... Oct 22 02:09:25.217 INFO kablam! 1479 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_2align_alloc_layout_unchecked, 4093, 2); Oct 22 02:09:25.217 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.217 INFO kablam! | Oct 22 02:09:25.217 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.217 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.217 INFO kablam! | Oct 22 02:09:25.217 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.217 INFO kablam! | Oct 22 02:09:25.217 INFO kablam! Oct 22 02:09:25.217 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.217 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.217 INFO kablam! | Oct 22 02:09:25.217 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.217 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.217 INFO kablam! ... Oct 22 02:09:25.217 INFO kablam! 1479 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_2align_alloc_layout_unchecked, 4093, 2); Oct 22 02:09:25.217 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.217 INFO kablam! | Oct 22 02:09:25.217 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.217 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.217 INFO kablam! | Oct 22 02:09:25.217 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.217 INFO kablam! | Oct 22 02:09:25.217 INFO kablam! Oct 22 02:09:25.217 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.217 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.217 INFO kablam! | Oct 22 02:09:25.217 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.217 INFO kablam! | ^^^^^ Oct 22 02:09:25.217 INFO kablam! ... Oct 22 02:09:25.217 INFO kablam! 1492 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_2align_alloc_layout_unchecked, 8191, 2); Oct 22 02:09:25.217 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.217 INFO kablam! | Oct 22 02:09:25.217 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.217 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.217 INFO kablam! | Oct 22 02:09:25.217 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.217 INFO kablam! | Oct 22 02:09:25.217 INFO kablam! Oct 22 02:09:25.217 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.217 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.217 INFO kablam! | Oct 22 02:09:25.217 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.217 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.217 INFO kablam! ... Oct 22 02:09:25.217 INFO kablam! 1492 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_2align_alloc_layout_unchecked, 8191, 2); Oct 22 02:09:25.217 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.217 INFO kablam! | Oct 22 02:09:25.217 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.217 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.217 INFO kablam! | Oct 22 02:09:25.217 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.217 INFO kablam! | Oct 22 02:09:25.217 INFO kablam! Oct 22 02:09:25.217 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.217 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.217 INFO kablam! | Oct 22 02:09:25.217 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.217 INFO kablam! | ^^^^^ Oct 22 02:09:25.217 INFO kablam! ... Oct 22 02:09:25.217 INFO kablam! 1505 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_2align_alloc_layout_unchecked, 16381, 2); Oct 22 02:09:25.217 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.217 INFO kablam! | Oct 22 02:09:25.217 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.217 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.217 INFO kablam! | Oct 22 02:09:25.217 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.217 INFO kablam! | Oct 22 02:09:25.217 INFO kablam! Oct 22 02:09:25.217 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.217 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.217 INFO kablam! | Oct 22 02:09:25.217 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.217 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.217 INFO kablam! ... Oct 22 02:09:25.217 INFO kablam! 1505 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_2align_alloc_layout_unchecked, 16381, 2); Oct 22 02:09:25.217 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.217 INFO kablam! | Oct 22 02:09:25.217 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.217 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.217 INFO kablam! | Oct 22 02:09:25.218 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.218 INFO kablam! | Oct 22 02:09:25.218 INFO kablam! Oct 22 02:09:25.218 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.218 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.218 INFO kablam! | Oct 22 02:09:25.218 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.218 INFO kablam! | ^^^^^ Oct 22 02:09:25.218 INFO kablam! ... Oct 22 02:09:25.218 INFO kablam! 1518 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_2align_alloc_layout_unchecked, 32749, 2); Oct 22 02:09:25.218 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.218 INFO kablam! | Oct 22 02:09:25.218 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.218 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.218 INFO kablam! | Oct 22 02:09:25.218 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.218 INFO kablam! | Oct 22 02:09:25.218 INFO kablam! Oct 22 02:09:25.218 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.218 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.218 INFO kablam! | Oct 22 02:09:25.218 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.218 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.218 INFO kablam! ... Oct 22 02:09:25.218 INFO kablam! 1518 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_2align_alloc_layout_unchecked, 32749, 2); Oct 22 02:09:25.218 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.218 INFO kablam! | Oct 22 02:09:25.218 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.218 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.218 INFO kablam! | Oct 22 02:09:25.218 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.218 INFO kablam! | Oct 22 02:09:25.218 INFO kablam! Oct 22 02:09:25.218 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.218 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.218 INFO kablam! | Oct 22 02:09:25.218 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.218 INFO kablam! | ^^^^^ Oct 22 02:09:25.218 INFO kablam! ... Oct 22 02:09:25.218 INFO kablam! 1531 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_2align_alloc_layout_unchecked, 65537, 2); Oct 22 02:09:25.218 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.218 INFO kablam! | Oct 22 02:09:25.218 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.218 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.218 INFO kablam! | Oct 22 02:09:25.218 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.218 INFO kablam! | Oct 22 02:09:25.218 INFO kablam! Oct 22 02:09:25.218 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.218 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.218 INFO kablam! | Oct 22 02:09:25.218 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.218 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.218 INFO kablam! ... Oct 22 02:09:25.218 INFO kablam! 1531 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_2align_alloc_layout_unchecked, 65537, 2); Oct 22 02:09:25.218 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.218 INFO kablam! | Oct 22 02:09:25.218 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.218 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.218 INFO kablam! | Oct 22 02:09:25.218 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.218 INFO kablam! | Oct 22 02:09:25.218 INFO kablam! Oct 22 02:09:25.218 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.218 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.218 INFO kablam! | Oct 22 02:09:25.218 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.218 INFO kablam! | ^^^^^ Oct 22 02:09:25.218 INFO kablam! ... Oct 22 02:09:25.218 INFO kablam! 1544 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_2align_alloc_layout_unchecked, 131071, 2); Oct 22 02:09:25.218 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.218 INFO kablam! | Oct 22 02:09:25.218 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.218 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.218 INFO kablam! | Oct 22 02:09:25.218 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.218 INFO kablam! | Oct 22 02:09:25.218 INFO kablam! Oct 22 02:09:25.218 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.218 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.218 INFO kablam! | Oct 22 02:09:25.218 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.218 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.218 INFO kablam! ... Oct 22 02:09:25.219 INFO kablam! 1544 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_2align_alloc_layout_unchecked, 131071, 2); Oct 22 02:09:25.219 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.219 INFO kablam! | Oct 22 02:09:25.219 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.219 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.219 INFO kablam! | Oct 22 02:09:25.219 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.219 INFO kablam! | Oct 22 02:09:25.219 INFO kablam! Oct 22 02:09:25.219 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.219 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.219 INFO kablam! | Oct 22 02:09:25.219 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.219 INFO kablam! | ^^^^^ Oct 22 02:09:25.219 INFO kablam! ... Oct 22 02:09:25.219 INFO kablam! 1557 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_2align_alloc_layout_unchecked, 4194301, 2); Oct 22 02:09:25.219 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.219 INFO kablam! | Oct 22 02:09:25.219 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.219 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.219 INFO kablam! | Oct 22 02:09:25.219 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.219 INFO kablam! | Oct 22 02:09:25.219 INFO kablam! Oct 22 02:09:25.219 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.219 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.219 INFO kablam! | Oct 22 02:09:25.219 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.219 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.219 INFO kablam! ... Oct 22 02:09:25.219 INFO kablam! 1557 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_2align_alloc_layout_unchecked, 4194301, 2); Oct 22 02:09:25.219 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.219 INFO kablam! | Oct 22 02:09:25.219 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.219 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.219 INFO kablam! | Oct 22 02:09:25.219 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.219 INFO kablam! | Oct 22 02:09:25.219 INFO kablam! Oct 22 02:09:25.224 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.224 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.224 INFO kablam! | Oct 22 02:09:25.224 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.224 INFO kablam! | ^^^^^ Oct 22 02:09:25.224 INFO kablam! ... Oct 22 02:09:25.224 INFO kablam! 1573 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_4align_alloc_layout_unchecked, 1, 4); Oct 22 02:09:25.224 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.224 INFO kablam! | Oct 22 02:09:25.224 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.224 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.224 INFO kablam! | Oct 22 02:09:25.224 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.224 INFO kablam! | Oct 22 02:09:25.224 INFO kablam! Oct 22 02:09:25.224 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.224 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.224 INFO kablam! | Oct 22 02:09:25.224 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.224 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.224 INFO kablam! ... Oct 22 02:09:25.224 INFO kablam! 1573 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_4align_alloc_layout_unchecked, 1, 4); Oct 22 02:09:25.224 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.224 INFO kablam! | Oct 22 02:09:25.224 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.224 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.224 INFO kablam! | Oct 22 02:09:25.224 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.224 INFO kablam! | Oct 22 02:09:25.224 INFO kablam! Oct 22 02:09:25.224 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.224 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.224 INFO kablam! | Oct 22 02:09:25.224 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.224 INFO kablam! | ^^^^^ Oct 22 02:09:25.224 INFO kablam! ... Oct 22 02:09:25.224 INFO kablam! 1586 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_4align_alloc_layout_unchecked, 2, 4); Oct 22 02:09:25.224 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.224 INFO kablam! | Oct 22 02:09:25.224 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.224 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.224 INFO kablam! | Oct 22 02:09:25.224 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.224 INFO kablam! | Oct 22 02:09:25.224 INFO kablam! Oct 22 02:09:25.224 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.224 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.224 INFO kablam! | Oct 22 02:09:25.224 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.225 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.225 INFO kablam! ... Oct 22 02:09:25.225 INFO kablam! 1586 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_4align_alloc_layout_unchecked, 2, 4); Oct 22 02:09:25.225 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.225 INFO kablam! | Oct 22 02:09:25.225 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.225 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.225 INFO kablam! | Oct 22 02:09:25.225 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.225 INFO kablam! | Oct 22 02:09:25.225 INFO kablam! Oct 22 02:09:25.225 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.225 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.225 INFO kablam! | Oct 22 02:09:25.225 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.225 INFO kablam! | ^^^^^ Oct 22 02:09:25.225 INFO kablam! ... Oct 22 02:09:25.225 INFO kablam! 1599 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_4align_alloc_layout_unchecked, 4, 4); Oct 22 02:09:25.225 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.225 INFO kablam! | Oct 22 02:09:25.225 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.225 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.225 INFO kablam! | Oct 22 02:09:25.225 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.225 INFO kablam! | Oct 22 02:09:25.225 INFO kablam! Oct 22 02:09:25.225 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.225 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.225 INFO kablam! | Oct 22 02:09:25.225 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.225 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.225 INFO kablam! ... Oct 22 02:09:25.225 INFO kablam! 1599 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_4align_alloc_layout_unchecked, 4, 4); Oct 22 02:09:25.225 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.225 INFO kablam! | Oct 22 02:09:25.225 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.225 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.225 INFO kablam! | Oct 22 02:09:25.225 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.225 INFO kablam! | Oct 22 02:09:25.225 INFO kablam! Oct 22 02:09:25.225 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.225 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.225 INFO kablam! | Oct 22 02:09:25.225 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.225 INFO kablam! | ^^^^^ Oct 22 02:09:25.225 INFO kablam! ... Oct 22 02:09:25.225 INFO kablam! 1612 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_4align_alloc_layout_unchecked, 8, 4); Oct 22 02:09:25.225 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.225 INFO kablam! | Oct 22 02:09:25.225 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.225 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.225 INFO kablam! | Oct 22 02:09:25.225 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.225 INFO kablam! | Oct 22 02:09:25.225 INFO kablam! Oct 22 02:09:25.225 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.225 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.225 INFO kablam! | Oct 22 02:09:25.225 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.225 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.225 INFO kablam! ... Oct 22 02:09:25.225 INFO kablam! 1612 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_4align_alloc_layout_unchecked, 8, 4); Oct 22 02:09:25.225 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.225 INFO kablam! | Oct 22 02:09:25.225 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.225 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.225 INFO kablam! | Oct 22 02:09:25.225 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.225 INFO kablam! | Oct 22 02:09:25.225 INFO kablam! Oct 22 02:09:25.232 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.232 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.232 INFO kablam! | Oct 22 02:09:25.232 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.232 INFO kablam! | ^^^^^ Oct 22 02:09:25.232 INFO kablam! ... Oct 22 02:09:25.232 INFO kablam! 1625 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_4align_alloc_layout_unchecked, 16, 4); Oct 22 02:09:25.232 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.232 INFO kablam! | Oct 22 02:09:25.232 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.232 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.232 INFO kablam! | Oct 22 02:09:25.232 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.232 INFO kablam! | Oct 22 02:09:25.232 INFO kablam! Oct 22 02:09:25.232 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.232 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.232 INFO kablam! | Oct 22 02:09:25.232 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.232 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.232 INFO kablam! ... Oct 22 02:09:25.232 INFO kablam! 1625 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_4align_alloc_layout_unchecked, 16, 4); Oct 22 02:09:25.232 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.232 INFO kablam! | Oct 22 02:09:25.232 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.232 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.232 INFO kablam! | Oct 22 02:09:25.232 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.232 INFO kablam! | Oct 22 02:09:25.232 INFO kablam! Oct 22 02:09:25.232 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.232 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.232 INFO kablam! | Oct 22 02:09:25.232 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.232 INFO kablam! | ^^^^^ Oct 22 02:09:25.232 INFO kablam! ... Oct 22 02:09:25.232 INFO kablam! 1638 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_4align_alloc_layout_unchecked, 32, 4); Oct 22 02:09:25.232 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.233 INFO kablam! | Oct 22 02:09:25.233 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.233 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.233 INFO kablam! | Oct 22 02:09:25.233 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.233 INFO kablam! | Oct 22 02:09:25.233 INFO kablam! Oct 22 02:09:25.233 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.233 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.233 INFO kablam! | Oct 22 02:09:25.233 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.233 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.233 INFO kablam! ... Oct 22 02:09:25.233 INFO kablam! 1638 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_4align_alloc_layout_unchecked, 32, 4); Oct 22 02:09:25.233 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.233 INFO kablam! | Oct 22 02:09:25.233 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.233 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.233 INFO kablam! | Oct 22 02:09:25.233 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.233 INFO kablam! | Oct 22 02:09:25.233 INFO kablam! Oct 22 02:09:25.233 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.233 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.233 INFO kablam! | Oct 22 02:09:25.233 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.233 INFO kablam! | ^^^^^ Oct 22 02:09:25.233 INFO kablam! ... Oct 22 02:09:25.233 INFO kablam! 1651 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_4align_alloc_layout_unchecked, 64, 4); Oct 22 02:09:25.233 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.233 INFO kablam! | Oct 22 02:09:25.233 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.233 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.233 INFO kablam! | Oct 22 02:09:25.233 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.233 INFO kablam! | Oct 22 02:09:25.233 INFO kablam! Oct 22 02:09:25.233 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.233 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.233 INFO kablam! | Oct 22 02:09:25.233 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.233 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.233 INFO kablam! ... Oct 22 02:09:25.233 INFO kablam! 1651 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_4align_alloc_layout_unchecked, 64, 4); Oct 22 02:09:25.233 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.233 INFO kablam! | Oct 22 02:09:25.233 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.233 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.233 INFO kablam! | Oct 22 02:09:25.233 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.233 INFO kablam! | Oct 22 02:09:25.233 INFO kablam! Oct 22 02:09:25.233 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.233 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.233 INFO kablam! | Oct 22 02:09:25.233 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.233 INFO kablam! | ^^^^^ Oct 22 02:09:25.233 INFO kablam! ... Oct 22 02:09:25.233 INFO kablam! 1664 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_4align_alloc_layout_unchecked, 128, 4); Oct 22 02:09:25.233 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.233 INFO kablam! | Oct 22 02:09:25.233 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.233 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.233 INFO kablam! | Oct 22 02:09:25.233 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.233 INFO kablam! | Oct 22 02:09:25.233 INFO kablam! Oct 22 02:09:25.233 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.233 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.233 INFO kablam! | Oct 22 02:09:25.233 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.233 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.233 INFO kablam! ... Oct 22 02:09:25.233 INFO kablam! 1664 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_4align_alloc_layout_unchecked, 128, 4); Oct 22 02:09:25.233 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.233 INFO kablam! | Oct 22 02:09:25.233 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.233 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.233 INFO kablam! | Oct 22 02:09:25.233 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.233 INFO kablam! | Oct 22 02:09:25.233 INFO kablam! Oct 22 02:09:25.244 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.244 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.244 INFO kablam! | Oct 22 02:09:25.244 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.244 INFO kablam! | ^^^^^ Oct 22 02:09:25.244 INFO kablam! ... Oct 22 02:09:25.244 INFO kablam! 1677 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_4align_alloc_layout_unchecked, 256, 4); Oct 22 02:09:25.244 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.244 INFO kablam! | Oct 22 02:09:25.244 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.244 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.244 INFO kablam! | Oct 22 02:09:25.244 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.244 INFO kablam! | Oct 22 02:09:25.244 INFO kablam! Oct 22 02:09:25.244 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.244 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.244 INFO kablam! | Oct 22 02:09:25.244 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.244 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.244 INFO kablam! ... Oct 22 02:09:25.244 INFO kablam! 1677 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_4align_alloc_layout_unchecked, 256, 4); Oct 22 02:09:25.244 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.244 INFO kablam! | Oct 22 02:09:25.244 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.244 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.244 INFO kablam! | Oct 22 02:09:25.244 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.244 INFO kablam! | Oct 22 02:09:25.244 INFO kablam! Oct 22 02:09:25.244 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.244 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.244 INFO kablam! | Oct 22 02:09:25.244 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.244 INFO kablam! | ^^^^^ Oct 22 02:09:25.244 INFO kablam! ... Oct 22 02:09:25.244 INFO kablam! 1690 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_4align_alloc_layout_unchecked, 512, 4); Oct 22 02:09:25.244 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.244 INFO kablam! | Oct 22 02:09:25.244 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.244 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.244 INFO kablam! | Oct 22 02:09:25.244 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.244 INFO kablam! | Oct 22 02:09:25.244 INFO kablam! Oct 22 02:09:25.245 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.245 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.245 INFO kablam! | Oct 22 02:09:25.245 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.245 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.245 INFO kablam! ... Oct 22 02:09:25.245 INFO kablam! 1690 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_4align_alloc_layout_unchecked, 512, 4); Oct 22 02:09:25.245 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.245 INFO kablam! | Oct 22 02:09:25.245 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.245 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.245 INFO kablam! | Oct 22 02:09:25.245 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.245 INFO kablam! | Oct 22 02:09:25.245 INFO kablam! Oct 22 02:09:25.245 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.245 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.245 INFO kablam! | Oct 22 02:09:25.245 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.245 INFO kablam! | ^^^^^ Oct 22 02:09:25.245 INFO kablam! ... Oct 22 02:09:25.245 INFO kablam! 1703 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_4align_alloc_layout_unchecked, 1024, 4); Oct 22 02:09:25.245 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.245 INFO kablam! | Oct 22 02:09:25.245 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.245 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.245 INFO kablam! | Oct 22 02:09:25.245 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.245 INFO kablam! | Oct 22 02:09:25.245 INFO kablam! Oct 22 02:09:25.245 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.245 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.245 INFO kablam! | Oct 22 02:09:25.245 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.245 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.245 INFO kablam! ... Oct 22 02:09:25.245 INFO kablam! 1703 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_4align_alloc_layout_unchecked, 1024, 4); Oct 22 02:09:25.245 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.245 INFO kablam! | Oct 22 02:09:25.245 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.245 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.245 INFO kablam! | Oct 22 02:09:25.245 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.245 INFO kablam! | Oct 22 02:09:25.245 INFO kablam! Oct 22 02:09:25.245 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.245 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.245 INFO kablam! | Oct 22 02:09:25.245 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.245 INFO kablam! | ^^^^^ Oct 22 02:09:25.245 INFO kablam! ... Oct 22 02:09:25.245 INFO kablam! 1716 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_4align_alloc_layout_unchecked, 2048, 4); Oct 22 02:09:25.245 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.245 INFO kablam! | Oct 22 02:09:25.245 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.245 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.245 INFO kablam! | Oct 22 02:09:25.245 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.245 INFO kablam! | Oct 22 02:09:25.245 INFO kablam! Oct 22 02:09:25.245 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.245 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.245 INFO kablam! | Oct 22 02:09:25.245 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.245 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.245 INFO kablam! ... Oct 22 02:09:25.245 INFO kablam! 1716 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_4align_alloc_layout_unchecked, 2048, 4); Oct 22 02:09:25.245 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.245 INFO kablam! | Oct 22 02:09:25.245 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.245 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.245 INFO kablam! | Oct 22 02:09:25.245 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.245 INFO kablam! | Oct 22 02:09:25.245 INFO kablam! Oct 22 02:09:25.245 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.245 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.245 INFO kablam! | Oct 22 02:09:25.245 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.245 INFO kablam! | ^^^^^ Oct 22 02:09:25.245 INFO kablam! ... Oct 22 02:09:25.245 INFO kablam! 1729 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_4align_alloc_layout_unchecked, 4096, 4); Oct 22 02:09:25.245 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.246 INFO kablam! | Oct 22 02:09:25.246 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.246 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.246 INFO kablam! | Oct 22 02:09:25.246 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.246 INFO kablam! | Oct 22 02:09:25.246 INFO kablam! Oct 22 02:09:25.246 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.246 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.246 INFO kablam! | Oct 22 02:09:25.246 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.246 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.246 INFO kablam! ... Oct 22 02:09:25.246 INFO kablam! 1729 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_4align_alloc_layout_unchecked, 4096, 4); Oct 22 02:09:25.246 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.246 INFO kablam! | Oct 22 02:09:25.246 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.246 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.246 INFO kablam! | Oct 22 02:09:25.246 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.246 INFO kablam! | Oct 22 02:09:25.246 INFO kablam! Oct 22 02:09:25.246 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.246 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.246 INFO kablam! | Oct 22 02:09:25.246 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.246 INFO kablam! | ^^^^^ Oct 22 02:09:25.246 INFO kablam! ... Oct 22 02:09:25.246 INFO kablam! 1742 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_4align_alloc_layout_unchecked, 8192, 4); Oct 22 02:09:25.246 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.246 INFO kablam! | Oct 22 02:09:25.246 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.246 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.246 INFO kablam! | Oct 22 02:09:25.246 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.246 INFO kablam! | Oct 22 02:09:25.246 INFO kablam! Oct 22 02:09:25.246 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.246 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.246 INFO kablam! | Oct 22 02:09:25.246 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.246 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.246 INFO kablam! ... Oct 22 02:09:25.246 INFO kablam! 1742 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_4align_alloc_layout_unchecked, 8192, 4); Oct 22 02:09:25.246 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.246 INFO kablam! | Oct 22 02:09:25.246 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.246 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.246 INFO kablam! | Oct 22 02:09:25.246 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.246 INFO kablam! | Oct 22 02:09:25.246 INFO kablam! Oct 22 02:09:25.246 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.246 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.246 INFO kablam! | Oct 22 02:09:25.246 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.246 INFO kablam! | ^^^^^ Oct 22 02:09:25.246 INFO kablam! ... Oct 22 02:09:25.246 INFO kablam! 1755 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_4align_alloc_layout_unchecked, 16384, 4); Oct 22 02:09:25.246 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.246 INFO kablam! | Oct 22 02:09:25.246 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.246 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.246 INFO kablam! | Oct 22 02:09:25.246 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.246 INFO kablam! | Oct 22 02:09:25.246 INFO kablam! Oct 22 02:09:25.256 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.256 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.256 INFO kablam! | Oct 22 02:09:25.256 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.256 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.256 INFO kablam! ... Oct 22 02:09:25.256 INFO kablam! 1755 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_4align_alloc_layout_unchecked, 16384, 4); Oct 22 02:09:25.256 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.256 INFO kablam! | Oct 22 02:09:25.256 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.256 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.256 INFO kablam! | Oct 22 02:09:25.256 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.256 INFO kablam! | Oct 22 02:09:25.256 INFO kablam! Oct 22 02:09:25.256 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.256 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.256 INFO kablam! | Oct 22 02:09:25.256 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.256 INFO kablam! | ^^^^^ Oct 22 02:09:25.256 INFO kablam! ... Oct 22 02:09:25.256 INFO kablam! 1768 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_4align_alloc_layout_unchecked, 32768, 4); Oct 22 02:09:25.256 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.256 INFO kablam! | Oct 22 02:09:25.256 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.256 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.256 INFO kablam! | Oct 22 02:09:25.256 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.256 INFO kablam! | Oct 22 02:09:25.256 INFO kablam! Oct 22 02:09:25.256 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.256 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.256 INFO kablam! | Oct 22 02:09:25.256 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.256 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.256 INFO kablam! ... Oct 22 02:09:25.256 INFO kablam! 1768 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_4align_alloc_layout_unchecked, 32768, 4); Oct 22 02:09:25.256 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.256 INFO kablam! | Oct 22 02:09:25.256 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.256 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.256 INFO kablam! | Oct 22 02:09:25.256 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.256 INFO kablam! | Oct 22 02:09:25.256 INFO kablam! Oct 22 02:09:25.256 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.256 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.257 INFO kablam! | Oct 22 02:09:25.257 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.257 INFO kablam! | ^^^^^ Oct 22 02:09:25.257 INFO kablam! ... Oct 22 02:09:25.257 INFO kablam! 1781 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_4align_alloc_layout_unchecked, 65536, 4); Oct 22 02:09:25.257 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.257 INFO kablam! | Oct 22 02:09:25.257 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.257 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.257 INFO kablam! | Oct 22 02:09:25.257 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.257 INFO kablam! | Oct 22 02:09:25.257 INFO kablam! Oct 22 02:09:25.257 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.257 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.257 INFO kablam! | Oct 22 02:09:25.257 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.257 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.257 INFO kablam! ... Oct 22 02:09:25.257 INFO kablam! 1781 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_4align_alloc_layout_unchecked, 65536, 4); Oct 22 02:09:25.257 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.257 INFO kablam! | Oct 22 02:09:25.257 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.257 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.257 INFO kablam! | Oct 22 02:09:25.257 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.257 INFO kablam! | Oct 22 02:09:25.257 INFO kablam! Oct 22 02:09:25.257 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.257 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.257 INFO kablam! | Oct 22 02:09:25.257 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.257 INFO kablam! | ^^^^^ Oct 22 02:09:25.257 INFO kablam! ... Oct 22 02:09:25.257 INFO kablam! 1794 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_4align_alloc_layout_unchecked, 131072, 4); Oct 22 02:09:25.257 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.257 INFO kablam! | Oct 22 02:09:25.257 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.257 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.257 INFO kablam! | Oct 22 02:09:25.257 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.257 INFO kablam! | Oct 22 02:09:25.257 INFO kablam! Oct 22 02:09:25.257 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.257 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.257 INFO kablam! | Oct 22 02:09:25.257 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.257 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.257 INFO kablam! ... Oct 22 02:09:25.257 INFO kablam! 1794 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_4align_alloc_layout_unchecked, 131072, 4); Oct 22 02:09:25.257 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.257 INFO kablam! | Oct 22 02:09:25.257 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.257 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.257 INFO kablam! | Oct 22 02:09:25.257 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.257 INFO kablam! | Oct 22 02:09:25.257 INFO kablam! Oct 22 02:09:25.257 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.257 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.257 INFO kablam! | Oct 22 02:09:25.257 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.257 INFO kablam! | ^^^^^ Oct 22 02:09:25.257 INFO kablam! ... Oct 22 02:09:25.257 INFO kablam! 1807 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_4align_alloc_layout_unchecked, 4194304, 4); Oct 22 02:09:25.257 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.257 INFO kablam! | Oct 22 02:09:25.257 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.257 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.257 INFO kablam! | Oct 22 02:09:25.257 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.257 INFO kablam! | Oct 22 02:09:25.257 INFO kablam! Oct 22 02:09:25.264 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.264 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.264 INFO kablam! | Oct 22 02:09:25.264 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.264 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.264 INFO kablam! ... Oct 22 02:09:25.264 INFO kablam! 1807 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_4align_alloc_layout_unchecked, 4194304, 4); Oct 22 02:09:25.264 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.264 INFO kablam! | Oct 22 02:09:25.264 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.264 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.264 INFO kablam! | Oct 22 02:09:25.264 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.264 INFO kablam! | Oct 22 02:09:25.264 INFO kablam! Oct 22 02:09:25.264 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.264 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.264 INFO kablam! | Oct 22 02:09:25.264 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.264 INFO kablam! | ^^^^^ Oct 22 02:09:25.264 INFO kablam! ... Oct 22 02:09:25.264 INFO kablam! 1821 | rt_alloc_layout_unchecked!(rt_even_10bytes_4align_alloc_layout_unchecked, 10, 4); Oct 22 02:09:25.264 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.264 INFO kablam! | Oct 22 02:09:25.264 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.264 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.264 INFO kablam! | Oct 22 02:09:25.264 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.264 INFO kablam! | Oct 22 02:09:25.264 INFO kablam! Oct 22 02:09:25.264 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.264 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.264 INFO kablam! | Oct 22 02:09:25.264 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.264 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.264 INFO kablam! ... Oct 22 02:09:25.264 INFO kablam! 1821 | rt_alloc_layout_unchecked!(rt_even_10bytes_4align_alloc_layout_unchecked, 10, 4); Oct 22 02:09:25.264 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.264 INFO kablam! | Oct 22 02:09:25.264 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.264 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.264 INFO kablam! | Oct 22 02:09:25.264 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.264 INFO kablam! | Oct 22 02:09:25.264 INFO kablam! Oct 22 02:09:25.264 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.264 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.265 INFO kablam! | Oct 22 02:09:25.265 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.265 INFO kablam! | ^^^^^ Oct 22 02:09:25.265 INFO kablam! ... Oct 22 02:09:25.265 INFO kablam! 1834 | rt_alloc_layout_unchecked!(rt_even_100bytes_4align_alloc_layout_unchecked, 100, 4); Oct 22 02:09:25.265 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.265 INFO kablam! | Oct 22 02:09:25.265 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.265 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.265 INFO kablam! | Oct 22 02:09:25.265 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.265 INFO kablam! | Oct 22 02:09:25.265 INFO kablam! Oct 22 02:09:25.265 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.265 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.265 INFO kablam! | Oct 22 02:09:25.265 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.265 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.265 INFO kablam! ... Oct 22 02:09:25.265 INFO kablam! 1834 | rt_alloc_layout_unchecked!(rt_even_100bytes_4align_alloc_layout_unchecked, 100, 4); Oct 22 02:09:25.265 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.265 INFO kablam! | Oct 22 02:09:25.265 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.265 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.265 INFO kablam! | Oct 22 02:09:25.265 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.265 INFO kablam! | Oct 22 02:09:25.265 INFO kablam! Oct 22 02:09:25.265 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.265 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.265 INFO kablam! | Oct 22 02:09:25.265 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.265 INFO kablam! | ^^^^^ Oct 22 02:09:25.265 INFO kablam! ... Oct 22 02:09:25.265 INFO kablam! 1847 | rt_alloc_layout_unchecked!(rt_even_1000bytes_4align_alloc_layout_unchecked, 1000, 4); Oct 22 02:09:25.265 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.265 INFO kablam! | Oct 22 02:09:25.265 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.265 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.265 INFO kablam! | Oct 22 02:09:25.265 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.265 INFO kablam! | Oct 22 02:09:25.265 INFO kablam! Oct 22 02:09:25.265 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.265 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.265 INFO kablam! | Oct 22 02:09:25.265 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.265 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.265 INFO kablam! ... Oct 22 02:09:25.265 INFO kablam! 1847 | rt_alloc_layout_unchecked!(rt_even_1000bytes_4align_alloc_layout_unchecked, 1000, 4); Oct 22 02:09:25.265 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.265 INFO kablam! | Oct 22 02:09:25.265 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.265 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.265 INFO kablam! | Oct 22 02:09:25.265 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.265 INFO kablam! | Oct 22 02:09:25.265 INFO kablam! Oct 22 02:09:25.265 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.265 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.265 INFO kablam! | Oct 22 02:09:25.265 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.265 INFO kablam! | ^^^^^ Oct 22 02:09:25.265 INFO kablam! ... Oct 22 02:09:25.265 INFO kablam! 1860 | rt_alloc_layout_unchecked!(rt_even_10000bytes_4align_alloc_layout_unchecked, 10000, 4); Oct 22 02:09:25.265 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.265 INFO kablam! | Oct 22 02:09:25.265 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.265 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.265 INFO kablam! | Oct 22 02:09:25.265 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.265 INFO kablam! | Oct 22 02:09:25.265 INFO kablam! Oct 22 02:09:25.276 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.276 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.276 INFO kablam! | Oct 22 02:09:25.276 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.276 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.276 INFO kablam! ... Oct 22 02:09:25.276 INFO kablam! 1860 | rt_alloc_layout_unchecked!(rt_even_10000bytes_4align_alloc_layout_unchecked, 10000, 4); Oct 22 02:09:25.276 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.276 INFO kablam! | Oct 22 02:09:25.276 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.276 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.276 INFO kablam! | Oct 22 02:09:25.276 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.276 INFO kablam! | Oct 22 02:09:25.276 INFO kablam! Oct 22 02:09:25.276 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.276 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.276 INFO kablam! | Oct 22 02:09:25.276 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.276 INFO kablam! | ^^^^^ Oct 22 02:09:25.276 INFO kablam! ... Oct 22 02:09:25.276 INFO kablam! 1873 | rt_alloc_layout_unchecked!(rt_even_100000bytes_4align_alloc_layout_unchecked, 100000, 4); Oct 22 02:09:25.276 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.276 INFO kablam! | Oct 22 02:09:25.276 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.276 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.276 INFO kablam! | Oct 22 02:09:25.276 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.276 INFO kablam! | Oct 22 02:09:25.276 INFO kablam! Oct 22 02:09:25.276 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.276 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.276 INFO kablam! | Oct 22 02:09:25.276 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.276 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.276 INFO kablam! ... Oct 22 02:09:25.276 INFO kablam! 1873 | rt_alloc_layout_unchecked!(rt_even_100000bytes_4align_alloc_layout_unchecked, 100000, 4); Oct 22 02:09:25.276 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.276 INFO kablam! | Oct 22 02:09:25.276 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.276 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.276 INFO kablam! | Oct 22 02:09:25.276 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.276 INFO kablam! | Oct 22 02:09:25.276 INFO kablam! Oct 22 02:09:25.276 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.276 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.276 INFO kablam! | Oct 22 02:09:25.277 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.277 INFO kablam! | ^^^^^ Oct 22 02:09:25.277 INFO kablam! ... Oct 22 02:09:25.277 INFO kablam! 1886 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_4align_alloc_layout_unchecked, 1000000, 4); Oct 22 02:09:25.277 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.277 INFO kablam! | Oct 22 02:09:25.277 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.277 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.277 INFO kablam! | Oct 22 02:09:25.277 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.277 INFO kablam! | Oct 22 02:09:25.277 INFO kablam! Oct 22 02:09:25.277 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.277 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.277 INFO kablam! | Oct 22 02:09:25.277 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.277 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.277 INFO kablam! ... Oct 22 02:09:25.277 INFO kablam! 1886 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_4align_alloc_layout_unchecked, 1000000, 4); Oct 22 02:09:25.277 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.277 INFO kablam! | Oct 22 02:09:25.277 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.277 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.277 INFO kablam! | Oct 22 02:09:25.277 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.277 INFO kablam! | Oct 22 02:09:25.277 INFO kablam! Oct 22 02:09:25.277 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.277 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.277 INFO kablam! | Oct 22 02:09:25.277 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.277 INFO kablam! | ^^^^^ Oct 22 02:09:25.277 INFO kablam! ... Oct 22 02:09:25.277 INFO kablam! 1900 | rt_alloc_layout_unchecked!(rt_odd_10bytes_4align_alloc_layout_unchecked, 10- 1, 4); Oct 22 02:09:25.277 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.277 INFO kablam! | Oct 22 02:09:25.277 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.277 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.277 INFO kablam! | Oct 22 02:09:25.277 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.277 INFO kablam! | Oct 22 02:09:25.277 INFO kablam! Oct 22 02:09:25.277 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.277 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.277 INFO kablam! | Oct 22 02:09:25.277 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.277 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.277 INFO kablam! ... Oct 22 02:09:25.277 INFO kablam! 1900 | rt_alloc_layout_unchecked!(rt_odd_10bytes_4align_alloc_layout_unchecked, 10- 1, 4); Oct 22 02:09:25.277 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.277 INFO kablam! | Oct 22 02:09:25.277 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.277 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.277 INFO kablam! | Oct 22 02:09:25.277 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.277 INFO kablam! | Oct 22 02:09:25.277 INFO kablam! Oct 22 02:09:25.277 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.277 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.277 INFO kablam! | Oct 22 02:09:25.277 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.277 INFO kablam! | ^^^^^ Oct 22 02:09:25.277 INFO kablam! ... Oct 22 02:09:25.277 INFO kablam! 1913 | rt_alloc_layout_unchecked!(rt_odd_100bytes_4align_alloc_layout_unchecked, 100- 1, 4); Oct 22 02:09:25.277 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.277 INFO kablam! | Oct 22 02:09:25.277 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.277 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.277 INFO kablam! | Oct 22 02:09:25.277 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.277 INFO kablam! | Oct 22 02:09:25.277 INFO kablam! Oct 22 02:09:25.277 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.277 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.277 INFO kablam! | Oct 22 02:09:25.277 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.277 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.277 INFO kablam! ... Oct 22 02:09:25.277 INFO kablam! 1913 | rt_alloc_layout_unchecked!(rt_odd_100bytes_4align_alloc_layout_unchecked, 100- 1, 4); Oct 22 02:09:25.277 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.277 INFO kablam! | Oct 22 02:09:25.277 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.277 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.277 INFO kablam! | Oct 22 02:09:25.278 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.278 INFO kablam! | Oct 22 02:09:25.278 INFO kablam! Oct 22 02:09:25.278 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.278 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.278 INFO kablam! | Oct 22 02:09:25.278 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.278 INFO kablam! | ^^^^^ Oct 22 02:09:25.278 INFO kablam! ... Oct 22 02:09:25.278 INFO kablam! 1926 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_4align_alloc_layout_unchecked, 1000- 1, 4); Oct 22 02:09:25.278 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.278 INFO kablam! | Oct 22 02:09:25.278 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.278 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.278 INFO kablam! | Oct 22 02:09:25.278 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.278 INFO kablam! | Oct 22 02:09:25.278 INFO kablam! Oct 22 02:09:25.278 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.278 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.278 INFO kablam! | Oct 22 02:09:25.278 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.278 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.278 INFO kablam! ... Oct 22 02:09:25.278 INFO kablam! 1926 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_4align_alloc_layout_unchecked, 1000- 1, 4); Oct 22 02:09:25.278 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.278 INFO kablam! | Oct 22 02:09:25.278 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.278 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.278 INFO kablam! | Oct 22 02:09:25.278 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.278 INFO kablam! | Oct 22 02:09:25.278 INFO kablam! Oct 22 02:09:25.278 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.278 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.278 INFO kablam! | Oct 22 02:09:25.278 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.278 INFO kablam! | ^^^^^ Oct 22 02:09:25.278 INFO kablam! ... Oct 22 02:09:25.278 INFO kablam! 1939 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_4align_alloc_layout_unchecked, 10000- 1, 4); Oct 22 02:09:25.278 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.278 INFO kablam! | Oct 22 02:09:25.278 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.278 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.278 INFO kablam! | Oct 22 02:09:25.278 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.278 INFO kablam! | Oct 22 02:09:25.278 INFO kablam! Oct 22 02:09:25.284 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.284 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.284 INFO kablam! | Oct 22 02:09:25.284 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.284 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.284 INFO kablam! ... Oct 22 02:09:25.284 INFO kablam! 1939 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_4align_alloc_layout_unchecked, 10000- 1, 4); Oct 22 02:09:25.284 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.284 INFO kablam! | Oct 22 02:09:25.284 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.284 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.284 INFO kablam! | Oct 22 02:09:25.284 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.284 INFO kablam! | Oct 22 02:09:25.284 INFO kablam! Oct 22 02:09:25.284 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.284 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.284 INFO kablam! | Oct 22 02:09:25.284 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.284 INFO kablam! | ^^^^^ Oct 22 02:09:25.284 INFO kablam! ... Oct 22 02:09:25.284 INFO kablam! 1952 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_4align_alloc_layout_unchecked, 100000- 1, 4); Oct 22 02:09:25.284 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.284 INFO kablam! | Oct 22 02:09:25.284 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.284 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.284 INFO kablam! | Oct 22 02:09:25.284 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.284 INFO kablam! | Oct 22 02:09:25.284 INFO kablam! Oct 22 02:09:25.284 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.284 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.284 INFO kablam! | Oct 22 02:09:25.284 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.284 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.284 INFO kablam! ... Oct 22 02:09:25.284 INFO kablam! 1952 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_4align_alloc_layout_unchecked, 100000- 1, 4); Oct 22 02:09:25.284 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.284 INFO kablam! | Oct 22 02:09:25.284 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.284 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.284 INFO kablam! | Oct 22 02:09:25.284 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.284 INFO kablam! | Oct 22 02:09:25.284 INFO kablam! Oct 22 02:09:25.285 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.285 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.285 INFO kablam! | Oct 22 02:09:25.285 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.285 INFO kablam! | ^^^^^ Oct 22 02:09:25.285 INFO kablam! ... Oct 22 02:09:25.285 INFO kablam! 1965 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_4align_alloc_layout_unchecked, 1000000- 1, 4); Oct 22 02:09:25.285 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.285 INFO kablam! | Oct 22 02:09:25.285 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.285 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.285 INFO kablam! | Oct 22 02:09:25.285 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.285 INFO kablam! | Oct 22 02:09:25.285 INFO kablam! Oct 22 02:09:25.285 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.285 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.285 INFO kablam! | Oct 22 02:09:25.285 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.285 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.285 INFO kablam! ... Oct 22 02:09:25.285 INFO kablam! 1965 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_4align_alloc_layout_unchecked, 1000000- 1, 4); Oct 22 02:09:25.285 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.285 INFO kablam! | Oct 22 02:09:25.285 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.285 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.285 INFO kablam! | Oct 22 02:09:25.285 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.285 INFO kablam! | Oct 22 02:09:25.285 INFO kablam! Oct 22 02:09:25.285 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.285 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.285 INFO kablam! | Oct 22 02:09:25.285 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.285 INFO kablam! | ^^^^^ Oct 22 02:09:25.285 INFO kablam! ... Oct 22 02:09:25.285 INFO kablam! 1979 | rt_alloc_layout_unchecked!(rt_primes_3bytes_4align_alloc_layout_unchecked, 3, 4); Oct 22 02:09:25.285 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.285 INFO kablam! | Oct 22 02:09:25.285 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.285 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.285 INFO kablam! | Oct 22 02:09:25.285 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.285 INFO kablam! | Oct 22 02:09:25.285 INFO kablam! Oct 22 02:09:25.285 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.285 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.285 INFO kablam! | Oct 22 02:09:25.285 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.285 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.285 INFO kablam! ... Oct 22 02:09:25.285 INFO kablam! 1979 | rt_alloc_layout_unchecked!(rt_primes_3bytes_4align_alloc_layout_unchecked, 3, 4); Oct 22 02:09:25.285 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.285 INFO kablam! | Oct 22 02:09:25.285 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.285 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.285 INFO kablam! | Oct 22 02:09:25.285 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.285 INFO kablam! | Oct 22 02:09:25.285 INFO kablam! Oct 22 02:09:25.285 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.285 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.285 INFO kablam! | Oct 22 02:09:25.285 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.285 INFO kablam! | ^^^^^ Oct 22 02:09:25.285 INFO kablam! ... Oct 22 02:09:25.285 INFO kablam! 1992 | rt_alloc_layout_unchecked!(rt_primes_7bytes_4align_alloc_layout_unchecked, 7, 4); Oct 22 02:09:25.285 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.285 INFO kablam! | Oct 22 02:09:25.285 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.285 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.285 INFO kablam! | Oct 22 02:09:25.285 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.285 INFO kablam! | Oct 22 02:09:25.285 INFO kablam! Oct 22 02:09:25.289 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.289 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.289 INFO kablam! | Oct 22 02:09:25.289 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.289 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.289 INFO kablam! ... Oct 22 02:09:25.289 INFO kablam! 1992 | rt_alloc_layout_unchecked!(rt_primes_7bytes_4align_alloc_layout_unchecked, 7, 4); Oct 22 02:09:25.289 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.289 INFO kablam! | Oct 22 02:09:25.289 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.289 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.289 INFO kablam! | Oct 22 02:09:25.289 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.289 INFO kablam! | Oct 22 02:09:25.289 INFO kablam! Oct 22 02:09:25.289 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.289 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.289 INFO kablam! | Oct 22 02:09:25.289 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.289 INFO kablam! | ^^^^^ Oct 22 02:09:25.289 INFO kablam! ... Oct 22 02:09:25.289 INFO kablam! 2005 | rt_alloc_layout_unchecked!(rt_primes_13bytes_4align_alloc_layout_unchecked, 13, 4); Oct 22 02:09:25.289 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.289 INFO kablam! | Oct 22 02:09:25.289 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.289 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.289 INFO kablam! | Oct 22 02:09:25.289 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.289 INFO kablam! | Oct 22 02:09:25.289 INFO kablam! Oct 22 02:09:25.289 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.289 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.289 INFO kablam! | Oct 22 02:09:25.289 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.289 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.289 INFO kablam! ... Oct 22 02:09:25.289 INFO kablam! 2005 | rt_alloc_layout_unchecked!(rt_primes_13bytes_4align_alloc_layout_unchecked, 13, 4); Oct 22 02:09:25.289 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.289 INFO kablam! | Oct 22 02:09:25.289 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.289 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.289 INFO kablam! | Oct 22 02:09:25.289 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.289 INFO kablam! | Oct 22 02:09:25.289 INFO kablam! Oct 22 02:09:25.289 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.289 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.289 INFO kablam! | Oct 22 02:09:25.289 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.289 INFO kablam! | ^^^^^ Oct 22 02:09:25.289 INFO kablam! ... Oct 22 02:09:25.289 INFO kablam! 2018 | rt_alloc_layout_unchecked!(rt_primes_17bytes_4align_alloc_layout_unchecked, 17, 4); Oct 22 02:09:25.289 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.289 INFO kablam! | Oct 22 02:09:25.289 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.289 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.289 INFO kablam! | Oct 22 02:09:25.289 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.289 INFO kablam! | Oct 22 02:09:25.289 INFO kablam! Oct 22 02:09:25.289 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.289 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.289 INFO kablam! | Oct 22 02:09:25.289 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.289 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.289 INFO kablam! ... Oct 22 02:09:25.289 INFO kablam! 2018 | rt_alloc_layout_unchecked!(rt_primes_17bytes_4align_alloc_layout_unchecked, 17, 4); Oct 22 02:09:25.289 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.289 INFO kablam! | Oct 22 02:09:25.289 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.289 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.289 INFO kablam! | Oct 22 02:09:25.289 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.289 INFO kablam! | Oct 22 02:09:25.289 INFO kablam! Oct 22 02:09:25.289 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.289 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.289 INFO kablam! | Oct 22 02:09:25.289 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.290 INFO kablam! | ^^^^^ Oct 22 02:09:25.290 INFO kablam! ... Oct 22 02:09:25.290 INFO kablam! 2031 | rt_alloc_layout_unchecked!(rt_primes_31bytes_4align_alloc_layout_unchecked, 31, 4); Oct 22 02:09:25.290 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.290 INFO kablam! | Oct 22 02:09:25.290 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.290 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.290 INFO kablam! | Oct 22 02:09:25.290 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.290 INFO kablam! | Oct 22 02:09:25.290 INFO kablam! Oct 22 02:09:25.290 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.290 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.290 INFO kablam! | Oct 22 02:09:25.290 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.290 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.290 INFO kablam! ... Oct 22 02:09:25.290 INFO kablam! 2031 | rt_alloc_layout_unchecked!(rt_primes_31bytes_4align_alloc_layout_unchecked, 31, 4); Oct 22 02:09:25.290 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.290 INFO kablam! | Oct 22 02:09:25.290 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.290 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.290 INFO kablam! | Oct 22 02:09:25.290 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.290 INFO kablam! | Oct 22 02:09:25.290 INFO kablam! Oct 22 02:09:25.290 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.290 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.290 INFO kablam! | Oct 22 02:09:25.290 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.290 INFO kablam! | ^^^^^ Oct 22 02:09:25.290 INFO kablam! ... Oct 22 02:09:25.290 INFO kablam! 2044 | rt_alloc_layout_unchecked!(rt_primes_61bytes_4align_alloc_layout_unchecked, 61, 4); Oct 22 02:09:25.290 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.290 INFO kablam! | Oct 22 02:09:25.290 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.290 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.290 INFO kablam! | Oct 22 02:09:25.290 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.290 INFO kablam! | Oct 22 02:09:25.290 INFO kablam! Oct 22 02:09:25.290 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.290 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.290 INFO kablam! | Oct 22 02:09:25.290 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.290 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.290 INFO kablam! ... Oct 22 02:09:25.290 INFO kablam! 2044 | rt_alloc_layout_unchecked!(rt_primes_61bytes_4align_alloc_layout_unchecked, 61, 4); Oct 22 02:09:25.290 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.290 INFO kablam! | Oct 22 02:09:25.290 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.290 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.290 INFO kablam! | Oct 22 02:09:25.290 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.290 INFO kablam! | Oct 22 02:09:25.290 INFO kablam! Oct 22 02:09:25.296 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.296 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.296 INFO kablam! | Oct 22 02:09:25.296 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.296 INFO kablam! | ^^^^^ Oct 22 02:09:25.296 INFO kablam! ... Oct 22 02:09:25.296 INFO kablam! 2057 | rt_alloc_layout_unchecked!(rt_primes_96bytes_4align_alloc_layout_unchecked, 96, 4); Oct 22 02:09:25.296 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.296 INFO kablam! | Oct 22 02:09:25.296 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.296 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.296 INFO kablam! | Oct 22 02:09:25.296 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.296 INFO kablam! | Oct 22 02:09:25.296 INFO kablam! Oct 22 02:09:25.296 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.296 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.296 INFO kablam! | Oct 22 02:09:25.296 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.296 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.296 INFO kablam! ... Oct 22 02:09:25.296 INFO kablam! 2057 | rt_alloc_layout_unchecked!(rt_primes_96bytes_4align_alloc_layout_unchecked, 96, 4); Oct 22 02:09:25.296 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.296 INFO kablam! | Oct 22 02:09:25.296 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.296 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.296 INFO kablam! | Oct 22 02:09:25.296 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.296 INFO kablam! | Oct 22 02:09:25.296 INFO kablam! Oct 22 02:09:25.296 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.296 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.296 INFO kablam! | Oct 22 02:09:25.296 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.296 INFO kablam! | ^^^^^ Oct 22 02:09:25.296 INFO kablam! ... Oct 22 02:09:25.296 INFO kablam! 2070 | rt_alloc_layout_unchecked!(rt_primes_127bytes_4align_alloc_layout_unchecked, 127, 4); Oct 22 02:09:25.296 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.296 INFO kablam! | Oct 22 02:09:25.296 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.296 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.296 INFO kablam! | Oct 22 02:09:25.296 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.296 INFO kablam! | Oct 22 02:09:25.296 INFO kablam! Oct 22 02:09:25.296 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.296 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.296 INFO kablam! | Oct 22 02:09:25.296 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.296 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.297 INFO kablam! ... Oct 22 02:09:25.297 INFO kablam! 2070 | rt_alloc_layout_unchecked!(rt_primes_127bytes_4align_alloc_layout_unchecked, 127, 4); Oct 22 02:09:25.297 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.297 INFO kablam! | Oct 22 02:09:25.297 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.297 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.297 INFO kablam! | Oct 22 02:09:25.297 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.297 INFO kablam! | Oct 22 02:09:25.297 INFO kablam! Oct 22 02:09:25.297 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.297 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.297 INFO kablam! | Oct 22 02:09:25.297 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.297 INFO kablam! | ^^^^^ Oct 22 02:09:25.297 INFO kablam! ... Oct 22 02:09:25.297 INFO kablam! 2083 | rt_alloc_layout_unchecked!(rt_primes_257bytes_4align_alloc_layout_unchecked, 257, 4); Oct 22 02:09:25.297 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.297 INFO kablam! | Oct 22 02:09:25.297 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.297 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.297 INFO kablam! | Oct 22 02:09:25.297 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.297 INFO kablam! | Oct 22 02:09:25.297 INFO kablam! Oct 22 02:09:25.297 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.297 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.297 INFO kablam! | Oct 22 02:09:25.297 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.297 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.297 INFO kablam! ... Oct 22 02:09:25.297 INFO kablam! 2083 | rt_alloc_layout_unchecked!(rt_primes_257bytes_4align_alloc_layout_unchecked, 257, 4); Oct 22 02:09:25.297 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.297 INFO kablam! | Oct 22 02:09:25.297 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.297 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.297 INFO kablam! | Oct 22 02:09:25.297 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.297 INFO kablam! | Oct 22 02:09:25.297 INFO kablam! Oct 22 02:09:25.297 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.297 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.297 INFO kablam! | Oct 22 02:09:25.297 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.297 INFO kablam! | ^^^^^ Oct 22 02:09:25.297 INFO kablam! ... Oct 22 02:09:25.297 INFO kablam! 2096 | rt_alloc_layout_unchecked!(rt_primes_509bytes_4align_alloc_layout_unchecked, 509, 4); Oct 22 02:09:25.297 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.297 INFO kablam! | Oct 22 02:09:25.297 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.297 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.297 INFO kablam! | Oct 22 02:09:25.297 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.297 INFO kablam! | Oct 22 02:09:25.297 INFO kablam! Oct 22 02:09:25.297 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.297 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.297 INFO kablam! | Oct 22 02:09:25.297 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.297 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.297 INFO kablam! ... Oct 22 02:09:25.297 INFO kablam! 2096 | rt_alloc_layout_unchecked!(rt_primes_509bytes_4align_alloc_layout_unchecked, 509, 4); Oct 22 02:09:25.297 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.297 INFO kablam! | Oct 22 02:09:25.297 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.297 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.297 INFO kablam! | Oct 22 02:09:25.297 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.297 INFO kablam! | Oct 22 02:09:25.297 INFO kablam! Oct 22 02:09:25.304 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.304 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.304 INFO kablam! | Oct 22 02:09:25.304 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.304 INFO kablam! | ^^^^^ Oct 22 02:09:25.304 INFO kablam! ... Oct 22 02:09:25.304 INFO kablam! 2109 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_4align_alloc_layout_unchecked, 1021, 4); Oct 22 02:09:25.304 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.304 INFO kablam! | Oct 22 02:09:25.304 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.304 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.304 INFO kablam! | Oct 22 02:09:25.304 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.304 INFO kablam! | Oct 22 02:09:25.304 INFO kablam! Oct 22 02:09:25.304 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.304 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.304 INFO kablam! | Oct 22 02:09:25.304 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.304 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.304 INFO kablam! ... Oct 22 02:09:25.304 INFO kablam! 2109 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_4align_alloc_layout_unchecked, 1021, 4); Oct 22 02:09:25.304 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.304 INFO kablam! | Oct 22 02:09:25.304 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.304 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.304 INFO kablam! | Oct 22 02:09:25.304 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.304 INFO kablam! | Oct 22 02:09:25.304 INFO kablam! Oct 22 02:09:25.304 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.304 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.304 INFO kablam! | Oct 22 02:09:25.304 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.304 INFO kablam! | ^^^^^ Oct 22 02:09:25.304 INFO kablam! ... Oct 22 02:09:25.304 INFO kablam! 2122 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_4align_alloc_layout_unchecked, 2039, 4); Oct 22 02:09:25.304 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.304 INFO kablam! | Oct 22 02:09:25.304 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.304 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.304 INFO kablam! | Oct 22 02:09:25.304 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.304 INFO kablam! | Oct 22 02:09:25.304 INFO kablam! Oct 22 02:09:25.304 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.304 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.304 INFO kablam! | Oct 22 02:09:25.304 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.304 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.305 INFO kablam! ... Oct 22 02:09:25.305 INFO kablam! 2122 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_4align_alloc_layout_unchecked, 2039, 4); Oct 22 02:09:25.305 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.305 INFO kablam! | Oct 22 02:09:25.305 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.305 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.305 INFO kablam! | Oct 22 02:09:25.305 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.305 INFO kablam! | Oct 22 02:09:25.305 INFO kablam! Oct 22 02:09:25.309 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.309 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.309 INFO kablam! | Oct 22 02:09:25.309 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.309 INFO kablam! | ^^^^^ Oct 22 02:09:25.309 INFO kablam! ... Oct 22 02:09:25.309 INFO kablam! 2135 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_4align_alloc_layout_unchecked, 4093, 4); Oct 22 02:09:25.309 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.309 INFO kablam! | Oct 22 02:09:25.309 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.310 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.310 INFO kablam! | Oct 22 02:09:25.310 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.310 INFO kablam! | Oct 22 02:09:25.310 INFO kablam! Oct 22 02:09:25.310 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.310 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.310 INFO kablam! | Oct 22 02:09:25.310 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.310 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.310 INFO kablam! ... Oct 22 02:09:25.310 INFO kablam! 2135 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_4align_alloc_layout_unchecked, 4093, 4); Oct 22 02:09:25.310 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.310 INFO kablam! | Oct 22 02:09:25.310 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.310 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.310 INFO kablam! | Oct 22 02:09:25.310 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.310 INFO kablam! | Oct 22 02:09:25.310 INFO kablam! Oct 22 02:09:25.310 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.310 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.310 INFO kablam! | Oct 22 02:09:25.310 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.310 INFO kablam! | ^^^^^ Oct 22 02:09:25.311 INFO kablam! ... Oct 22 02:09:25.311 INFO kablam! 2148 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_4align_alloc_layout_unchecked, 8191, 4); Oct 22 02:09:25.311 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.311 INFO kablam! | Oct 22 02:09:25.311 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.311 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.311 INFO kablam! | Oct 22 02:09:25.311 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.311 INFO kablam! | Oct 22 02:09:25.311 INFO kablam! Oct 22 02:09:25.311 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.311 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.311 INFO kablam! | Oct 22 02:09:25.311 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.311 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.311 INFO kablam! ... Oct 22 02:09:25.311 INFO kablam! 2148 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_4align_alloc_layout_unchecked, 8191, 4); Oct 22 02:09:25.311 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.311 INFO kablam! | Oct 22 02:09:25.311 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.311 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.311 INFO kablam! | Oct 22 02:09:25.311 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.311 INFO kablam! | Oct 22 02:09:25.311 INFO kablam! Oct 22 02:09:25.312 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.312 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.312 INFO kablam! | Oct 22 02:09:25.312 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.312 INFO kablam! | ^^^^^ Oct 22 02:09:25.312 INFO kablam! ... Oct 22 02:09:25.312 INFO kablam! 2161 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_4align_alloc_layout_unchecked, 16381, 4); Oct 22 02:09:25.312 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.312 INFO kablam! | Oct 22 02:09:25.312 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.312 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.312 INFO kablam! | Oct 22 02:09:25.312 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.312 INFO kablam! | Oct 22 02:09:25.312 INFO kablam! Oct 22 02:09:25.312 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.312 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.312 INFO kablam! | Oct 22 02:09:25.312 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.312 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.312 INFO kablam! ... Oct 22 02:09:25.312 INFO kablam! 2161 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_4align_alloc_layout_unchecked, 16381, 4); Oct 22 02:09:25.312 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.313 INFO kablam! | Oct 22 02:09:25.313 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.313 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.313 INFO kablam! | Oct 22 02:09:25.313 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.313 INFO kablam! | Oct 22 02:09:25.313 INFO kablam! Oct 22 02:09:25.313 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.313 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.313 INFO kablam! | Oct 22 02:09:25.313 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.313 INFO kablam! | ^^^^^ Oct 22 02:09:25.313 INFO kablam! ... Oct 22 02:09:25.313 INFO kablam! 2174 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_4align_alloc_layout_unchecked, 32749, 4); Oct 22 02:09:25.313 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.313 INFO kablam! | Oct 22 02:09:25.313 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.313 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.313 INFO kablam! | Oct 22 02:09:25.313 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.313 INFO kablam! | Oct 22 02:09:25.313 INFO kablam! Oct 22 02:09:25.313 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.313 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.314 INFO kablam! | Oct 22 02:09:25.314 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.314 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.314 INFO kablam! ... Oct 22 02:09:25.314 INFO kablam! 2174 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_4align_alloc_layout_unchecked, 32749, 4); Oct 22 02:09:25.314 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.314 INFO kablam! | Oct 22 02:09:25.314 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.314 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.314 INFO kablam! | Oct 22 02:09:25.314 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.314 INFO kablam! | Oct 22 02:09:25.314 INFO kablam! Oct 22 02:09:25.317 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.317 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.317 INFO kablam! | Oct 22 02:09:25.317 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.317 INFO kablam! | ^^^^^ Oct 22 02:09:25.317 INFO kablam! ... Oct 22 02:09:25.317 INFO kablam! 2187 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_4align_alloc_layout_unchecked, 65537, 4); Oct 22 02:09:25.317 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.317 INFO kablam! | Oct 22 02:09:25.317 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.317 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.317 INFO kablam! | Oct 22 02:09:25.317 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.317 INFO kablam! | Oct 22 02:09:25.317 INFO kablam! Oct 22 02:09:25.317 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.317 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.317 INFO kablam! | Oct 22 02:09:25.318 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.318 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.318 INFO kablam! ... Oct 22 02:09:25.318 INFO kablam! 2187 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_4align_alloc_layout_unchecked, 65537, 4); Oct 22 02:09:25.318 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.318 INFO kablam! | Oct 22 02:09:25.318 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.318 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.318 INFO kablam! | Oct 22 02:09:25.318 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.318 INFO kablam! | Oct 22 02:09:25.318 INFO kablam! Oct 22 02:09:25.318 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.318 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.318 INFO kablam! | Oct 22 02:09:25.318 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.318 INFO kablam! | ^^^^^ Oct 22 02:09:25.318 INFO kablam! ... Oct 22 02:09:25.318 INFO kablam! 2200 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_4align_alloc_layout_unchecked, 131071, 4); Oct 22 02:09:25.319 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.319 INFO kablam! | Oct 22 02:09:25.319 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.319 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.319 INFO kablam! | Oct 22 02:09:25.319 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.319 INFO kablam! | Oct 22 02:09:25.319 INFO kablam! Oct 22 02:09:25.319 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.319 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.319 INFO kablam! | Oct 22 02:09:25.319 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.319 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.319 INFO kablam! ... Oct 22 02:09:25.319 INFO kablam! 2200 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_4align_alloc_layout_unchecked, 131071, 4); Oct 22 02:09:25.319 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.319 INFO kablam! | Oct 22 02:09:25.319 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.319 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.320 INFO kablam! | Oct 22 02:09:25.320 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.320 INFO kablam! | Oct 22 02:09:25.320 INFO kablam! Oct 22 02:09:25.320 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.320 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.320 INFO kablam! | Oct 22 02:09:25.320 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.320 INFO kablam! | ^^^^^ Oct 22 02:09:25.320 INFO kablam! ... Oct 22 02:09:25.320 INFO kablam! 2213 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_4align_alloc_layout_unchecked, 4194301, 4); Oct 22 02:09:25.320 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.320 INFO kablam! | Oct 22 02:09:25.320 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.320 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.320 INFO kablam! | Oct 22 02:09:25.320 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.320 INFO kablam! | Oct 22 02:09:25.320 INFO kablam! Oct 22 02:09:25.320 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.320 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.320 INFO kablam! | Oct 22 02:09:25.320 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.321 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.321 INFO kablam! ... Oct 22 02:09:25.321 INFO kablam! 2213 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_4align_alloc_layout_unchecked, 4194301, 4); Oct 22 02:09:25.321 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.321 INFO kablam! | Oct 22 02:09:25.321 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.321 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.321 INFO kablam! | Oct 22 02:09:25.321 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.321 INFO kablam! | Oct 22 02:09:25.321 INFO kablam! Oct 22 02:09:25.321 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.321 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.321 INFO kablam! | Oct 22 02:09:25.321 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.321 INFO kablam! | ^^^^^ Oct 22 02:09:25.321 INFO kablam! ... Oct 22 02:09:25.321 INFO kablam! 2229 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_8align_alloc_layout_unchecked, 1, 8); Oct 22 02:09:25.321 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.321 INFO kablam! | Oct 22 02:09:25.321 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.321 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.321 INFO kablam! | Oct 22 02:09:25.321 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.321 INFO kablam! | Oct 22 02:09:25.321 INFO kablam! Oct 22 02:09:25.321 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.321 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.321 INFO kablam! | Oct 22 02:09:25.321 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.321 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.321 INFO kablam! ... Oct 22 02:09:25.321 INFO kablam! 2229 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_8align_alloc_layout_unchecked, 1, 8); Oct 22 02:09:25.321 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.321 INFO kablam! | Oct 22 02:09:25.321 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.321 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.321 INFO kablam! | Oct 22 02:09:25.321 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.321 INFO kablam! | Oct 22 02:09:25.321 INFO kablam! Oct 22 02:09:25.321 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.321 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.321 INFO kablam! | Oct 22 02:09:25.321 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.321 INFO kablam! | ^^^^^ Oct 22 02:09:25.321 INFO kablam! ... Oct 22 02:09:25.321 INFO kablam! 2242 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_8align_alloc_layout_unchecked, 2, 8); Oct 22 02:09:25.321 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.321 INFO kablam! | Oct 22 02:09:25.321 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.321 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.321 INFO kablam! | Oct 22 02:09:25.321 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.321 INFO kablam! | Oct 22 02:09:25.321 INFO kablam! Oct 22 02:09:25.321 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.321 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.321 INFO kablam! | Oct 22 02:09:25.321 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.321 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.321 INFO kablam! ... Oct 22 02:09:25.321 INFO kablam! 2242 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_8align_alloc_layout_unchecked, 2, 8); Oct 22 02:09:25.321 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.321 INFO kablam! | Oct 22 02:09:25.321 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.321 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.321 INFO kablam! | Oct 22 02:09:25.321 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.321 INFO kablam! | Oct 22 02:09:25.321 INFO kablam! Oct 22 02:09:25.321 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.321 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.321 INFO kablam! | Oct 22 02:09:25.321 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.321 INFO kablam! | ^^^^^ Oct 22 02:09:25.321 INFO kablam! ... Oct 22 02:09:25.321 INFO kablam! 2255 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_8align_alloc_layout_unchecked, 4, 8); Oct 22 02:09:25.321 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.321 INFO kablam! | Oct 22 02:09:25.321 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.321 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.321 INFO kablam! | Oct 22 02:09:25.321 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.321 INFO kablam! | Oct 22 02:09:25.322 INFO kablam! Oct 22 02:09:25.322 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.322 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.322 INFO kablam! | Oct 22 02:09:25.322 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.322 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.322 INFO kablam! ... Oct 22 02:09:25.322 INFO kablam! 2255 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_8align_alloc_layout_unchecked, 4, 8); Oct 22 02:09:25.322 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.322 INFO kablam! | Oct 22 02:09:25.322 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.322 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.322 INFO kablam! | Oct 22 02:09:25.322 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.322 INFO kablam! | Oct 22 02:09:25.322 INFO kablam! Oct 22 02:09:25.322 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.322 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.322 INFO kablam! | Oct 22 02:09:25.322 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.322 INFO kablam! | ^^^^^ Oct 22 02:09:25.322 INFO kablam! ... Oct 22 02:09:25.322 INFO kablam! 2268 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_8align_alloc_layout_unchecked, 8, 8); Oct 22 02:09:25.322 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.322 INFO kablam! | Oct 22 02:09:25.322 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.322 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.322 INFO kablam! | Oct 22 02:09:25.322 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.322 INFO kablam! | Oct 22 02:09:25.322 INFO kablam! Oct 22 02:09:25.323 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.323 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.323 INFO kablam! | Oct 22 02:09:25.323 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.323 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.323 INFO kablam! ... Oct 22 02:09:25.323 INFO kablam! 2268 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_8align_alloc_layout_unchecked, 8, 8); Oct 22 02:09:25.323 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.323 INFO kablam! | Oct 22 02:09:25.323 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.323 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.323 INFO kablam! | Oct 22 02:09:25.323 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.323 INFO kablam! | Oct 22 02:09:25.323 INFO kablam! Oct 22 02:09:25.323 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.323 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.323 INFO kablam! | Oct 22 02:09:25.323 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.323 INFO kablam! | ^^^^^ Oct 22 02:09:25.323 INFO kablam! ... Oct 22 02:09:25.323 INFO kablam! 2281 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_8align_alloc_layout_unchecked, 16, 8); Oct 22 02:09:25.323 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.323 INFO kablam! | Oct 22 02:09:25.323 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.323 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.323 INFO kablam! | Oct 22 02:09:25.323 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.323 INFO kablam! | Oct 22 02:09:25.323 INFO kablam! Oct 22 02:09:25.324 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.324 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.324 INFO kablam! | Oct 22 02:09:25.324 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.324 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.324 INFO kablam! ... Oct 22 02:09:25.324 INFO kablam! 2281 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_8align_alloc_layout_unchecked, 16, 8); Oct 22 02:09:25.324 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.324 INFO kablam! | Oct 22 02:09:25.324 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.324 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.324 INFO kablam! | Oct 22 02:09:25.324 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.324 INFO kablam! | Oct 22 02:09:25.324 INFO kablam! Oct 22 02:09:25.324 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.324 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.325 INFO kablam! | Oct 22 02:09:25.325 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.325 INFO kablam! | ^^^^^ Oct 22 02:09:25.325 INFO kablam! ... Oct 22 02:09:25.325 INFO kablam! 2294 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_8align_alloc_layout_unchecked, 32, 8); Oct 22 02:09:25.325 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.325 INFO kablam! | Oct 22 02:09:25.325 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.325 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.325 INFO kablam! | Oct 22 02:09:25.325 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.325 INFO kablam! | Oct 22 02:09:25.325 INFO kablam! Oct 22 02:09:25.325 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.325 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.325 INFO kablam! | Oct 22 02:09:25.325 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.325 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.325 INFO kablam! ... Oct 22 02:09:25.325 INFO kablam! 2294 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_8align_alloc_layout_unchecked, 32, 8); Oct 22 02:09:25.325 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.325 INFO kablam! | Oct 22 02:09:25.325 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.325 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.325 INFO kablam! | Oct 22 02:09:25.325 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.325 INFO kablam! | Oct 22 02:09:25.325 INFO kablam! Oct 22 02:09:25.326 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.326 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.326 INFO kablam! | Oct 22 02:09:25.326 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.326 INFO kablam! | ^^^^^ Oct 22 02:09:25.326 INFO kablam! ... Oct 22 02:09:25.326 INFO kablam! 2307 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_8align_alloc_layout_unchecked, 64, 8); Oct 22 02:09:25.326 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.326 INFO kablam! | Oct 22 02:09:25.326 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.326 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.326 INFO kablam! | Oct 22 02:09:25.326 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.326 INFO kablam! | Oct 22 02:09:25.326 INFO kablam! Oct 22 02:09:25.327 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.327 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.327 INFO kablam! | Oct 22 02:09:25.327 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.327 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.327 INFO kablam! ... Oct 22 02:09:25.327 INFO kablam! 2307 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_8align_alloc_layout_unchecked, 64, 8); Oct 22 02:09:25.327 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.327 INFO kablam! | Oct 22 02:09:25.327 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.327 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.327 INFO kablam! | Oct 22 02:09:25.327 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.327 INFO kablam! | Oct 22 02:09:25.327 INFO kablam! Oct 22 02:09:25.328 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.328 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.328 INFO kablam! | Oct 22 02:09:25.328 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.328 INFO kablam! | ^^^^^ Oct 22 02:09:25.328 INFO kablam! ... Oct 22 02:09:25.328 INFO kablam! 2320 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_8align_alloc_layout_unchecked, 128, 8); Oct 22 02:09:25.328 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.328 INFO kablam! | Oct 22 02:09:25.328 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.328 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.328 INFO kablam! | Oct 22 02:09:25.328 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.328 INFO kablam! | Oct 22 02:09:25.328 INFO kablam! Oct 22 02:09:25.328 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.328 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.328 INFO kablam! | Oct 22 02:09:25.328 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.328 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.328 INFO kablam! ... Oct 22 02:09:25.329 INFO kablam! 2320 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_8align_alloc_layout_unchecked, 128, 8); Oct 22 02:09:25.329 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.329 INFO kablam! | Oct 22 02:09:25.329 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.329 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.329 INFO kablam! | Oct 22 02:09:25.329 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.329 INFO kablam! | Oct 22 02:09:25.329 INFO kablam! Oct 22 02:09:25.329 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.329 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.329 INFO kablam! | Oct 22 02:09:25.329 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.329 INFO kablam! | ^^^^^ Oct 22 02:09:25.330 INFO kablam! ... Oct 22 02:09:25.330 INFO kablam! 2333 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_8align_alloc_layout_unchecked, 256, 8); Oct 22 02:09:25.330 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.330 INFO kablam! | Oct 22 02:09:25.330 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.330 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.330 INFO kablam! | Oct 22 02:09:25.330 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.330 INFO kablam! | Oct 22 02:09:25.330 INFO kablam! Oct 22 02:09:25.330 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.330 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.330 INFO kablam! | Oct 22 02:09:25.330 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.330 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.330 INFO kablam! ... Oct 22 02:09:25.330 INFO kablam! 2333 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_8align_alloc_layout_unchecked, 256, 8); Oct 22 02:09:25.330 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.330 INFO kablam! | Oct 22 02:09:25.330 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.330 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.330 INFO kablam! | Oct 22 02:09:25.330 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.330 INFO kablam! | Oct 22 02:09:25.330 INFO kablam! Oct 22 02:09:25.331 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.331 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.331 INFO kablam! | Oct 22 02:09:25.331 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.331 INFO kablam! | ^^^^^ Oct 22 02:09:25.331 INFO kablam! ... Oct 22 02:09:25.331 INFO kablam! 2346 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_8align_alloc_layout_unchecked, 512, 8); Oct 22 02:09:25.332 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.332 INFO kablam! | Oct 22 02:09:25.332 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.332 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.332 INFO kablam! | Oct 22 02:09:25.332 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.332 INFO kablam! | Oct 22 02:09:25.332 INFO kablam! Oct 22 02:09:25.332 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.332 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.332 INFO kablam! | Oct 22 02:09:25.332 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.332 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.332 INFO kablam! ... Oct 22 02:09:25.332 INFO kablam! 2346 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_8align_alloc_layout_unchecked, 512, 8); Oct 22 02:09:25.332 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.332 INFO kablam! | Oct 22 02:09:25.332 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.332 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.332 INFO kablam! | Oct 22 02:09:25.332 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.332 INFO kablam! | Oct 22 02:09:25.332 INFO kablam! Oct 22 02:09:25.333 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.333 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.333 INFO kablam! | Oct 22 02:09:25.333 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.333 INFO kablam! | ^^^^^ Oct 22 02:09:25.333 INFO kablam! ... Oct 22 02:09:25.333 INFO kablam! 2359 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_8align_alloc_layout_unchecked, 1024, 8); Oct 22 02:09:25.333 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.333 INFO kablam! | Oct 22 02:09:25.333 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.333 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.333 INFO kablam! | Oct 22 02:09:25.333 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.333 INFO kablam! | Oct 22 02:09:25.333 INFO kablam! Oct 22 02:09:25.334 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.334 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.334 INFO kablam! | Oct 22 02:09:25.334 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.334 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.334 INFO kablam! ... Oct 22 02:09:25.334 INFO kablam! 2359 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_8align_alloc_layout_unchecked, 1024, 8); Oct 22 02:09:25.334 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.334 INFO kablam! | Oct 22 02:09:25.334 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.334 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.334 INFO kablam! | Oct 22 02:09:25.334 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.334 INFO kablam! | Oct 22 02:09:25.334 INFO kablam! Oct 22 02:09:25.334 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.335 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.335 INFO kablam! | Oct 22 02:09:25.335 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.335 INFO kablam! | ^^^^^ Oct 22 02:09:25.335 INFO kablam! ... Oct 22 02:09:25.335 INFO kablam! 2372 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_8align_alloc_layout_unchecked, 2048, 8); Oct 22 02:09:25.335 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.335 INFO kablam! | Oct 22 02:09:25.335 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.335 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.335 INFO kablam! | Oct 22 02:09:25.335 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.335 INFO kablam! | Oct 22 02:09:25.335 INFO kablam! Oct 22 02:09:25.335 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.335 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.335 INFO kablam! | Oct 22 02:09:25.335 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.335 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.335 INFO kablam! ... Oct 22 02:09:25.335 INFO kablam! 2372 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_8align_alloc_layout_unchecked, 2048, 8); Oct 22 02:09:25.335 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.335 INFO kablam! | Oct 22 02:09:25.335 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.335 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.335 INFO kablam! | Oct 22 02:09:25.335 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.335 INFO kablam! | Oct 22 02:09:25.335 INFO kablam! Oct 22 02:09:25.336 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.336 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.336 INFO kablam! | Oct 22 02:09:25.336 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.336 INFO kablam! | ^^^^^ Oct 22 02:09:25.336 INFO kablam! ... Oct 22 02:09:25.336 INFO kablam! 2385 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_8align_alloc_layout_unchecked, 4096, 8); Oct 22 02:09:25.336 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.336 INFO kablam! | Oct 22 02:09:25.336 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.336 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.336 INFO kablam! | Oct 22 02:09:25.336 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.336 INFO kablam! | Oct 22 02:09:25.336 INFO kablam! Oct 22 02:09:25.338 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.338 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.338 INFO kablam! | Oct 22 02:09:25.338 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.338 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.338 INFO kablam! ... Oct 22 02:09:25.338 INFO kablam! 2385 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_8align_alloc_layout_unchecked, 4096, 8); Oct 22 02:09:25.338 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.338 INFO kablam! | Oct 22 02:09:25.338 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.338 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.338 INFO kablam! | Oct 22 02:09:25.338 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.339 INFO kablam! | Oct 22 02:09:25.339 INFO kablam! Oct 22 02:09:25.339 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.339 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.339 INFO kablam! | Oct 22 02:09:25.339 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.339 INFO kablam! | ^^^^^ Oct 22 02:09:25.339 INFO kablam! ... Oct 22 02:09:25.339 INFO kablam! 2398 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_8align_alloc_layout_unchecked, 8192, 8); Oct 22 02:09:25.339 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.339 INFO kablam! | Oct 22 02:09:25.339 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.339 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.339 INFO kablam! | Oct 22 02:09:25.339 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.339 INFO kablam! | Oct 22 02:09:25.339 INFO kablam! Oct 22 02:09:25.340 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.340 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.340 INFO kablam! | Oct 22 02:09:25.340 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.340 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.340 INFO kablam! ... Oct 22 02:09:25.340 INFO kablam! 2398 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_8align_alloc_layout_unchecked, 8192, 8); Oct 22 02:09:25.340 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.340 INFO kablam! | Oct 22 02:09:25.340 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.340 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.340 INFO kablam! | Oct 22 02:09:25.340 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.340 INFO kablam! | Oct 22 02:09:25.340 INFO kablam! Oct 22 02:09:25.340 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.340 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.340 INFO kablam! | Oct 22 02:09:25.340 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.340 INFO kablam! | ^^^^^ Oct 22 02:09:25.341 INFO kablam! ... Oct 22 02:09:25.341 INFO kablam! 2411 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_8align_alloc_layout_unchecked, 16384, 8); Oct 22 02:09:25.341 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.341 INFO kablam! | Oct 22 02:09:25.341 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.341 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.341 INFO kablam! | Oct 22 02:09:25.341 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.341 INFO kablam! | Oct 22 02:09:25.341 INFO kablam! Oct 22 02:09:25.342 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.342 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.342 INFO kablam! | Oct 22 02:09:25.342 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.342 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.342 INFO kablam! ... Oct 22 02:09:25.342 INFO kablam! 2411 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_8align_alloc_layout_unchecked, 16384, 8); Oct 22 02:09:25.342 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.342 INFO kablam! | Oct 22 02:09:25.342 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.342 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.342 INFO kablam! | Oct 22 02:09:25.342 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.342 INFO kablam! | Oct 22 02:09:25.342 INFO kablam! Oct 22 02:09:25.342 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.342 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.342 INFO kablam! | Oct 22 02:09:25.342 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.342 INFO kablam! | ^^^^^ Oct 22 02:09:25.342 INFO kablam! ... Oct 22 02:09:25.342 INFO kablam! 2424 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_8align_alloc_layout_unchecked, 32768, 8); Oct 22 02:09:25.342 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.342 INFO kablam! | Oct 22 02:09:25.343 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.343 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.343 INFO kablam! | Oct 22 02:09:25.343 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.343 INFO kablam! | Oct 22 02:09:25.343 INFO kablam! Oct 22 02:09:25.343 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.343 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.343 INFO kablam! | Oct 22 02:09:25.343 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.343 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.343 INFO kablam! ... Oct 22 02:09:25.343 INFO kablam! 2424 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_8align_alloc_layout_unchecked, 32768, 8); Oct 22 02:09:25.343 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.343 INFO kablam! | Oct 22 02:09:25.343 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.343 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.343 INFO kablam! | Oct 22 02:09:25.343 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.343 INFO kablam! | Oct 22 02:09:25.343 INFO kablam! Oct 22 02:09:25.344 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.344 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.344 INFO kablam! | Oct 22 02:09:25.344 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.344 INFO kablam! | ^^^^^ Oct 22 02:09:25.344 INFO kablam! ... Oct 22 02:09:25.344 INFO kablam! 2437 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_8align_alloc_layout_unchecked, 65536, 8); Oct 22 02:09:25.344 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.344 INFO kablam! | Oct 22 02:09:25.344 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.344 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.344 INFO kablam! | Oct 22 02:09:25.344 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.344 INFO kablam! | Oct 22 02:09:25.344 INFO kablam! Oct 22 02:09:25.344 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.344 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.344 INFO kablam! | Oct 22 02:09:25.344 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.344 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.344 INFO kablam! ... Oct 22 02:09:25.344 INFO kablam! 2437 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_8align_alloc_layout_unchecked, 65536, 8); Oct 22 02:09:25.344 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.345 INFO kablam! | Oct 22 02:09:25.345 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.345 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.345 INFO kablam! | Oct 22 02:09:25.345 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.345 INFO kablam! | Oct 22 02:09:25.345 INFO kablam! Oct 22 02:09:25.345 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.345 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.345 INFO kablam! | Oct 22 02:09:25.345 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.345 INFO kablam! | ^^^^^ Oct 22 02:09:25.345 INFO kablam! ... Oct 22 02:09:25.345 INFO kablam! 2450 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_8align_alloc_layout_unchecked, 131072, 8); Oct 22 02:09:25.346 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.346 INFO kablam! | Oct 22 02:09:25.346 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.346 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.346 INFO kablam! | Oct 22 02:09:25.346 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.346 INFO kablam! | Oct 22 02:09:25.346 INFO kablam! Oct 22 02:09:25.346 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.346 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.346 INFO kablam! | Oct 22 02:09:25.346 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.346 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.346 INFO kablam! ... Oct 22 02:09:25.346 INFO kablam! 2450 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_8align_alloc_layout_unchecked, 131072, 8); Oct 22 02:09:25.346 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.346 INFO kablam! | Oct 22 02:09:25.346 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.346 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.346 INFO kablam! | Oct 22 02:09:25.346 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.346 INFO kablam! | Oct 22 02:09:25.346 INFO kablam! Oct 22 02:09:25.354 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.354 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.354 INFO kablam! | Oct 22 02:09:25.354 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.354 INFO kablam! | ^^^^^ Oct 22 02:09:25.354 INFO kablam! ... Oct 22 02:09:25.354 INFO kablam! 2463 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_8align_alloc_layout_unchecked, 4194304, 8); Oct 22 02:09:25.354 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.354 INFO kablam! | Oct 22 02:09:25.354 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.354 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.354 INFO kablam! | Oct 22 02:09:25.354 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.354 INFO kablam! | Oct 22 02:09:25.354 INFO kablam! Oct 22 02:09:25.356 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.356 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.356 INFO kablam! | Oct 22 02:09:25.356 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.356 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.356 INFO kablam! ... Oct 22 02:09:25.356 INFO kablam! 2463 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_8align_alloc_layout_unchecked, 4194304, 8); Oct 22 02:09:25.356 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.357 INFO kablam! | Oct 22 02:09:25.357 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.357 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.357 INFO kablam! | Oct 22 02:09:25.357 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.357 INFO kablam! | Oct 22 02:09:25.357 INFO kablam! Oct 22 02:09:25.357 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.357 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.357 INFO kablam! | Oct 22 02:09:25.357 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.357 INFO kablam! | ^^^^^ Oct 22 02:09:25.357 INFO kablam! ... Oct 22 02:09:25.357 INFO kablam! 2477 | rt_alloc_layout_unchecked!(rt_even_10bytes_8align_alloc_layout_unchecked, 10, 8); Oct 22 02:09:25.357 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.357 INFO kablam! | Oct 22 02:09:25.357 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.357 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.357 INFO kablam! | Oct 22 02:09:25.357 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.357 INFO kablam! | Oct 22 02:09:25.357 INFO kablam! Oct 22 02:09:25.357 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.357 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.357 INFO kablam! | Oct 22 02:09:25.357 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.357 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.357 INFO kablam! ... Oct 22 02:09:25.357 INFO kablam! 2477 | rt_alloc_layout_unchecked!(rt_even_10bytes_8align_alloc_layout_unchecked, 10, 8); Oct 22 02:09:25.357 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.357 INFO kablam! | Oct 22 02:09:25.357 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.357 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.357 INFO kablam! | Oct 22 02:09:25.357 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.357 INFO kablam! | Oct 22 02:09:25.357 INFO kablam! Oct 22 02:09:25.361 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.361 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.361 INFO kablam! | Oct 22 02:09:25.361 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.361 INFO kablam! | ^^^^^ Oct 22 02:09:25.361 INFO kablam! ... Oct 22 02:09:25.361 INFO kablam! 2490 | rt_alloc_layout_unchecked!(rt_even_100bytes_8align_alloc_layout_unchecked, 100, 8); Oct 22 02:09:25.361 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.361 INFO kablam! | Oct 22 02:09:25.361 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.361 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.361 INFO kablam! | Oct 22 02:09:25.361 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.361 INFO kablam! | Oct 22 02:09:25.361 INFO kablam! Oct 22 02:09:25.361 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.361 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.361 INFO kablam! | Oct 22 02:09:25.361 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.361 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.361 INFO kablam! ... Oct 22 02:09:25.361 INFO kablam! 2490 | rt_alloc_layout_unchecked!(rt_even_100bytes_8align_alloc_layout_unchecked, 100, 8); Oct 22 02:09:25.361 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.361 INFO kablam! | Oct 22 02:09:25.361 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.361 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.361 INFO kablam! | Oct 22 02:09:25.361 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.361 INFO kablam! | Oct 22 02:09:25.361 INFO kablam! Oct 22 02:09:25.361 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.361 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.361 INFO kablam! | Oct 22 02:09:25.361 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.362 INFO kablam! | ^^^^^ Oct 22 02:09:25.362 INFO kablam! ... Oct 22 02:09:25.362 INFO kablam! 2503 | rt_alloc_layout_unchecked!(rt_even_1000bytes_8align_alloc_layout_unchecked, 1000, 8); Oct 22 02:09:25.362 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.362 INFO kablam! | Oct 22 02:09:25.362 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.362 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.362 INFO kablam! | Oct 22 02:09:25.362 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.362 INFO kablam! | Oct 22 02:09:25.362 INFO kablam! Oct 22 02:09:25.372 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.372 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.372 INFO kablam! | Oct 22 02:09:25.372 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.372 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.372 INFO kablam! ... Oct 22 02:09:25.372 INFO kablam! 2503 | rt_alloc_layout_unchecked!(rt_even_1000bytes_8align_alloc_layout_unchecked, 1000, 8); Oct 22 02:09:25.372 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.372 INFO kablam! | Oct 22 02:09:25.372 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.372 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.372 INFO kablam! | Oct 22 02:09:25.372 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.372 INFO kablam! | Oct 22 02:09:25.372 INFO kablam! Oct 22 02:09:25.372 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.372 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.372 INFO kablam! | Oct 22 02:09:25.372 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.372 INFO kablam! | ^^^^^ Oct 22 02:09:25.372 INFO kablam! ... Oct 22 02:09:25.372 INFO kablam! 2516 | rt_alloc_layout_unchecked!(rt_even_10000bytes_8align_alloc_layout_unchecked, 10000, 8); Oct 22 02:09:25.372 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.372 INFO kablam! | Oct 22 02:09:25.372 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.372 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.372 INFO kablam! | Oct 22 02:09:25.372 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.372 INFO kablam! | Oct 22 02:09:25.372 INFO kablam! Oct 22 02:09:25.372 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.372 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.372 INFO kablam! | Oct 22 02:09:25.372 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.372 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.372 INFO kablam! ... Oct 22 02:09:25.372 INFO kablam! 2516 | rt_alloc_layout_unchecked!(rt_even_10000bytes_8align_alloc_layout_unchecked, 10000, 8); Oct 22 02:09:25.372 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.372 INFO kablam! | Oct 22 02:09:25.372 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.372 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.372 INFO kablam! | Oct 22 02:09:25.373 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.373 INFO kablam! | Oct 22 02:09:25.373 INFO kablam! Oct 22 02:09:25.373 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.373 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.373 INFO kablam! | Oct 22 02:09:25.373 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.373 INFO kablam! | ^^^^^ Oct 22 02:09:25.373 INFO kablam! ... Oct 22 02:09:25.373 INFO kablam! 2529 | rt_alloc_layout_unchecked!(rt_even_100000bytes_8align_alloc_layout_unchecked, 100000, 8); Oct 22 02:09:25.373 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.373 INFO kablam! | Oct 22 02:09:25.373 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.373 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.373 INFO kablam! | Oct 22 02:09:25.373 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.373 INFO kablam! | Oct 22 02:09:25.373 INFO kablam! Oct 22 02:09:25.373 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.373 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.373 INFO kablam! | Oct 22 02:09:25.373 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.373 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.373 INFO kablam! ... Oct 22 02:09:25.373 INFO kablam! 2529 | rt_alloc_layout_unchecked!(rt_even_100000bytes_8align_alloc_layout_unchecked, 100000, 8); Oct 22 02:09:25.373 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.373 INFO kablam! | Oct 22 02:09:25.373 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.373 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.373 INFO kablam! | Oct 22 02:09:25.373 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.373 INFO kablam! | Oct 22 02:09:25.373 INFO kablam! Oct 22 02:09:25.373 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.373 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.373 INFO kablam! | Oct 22 02:09:25.373 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.373 INFO kablam! | ^^^^^ Oct 22 02:09:25.373 INFO kablam! ... Oct 22 02:09:25.373 INFO kablam! 2542 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_8align_alloc_layout_unchecked, 1000000, 8); Oct 22 02:09:25.373 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.373 INFO kablam! | Oct 22 02:09:25.373 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.373 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.373 INFO kablam! | Oct 22 02:09:25.373 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.373 INFO kablam! | Oct 22 02:09:25.373 INFO kablam! Oct 22 02:09:25.373 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.373 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.373 INFO kablam! | Oct 22 02:09:25.373 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.373 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.373 INFO kablam! ... Oct 22 02:09:25.373 INFO kablam! 2542 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_8align_alloc_layout_unchecked, 1000000, 8); Oct 22 02:09:25.373 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.373 INFO kablam! | Oct 22 02:09:25.373 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.373 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.373 INFO kablam! | Oct 22 02:09:25.373 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.373 INFO kablam! | Oct 22 02:09:25.373 INFO kablam! Oct 22 02:09:25.373 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.373 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.373 INFO kablam! | Oct 22 02:09:25.373 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.373 INFO kablam! | ^^^^^ Oct 22 02:09:25.373 INFO kablam! ... Oct 22 02:09:25.373 INFO kablam! 2556 | rt_alloc_layout_unchecked!(rt_odd_10bytes_8align_alloc_layout_unchecked, 10- 1, 8); Oct 22 02:09:25.373 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.373 INFO kablam! | Oct 22 02:09:25.373 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.373 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.373 INFO kablam! | Oct 22 02:09:25.373 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.373 INFO kablam! | Oct 22 02:09:25.373 INFO kablam! Oct 22 02:09:25.376 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.376 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.377 INFO kablam! | Oct 22 02:09:25.377 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.377 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.377 INFO kablam! ... Oct 22 02:09:25.377 INFO kablam! 2556 | rt_alloc_layout_unchecked!(rt_odd_10bytes_8align_alloc_layout_unchecked, 10- 1, 8); Oct 22 02:09:25.377 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.377 INFO kablam! | Oct 22 02:09:25.377 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.377 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.377 INFO kablam! | Oct 22 02:09:25.377 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.377 INFO kablam! | Oct 22 02:09:25.377 INFO kablam! Oct 22 02:09:25.377 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.377 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.377 INFO kablam! | Oct 22 02:09:25.377 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.377 INFO kablam! | ^^^^^ Oct 22 02:09:25.377 INFO kablam! ... Oct 22 02:09:25.377 INFO kablam! 2569 | rt_alloc_layout_unchecked!(rt_odd_100bytes_8align_alloc_layout_unchecked, 100- 1, 8); Oct 22 02:09:25.377 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.377 INFO kablam! | Oct 22 02:09:25.377 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.377 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.377 INFO kablam! | Oct 22 02:09:25.377 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.377 INFO kablam! | Oct 22 02:09:25.377 INFO kablam! Oct 22 02:09:25.377 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.377 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.377 INFO kablam! | Oct 22 02:09:25.377 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.378 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.378 INFO kablam! ... Oct 22 02:09:25.378 INFO kablam! 2569 | rt_alloc_layout_unchecked!(rt_odd_100bytes_8align_alloc_layout_unchecked, 100- 1, 8); Oct 22 02:09:25.378 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.378 INFO kablam! | Oct 22 02:09:25.378 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.378 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.378 INFO kablam! | Oct 22 02:09:25.378 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.378 INFO kablam! | Oct 22 02:09:25.378 INFO kablam! Oct 22 02:09:25.378 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.378 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.378 INFO kablam! | Oct 22 02:09:25.378 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.378 INFO kablam! | ^^^^^ Oct 22 02:09:25.378 INFO kablam! ... Oct 22 02:09:25.378 INFO kablam! 2582 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_8align_alloc_layout_unchecked, 1000- 1, 8); Oct 22 02:09:25.378 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.378 INFO kablam! | Oct 22 02:09:25.378 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.378 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.378 INFO kablam! | Oct 22 02:09:25.378 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.378 INFO kablam! | Oct 22 02:09:25.378 INFO kablam! Oct 22 02:09:25.378 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.378 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.378 INFO kablam! | Oct 22 02:09:25.378 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.378 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.378 INFO kablam! ... Oct 22 02:09:25.378 INFO kablam! 2582 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_8align_alloc_layout_unchecked, 1000- 1, 8); Oct 22 02:09:25.378 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.378 INFO kablam! | Oct 22 02:09:25.378 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.378 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.378 INFO kablam! | Oct 22 02:09:25.378 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.378 INFO kablam! | Oct 22 02:09:25.378 INFO kablam! Oct 22 02:09:25.378 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.378 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.378 INFO kablam! | Oct 22 02:09:25.378 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.378 INFO kablam! | ^^^^^ Oct 22 02:09:25.378 INFO kablam! ... Oct 22 02:09:25.378 INFO kablam! 2595 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_8align_alloc_layout_unchecked, 10000- 1, 8); Oct 22 02:09:25.378 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.378 INFO kablam! | Oct 22 02:09:25.378 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.378 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.378 INFO kablam! | Oct 22 02:09:25.378 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.378 INFO kablam! | Oct 22 02:09:25.378 INFO kablam! Oct 22 02:09:25.378 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.378 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.378 INFO kablam! | Oct 22 02:09:25.378 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.378 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.378 INFO kablam! ... Oct 22 02:09:25.378 INFO kablam! 2595 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_8align_alloc_layout_unchecked, 10000- 1, 8); Oct 22 02:09:25.378 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.378 INFO kablam! | Oct 22 02:09:25.378 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.378 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.378 INFO kablam! | Oct 22 02:09:25.378 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.378 INFO kablam! | Oct 22 02:09:25.378 INFO kablam! Oct 22 02:09:25.388 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.388 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.388 INFO kablam! | Oct 22 02:09:25.388 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.388 INFO kablam! | ^^^^^ Oct 22 02:09:25.388 INFO kablam! ... Oct 22 02:09:25.388 INFO kablam! 2608 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_8align_alloc_layout_unchecked, 100000- 1, 8); Oct 22 02:09:25.388 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.388 INFO kablam! | Oct 22 02:09:25.388 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.388 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.388 INFO kablam! | Oct 22 02:09:25.388 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.388 INFO kablam! | Oct 22 02:09:25.388 INFO kablam! Oct 22 02:09:25.388 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.388 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.388 INFO kablam! | Oct 22 02:09:25.388 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.388 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.388 INFO kablam! ... Oct 22 02:09:25.388 INFO kablam! 2608 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_8align_alloc_layout_unchecked, 100000- 1, 8); Oct 22 02:09:25.388 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.388 INFO kablam! | Oct 22 02:09:25.388 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.388 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.388 INFO kablam! | Oct 22 02:09:25.388 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.388 INFO kablam! | Oct 22 02:09:25.388 INFO kablam! Oct 22 02:09:25.388 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.388 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.388 INFO kablam! | Oct 22 02:09:25.388 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.388 INFO kablam! | ^^^^^ Oct 22 02:09:25.389 INFO kablam! ... Oct 22 02:09:25.389 INFO kablam! 2621 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_8align_alloc_layout_unchecked, 1000000- 1, 8); Oct 22 02:09:25.389 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.389 INFO kablam! | Oct 22 02:09:25.389 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.389 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.389 INFO kablam! | Oct 22 02:09:25.389 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.389 INFO kablam! | Oct 22 02:09:25.389 INFO kablam! Oct 22 02:09:25.389 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.389 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.389 INFO kablam! | Oct 22 02:09:25.389 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.389 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.389 INFO kablam! ... Oct 22 02:09:25.389 INFO kablam! 2621 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_8align_alloc_layout_unchecked, 1000000- 1, 8); Oct 22 02:09:25.389 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.389 INFO kablam! | Oct 22 02:09:25.389 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.389 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.389 INFO kablam! | Oct 22 02:09:25.389 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.389 INFO kablam! | Oct 22 02:09:25.389 INFO kablam! Oct 22 02:09:25.389 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.389 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.389 INFO kablam! | Oct 22 02:09:25.389 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.389 INFO kablam! | ^^^^^ Oct 22 02:09:25.389 INFO kablam! ... Oct 22 02:09:25.389 INFO kablam! 2635 | rt_alloc_layout_unchecked!(rt_primes_3bytes_8align_alloc_layout_unchecked, 3, 8); Oct 22 02:09:25.389 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.389 INFO kablam! | Oct 22 02:09:25.389 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.389 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.389 INFO kablam! | Oct 22 02:09:25.389 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.389 INFO kablam! | Oct 22 02:09:25.389 INFO kablam! Oct 22 02:09:25.389 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.389 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.389 INFO kablam! | Oct 22 02:09:25.389 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.389 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.389 INFO kablam! ... Oct 22 02:09:25.389 INFO kablam! 2635 | rt_alloc_layout_unchecked!(rt_primes_3bytes_8align_alloc_layout_unchecked, 3, 8); Oct 22 02:09:25.389 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.389 INFO kablam! | Oct 22 02:09:25.389 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.389 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.389 INFO kablam! | Oct 22 02:09:25.389 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.389 INFO kablam! | Oct 22 02:09:25.389 INFO kablam! Oct 22 02:09:25.389 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.389 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.389 INFO kablam! | Oct 22 02:09:25.389 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.389 INFO kablam! | ^^^^^ Oct 22 02:09:25.389 INFO kablam! ... Oct 22 02:09:25.389 INFO kablam! 2648 | rt_alloc_layout_unchecked!(rt_primes_7bytes_8align_alloc_layout_unchecked, 7, 8); Oct 22 02:09:25.389 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.389 INFO kablam! | Oct 22 02:09:25.389 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.389 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.389 INFO kablam! | Oct 22 02:09:25.389 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.389 INFO kablam! | Oct 22 02:09:25.389 INFO kablam! Oct 22 02:09:25.389 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.389 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.389 INFO kablam! | Oct 22 02:09:25.389 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.389 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.389 INFO kablam! ... Oct 22 02:09:25.389 INFO kablam! 2648 | rt_alloc_layout_unchecked!(rt_primes_7bytes_8align_alloc_layout_unchecked, 7, 8); Oct 22 02:09:25.389 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.389 INFO kablam! | Oct 22 02:09:25.389 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.389 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.389 INFO kablam! | Oct 22 02:09:25.389 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.389 INFO kablam! | Oct 22 02:09:25.389 INFO kablam! Oct 22 02:09:25.389 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.389 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.389 INFO kablam! | Oct 22 02:09:25.389 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.390 INFO kablam! | ^^^^^ Oct 22 02:09:25.390 INFO kablam! ... Oct 22 02:09:25.390 INFO kablam! 2661 | rt_alloc_layout_unchecked!(rt_primes_13bytes_8align_alloc_layout_unchecked, 13, 8); Oct 22 02:09:25.390 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.390 INFO kablam! | Oct 22 02:09:25.390 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.390 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.390 INFO kablam! | Oct 22 02:09:25.390 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.390 INFO kablam! | Oct 22 02:09:25.390 INFO kablam! Oct 22 02:09:25.390 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.390 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.390 INFO kablam! | Oct 22 02:09:25.390 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.390 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.390 INFO kablam! ... Oct 22 02:09:25.390 INFO kablam! 2661 | rt_alloc_layout_unchecked!(rt_primes_13bytes_8align_alloc_layout_unchecked, 13, 8); Oct 22 02:09:25.390 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.390 INFO kablam! | Oct 22 02:09:25.390 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.390 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.390 INFO kablam! | Oct 22 02:09:25.390 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.390 INFO kablam! | Oct 22 02:09:25.390 INFO kablam! Oct 22 02:09:25.390 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.390 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.390 INFO kablam! | Oct 22 02:09:25.390 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.390 INFO kablam! | ^^^^^ Oct 22 02:09:25.390 INFO kablam! ... Oct 22 02:09:25.390 INFO kablam! 2674 | rt_alloc_layout_unchecked!(rt_primes_17bytes_8align_alloc_layout_unchecked, 17, 8); Oct 22 02:09:25.390 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.390 INFO kablam! | Oct 22 02:09:25.390 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.390 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.390 INFO kablam! | Oct 22 02:09:25.390 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.390 INFO kablam! | Oct 22 02:09:25.390 INFO kablam! Oct 22 02:09:25.390 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.390 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.390 INFO kablam! | Oct 22 02:09:25.390 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.390 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.390 INFO kablam! ... Oct 22 02:09:25.390 INFO kablam! 2674 | rt_alloc_layout_unchecked!(rt_primes_17bytes_8align_alloc_layout_unchecked, 17, 8); Oct 22 02:09:25.390 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.390 INFO kablam! | Oct 22 02:09:25.390 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.390 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.390 INFO kablam! | Oct 22 02:09:25.390 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.390 INFO kablam! | Oct 22 02:09:25.390 INFO kablam! Oct 22 02:09:25.393 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.393 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.393 INFO kablam! | Oct 22 02:09:25.394 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.394 INFO kablam! | ^^^^^ Oct 22 02:09:25.394 INFO kablam! ... Oct 22 02:09:25.394 INFO kablam! 2687 | rt_alloc_layout_unchecked!(rt_primes_31bytes_8align_alloc_layout_unchecked, 31, 8); Oct 22 02:09:25.394 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.394 INFO kablam! | Oct 22 02:09:25.394 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.394 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.394 INFO kablam! | Oct 22 02:09:25.394 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.394 INFO kablam! | Oct 22 02:09:25.394 INFO kablam! Oct 22 02:09:25.394 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.394 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.394 INFO kablam! | Oct 22 02:09:25.394 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.394 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.394 INFO kablam! ... Oct 22 02:09:25.394 INFO kablam! 2687 | rt_alloc_layout_unchecked!(rt_primes_31bytes_8align_alloc_layout_unchecked, 31, 8); Oct 22 02:09:25.394 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.394 INFO kablam! | Oct 22 02:09:25.394 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.394 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.394 INFO kablam! | Oct 22 02:09:25.394 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.394 INFO kablam! | Oct 22 02:09:25.394 INFO kablam! Oct 22 02:09:25.394 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.394 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.394 INFO kablam! | Oct 22 02:09:25.394 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.394 INFO kablam! | ^^^^^ Oct 22 02:09:25.394 INFO kablam! ... Oct 22 02:09:25.394 INFO kablam! 2700 | rt_alloc_layout_unchecked!(rt_primes_61bytes_8align_alloc_layout_unchecked, 61, 8); Oct 22 02:09:25.394 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.394 INFO kablam! | Oct 22 02:09:25.394 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.394 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.394 INFO kablam! | Oct 22 02:09:25.394 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.394 INFO kablam! | Oct 22 02:09:25.394 INFO kablam! Oct 22 02:09:25.394 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.394 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.394 INFO kablam! | Oct 22 02:09:25.394 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.394 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.394 INFO kablam! ... Oct 22 02:09:25.394 INFO kablam! 2700 | rt_alloc_layout_unchecked!(rt_primes_61bytes_8align_alloc_layout_unchecked, 61, 8); Oct 22 02:09:25.394 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.394 INFO kablam! | Oct 22 02:09:25.394 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.394 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.394 INFO kablam! | Oct 22 02:09:25.394 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.394 INFO kablam! | Oct 22 02:09:25.394 INFO kablam! Oct 22 02:09:25.395 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.395 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.395 INFO kablam! | Oct 22 02:09:25.395 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.395 INFO kablam! | ^^^^^ Oct 22 02:09:25.395 INFO kablam! ... Oct 22 02:09:25.395 INFO kablam! 2713 | rt_alloc_layout_unchecked!(rt_primes_96bytes_8align_alloc_layout_unchecked, 96, 8); Oct 22 02:09:25.395 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.395 INFO kablam! | Oct 22 02:09:25.395 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.395 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.395 INFO kablam! | Oct 22 02:09:25.395 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.395 INFO kablam! | Oct 22 02:09:25.395 INFO kablam! Oct 22 02:09:25.396 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.396 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.396 INFO kablam! | Oct 22 02:09:25.396 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.396 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.396 INFO kablam! ... Oct 22 02:09:25.396 INFO kablam! 2713 | rt_alloc_layout_unchecked!(rt_primes_96bytes_8align_alloc_layout_unchecked, 96, 8); Oct 22 02:09:25.396 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.396 INFO kablam! | Oct 22 02:09:25.396 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.396 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.396 INFO kablam! | Oct 22 02:09:25.396 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.396 INFO kablam! | Oct 22 02:09:25.396 INFO kablam! Oct 22 02:09:25.396 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.396 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.396 INFO kablam! | Oct 22 02:09:25.396 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.396 INFO kablam! | ^^^^^ Oct 22 02:09:25.396 INFO kablam! ... Oct 22 02:09:25.396 INFO kablam! 2726 | rt_alloc_layout_unchecked!(rt_primes_127bytes_8align_alloc_layout_unchecked, 127, 8); Oct 22 02:09:25.396 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.396 INFO kablam! | Oct 22 02:09:25.396 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.396 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.396 INFO kablam! | Oct 22 02:09:25.396 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.396 INFO kablam! | Oct 22 02:09:25.396 INFO kablam! Oct 22 02:09:25.396 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.396 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.396 INFO kablam! | Oct 22 02:09:25.396 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.396 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.396 INFO kablam! ... Oct 22 02:09:25.396 INFO kablam! 2726 | rt_alloc_layout_unchecked!(rt_primes_127bytes_8align_alloc_layout_unchecked, 127, 8); Oct 22 02:09:25.396 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.396 INFO kablam! | Oct 22 02:09:25.396 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.396 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.396 INFO kablam! | Oct 22 02:09:25.396 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.396 INFO kablam! | Oct 22 02:09:25.396 INFO kablam! Oct 22 02:09:25.400 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.400 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.400 INFO kablam! | Oct 22 02:09:25.400 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.400 INFO kablam! | ^^^^^ Oct 22 02:09:25.400 INFO kablam! ... Oct 22 02:09:25.400 INFO kablam! 2739 | rt_alloc_layout_unchecked!(rt_primes_257bytes_8align_alloc_layout_unchecked, 257, 8); Oct 22 02:09:25.400 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.400 INFO kablam! | Oct 22 02:09:25.400 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.400 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.400 INFO kablam! | Oct 22 02:09:25.400 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.400 INFO kablam! | Oct 22 02:09:25.400 INFO kablam! Oct 22 02:09:25.401 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.401 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.401 INFO kablam! | Oct 22 02:09:25.401 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.401 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.401 INFO kablam! ... Oct 22 02:09:25.401 INFO kablam! 2739 | rt_alloc_layout_unchecked!(rt_primes_257bytes_8align_alloc_layout_unchecked, 257, 8); Oct 22 02:09:25.401 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.401 INFO kablam! | Oct 22 02:09:25.401 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.401 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.401 INFO kablam! | Oct 22 02:09:25.401 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.401 INFO kablam! | Oct 22 02:09:25.401 INFO kablam! Oct 22 02:09:25.401 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.401 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.401 INFO kablam! | Oct 22 02:09:25.401 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.401 INFO kablam! | ^^^^^ Oct 22 02:09:25.401 INFO kablam! ... Oct 22 02:09:25.401 INFO kablam! 2752 | rt_alloc_layout_unchecked!(rt_primes_509bytes_8align_alloc_layout_unchecked, 509, 8); Oct 22 02:09:25.401 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.401 INFO kablam! | Oct 22 02:09:25.401 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.401 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.401 INFO kablam! | Oct 22 02:09:25.401 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.401 INFO kablam! | Oct 22 02:09:25.401 INFO kablam! Oct 22 02:09:25.401 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.401 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.401 INFO kablam! | Oct 22 02:09:25.401 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.401 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.401 INFO kablam! ... Oct 22 02:09:25.401 INFO kablam! 2752 | rt_alloc_layout_unchecked!(rt_primes_509bytes_8align_alloc_layout_unchecked, 509, 8); Oct 22 02:09:25.401 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.401 INFO kablam! | Oct 22 02:09:25.401 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.401 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.401 INFO kablam! | Oct 22 02:09:25.401 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.401 INFO kablam! | Oct 22 02:09:25.401 INFO kablam! Oct 22 02:09:25.404 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.404 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.404 INFO kablam! | Oct 22 02:09:25.404 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.404 INFO kablam! | ^^^^^ Oct 22 02:09:25.404 INFO kablam! ... Oct 22 02:09:25.404 INFO kablam! 2765 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_8align_alloc_layout_unchecked, 1021, 8); Oct 22 02:09:25.404 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.404 INFO kablam! | Oct 22 02:09:25.404 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.404 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.404 INFO kablam! | Oct 22 02:09:25.404 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.404 INFO kablam! | Oct 22 02:09:25.404 INFO kablam! Oct 22 02:09:25.404 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.404 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.404 INFO kablam! | Oct 22 02:09:25.404 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.404 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.405 INFO kablam! ... Oct 22 02:09:25.405 INFO kablam! 2765 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_8align_alloc_layout_unchecked, 1021, 8); Oct 22 02:09:25.405 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.405 INFO kablam! | Oct 22 02:09:25.405 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.405 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.405 INFO kablam! | Oct 22 02:09:25.405 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.405 INFO kablam! | Oct 22 02:09:25.405 INFO kablam! Oct 22 02:09:25.405 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.405 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.405 INFO kablam! | Oct 22 02:09:25.405 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.405 INFO kablam! | ^^^^^ Oct 22 02:09:25.405 INFO kablam! ... Oct 22 02:09:25.405 INFO kablam! 2778 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_8align_alloc_layout_unchecked, 2039, 8); Oct 22 02:09:25.405 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.405 INFO kablam! | Oct 22 02:09:25.405 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.405 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.405 INFO kablam! | Oct 22 02:09:25.405 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.405 INFO kablam! | Oct 22 02:09:25.405 INFO kablam! Oct 22 02:09:25.405 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.405 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.405 INFO kablam! | Oct 22 02:09:25.405 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.405 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.405 INFO kablam! ... Oct 22 02:09:25.405 INFO kablam! 2778 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_8align_alloc_layout_unchecked, 2039, 8); Oct 22 02:09:25.405 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.405 INFO kablam! | Oct 22 02:09:25.405 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.405 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.405 INFO kablam! | Oct 22 02:09:25.405 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.405 INFO kablam! | Oct 22 02:09:25.405 INFO kablam! Oct 22 02:09:25.416 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.416 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.416 INFO kablam! | Oct 22 02:09:25.416 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.416 INFO kablam! | ^^^^^ Oct 22 02:09:25.416 INFO kablam! ... Oct 22 02:09:25.416 INFO kablam! 2791 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_8align_alloc_layout_unchecked, 4093, 8); Oct 22 02:09:25.416 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.416 INFO kablam! | Oct 22 02:09:25.416 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.416 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.416 INFO kablam! | Oct 22 02:09:25.416 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.416 INFO kablam! | Oct 22 02:09:25.416 INFO kablam! Oct 22 02:09:25.416 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.416 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.416 INFO kablam! | Oct 22 02:09:25.416 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.416 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.416 INFO kablam! ... Oct 22 02:09:25.416 INFO kablam! 2791 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_8align_alloc_layout_unchecked, 4093, 8); Oct 22 02:09:25.416 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.416 INFO kablam! | Oct 22 02:09:25.416 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.416 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.416 INFO kablam! | Oct 22 02:09:25.416 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.416 INFO kablam! | Oct 22 02:09:25.416 INFO kablam! Oct 22 02:09:25.416 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.416 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.416 INFO kablam! | Oct 22 02:09:25.416 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.416 INFO kablam! | ^^^^^ Oct 22 02:09:25.416 INFO kablam! ... Oct 22 02:09:25.416 INFO kablam! 2804 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_8align_alloc_layout_unchecked, 8191, 8); Oct 22 02:09:25.417 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.417 INFO kablam! | Oct 22 02:09:25.417 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.417 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.417 INFO kablam! | Oct 22 02:09:25.417 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.417 INFO kablam! | Oct 22 02:09:25.417 INFO kablam! Oct 22 02:09:25.417 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.417 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.417 INFO kablam! | Oct 22 02:09:25.417 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.417 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.417 INFO kablam! ... Oct 22 02:09:25.417 INFO kablam! 2804 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_8align_alloc_layout_unchecked, 8191, 8); Oct 22 02:09:25.417 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.417 INFO kablam! | Oct 22 02:09:25.417 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.417 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.417 INFO kablam! | Oct 22 02:09:25.417 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.417 INFO kablam! | Oct 22 02:09:25.417 INFO kablam! Oct 22 02:09:25.417 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.417 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.417 INFO kablam! | Oct 22 02:09:25.417 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.417 INFO kablam! | ^^^^^ Oct 22 02:09:25.417 INFO kablam! ... Oct 22 02:09:25.417 INFO kablam! 2817 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_8align_alloc_layout_unchecked, 16381, 8); Oct 22 02:09:25.417 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.417 INFO kablam! | Oct 22 02:09:25.417 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.417 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.417 INFO kablam! | Oct 22 02:09:25.417 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.417 INFO kablam! | Oct 22 02:09:25.417 INFO kablam! Oct 22 02:09:25.417 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.417 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.417 INFO kablam! | Oct 22 02:09:25.417 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.417 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.417 INFO kablam! ... Oct 22 02:09:25.417 INFO kablam! 2817 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_8align_alloc_layout_unchecked, 16381, 8); Oct 22 02:09:25.417 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.417 INFO kablam! | Oct 22 02:09:25.417 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.417 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.417 INFO kablam! | Oct 22 02:09:25.417 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.417 INFO kablam! | Oct 22 02:09:25.417 INFO kablam! Oct 22 02:09:25.417 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.417 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.417 INFO kablam! | Oct 22 02:09:25.417 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.417 INFO kablam! | ^^^^^ Oct 22 02:09:25.417 INFO kablam! ... Oct 22 02:09:25.417 INFO kablam! 2830 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_8align_alloc_layout_unchecked, 32749, 8); Oct 22 02:09:25.417 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.417 INFO kablam! | Oct 22 02:09:25.417 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.417 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.417 INFO kablam! | Oct 22 02:09:25.417 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.417 INFO kablam! | Oct 22 02:09:25.417 INFO kablam! Oct 22 02:09:25.417 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.417 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.417 INFO kablam! | Oct 22 02:09:25.417 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.417 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.417 INFO kablam! ... Oct 22 02:09:25.417 INFO kablam! 2830 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_8align_alloc_layout_unchecked, 32749, 8); Oct 22 02:09:25.417 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.417 INFO kablam! | Oct 22 02:09:25.417 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.417 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.417 INFO kablam! | Oct 22 02:09:25.417 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.417 INFO kablam! | Oct 22 02:09:25.417 INFO kablam! Oct 22 02:09:25.417 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.417 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.417 INFO kablam! | Oct 22 02:09:25.417 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.417 INFO kablam! | ^^^^^ Oct 22 02:09:25.418 INFO kablam! ... Oct 22 02:09:25.418 INFO kablam! 2843 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_8align_alloc_layout_unchecked, 65537, 8); Oct 22 02:09:25.418 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.418 INFO kablam! | Oct 22 02:09:25.418 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.418 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.418 INFO kablam! | Oct 22 02:09:25.418 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.418 INFO kablam! | Oct 22 02:09:25.418 INFO kablam! Oct 22 02:09:25.418 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.418 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.418 INFO kablam! | Oct 22 02:09:25.418 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.418 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.418 INFO kablam! ... Oct 22 02:09:25.418 INFO kablam! 2843 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_8align_alloc_layout_unchecked, 65537, 8); Oct 22 02:09:25.418 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.418 INFO kablam! | Oct 22 02:09:25.418 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.418 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.418 INFO kablam! | Oct 22 02:09:25.418 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.418 INFO kablam! | Oct 22 02:09:25.418 INFO kablam! Oct 22 02:09:25.418 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.418 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.418 INFO kablam! | Oct 22 02:09:25.418 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.418 INFO kablam! | ^^^^^ Oct 22 02:09:25.418 INFO kablam! ... Oct 22 02:09:25.418 INFO kablam! 2856 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_8align_alloc_layout_unchecked, 131071, 8); Oct 22 02:09:25.418 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.418 INFO kablam! | Oct 22 02:09:25.418 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.418 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.418 INFO kablam! | Oct 22 02:09:25.418 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.418 INFO kablam! | Oct 22 02:09:25.418 INFO kablam! Oct 22 02:09:25.418 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.418 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.418 INFO kablam! | Oct 22 02:09:25.418 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.418 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.418 INFO kablam! ... Oct 22 02:09:25.418 INFO kablam! 2856 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_8align_alloc_layout_unchecked, 131071, 8); Oct 22 02:09:25.418 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.418 INFO kablam! | Oct 22 02:09:25.418 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.418 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.418 INFO kablam! | Oct 22 02:09:25.418 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.418 INFO kablam! | Oct 22 02:09:25.418 INFO kablam! Oct 22 02:09:25.418 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.418 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.418 INFO kablam! | Oct 22 02:09:25.418 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.418 INFO kablam! | ^^^^^ Oct 22 02:09:25.418 INFO kablam! ... Oct 22 02:09:25.418 INFO kablam! 2869 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_8align_alloc_layout_unchecked, 4194301, 8); Oct 22 02:09:25.418 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.418 INFO kablam! | Oct 22 02:09:25.418 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.418 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.418 INFO kablam! | Oct 22 02:09:25.418 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.418 INFO kablam! | Oct 22 02:09:25.418 INFO kablam! Oct 22 02:09:25.422 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.422 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.422 INFO kablam! | Oct 22 02:09:25.422 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.422 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.422 INFO kablam! ... Oct 22 02:09:25.422 INFO kablam! 2869 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_8align_alloc_layout_unchecked, 4194301, 8); Oct 22 02:09:25.422 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.422 INFO kablam! | Oct 22 02:09:25.422 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.422 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.422 INFO kablam! | Oct 22 02:09:25.422 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.422 INFO kablam! | Oct 22 02:09:25.422 INFO kablam! Oct 22 02:09:25.422 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.422 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.422 INFO kablam! | Oct 22 02:09:25.422 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.422 INFO kablam! | ^^^^^ Oct 22 02:09:25.422 INFO kablam! ... Oct 22 02:09:25.422 INFO kablam! 2885 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_16align_alloc_layout_unchecked, 1, 16); Oct 22 02:09:25.422 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.422 INFO kablam! | Oct 22 02:09:25.422 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.422 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.422 INFO kablam! | Oct 22 02:09:25.422 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.422 INFO kablam! | Oct 22 02:09:25.422 INFO kablam! Oct 22 02:09:25.422 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.422 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.422 INFO kablam! | Oct 22 02:09:25.422 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.422 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.422 INFO kablam! ... Oct 22 02:09:25.422 INFO kablam! 2885 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_16align_alloc_layout_unchecked, 1, 16); Oct 22 02:09:25.422 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.422 INFO kablam! | Oct 22 02:09:25.422 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.422 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.422 INFO kablam! | Oct 22 02:09:25.422 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.422 INFO kablam! | Oct 22 02:09:25.422 INFO kablam! Oct 22 02:09:25.422 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.422 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.422 INFO kablam! | Oct 22 02:09:25.422 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.422 INFO kablam! | ^^^^^ Oct 22 02:09:25.422 INFO kablam! ... Oct 22 02:09:25.422 INFO kablam! 2898 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_16align_alloc_layout_unchecked, 2, 16); Oct 22 02:09:25.422 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.422 INFO kablam! | Oct 22 02:09:25.422 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.422 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.422 INFO kablam! | Oct 22 02:09:25.422 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.422 INFO kablam! | Oct 22 02:09:25.428 INFO kablam! Oct 22 02:09:25.428 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.428 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.428 INFO kablam! | Oct 22 02:09:25.428 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.428 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.428 INFO kablam! ... Oct 22 02:09:25.428 INFO kablam! 2898 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_16align_alloc_layout_unchecked, 2, 16); Oct 22 02:09:25.428 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.428 INFO kablam! | Oct 22 02:09:25.428 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.428 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.428 INFO kablam! | Oct 22 02:09:25.428 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.428 INFO kablam! | Oct 22 02:09:25.428 INFO kablam! Oct 22 02:09:25.428 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.428 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.428 INFO kablam! | Oct 22 02:09:25.428 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.428 INFO kablam! | ^^^^^ Oct 22 02:09:25.428 INFO kablam! ... Oct 22 02:09:25.428 INFO kablam! 2911 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_16align_alloc_layout_unchecked, 4, 16); Oct 22 02:09:25.428 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.428 INFO kablam! | Oct 22 02:09:25.428 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.428 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.428 INFO kablam! | Oct 22 02:09:25.428 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.428 INFO kablam! | Oct 22 02:09:25.428 INFO kablam! Oct 22 02:09:25.428 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.428 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.429 INFO kablam! | Oct 22 02:09:25.429 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.429 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.429 INFO kablam! ... Oct 22 02:09:25.429 INFO kablam! 2911 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_16align_alloc_layout_unchecked, 4, 16); Oct 22 02:09:25.429 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.429 INFO kablam! | Oct 22 02:09:25.429 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.429 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.429 INFO kablam! | Oct 22 02:09:25.429 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.429 INFO kablam! | Oct 22 02:09:25.429 INFO kablam! Oct 22 02:09:25.429 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.429 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.429 INFO kablam! | Oct 22 02:09:25.429 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.429 INFO kablam! | ^^^^^ Oct 22 02:09:25.429 INFO kablam! ... Oct 22 02:09:25.429 INFO kablam! 2924 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_16align_alloc_layout_unchecked, 8, 16); Oct 22 02:09:25.429 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.429 INFO kablam! | Oct 22 02:09:25.429 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.429 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.429 INFO kablam! | Oct 22 02:09:25.429 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.429 INFO kablam! | Oct 22 02:09:25.429 INFO kablam! Oct 22 02:09:25.429 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.429 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.429 INFO kablam! | Oct 22 02:09:25.429 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.429 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.429 INFO kablam! ... Oct 22 02:09:25.429 INFO kablam! 2924 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_16align_alloc_layout_unchecked, 8, 16); Oct 22 02:09:25.429 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.429 INFO kablam! | Oct 22 02:09:25.429 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.429 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.429 INFO kablam! | Oct 22 02:09:25.429 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.429 INFO kablam! | Oct 22 02:09:25.429 INFO kablam! Oct 22 02:09:25.429 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.429 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.429 INFO kablam! | Oct 22 02:09:25.429 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.429 INFO kablam! | ^^^^^ Oct 22 02:09:25.429 INFO kablam! ... Oct 22 02:09:25.429 INFO kablam! 2937 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_16align_alloc_layout_unchecked, 16, 16); Oct 22 02:09:25.429 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.429 INFO kablam! | Oct 22 02:09:25.429 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.429 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.429 INFO kablam! | Oct 22 02:09:25.429 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.429 INFO kablam! | Oct 22 02:09:25.429 INFO kablam! Oct 22 02:09:25.429 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.429 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.429 INFO kablam! | Oct 22 02:09:25.429 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.429 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.429 INFO kablam! ... Oct 22 02:09:25.429 INFO kablam! 2937 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_16align_alloc_layout_unchecked, 16, 16); Oct 22 02:09:25.429 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.429 INFO kablam! | Oct 22 02:09:25.429 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.429 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.429 INFO kablam! | Oct 22 02:09:25.429 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.429 INFO kablam! | Oct 22 02:09:25.429 INFO kablam! Oct 22 02:09:25.437 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.437 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.437 INFO kablam! | Oct 22 02:09:25.437 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.437 INFO kablam! | ^^^^^ Oct 22 02:09:25.437 INFO kablam! ... Oct 22 02:09:25.437 INFO kablam! 2950 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_16align_alloc_layout_unchecked, 32, 16); Oct 22 02:09:25.437 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.437 INFO kablam! | Oct 22 02:09:25.437 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.437 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.437 INFO kablam! | Oct 22 02:09:25.437 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.437 INFO kablam! | Oct 22 02:09:25.437 INFO kablam! Oct 22 02:09:25.437 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.437 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.437 INFO kablam! | Oct 22 02:09:25.437 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.437 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.437 INFO kablam! ... Oct 22 02:09:25.437 INFO kablam! 2950 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_16align_alloc_layout_unchecked, 32, 16); Oct 22 02:09:25.437 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.437 INFO kablam! | Oct 22 02:09:25.437 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.437 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.437 INFO kablam! | Oct 22 02:09:25.437 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.437 INFO kablam! | Oct 22 02:09:25.437 INFO kablam! Oct 22 02:09:25.437 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.437 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.437 INFO kablam! | Oct 22 02:09:25.437 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.437 INFO kablam! | ^^^^^ Oct 22 02:09:25.437 INFO kablam! ... Oct 22 02:09:25.437 INFO kablam! 2963 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_16align_alloc_layout_unchecked, 64, 16); Oct 22 02:09:25.437 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.437 INFO kablam! | Oct 22 02:09:25.437 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.437 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.437 INFO kablam! | Oct 22 02:09:25.437 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.437 INFO kablam! | Oct 22 02:09:25.437 INFO kablam! Oct 22 02:09:25.437 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.437 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.437 INFO kablam! | Oct 22 02:09:25.437 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.437 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.437 INFO kablam! ... Oct 22 02:09:25.437 INFO kablam! 2963 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_16align_alloc_layout_unchecked, 64, 16); Oct 22 02:09:25.437 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.437 INFO kablam! | Oct 22 02:09:25.437 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.437 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.437 INFO kablam! | Oct 22 02:09:25.437 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.437 INFO kablam! | Oct 22 02:09:25.437 INFO kablam! Oct 22 02:09:25.437 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.437 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.437 INFO kablam! | Oct 22 02:09:25.437 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.437 INFO kablam! | ^^^^^ Oct 22 02:09:25.437 INFO kablam! ... Oct 22 02:09:25.437 INFO kablam! 2976 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_16align_alloc_layout_unchecked, 128, 16); Oct 22 02:09:25.437 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.437 INFO kablam! | Oct 22 02:09:25.437 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.437 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.437 INFO kablam! | Oct 22 02:09:25.437 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.437 INFO kablam! | Oct 22 02:09:25.437 INFO kablam! Oct 22 02:09:25.437 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.437 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.437 INFO kablam! | Oct 22 02:09:25.437 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.437 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.437 INFO kablam! ... Oct 22 02:09:25.437 INFO kablam! 2976 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_16align_alloc_layout_unchecked, 128, 16); Oct 22 02:09:25.438 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.438 INFO kablam! | Oct 22 02:09:25.438 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.438 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.438 INFO kablam! | Oct 22 02:09:25.438 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.438 INFO kablam! | Oct 22 02:09:25.438 INFO kablam! Oct 22 02:09:25.438 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.438 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.438 INFO kablam! | Oct 22 02:09:25.438 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.438 INFO kablam! | ^^^^^ Oct 22 02:09:25.438 INFO kablam! ... Oct 22 02:09:25.438 INFO kablam! 2989 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_16align_alloc_layout_unchecked, 256, 16); Oct 22 02:09:25.438 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.438 INFO kablam! | Oct 22 02:09:25.438 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.438 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.438 INFO kablam! | Oct 22 02:09:25.438 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.438 INFO kablam! | Oct 22 02:09:25.438 INFO kablam! Oct 22 02:09:25.438 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.438 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.438 INFO kablam! | Oct 22 02:09:25.438 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.438 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.438 INFO kablam! ... Oct 22 02:09:25.438 INFO kablam! 2989 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_16align_alloc_layout_unchecked, 256, 16); Oct 22 02:09:25.438 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.438 INFO kablam! | Oct 22 02:09:25.438 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.438 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.438 INFO kablam! | Oct 22 02:09:25.438 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.438 INFO kablam! | Oct 22 02:09:25.438 INFO kablam! Oct 22 02:09:25.438 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.438 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.438 INFO kablam! | Oct 22 02:09:25.438 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.438 INFO kablam! | ^^^^^ Oct 22 02:09:25.438 INFO kablam! ... Oct 22 02:09:25.438 INFO kablam! 3002 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_16align_alloc_layout_unchecked, 512, 16); Oct 22 02:09:25.438 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.438 INFO kablam! | Oct 22 02:09:25.438 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.440 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.440 INFO kablam! | Oct 22 02:09:25.440 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.440 INFO kablam! | Oct 22 02:09:25.440 INFO kablam! Oct 22 02:09:25.440 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.440 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.440 INFO kablam! | Oct 22 02:09:25.440 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.440 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.441 INFO kablam! ... Oct 22 02:09:25.441 INFO kablam! 3002 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_16align_alloc_layout_unchecked, 512, 16); Oct 22 02:09:25.441 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.441 INFO kablam! | Oct 22 02:09:25.441 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.441 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.441 INFO kablam! | Oct 22 02:09:25.441 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.441 INFO kablam! | Oct 22 02:09:25.441 INFO kablam! Oct 22 02:09:25.441 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.441 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.441 INFO kablam! | Oct 22 02:09:25.441 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.441 INFO kablam! | ^^^^^ Oct 22 02:09:25.441 INFO kablam! ... Oct 22 02:09:25.441 INFO kablam! 3015 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_16align_alloc_layout_unchecked, 1024, 16); Oct 22 02:09:25.441 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.441 INFO kablam! | Oct 22 02:09:25.441 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.441 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.441 INFO kablam! | Oct 22 02:09:25.441 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.441 INFO kablam! | Oct 22 02:09:25.441 INFO kablam! Oct 22 02:09:25.441 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.441 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.441 INFO kablam! | Oct 22 02:09:25.441 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.441 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.441 INFO kablam! ... Oct 22 02:09:25.441 INFO kablam! 3015 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_16align_alloc_layout_unchecked, 1024, 16); Oct 22 02:09:25.441 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.441 INFO kablam! | Oct 22 02:09:25.441 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.441 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.441 INFO kablam! | Oct 22 02:09:25.441 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.441 INFO kablam! | Oct 22 02:09:25.441 INFO kablam! Oct 22 02:09:25.444 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.444 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.444 INFO kablam! | Oct 22 02:09:25.444 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.444 INFO kablam! | ^^^^^ Oct 22 02:09:25.444 INFO kablam! ... Oct 22 02:09:25.444 INFO kablam! 3028 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_16align_alloc_layout_unchecked, 2048, 16); Oct 22 02:09:25.444 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.444 INFO kablam! | Oct 22 02:09:25.444 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.444 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.444 INFO kablam! | Oct 22 02:09:25.444 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.444 INFO kablam! | Oct 22 02:09:25.444 INFO kablam! Oct 22 02:09:25.444 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.444 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.444 INFO kablam! | Oct 22 02:09:25.444 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.444 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.444 INFO kablam! ... Oct 22 02:09:25.444 INFO kablam! 3028 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_16align_alloc_layout_unchecked, 2048, 16); Oct 22 02:09:25.444 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.444 INFO kablam! | Oct 22 02:09:25.444 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.444 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.444 INFO kablam! | Oct 22 02:09:25.444 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.444 INFO kablam! | Oct 22 02:09:25.444 INFO kablam! Oct 22 02:09:25.444 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.444 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.444 INFO kablam! | Oct 22 02:09:25.444 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.444 INFO kablam! | ^^^^^ Oct 22 02:09:25.444 INFO kablam! ... Oct 22 02:09:25.444 INFO kablam! 3041 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_16align_alloc_layout_unchecked, 4096, 16); Oct 22 02:09:25.445 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.445 INFO kablam! | Oct 22 02:09:25.445 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.445 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.445 INFO kablam! | Oct 22 02:09:25.445 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.445 INFO kablam! | Oct 22 02:09:25.445 INFO kablam! Oct 22 02:09:25.445 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.445 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.445 INFO kablam! | Oct 22 02:09:25.445 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.445 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.445 INFO kablam! ... Oct 22 02:09:25.445 INFO kablam! 3041 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_16align_alloc_layout_unchecked, 4096, 16); Oct 22 02:09:25.445 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.445 INFO kablam! | Oct 22 02:09:25.445 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.445 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.445 INFO kablam! | Oct 22 02:09:25.445 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.445 INFO kablam! | Oct 22 02:09:25.445 INFO kablam! Oct 22 02:09:25.452 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.452 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.452 INFO kablam! | Oct 22 02:09:25.452 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.452 INFO kablam! | ^^^^^ Oct 22 02:09:25.452 INFO kablam! ... Oct 22 02:09:25.452 INFO kablam! 3054 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_16align_alloc_layout_unchecked, 8192, 16); Oct 22 02:09:25.452 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.452 INFO kablam! | Oct 22 02:09:25.452 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.452 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.452 INFO kablam! | Oct 22 02:09:25.452 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.452 INFO kablam! | Oct 22 02:09:25.452 INFO kablam! Oct 22 02:09:25.452 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.452 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.452 INFO kablam! | Oct 22 02:09:25.453 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.453 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.453 INFO kablam! ... Oct 22 02:09:25.453 INFO kablam! 3054 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_16align_alloc_layout_unchecked, 8192, 16); Oct 22 02:09:25.453 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.453 INFO kablam! | Oct 22 02:09:25.453 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.453 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.453 INFO kablam! | Oct 22 02:09:25.453 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.453 INFO kablam! | Oct 22 02:09:25.453 INFO kablam! Oct 22 02:09:25.453 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.453 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.453 INFO kablam! | Oct 22 02:09:25.453 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.453 INFO kablam! | ^^^^^ Oct 22 02:09:25.453 INFO kablam! ... Oct 22 02:09:25.453 INFO kablam! 3067 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_16align_alloc_layout_unchecked, 16384, 16); Oct 22 02:09:25.453 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.453 INFO kablam! | Oct 22 02:09:25.453 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.453 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.453 INFO kablam! | Oct 22 02:09:25.453 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.453 INFO kablam! | Oct 22 02:09:25.453 INFO kablam! Oct 22 02:09:25.453 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.453 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.453 INFO kablam! | Oct 22 02:09:25.453 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.453 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.453 INFO kablam! ... Oct 22 02:09:25.453 INFO kablam! 3067 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_16align_alloc_layout_unchecked, 16384, 16); Oct 22 02:09:25.453 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.453 INFO kablam! | Oct 22 02:09:25.453 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.453 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.453 INFO kablam! | Oct 22 02:09:25.453 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.453 INFO kablam! | Oct 22 02:09:25.453 INFO kablam! Oct 22 02:09:25.453 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.453 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.453 INFO kablam! | Oct 22 02:09:25.453 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.453 INFO kablam! | ^^^^^ Oct 22 02:09:25.453 INFO kablam! ... Oct 22 02:09:25.453 INFO kablam! 3080 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_16align_alloc_layout_unchecked, 32768, 16); Oct 22 02:09:25.453 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.453 INFO kablam! | Oct 22 02:09:25.453 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.453 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.453 INFO kablam! | Oct 22 02:09:25.453 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.453 INFO kablam! | Oct 22 02:09:25.453 INFO kablam! Oct 22 02:09:25.453 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.453 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.453 INFO kablam! | Oct 22 02:09:25.453 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.453 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.453 INFO kablam! ... Oct 22 02:09:25.453 INFO kablam! 3080 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_16align_alloc_layout_unchecked, 32768, 16); Oct 22 02:09:25.453 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.453 INFO kablam! | Oct 22 02:09:25.453 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.453 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.453 INFO kablam! | Oct 22 02:09:25.453 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.453 INFO kablam! | Oct 22 02:09:25.453 INFO kablam! Oct 22 02:09:25.453 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.453 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.453 INFO kablam! | Oct 22 02:09:25.453 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.453 INFO kablam! | ^^^^^ Oct 22 02:09:25.453 INFO kablam! ... Oct 22 02:09:25.453 INFO kablam! 3093 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_16align_alloc_layout_unchecked, 65536, 16); Oct 22 02:09:25.453 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.453 INFO kablam! | Oct 22 02:09:25.453 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.453 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.453 INFO kablam! | Oct 22 02:09:25.453 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.454 INFO kablam! | Oct 22 02:09:25.454 INFO kablam! Oct 22 02:09:25.454 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.454 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.454 INFO kablam! | Oct 22 02:09:25.454 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.454 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.454 INFO kablam! ... Oct 22 02:09:25.454 INFO kablam! 3093 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_16align_alloc_layout_unchecked, 65536, 16); Oct 22 02:09:25.454 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.454 INFO kablam! | Oct 22 02:09:25.454 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.454 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.454 INFO kablam! | Oct 22 02:09:25.454 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.454 INFO kablam! | Oct 22 02:09:25.454 INFO kablam! Oct 22 02:09:25.454 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.454 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.454 INFO kablam! | Oct 22 02:09:25.454 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.454 INFO kablam! | ^^^^^ Oct 22 02:09:25.454 INFO kablam! ... Oct 22 02:09:25.454 INFO kablam! 3106 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_16align_alloc_layout_unchecked, 131072, 16); Oct 22 02:09:25.454 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.454 INFO kablam! | Oct 22 02:09:25.454 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.454 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.454 INFO kablam! | Oct 22 02:09:25.454 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.454 INFO kablam! | Oct 22 02:09:25.454 INFO kablam! Oct 22 02:09:25.460 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.460 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.460 INFO kablam! | Oct 22 02:09:25.460 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.460 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.460 INFO kablam! ... Oct 22 02:09:25.460 INFO kablam! 3106 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_16align_alloc_layout_unchecked, 131072, 16); Oct 22 02:09:25.460 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.460 INFO kablam! | Oct 22 02:09:25.460 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.460 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.460 INFO kablam! | Oct 22 02:09:25.460 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.460 INFO kablam! | Oct 22 02:09:25.460 INFO kablam! Oct 22 02:09:25.460 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.460 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.460 INFO kablam! | Oct 22 02:09:25.460 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.460 INFO kablam! | ^^^^^ Oct 22 02:09:25.460 INFO kablam! ... Oct 22 02:09:25.460 INFO kablam! 3119 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_16align_alloc_layout_unchecked, 4194304, 16); Oct 22 02:09:25.460 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.460 INFO kablam! | Oct 22 02:09:25.460 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.460 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.460 INFO kablam! | Oct 22 02:09:25.460 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.460 INFO kablam! | Oct 22 02:09:25.460 INFO kablam! Oct 22 02:09:25.460 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.460 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.460 INFO kablam! | Oct 22 02:09:25.460 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.460 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.460 INFO kablam! ... Oct 22 02:09:25.461 INFO kablam! 3119 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_16align_alloc_layout_unchecked, 4194304, 16); Oct 22 02:09:25.461 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.461 INFO kablam! | Oct 22 02:09:25.461 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.461 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.461 INFO kablam! | Oct 22 02:09:25.461 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.461 INFO kablam! | Oct 22 02:09:25.461 INFO kablam! Oct 22 02:09:25.461 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.461 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.461 INFO kablam! | Oct 22 02:09:25.461 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.461 INFO kablam! | ^^^^^ Oct 22 02:09:25.461 INFO kablam! ... Oct 22 02:09:25.461 INFO kablam! 3133 | rt_alloc_layout_unchecked!(rt_even_10bytes_16align_alloc_layout_unchecked, 10, 16); Oct 22 02:09:25.461 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.461 INFO kablam! | Oct 22 02:09:25.461 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.461 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.461 INFO kablam! | Oct 22 02:09:25.461 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.461 INFO kablam! | Oct 22 02:09:25.461 INFO kablam! Oct 22 02:09:25.461 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.461 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.461 INFO kablam! | Oct 22 02:09:25.461 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.461 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.461 INFO kablam! ... Oct 22 02:09:25.461 INFO kablam! 3133 | rt_alloc_layout_unchecked!(rt_even_10bytes_16align_alloc_layout_unchecked, 10, 16); Oct 22 02:09:25.461 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.461 INFO kablam! | Oct 22 02:09:25.461 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.461 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.461 INFO kablam! | Oct 22 02:09:25.461 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.461 INFO kablam! | Oct 22 02:09:25.461 INFO kablam! Oct 22 02:09:25.461 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.461 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.461 INFO kablam! | Oct 22 02:09:25.461 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.461 INFO kablam! | ^^^^^ Oct 22 02:09:25.461 INFO kablam! ... Oct 22 02:09:25.461 INFO kablam! 3146 | rt_alloc_layout_unchecked!(rt_even_100bytes_16align_alloc_layout_unchecked, 100, 16); Oct 22 02:09:25.461 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.461 INFO kablam! | Oct 22 02:09:25.461 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.461 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.461 INFO kablam! | Oct 22 02:09:25.461 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.461 INFO kablam! | Oct 22 02:09:25.461 INFO kablam! Oct 22 02:09:25.461 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.461 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.461 INFO kablam! | Oct 22 02:09:25.461 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.461 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.461 INFO kablam! ... Oct 22 02:09:25.461 INFO kablam! 3146 | rt_alloc_layout_unchecked!(rt_even_100bytes_16align_alloc_layout_unchecked, 100, 16); Oct 22 02:09:25.461 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.461 INFO kablam! | Oct 22 02:09:25.461 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.461 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.461 INFO kablam! | Oct 22 02:09:25.461 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.461 INFO kablam! | Oct 22 02:09:25.461 INFO kablam! Oct 22 02:09:25.461 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.461 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.461 INFO kablam! | Oct 22 02:09:25.461 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.461 INFO kablam! | ^^^^^ Oct 22 02:09:25.461 INFO kablam! ... Oct 22 02:09:25.461 INFO kablam! 3159 | rt_alloc_layout_unchecked!(rt_even_1000bytes_16align_alloc_layout_unchecked, 1000, 16); Oct 22 02:09:25.461 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.461 INFO kablam! | Oct 22 02:09:25.461 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.461 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.461 INFO kablam! | Oct 22 02:09:25.461 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.461 INFO kablam! | Oct 22 02:09:25.461 INFO kablam! Oct 22 02:09:25.468 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.468 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.469 INFO kablam! | Oct 22 02:09:25.469 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.469 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.469 INFO kablam! ... Oct 22 02:09:25.469 INFO kablam! 3159 | rt_alloc_layout_unchecked!(rt_even_1000bytes_16align_alloc_layout_unchecked, 1000, 16); Oct 22 02:09:25.469 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.469 INFO kablam! | Oct 22 02:09:25.469 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.469 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.469 INFO kablam! | Oct 22 02:09:25.469 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.469 INFO kablam! | Oct 22 02:09:25.469 INFO kablam! Oct 22 02:09:25.469 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.469 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.469 INFO kablam! | Oct 22 02:09:25.469 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.469 INFO kablam! | ^^^^^ Oct 22 02:09:25.469 INFO kablam! ... Oct 22 02:09:25.469 INFO kablam! 3172 | rt_alloc_layout_unchecked!(rt_even_10000bytes_16align_alloc_layout_unchecked, 10000, 16); Oct 22 02:09:25.469 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.469 INFO kablam! | Oct 22 02:09:25.469 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.469 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.469 INFO kablam! | Oct 22 02:09:25.469 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.469 INFO kablam! | Oct 22 02:09:25.469 INFO kablam! Oct 22 02:09:25.469 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.469 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.469 INFO kablam! | Oct 22 02:09:25.469 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.469 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.469 INFO kablam! ... Oct 22 02:09:25.469 INFO kablam! 3172 | rt_alloc_layout_unchecked!(rt_even_10000bytes_16align_alloc_layout_unchecked, 10000, 16); Oct 22 02:09:25.469 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.469 INFO kablam! | Oct 22 02:09:25.469 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.469 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.469 INFO kablam! | Oct 22 02:09:25.469 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.469 INFO kablam! | Oct 22 02:09:25.469 INFO kablam! Oct 22 02:09:25.469 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.469 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.469 INFO kablam! | Oct 22 02:09:25.469 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.469 INFO kablam! | ^^^^^ Oct 22 02:09:25.469 INFO kablam! ... Oct 22 02:09:25.469 INFO kablam! 3185 | rt_alloc_layout_unchecked!(rt_even_100000bytes_16align_alloc_layout_unchecked, 100000, 16); Oct 22 02:09:25.469 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.469 INFO kablam! | Oct 22 02:09:25.469 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.469 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.469 INFO kablam! | Oct 22 02:09:25.469 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.469 INFO kablam! | Oct 22 02:09:25.469 INFO kablam! Oct 22 02:09:25.469 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.469 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.469 INFO kablam! | Oct 22 02:09:25.469 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.469 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.469 INFO kablam! ... Oct 22 02:09:25.469 INFO kablam! 3185 | rt_alloc_layout_unchecked!(rt_even_100000bytes_16align_alloc_layout_unchecked, 100000, 16); Oct 22 02:09:25.469 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.469 INFO kablam! | Oct 22 02:09:25.469 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.469 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.469 INFO kablam! | Oct 22 02:09:25.469 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.469 INFO kablam! | Oct 22 02:09:25.469 INFO kablam! Oct 22 02:09:25.469 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.469 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.469 INFO kablam! | Oct 22 02:09:25.469 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.469 INFO kablam! | ^^^^^ Oct 22 02:09:25.469 INFO kablam! ... Oct 22 02:09:25.469 INFO kablam! 3198 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_16align_alloc_layout_unchecked, 1000000, 16); Oct 22 02:09:25.469 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.469 INFO kablam! | Oct 22 02:09:25.469 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.469 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.469 INFO kablam! | Oct 22 02:09:25.469 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.469 INFO kablam! | Oct 22 02:09:25.469 INFO kablam! Oct 22 02:09:25.470 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.470 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.470 INFO kablam! | Oct 22 02:09:25.470 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.470 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.470 INFO kablam! ... Oct 22 02:09:25.470 INFO kablam! 3198 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_16align_alloc_layout_unchecked, 1000000, 16); Oct 22 02:09:25.470 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.470 INFO kablam! | Oct 22 02:09:25.470 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.470 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.470 INFO kablam! | Oct 22 02:09:25.470 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.470 INFO kablam! | Oct 22 02:09:25.470 INFO kablam! Oct 22 02:09:25.470 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.470 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.470 INFO kablam! | Oct 22 02:09:25.470 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.470 INFO kablam! | ^^^^^ Oct 22 02:09:25.470 INFO kablam! ... Oct 22 02:09:25.470 INFO kablam! 3212 | rt_alloc_layout_unchecked!(rt_odd_10bytes_16align_alloc_layout_unchecked, 10- 1, 16); Oct 22 02:09:25.470 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.470 INFO kablam! | Oct 22 02:09:25.470 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.470 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.470 INFO kablam! | Oct 22 02:09:25.470 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.470 INFO kablam! | Oct 22 02:09:25.470 INFO kablam! Oct 22 02:09:25.480 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.480 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.480 INFO kablam! | Oct 22 02:09:25.480 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.480 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.480 INFO kablam! ... Oct 22 02:09:25.480 INFO kablam! 3212 | rt_alloc_layout_unchecked!(rt_odd_10bytes_16align_alloc_layout_unchecked, 10- 1, 16); Oct 22 02:09:25.480 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.480 INFO kablam! | Oct 22 02:09:25.480 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.480 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.480 INFO kablam! | Oct 22 02:09:25.480 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.480 INFO kablam! | Oct 22 02:09:25.480 INFO kablam! Oct 22 02:09:25.480 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.480 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.480 INFO kablam! | Oct 22 02:09:25.480 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.480 INFO kablam! | ^^^^^ Oct 22 02:09:25.480 INFO kablam! ... Oct 22 02:09:25.480 INFO kablam! 3225 | rt_alloc_layout_unchecked!(rt_odd_100bytes_16align_alloc_layout_unchecked, 100- 1, 16); Oct 22 02:09:25.480 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.480 INFO kablam! | Oct 22 02:09:25.480 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.480 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.480 INFO kablam! | Oct 22 02:09:25.480 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.480 INFO kablam! | Oct 22 02:09:25.480 INFO kablam! Oct 22 02:09:25.480 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.480 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.480 INFO kablam! | Oct 22 02:09:25.480 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.480 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.480 INFO kablam! ... Oct 22 02:09:25.480 INFO kablam! 3225 | rt_alloc_layout_unchecked!(rt_odd_100bytes_16align_alloc_layout_unchecked, 100- 1, 16); Oct 22 02:09:25.480 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.480 INFO kablam! | Oct 22 02:09:25.480 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.480 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.480 INFO kablam! | Oct 22 02:09:25.480 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.480 INFO kablam! | Oct 22 02:09:25.481 INFO kablam! Oct 22 02:09:25.481 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.481 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.481 INFO kablam! | Oct 22 02:09:25.481 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.481 INFO kablam! | ^^^^^ Oct 22 02:09:25.481 INFO kablam! ... Oct 22 02:09:25.481 INFO kablam! 3238 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_16align_alloc_layout_unchecked, 1000- 1, 16); Oct 22 02:09:25.481 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.481 INFO kablam! | Oct 22 02:09:25.481 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.481 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.481 INFO kablam! | Oct 22 02:09:25.481 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.481 INFO kablam! | Oct 22 02:09:25.481 INFO kablam! Oct 22 02:09:25.481 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.481 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.481 INFO kablam! | Oct 22 02:09:25.481 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.481 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.481 INFO kablam! ... Oct 22 02:09:25.481 INFO kablam! 3238 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_16align_alloc_layout_unchecked, 1000- 1, 16); Oct 22 02:09:25.481 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.481 INFO kablam! | Oct 22 02:09:25.481 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.481 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.481 INFO kablam! | Oct 22 02:09:25.481 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.481 INFO kablam! | Oct 22 02:09:25.481 INFO kablam! Oct 22 02:09:25.481 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.481 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.481 INFO kablam! | Oct 22 02:09:25.481 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.481 INFO kablam! | ^^^^^ Oct 22 02:09:25.481 INFO kablam! ... Oct 22 02:09:25.481 INFO kablam! 3251 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_16align_alloc_layout_unchecked, 10000- 1, 16); Oct 22 02:09:25.481 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.481 INFO kablam! | Oct 22 02:09:25.481 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.481 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.481 INFO kablam! | Oct 22 02:09:25.481 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.481 INFO kablam! | Oct 22 02:09:25.481 INFO kablam! Oct 22 02:09:25.481 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.481 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.481 INFO kablam! | Oct 22 02:09:25.481 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.481 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.481 INFO kablam! ... Oct 22 02:09:25.481 INFO kablam! 3251 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_16align_alloc_layout_unchecked, 10000- 1, 16); Oct 22 02:09:25.481 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.481 INFO kablam! | Oct 22 02:09:25.481 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.481 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.481 INFO kablam! | Oct 22 02:09:25.481 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.481 INFO kablam! | Oct 22 02:09:25.481 INFO kablam! Oct 22 02:09:25.481 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.481 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.481 INFO kablam! | Oct 22 02:09:25.481 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.481 INFO kablam! | ^^^^^ Oct 22 02:09:25.481 INFO kablam! ... Oct 22 02:09:25.481 INFO kablam! 3264 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_16align_alloc_layout_unchecked, 100000- 1, 16); Oct 22 02:09:25.481 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.481 INFO kablam! | Oct 22 02:09:25.481 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.481 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.481 INFO kablam! | Oct 22 02:09:25.481 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.481 INFO kablam! | Oct 22 02:09:25.481 INFO kablam! Oct 22 02:09:25.484 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.484 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.484 INFO kablam! | Oct 22 02:09:25.485 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.485 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.485 INFO kablam! ... Oct 22 02:09:25.485 INFO kablam! 3264 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_16align_alloc_layout_unchecked, 100000- 1, 16); Oct 22 02:09:25.485 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.485 INFO kablam! | Oct 22 02:09:25.485 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.485 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.485 INFO kablam! | Oct 22 02:09:25.485 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.485 INFO kablam! | Oct 22 02:09:25.485 INFO kablam! Oct 22 02:09:25.485 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.485 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.485 INFO kablam! | Oct 22 02:09:25.485 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.485 INFO kablam! | ^^^^^ Oct 22 02:09:25.485 INFO kablam! ... Oct 22 02:09:25.485 INFO kablam! 3277 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_16align_alloc_layout_unchecked, 1000000- 1, 16); Oct 22 02:09:25.485 INFO kablam! | ----------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.485 INFO kablam! | Oct 22 02:09:25.485 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.485 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.485 INFO kablam! | Oct 22 02:09:25.485 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.485 INFO kablam! | Oct 22 02:09:25.485 INFO kablam! Oct 22 02:09:25.485 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.485 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.485 INFO kablam! | Oct 22 02:09:25.485 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.485 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.485 INFO kablam! ... Oct 22 02:09:25.485 INFO kablam! 3277 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_16align_alloc_layout_unchecked, 1000000- 1, 16); Oct 22 02:09:25.485 INFO kablam! | ----------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.485 INFO kablam! | Oct 22 02:09:25.485 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.485 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.485 INFO kablam! | Oct 22 02:09:25.485 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.485 INFO kablam! | Oct 22 02:09:25.485 INFO kablam! Oct 22 02:09:25.485 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.485 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.485 INFO kablam! | Oct 22 02:09:25.485 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.485 INFO kablam! | ^^^^^ Oct 22 02:09:25.485 INFO kablam! ... Oct 22 02:09:25.485 INFO kablam! 3291 | rt_alloc_layout_unchecked!(rt_primes_3bytes_16align_alloc_layout_unchecked, 3, 16); Oct 22 02:09:25.485 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.485 INFO kablam! | Oct 22 02:09:25.485 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.485 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.485 INFO kablam! | Oct 22 02:09:25.485 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.485 INFO kablam! | Oct 22 02:09:25.485 INFO kablam! Oct 22 02:09:25.485 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.485 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.485 INFO kablam! | Oct 22 02:09:25.485 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.485 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.485 INFO kablam! ... Oct 22 02:09:25.485 INFO kablam! 3291 | rt_alloc_layout_unchecked!(rt_primes_3bytes_16align_alloc_layout_unchecked, 3, 16); Oct 22 02:09:25.485 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.485 INFO kablam! | Oct 22 02:09:25.485 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.485 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.485 INFO kablam! | Oct 22 02:09:25.485 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.485 INFO kablam! | Oct 22 02:09:25.485 INFO kablam! Oct 22 02:09:25.485 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.485 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.485 INFO kablam! | Oct 22 02:09:25.485 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.485 INFO kablam! | ^^^^^ Oct 22 02:09:25.485 INFO kablam! ... Oct 22 02:09:25.485 INFO kablam! 3304 | rt_alloc_layout_unchecked!(rt_primes_7bytes_16align_alloc_layout_unchecked, 7, 16); Oct 22 02:09:25.485 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.485 INFO kablam! | Oct 22 02:09:25.485 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.485 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.485 INFO kablam! | Oct 22 02:09:25.485 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.486 INFO kablam! | Oct 22 02:09:25.486 INFO kablam! Oct 22 02:09:25.486 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.486 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.486 INFO kablam! | Oct 22 02:09:25.486 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.486 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.486 INFO kablam! ... Oct 22 02:09:25.486 INFO kablam! 3304 | rt_alloc_layout_unchecked!(rt_primes_7bytes_16align_alloc_layout_unchecked, 7, 16); Oct 22 02:09:25.486 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.486 INFO kablam! | Oct 22 02:09:25.486 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.486 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.486 INFO kablam! | Oct 22 02:09:25.486 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.486 INFO kablam! | Oct 22 02:09:25.486 INFO kablam! Oct 22 02:09:25.486 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.486 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.486 INFO kablam! | Oct 22 02:09:25.486 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.486 INFO kablam! | ^^^^^ Oct 22 02:09:25.486 INFO kablam! ... Oct 22 02:09:25.486 INFO kablam! 3317 | rt_alloc_layout_unchecked!(rt_primes_13bytes_16align_alloc_layout_unchecked, 13, 16); Oct 22 02:09:25.486 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.486 INFO kablam! | Oct 22 02:09:25.486 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.486 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.486 INFO kablam! | Oct 22 02:09:25.486 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.486 INFO kablam! | Oct 22 02:09:25.486 INFO kablam! Oct 22 02:09:25.492 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.493 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.493 INFO kablam! | Oct 22 02:09:25.493 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.493 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.493 INFO kablam! ... Oct 22 02:09:25.493 INFO kablam! 3317 | rt_alloc_layout_unchecked!(rt_primes_13bytes_16align_alloc_layout_unchecked, 13, 16); Oct 22 02:09:25.493 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.493 INFO kablam! | Oct 22 02:09:25.493 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.493 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.493 INFO kablam! | Oct 22 02:09:25.493 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.493 INFO kablam! | Oct 22 02:09:25.493 INFO kablam! Oct 22 02:09:25.493 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.493 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.493 INFO kablam! | Oct 22 02:09:25.493 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.493 INFO kablam! | ^^^^^ Oct 22 02:09:25.493 INFO kablam! ... Oct 22 02:09:25.493 INFO kablam! 3330 | rt_alloc_layout_unchecked!(rt_primes_17bytes_16align_alloc_layout_unchecked, 17, 16); Oct 22 02:09:25.493 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.493 INFO kablam! | Oct 22 02:09:25.493 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.493 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.493 INFO kablam! | Oct 22 02:09:25.493 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.493 INFO kablam! | Oct 22 02:09:25.493 INFO kablam! Oct 22 02:09:25.493 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.493 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.493 INFO kablam! | Oct 22 02:09:25.493 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.493 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.493 INFO kablam! ... Oct 22 02:09:25.493 INFO kablam! 3330 | rt_alloc_layout_unchecked!(rt_primes_17bytes_16align_alloc_layout_unchecked, 17, 16); Oct 22 02:09:25.493 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.493 INFO kablam! | Oct 22 02:09:25.493 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.493 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.493 INFO kablam! | Oct 22 02:09:25.493 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.493 INFO kablam! | Oct 22 02:09:25.493 INFO kablam! Oct 22 02:09:25.493 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.493 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.493 INFO kablam! | Oct 22 02:09:25.493 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.493 INFO kablam! | ^^^^^ Oct 22 02:09:25.493 INFO kablam! ... Oct 22 02:09:25.493 INFO kablam! 3343 | rt_alloc_layout_unchecked!(rt_primes_31bytes_16align_alloc_layout_unchecked, 31, 16); Oct 22 02:09:25.493 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.493 INFO kablam! | Oct 22 02:09:25.493 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.493 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.493 INFO kablam! | Oct 22 02:09:25.493 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.493 INFO kablam! | Oct 22 02:09:25.493 INFO kablam! Oct 22 02:09:25.493 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.493 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.493 INFO kablam! | Oct 22 02:09:25.493 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.493 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.493 INFO kablam! ... Oct 22 02:09:25.493 INFO kablam! 3343 | rt_alloc_layout_unchecked!(rt_primes_31bytes_16align_alloc_layout_unchecked, 31, 16); Oct 22 02:09:25.493 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.493 INFO kablam! | Oct 22 02:09:25.493 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.493 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.493 INFO kablam! | Oct 22 02:09:25.493 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.493 INFO kablam! | Oct 22 02:09:25.493 INFO kablam! Oct 22 02:09:25.493 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.493 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.493 INFO kablam! | Oct 22 02:09:25.493 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.493 INFO kablam! | ^^^^^ Oct 22 02:09:25.493 INFO kablam! ... Oct 22 02:09:25.493 INFO kablam! 3356 | rt_alloc_layout_unchecked!(rt_primes_61bytes_16align_alloc_layout_unchecked, 61, 16); Oct 22 02:09:25.493 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.493 INFO kablam! | Oct 22 02:09:25.493 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.493 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.493 INFO kablam! | Oct 22 02:09:25.493 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.493 INFO kablam! | Oct 22 02:09:25.493 INFO kablam! Oct 22 02:09:25.494 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.494 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.494 INFO kablam! | Oct 22 02:09:25.494 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.494 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.494 INFO kablam! ... Oct 22 02:09:25.494 INFO kablam! 3356 | rt_alloc_layout_unchecked!(rt_primes_61bytes_16align_alloc_layout_unchecked, 61, 16); Oct 22 02:09:25.494 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.494 INFO kablam! | Oct 22 02:09:25.494 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.494 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.494 INFO kablam! | Oct 22 02:09:25.494 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.494 INFO kablam! | Oct 22 02:09:25.494 INFO kablam! Oct 22 02:09:25.494 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.494 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.494 INFO kablam! | Oct 22 02:09:25.494 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.494 INFO kablam! | ^^^^^ Oct 22 02:09:25.494 INFO kablam! ... Oct 22 02:09:25.494 INFO kablam! 3369 | rt_alloc_layout_unchecked!(rt_primes_96bytes_16align_alloc_layout_unchecked, 96, 16); Oct 22 02:09:25.494 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.494 INFO kablam! | Oct 22 02:09:25.494 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.494 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.494 INFO kablam! | Oct 22 02:09:25.494 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.494 INFO kablam! | Oct 22 02:09:25.494 INFO kablam! Oct 22 02:09:25.500 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.500 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.500 INFO kablam! | Oct 22 02:09:25.501 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.501 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.501 INFO kablam! ... Oct 22 02:09:25.501 INFO kablam! 3369 | rt_alloc_layout_unchecked!(rt_primes_96bytes_16align_alloc_layout_unchecked, 96, 16); Oct 22 02:09:25.501 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.501 INFO kablam! | Oct 22 02:09:25.501 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.501 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.501 INFO kablam! | Oct 22 02:09:25.501 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.501 INFO kablam! | Oct 22 02:09:25.501 INFO kablam! Oct 22 02:09:25.501 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.501 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.501 INFO kablam! | Oct 22 02:09:25.501 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.501 INFO kablam! | ^^^^^ Oct 22 02:09:25.501 INFO kablam! ... Oct 22 02:09:25.501 INFO kablam! 3382 | rt_alloc_layout_unchecked!(rt_primes_127bytes_16align_alloc_layout_unchecked, 127, 16); Oct 22 02:09:25.501 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.501 INFO kablam! | Oct 22 02:09:25.501 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.501 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.501 INFO kablam! | Oct 22 02:09:25.501 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.501 INFO kablam! | Oct 22 02:09:25.501 INFO kablam! Oct 22 02:09:25.501 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.501 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.501 INFO kablam! | Oct 22 02:09:25.501 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.501 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.501 INFO kablam! ... Oct 22 02:09:25.501 INFO kablam! 3382 | rt_alloc_layout_unchecked!(rt_primes_127bytes_16align_alloc_layout_unchecked, 127, 16); Oct 22 02:09:25.501 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.501 INFO kablam! | Oct 22 02:09:25.501 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.501 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.501 INFO kablam! | Oct 22 02:09:25.501 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.501 INFO kablam! | Oct 22 02:09:25.501 INFO kablam! Oct 22 02:09:25.501 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.501 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.501 INFO kablam! | Oct 22 02:09:25.501 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.501 INFO kablam! | ^^^^^ Oct 22 02:09:25.501 INFO kablam! ... Oct 22 02:09:25.501 INFO kablam! 3395 | rt_alloc_layout_unchecked!(rt_primes_257bytes_16align_alloc_layout_unchecked, 257, 16); Oct 22 02:09:25.501 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.501 INFO kablam! | Oct 22 02:09:25.501 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.501 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.501 INFO kablam! | Oct 22 02:09:25.501 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.501 INFO kablam! | Oct 22 02:09:25.501 INFO kablam! Oct 22 02:09:25.501 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.501 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.501 INFO kablam! | Oct 22 02:09:25.501 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.501 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.501 INFO kablam! ... Oct 22 02:09:25.501 INFO kablam! 3395 | rt_alloc_layout_unchecked!(rt_primes_257bytes_16align_alloc_layout_unchecked, 257, 16); Oct 22 02:09:25.501 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.501 INFO kablam! | Oct 22 02:09:25.501 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.501 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.501 INFO kablam! | Oct 22 02:09:25.501 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.501 INFO kablam! | Oct 22 02:09:25.501 INFO kablam! Oct 22 02:09:25.501 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.501 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.501 INFO kablam! | Oct 22 02:09:25.501 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.501 INFO kablam! | ^^^^^ Oct 22 02:09:25.501 INFO kablam! ... Oct 22 02:09:25.501 INFO kablam! 3408 | rt_alloc_layout_unchecked!(rt_primes_509bytes_16align_alloc_layout_unchecked, 509, 16); Oct 22 02:09:25.501 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.501 INFO kablam! | Oct 22 02:09:25.501 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.501 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.501 INFO kablam! | Oct 22 02:09:25.501 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.501 INFO kablam! | Oct 22 02:09:25.501 INFO kablam! Oct 22 02:09:25.501 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.501 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.502 INFO kablam! | Oct 22 02:09:25.502 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.502 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.502 INFO kablam! ... Oct 22 02:09:25.502 INFO kablam! 3408 | rt_alloc_layout_unchecked!(rt_primes_509bytes_16align_alloc_layout_unchecked, 509, 16); Oct 22 02:09:25.502 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.502 INFO kablam! | Oct 22 02:09:25.502 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.502 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.502 INFO kablam! | Oct 22 02:09:25.502 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.502 INFO kablam! | Oct 22 02:09:25.502 INFO kablam! Oct 22 02:09:25.502 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.502 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.502 INFO kablam! | Oct 22 02:09:25.502 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.502 INFO kablam! | ^^^^^ Oct 22 02:09:25.502 INFO kablam! ... Oct 22 02:09:25.502 INFO kablam! 3421 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_16align_alloc_layout_unchecked, 1021, 16); Oct 22 02:09:25.502 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.502 INFO kablam! | Oct 22 02:09:25.502 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.502 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.502 INFO kablam! | Oct 22 02:09:25.502 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.502 INFO kablam! | Oct 22 02:09:25.502 INFO kablam! Oct 22 02:09:25.508 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.509 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.509 INFO kablam! | Oct 22 02:09:25.509 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.509 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.509 INFO kablam! ... Oct 22 02:09:25.509 INFO kablam! 3421 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_16align_alloc_layout_unchecked, 1021, 16); Oct 22 02:09:25.509 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.509 INFO kablam! | Oct 22 02:09:25.509 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.509 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.509 INFO kablam! | Oct 22 02:09:25.509 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.509 INFO kablam! | Oct 22 02:09:25.509 INFO kablam! Oct 22 02:09:25.509 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.509 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.509 INFO kablam! | Oct 22 02:09:25.509 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.509 INFO kablam! | ^^^^^ Oct 22 02:09:25.509 INFO kablam! ... Oct 22 02:09:25.509 INFO kablam! 3434 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_16align_alloc_layout_unchecked, 2039, 16); Oct 22 02:09:25.509 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.509 INFO kablam! | Oct 22 02:09:25.509 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.509 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.509 INFO kablam! | Oct 22 02:09:25.509 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.509 INFO kablam! | Oct 22 02:09:25.509 INFO kablam! Oct 22 02:09:25.509 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.509 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.509 INFO kablam! | Oct 22 02:09:25.509 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.509 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.509 INFO kablam! ... Oct 22 02:09:25.509 INFO kablam! 3434 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_16align_alloc_layout_unchecked, 2039, 16); Oct 22 02:09:25.509 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.509 INFO kablam! | Oct 22 02:09:25.509 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.509 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.509 INFO kablam! | Oct 22 02:09:25.509 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.509 INFO kablam! | Oct 22 02:09:25.509 INFO kablam! Oct 22 02:09:25.509 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.509 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.509 INFO kablam! | Oct 22 02:09:25.509 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.509 INFO kablam! | ^^^^^ Oct 22 02:09:25.509 INFO kablam! ... Oct 22 02:09:25.509 INFO kablam! 3447 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_16align_alloc_layout_unchecked, 4093, 16); Oct 22 02:09:25.509 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.509 INFO kablam! | Oct 22 02:09:25.509 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.509 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.509 INFO kablam! | Oct 22 02:09:25.509 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.509 INFO kablam! | Oct 22 02:09:25.509 INFO kablam! Oct 22 02:09:25.509 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.509 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.509 INFO kablam! | Oct 22 02:09:25.509 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.509 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.509 INFO kablam! ... Oct 22 02:09:25.509 INFO kablam! 3447 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_16align_alloc_layout_unchecked, 4093, 16); Oct 22 02:09:25.509 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.509 INFO kablam! | Oct 22 02:09:25.509 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.509 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.509 INFO kablam! | Oct 22 02:09:25.509 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.509 INFO kablam! | Oct 22 02:09:25.509 INFO kablam! Oct 22 02:09:25.509 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.509 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.509 INFO kablam! | Oct 22 02:09:25.509 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.509 INFO kablam! | ^^^^^ Oct 22 02:09:25.509 INFO kablam! ... Oct 22 02:09:25.509 INFO kablam! 3460 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_16align_alloc_layout_unchecked, 8191, 16); Oct 22 02:09:25.509 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.509 INFO kablam! | Oct 22 02:09:25.509 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.509 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.509 INFO kablam! | Oct 22 02:09:25.509 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.509 INFO kablam! | Oct 22 02:09:25.510 INFO kablam! Oct 22 02:09:25.510 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.510 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.510 INFO kablam! | Oct 22 02:09:25.510 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.510 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.510 INFO kablam! ... Oct 22 02:09:25.510 INFO kablam! 3460 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_16align_alloc_layout_unchecked, 8191, 16); Oct 22 02:09:25.510 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.510 INFO kablam! | Oct 22 02:09:25.510 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.510 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.510 INFO kablam! | Oct 22 02:09:25.510 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.510 INFO kablam! | Oct 22 02:09:25.510 INFO kablam! Oct 22 02:09:25.510 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.510 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.510 INFO kablam! | Oct 22 02:09:25.510 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.510 INFO kablam! | ^^^^^ Oct 22 02:09:25.510 INFO kablam! ... Oct 22 02:09:25.510 INFO kablam! 3473 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_16align_alloc_layout_unchecked, 16381, 16); Oct 22 02:09:25.510 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.510 INFO kablam! | Oct 22 02:09:25.510 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.510 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.510 INFO kablam! | Oct 22 02:09:25.510 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.510 INFO kablam! | Oct 22 02:09:25.510 INFO kablam! Oct 22 02:09:25.512 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.512 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.512 INFO kablam! | Oct 22 02:09:25.512 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.512 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.512 INFO kablam! ... Oct 22 02:09:25.512 INFO kablam! 3473 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_16align_alloc_layout_unchecked, 16381, 16); Oct 22 02:09:25.512 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.512 INFO kablam! | Oct 22 02:09:25.512 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.512 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.512 INFO kablam! | Oct 22 02:09:25.512 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.512 INFO kablam! | Oct 22 02:09:25.512 INFO kablam! Oct 22 02:09:25.513 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.513 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.513 INFO kablam! | Oct 22 02:09:25.513 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.513 INFO kablam! | ^^^^^ Oct 22 02:09:25.513 INFO kablam! ... Oct 22 02:09:25.513 INFO kablam! 3486 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_16align_alloc_layout_unchecked, 32749, 16); Oct 22 02:09:25.513 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.513 INFO kablam! | Oct 22 02:09:25.513 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.513 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.513 INFO kablam! | Oct 22 02:09:25.513 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.513 INFO kablam! | Oct 22 02:09:25.513 INFO kablam! Oct 22 02:09:25.513 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.513 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.513 INFO kablam! | Oct 22 02:09:25.513 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.513 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.513 INFO kablam! ... Oct 22 02:09:25.513 INFO kablam! 3486 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_16align_alloc_layout_unchecked, 32749, 16); Oct 22 02:09:25.513 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.513 INFO kablam! | Oct 22 02:09:25.513 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.513 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.513 INFO kablam! | Oct 22 02:09:25.513 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.513 INFO kablam! | Oct 22 02:09:25.513 INFO kablam! Oct 22 02:09:25.513 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.513 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.513 INFO kablam! | Oct 22 02:09:25.513 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.513 INFO kablam! | ^^^^^ Oct 22 02:09:25.513 INFO kablam! ... Oct 22 02:09:25.513 INFO kablam! 3499 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_16align_alloc_layout_unchecked, 65537, 16); Oct 22 02:09:25.513 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.513 INFO kablam! | Oct 22 02:09:25.513 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.513 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.513 INFO kablam! | Oct 22 02:09:25.513 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.513 INFO kablam! | Oct 22 02:09:25.513 INFO kablam! Oct 22 02:09:25.516 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.516 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.516 INFO kablam! | Oct 22 02:09:25.516 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.516 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.516 INFO kablam! ... Oct 22 02:09:25.516 INFO kablam! 3499 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_16align_alloc_layout_unchecked, 65537, 16); Oct 22 02:09:25.516 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.516 INFO kablam! | Oct 22 02:09:25.516 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.516 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.516 INFO kablam! | Oct 22 02:09:25.516 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.516 INFO kablam! | Oct 22 02:09:25.516 INFO kablam! Oct 22 02:09:25.516 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.516 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.516 INFO kablam! | Oct 22 02:09:25.516 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.516 INFO kablam! | ^^^^^ Oct 22 02:09:25.516 INFO kablam! ... Oct 22 02:09:25.516 INFO kablam! 3512 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_16align_alloc_layout_unchecked, 131071, 16); Oct 22 02:09:25.516 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.517 INFO kablam! | Oct 22 02:09:25.517 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.517 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.517 INFO kablam! | Oct 22 02:09:25.517 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.517 INFO kablam! | Oct 22 02:09:25.517 INFO kablam! Oct 22 02:09:25.517 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.517 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.517 INFO kablam! | Oct 22 02:09:25.517 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.517 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.517 INFO kablam! ... Oct 22 02:09:25.517 INFO kablam! 3512 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_16align_alloc_layout_unchecked, 131071, 16); Oct 22 02:09:25.517 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.517 INFO kablam! | Oct 22 02:09:25.517 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.517 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.517 INFO kablam! | Oct 22 02:09:25.517 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.517 INFO kablam! | Oct 22 02:09:25.517 INFO kablam! Oct 22 02:09:25.517 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.517 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.517 INFO kablam! | Oct 22 02:09:25.517 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.517 INFO kablam! | ^^^^^ Oct 22 02:09:25.517 INFO kablam! ... Oct 22 02:09:25.517 INFO kablam! 3525 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_16align_alloc_layout_unchecked, 4194301, 16); Oct 22 02:09:25.517 INFO kablam! | ----------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.517 INFO kablam! | Oct 22 02:09:25.517 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.517 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.517 INFO kablam! | Oct 22 02:09:25.517 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.517 INFO kablam! | Oct 22 02:09:25.517 INFO kablam! Oct 22 02:09:25.520 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.520 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.520 INFO kablam! | Oct 22 02:09:25.520 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.520 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.520 INFO kablam! ... Oct 22 02:09:25.520 INFO kablam! 3525 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_16align_alloc_layout_unchecked, 4194301, 16); Oct 22 02:09:25.520 INFO kablam! | ----------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.520 INFO kablam! | Oct 22 02:09:25.520 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.520 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.520 INFO kablam! | Oct 22 02:09:25.520 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.520 INFO kablam! | Oct 22 02:09:25.520 INFO kablam! Oct 22 02:09:25.520 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.520 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.520 INFO kablam! | Oct 22 02:09:25.520 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.520 INFO kablam! | ^^^^^ Oct 22 02:09:25.520 INFO kablam! ... Oct 22 02:09:25.520 INFO kablam! 3541 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_32align_alloc_layout_unchecked, 1, 32); Oct 22 02:09:25.520 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.520 INFO kablam! | Oct 22 02:09:25.520 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.520 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.520 INFO kablam! | Oct 22 02:09:25.520 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.520 INFO kablam! | Oct 22 02:09:25.520 INFO kablam! Oct 22 02:09:25.520 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.520 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.520 INFO kablam! | Oct 22 02:09:25.520 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.520 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.520 INFO kablam! ... Oct 22 02:09:25.520 INFO kablam! 3541 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_32align_alloc_layout_unchecked, 1, 32); Oct 22 02:09:25.521 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.521 INFO kablam! | Oct 22 02:09:25.521 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.521 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.521 INFO kablam! | Oct 22 02:09:25.521 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.521 INFO kablam! | Oct 22 02:09:25.521 INFO kablam! Oct 22 02:09:25.521 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.521 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.521 INFO kablam! | Oct 22 02:09:25.521 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.521 INFO kablam! | ^^^^^ Oct 22 02:09:25.521 INFO kablam! ... Oct 22 02:09:25.521 INFO kablam! 3554 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_32align_alloc_layout_unchecked, 2, 32); Oct 22 02:09:25.521 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.521 INFO kablam! | Oct 22 02:09:25.521 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.521 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.521 INFO kablam! | Oct 22 02:09:25.521 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.521 INFO kablam! | Oct 22 02:09:25.521 INFO kablam! Oct 22 02:09:25.528 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.528 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.528 INFO kablam! | Oct 22 02:09:25.528 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.528 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.528 INFO kablam! ... Oct 22 02:09:25.528 INFO kablam! 3554 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_32align_alloc_layout_unchecked, 2, 32); Oct 22 02:09:25.528 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.528 INFO kablam! | Oct 22 02:09:25.528 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.528 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.528 INFO kablam! | Oct 22 02:09:25.528 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.528 INFO kablam! | Oct 22 02:09:25.528 INFO kablam! Oct 22 02:09:25.528 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.528 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.528 INFO kablam! | Oct 22 02:09:25.528 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.528 INFO kablam! | ^^^^^ Oct 22 02:09:25.528 INFO kablam! ... Oct 22 02:09:25.528 INFO kablam! 3567 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_32align_alloc_layout_unchecked, 4, 32); Oct 22 02:09:25.528 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.528 INFO kablam! | Oct 22 02:09:25.528 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.528 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.528 INFO kablam! | Oct 22 02:09:25.528 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.528 INFO kablam! | Oct 22 02:09:25.528 INFO kablam! Oct 22 02:09:25.528 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.528 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.528 INFO kablam! | Oct 22 02:09:25.528 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.528 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.528 INFO kablam! ... Oct 22 02:09:25.528 INFO kablam! 3567 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_32align_alloc_layout_unchecked, 4, 32); Oct 22 02:09:25.528 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.528 INFO kablam! | Oct 22 02:09:25.528 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.528 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.528 INFO kablam! | Oct 22 02:09:25.528 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.528 INFO kablam! | Oct 22 02:09:25.528 INFO kablam! Oct 22 02:09:25.529 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.529 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.529 INFO kablam! | Oct 22 02:09:25.529 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.529 INFO kablam! | ^^^^^ Oct 22 02:09:25.529 INFO kablam! ... Oct 22 02:09:25.529 INFO kablam! 3580 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_32align_alloc_layout_unchecked, 8, 32); Oct 22 02:09:25.529 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.529 INFO kablam! | Oct 22 02:09:25.529 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.529 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.529 INFO kablam! | Oct 22 02:09:25.529 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.529 INFO kablam! | Oct 22 02:09:25.529 INFO kablam! Oct 22 02:09:25.529 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.529 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.529 INFO kablam! | Oct 22 02:09:25.529 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.529 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.529 INFO kablam! ... Oct 22 02:09:25.529 INFO kablam! 3580 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_32align_alloc_layout_unchecked, 8, 32); Oct 22 02:09:25.529 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.529 INFO kablam! | Oct 22 02:09:25.529 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.529 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.529 INFO kablam! | Oct 22 02:09:25.529 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.529 INFO kablam! | Oct 22 02:09:25.529 INFO kablam! Oct 22 02:09:25.529 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.529 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.529 INFO kablam! | Oct 22 02:09:25.529 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.529 INFO kablam! | ^^^^^ Oct 22 02:09:25.529 INFO kablam! ... Oct 22 02:09:25.529 INFO kablam! 3593 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_32align_alloc_layout_unchecked, 16, 32); Oct 22 02:09:25.529 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.529 INFO kablam! | Oct 22 02:09:25.529 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.529 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.529 INFO kablam! | Oct 22 02:09:25.529 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.529 INFO kablam! | Oct 22 02:09:25.529 INFO kablam! Oct 22 02:09:25.529 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.529 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.529 INFO kablam! | Oct 22 02:09:25.529 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.529 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.529 INFO kablam! ... Oct 22 02:09:25.529 INFO kablam! 3593 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_32align_alloc_layout_unchecked, 16, 32); Oct 22 02:09:25.529 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.529 INFO kablam! | Oct 22 02:09:25.529 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.529 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.529 INFO kablam! | Oct 22 02:09:25.529 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.529 INFO kablam! | Oct 22 02:09:25.529 INFO kablam! Oct 22 02:09:25.537 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.537 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.537 INFO kablam! | Oct 22 02:09:25.537 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.537 INFO kablam! | ^^^^^ Oct 22 02:09:25.537 INFO kablam! ... Oct 22 02:09:25.537 INFO kablam! 3606 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_32align_alloc_layout_unchecked, 32, 32); Oct 22 02:09:25.537 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.537 INFO kablam! | Oct 22 02:09:25.537 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.537 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.537 INFO kablam! | Oct 22 02:09:25.537 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.537 INFO kablam! | Oct 22 02:09:25.537 INFO kablam! Oct 22 02:09:25.537 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.537 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.537 INFO kablam! | Oct 22 02:09:25.537 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.537 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.537 INFO kablam! ... Oct 22 02:09:25.537 INFO kablam! 3606 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_32align_alloc_layout_unchecked, 32, 32); Oct 22 02:09:25.537 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.537 INFO kablam! | Oct 22 02:09:25.537 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.537 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.537 INFO kablam! | Oct 22 02:09:25.537 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.537 INFO kablam! | Oct 22 02:09:25.537 INFO kablam! Oct 22 02:09:25.537 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.537 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.537 INFO kablam! | Oct 22 02:09:25.537 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.537 INFO kablam! | ^^^^^ Oct 22 02:09:25.537 INFO kablam! ... Oct 22 02:09:25.537 INFO kablam! 3619 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_32align_alloc_layout_unchecked, 64, 32); Oct 22 02:09:25.537 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.537 INFO kablam! | Oct 22 02:09:25.537 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.537 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.537 INFO kablam! | Oct 22 02:09:25.537 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.537 INFO kablam! | Oct 22 02:09:25.537 INFO kablam! Oct 22 02:09:25.537 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.537 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.537 INFO kablam! | Oct 22 02:09:25.537 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.537 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.537 INFO kablam! ... Oct 22 02:09:25.537 INFO kablam! 3619 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_32align_alloc_layout_unchecked, 64, 32); Oct 22 02:09:25.537 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.537 INFO kablam! | Oct 22 02:09:25.537 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.537 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.537 INFO kablam! | Oct 22 02:09:25.537 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.537 INFO kablam! | Oct 22 02:09:25.537 INFO kablam! Oct 22 02:09:25.537 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.537 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.537 INFO kablam! | Oct 22 02:09:25.537 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.537 INFO kablam! | ^^^^^ Oct 22 02:09:25.537 INFO kablam! ... Oct 22 02:09:25.537 INFO kablam! 3632 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_32align_alloc_layout_unchecked, 128, 32); Oct 22 02:09:25.537 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.537 INFO kablam! | Oct 22 02:09:25.537 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.537 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.537 INFO kablam! | Oct 22 02:09:25.537 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.537 INFO kablam! | Oct 22 02:09:25.537 INFO kablam! Oct 22 02:09:25.537 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.537 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.537 INFO kablam! | Oct 22 02:09:25.537 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.537 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.537 INFO kablam! ... Oct 22 02:09:25.537 INFO kablam! 3632 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_32align_alloc_layout_unchecked, 128, 32); Oct 22 02:09:25.538 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.538 INFO kablam! | Oct 22 02:09:25.538 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.538 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.538 INFO kablam! | Oct 22 02:09:25.538 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.538 INFO kablam! | Oct 22 02:09:25.538 INFO kablam! Oct 22 02:09:25.538 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.538 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.538 INFO kablam! | Oct 22 02:09:25.538 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.538 INFO kablam! | ^^^^^ Oct 22 02:09:25.538 INFO kablam! ... Oct 22 02:09:25.538 INFO kablam! 3645 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_32align_alloc_layout_unchecked, 256, 32); Oct 22 02:09:25.538 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.538 INFO kablam! | Oct 22 02:09:25.538 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.538 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.538 INFO kablam! | Oct 22 02:09:25.538 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.538 INFO kablam! | Oct 22 02:09:25.538 INFO kablam! Oct 22 02:09:25.538 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.538 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.538 INFO kablam! | Oct 22 02:09:25.538 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.538 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.538 INFO kablam! ... Oct 22 02:09:25.538 INFO kablam! 3645 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_32align_alloc_layout_unchecked, 256, 32); Oct 22 02:09:25.538 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.538 INFO kablam! | Oct 22 02:09:25.538 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.538 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.538 INFO kablam! | Oct 22 02:09:25.538 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.538 INFO kablam! | Oct 22 02:09:25.538 INFO kablam! Oct 22 02:09:25.538 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.538 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.538 INFO kablam! | Oct 22 02:09:25.538 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.538 INFO kablam! | ^^^^^ Oct 22 02:09:25.538 INFO kablam! ... Oct 22 02:09:25.538 INFO kablam! 3658 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_32align_alloc_layout_unchecked, 512, 32); Oct 22 02:09:25.538 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.538 INFO kablam! | Oct 22 02:09:25.538 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.538 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.538 INFO kablam! | Oct 22 02:09:25.538 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.538 INFO kablam! | Oct 22 02:09:25.538 INFO kablam! Oct 22 02:09:25.541 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.541 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.541 INFO kablam! | Oct 22 02:09:25.541 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.541 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.541 INFO kablam! ... Oct 22 02:09:25.541 INFO kablam! 3658 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_32align_alloc_layout_unchecked, 512, 32); Oct 22 02:09:25.541 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.541 INFO kablam! | Oct 22 02:09:25.541 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.541 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.541 INFO kablam! | Oct 22 02:09:25.541 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.541 INFO kablam! | Oct 22 02:09:25.541 INFO kablam! Oct 22 02:09:25.541 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.541 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.541 INFO kablam! | Oct 22 02:09:25.541 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.541 INFO kablam! | ^^^^^ Oct 22 02:09:25.541 INFO kablam! ... Oct 22 02:09:25.541 INFO kablam! 3671 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_32align_alloc_layout_unchecked, 1024, 32); Oct 22 02:09:25.541 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.541 INFO kablam! | Oct 22 02:09:25.541 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.541 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.541 INFO kablam! | Oct 22 02:09:25.541 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.541 INFO kablam! | Oct 22 02:09:25.541 INFO kablam! Oct 22 02:09:25.541 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.541 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.541 INFO kablam! | Oct 22 02:09:25.541 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.541 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.541 INFO kablam! ... Oct 22 02:09:25.541 INFO kablam! 3671 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_32align_alloc_layout_unchecked, 1024, 32); Oct 22 02:09:25.541 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.541 INFO kablam! | Oct 22 02:09:25.541 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.541 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.541 INFO kablam! | Oct 22 02:09:25.541 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.541 INFO kablam! | Oct 22 02:09:25.541 INFO kablam! Oct 22 02:09:25.541 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.541 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.541 INFO kablam! | Oct 22 02:09:25.541 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.541 INFO kablam! | ^^^^^ Oct 22 02:09:25.541 INFO kablam! ... Oct 22 02:09:25.541 INFO kablam! 3684 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_32align_alloc_layout_unchecked, 2048, 32); Oct 22 02:09:25.541 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.541 INFO kablam! | Oct 22 02:09:25.541 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.541 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.541 INFO kablam! | Oct 22 02:09:25.541 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.541 INFO kablam! | Oct 22 02:09:25.541 INFO kablam! Oct 22 02:09:25.549 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.549 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.549 INFO kablam! | Oct 22 02:09:25.549 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.549 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.549 INFO kablam! ... Oct 22 02:09:25.549 INFO kablam! 3684 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_32align_alloc_layout_unchecked, 2048, 32); Oct 22 02:09:25.549 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.549 INFO kablam! | Oct 22 02:09:25.549 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.549 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.549 INFO kablam! | Oct 22 02:09:25.549 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.549 INFO kablam! | Oct 22 02:09:25.549 INFO kablam! Oct 22 02:09:25.549 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.549 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.549 INFO kablam! | Oct 22 02:09:25.549 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.549 INFO kablam! | ^^^^^ Oct 22 02:09:25.549 INFO kablam! ... Oct 22 02:09:25.549 INFO kablam! 3697 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_32align_alloc_layout_unchecked, 4096, 32); Oct 22 02:09:25.549 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.549 INFO kablam! | Oct 22 02:09:25.549 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.549 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.549 INFO kablam! | Oct 22 02:09:25.549 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.549 INFO kablam! | Oct 22 02:09:25.549 INFO kablam! Oct 22 02:09:25.549 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.549 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.549 INFO kablam! | Oct 22 02:09:25.549 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.549 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.549 INFO kablam! ... Oct 22 02:09:25.549 INFO kablam! 3697 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_32align_alloc_layout_unchecked, 4096, 32); Oct 22 02:09:25.549 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.549 INFO kablam! | Oct 22 02:09:25.549 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.549 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.549 INFO kablam! | Oct 22 02:09:25.549 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.549 INFO kablam! | Oct 22 02:09:25.549 INFO kablam! Oct 22 02:09:25.549 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.549 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.549 INFO kablam! | Oct 22 02:09:25.549 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.549 INFO kablam! | ^^^^^ Oct 22 02:09:25.549 INFO kablam! ... Oct 22 02:09:25.549 INFO kablam! 3710 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_32align_alloc_layout_unchecked, 8192, 32); Oct 22 02:09:25.549 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.549 INFO kablam! | Oct 22 02:09:25.549 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.549 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.549 INFO kablam! | Oct 22 02:09:25.549 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.549 INFO kablam! | Oct 22 02:09:25.549 INFO kablam! Oct 22 02:09:25.549 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.549 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.549 INFO kablam! | Oct 22 02:09:25.549 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.549 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.549 INFO kablam! ... Oct 22 02:09:25.549 INFO kablam! 3710 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_32align_alloc_layout_unchecked, 8192, 32); Oct 22 02:09:25.549 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.549 INFO kablam! | Oct 22 02:09:25.549 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.549 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.549 INFO kablam! | Oct 22 02:09:25.549 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.549 INFO kablam! | Oct 22 02:09:25.549 INFO kablam! Oct 22 02:09:25.549 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.549 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.549 INFO kablam! | Oct 22 02:09:25.549 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.549 INFO kablam! | ^^^^^ Oct 22 02:09:25.549 INFO kablam! ... Oct 22 02:09:25.549 INFO kablam! 3723 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_32align_alloc_layout_unchecked, 16384, 32); Oct 22 02:09:25.549 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.549 INFO kablam! | Oct 22 02:09:25.549 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.550 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.550 INFO kablam! | Oct 22 02:09:25.550 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.550 INFO kablam! | Oct 22 02:09:25.550 INFO kablam! Oct 22 02:09:25.550 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.550 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.550 INFO kablam! | Oct 22 02:09:25.550 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.550 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.550 INFO kablam! ... Oct 22 02:09:25.550 INFO kablam! 3723 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_32align_alloc_layout_unchecked, 16384, 32); Oct 22 02:09:25.550 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.550 INFO kablam! | Oct 22 02:09:25.550 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.550 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.550 INFO kablam! | Oct 22 02:09:25.550 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.550 INFO kablam! | Oct 22 02:09:25.550 INFO kablam! Oct 22 02:09:25.550 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.550 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.550 INFO kablam! | Oct 22 02:09:25.550 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.550 INFO kablam! | ^^^^^ Oct 22 02:09:25.550 INFO kablam! ... Oct 22 02:09:25.550 INFO kablam! 3736 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_32align_alloc_layout_unchecked, 32768, 32); Oct 22 02:09:25.550 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.550 INFO kablam! | Oct 22 02:09:25.550 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.550 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.550 INFO kablam! | Oct 22 02:09:25.550 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.550 INFO kablam! | Oct 22 02:09:25.550 INFO kablam! Oct 22 02:09:25.550 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.550 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.550 INFO kablam! | Oct 22 02:09:25.550 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.550 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.550 INFO kablam! ... Oct 22 02:09:25.550 INFO kablam! 3736 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_32align_alloc_layout_unchecked, 32768, 32); Oct 22 02:09:25.550 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.550 INFO kablam! | Oct 22 02:09:25.550 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.550 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.550 INFO kablam! | Oct 22 02:09:25.550 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.550 INFO kablam! | Oct 22 02:09:25.550 INFO kablam! Oct 22 02:09:25.553 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.553 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.553 INFO kablam! | Oct 22 02:09:25.553 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.553 INFO kablam! | ^^^^^ Oct 22 02:09:25.553 INFO kablam! ... Oct 22 02:09:25.553 INFO kablam! 3749 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_32align_alloc_layout_unchecked, 65536, 32); Oct 22 02:09:25.553 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.553 INFO kablam! | Oct 22 02:09:25.553 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.553 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.553 INFO kablam! | Oct 22 02:09:25.553 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.553 INFO kablam! | Oct 22 02:09:25.553 INFO kablam! Oct 22 02:09:25.553 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.553 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.553 INFO kablam! | Oct 22 02:09:25.553 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.553 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.553 INFO kablam! ... Oct 22 02:09:25.553 INFO kablam! 3749 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_32align_alloc_layout_unchecked, 65536, 32); Oct 22 02:09:25.553 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.553 INFO kablam! | Oct 22 02:09:25.553 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.553 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.553 INFO kablam! | Oct 22 02:09:25.553 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.553 INFO kablam! | Oct 22 02:09:25.553 INFO kablam! Oct 22 02:09:25.553 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.553 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.553 INFO kablam! | Oct 22 02:09:25.553 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.553 INFO kablam! | ^^^^^ Oct 22 02:09:25.553 INFO kablam! ... Oct 22 02:09:25.553 INFO kablam! 3762 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_32align_alloc_layout_unchecked, 131072, 32); Oct 22 02:09:25.553 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.553 INFO kablam! | Oct 22 02:09:25.553 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.553 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.553 INFO kablam! | Oct 22 02:09:25.553 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.553 INFO kablam! | Oct 22 02:09:25.553 INFO kablam! Oct 22 02:09:25.553 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.553 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.553 INFO kablam! | Oct 22 02:09:25.553 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.553 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.553 INFO kablam! ... Oct 22 02:09:25.553 INFO kablam! 3762 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_32align_alloc_layout_unchecked, 131072, 32); Oct 22 02:09:25.553 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.553 INFO kablam! | Oct 22 02:09:25.553 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.553 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.553 INFO kablam! | Oct 22 02:09:25.553 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.553 INFO kablam! | Oct 22 02:09:25.553 INFO kablam! Oct 22 02:09:25.557 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.557 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.557 INFO kablam! | Oct 22 02:09:25.557 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.557 INFO kablam! | ^^^^^ Oct 22 02:09:25.557 INFO kablam! ... Oct 22 02:09:25.557 INFO kablam! 3775 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_32align_alloc_layout_unchecked, 4194304, 32); Oct 22 02:09:25.557 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.557 INFO kablam! | Oct 22 02:09:25.557 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.557 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.557 INFO kablam! | Oct 22 02:09:25.557 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.557 INFO kablam! | Oct 22 02:09:25.557 INFO kablam! Oct 22 02:09:25.557 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.557 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.557 INFO kablam! | Oct 22 02:09:25.557 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.557 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.557 INFO kablam! ... Oct 22 02:09:25.557 INFO kablam! 3775 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_32align_alloc_layout_unchecked, 4194304, 32); Oct 22 02:09:25.557 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.557 INFO kablam! | Oct 22 02:09:25.557 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.557 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.557 INFO kablam! | Oct 22 02:09:25.557 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.557 INFO kablam! | Oct 22 02:09:25.557 INFO kablam! Oct 22 02:09:25.557 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.557 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.557 INFO kablam! | Oct 22 02:09:25.557 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.557 INFO kablam! | ^^^^^ Oct 22 02:09:25.557 INFO kablam! ... Oct 22 02:09:25.557 INFO kablam! 3789 | rt_alloc_layout_unchecked!(rt_even_10bytes_32align_alloc_layout_unchecked, 10, 32); Oct 22 02:09:25.557 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.557 INFO kablam! | Oct 22 02:09:25.557 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.557 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.557 INFO kablam! | Oct 22 02:09:25.557 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.557 INFO kablam! | Oct 22 02:09:25.557 INFO kablam! Oct 22 02:09:25.557 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.557 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.557 INFO kablam! | Oct 22 02:09:25.557 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.557 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.557 INFO kablam! ... Oct 22 02:09:25.557 INFO kablam! 3789 | rt_alloc_layout_unchecked!(rt_even_10bytes_32align_alloc_layout_unchecked, 10, 32); Oct 22 02:09:25.557 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.557 INFO kablam! | Oct 22 02:09:25.557 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.557 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.557 INFO kablam! | Oct 22 02:09:25.557 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.557 INFO kablam! | Oct 22 02:09:25.557 INFO kablam! Oct 22 02:09:25.560 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.560 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.560 INFO kablam! | Oct 22 02:09:25.560 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.560 INFO kablam! | ^^^^^ Oct 22 02:09:25.560 INFO kablam! ... Oct 22 02:09:25.560 INFO kablam! 3802 | rt_alloc_layout_unchecked!(rt_even_100bytes_32align_alloc_layout_unchecked, 100, 32); Oct 22 02:09:25.560 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.560 INFO kablam! | Oct 22 02:09:25.560 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.560 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.560 INFO kablam! | Oct 22 02:09:25.560 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.560 INFO kablam! | Oct 22 02:09:25.560 INFO kablam! Oct 22 02:09:25.560 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.560 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.560 INFO kablam! | Oct 22 02:09:25.560 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.560 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.560 INFO kablam! ... Oct 22 02:09:25.560 INFO kablam! 3802 | rt_alloc_layout_unchecked!(rt_even_100bytes_32align_alloc_layout_unchecked, 100, 32); Oct 22 02:09:25.560 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.560 INFO kablam! | Oct 22 02:09:25.560 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.560 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.560 INFO kablam! | Oct 22 02:09:25.560 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.560 INFO kablam! | Oct 22 02:09:25.560 INFO kablam! Oct 22 02:09:25.560 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.560 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.560 INFO kablam! | Oct 22 02:09:25.560 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.560 INFO kablam! | ^^^^^ Oct 22 02:09:25.561 INFO kablam! ... Oct 22 02:09:25.561 INFO kablam! 3815 | rt_alloc_layout_unchecked!(rt_even_1000bytes_32align_alloc_layout_unchecked, 1000, 32); Oct 22 02:09:25.561 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.561 INFO kablam! | Oct 22 02:09:25.561 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.561 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.561 INFO kablam! | Oct 22 02:09:25.561 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.561 INFO kablam! | Oct 22 02:09:25.561 INFO kablam! Oct 22 02:09:25.561 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.561 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.561 INFO kablam! | Oct 22 02:09:25.561 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.561 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.561 INFO kablam! ... Oct 22 02:09:25.561 INFO kablam! 3815 | rt_alloc_layout_unchecked!(rt_even_1000bytes_32align_alloc_layout_unchecked, 1000, 32); Oct 22 02:09:25.561 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.561 INFO kablam! | Oct 22 02:09:25.561 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.561 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.561 INFO kablam! | Oct 22 02:09:25.561 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.561 INFO kablam! | Oct 22 02:09:25.561 INFO kablam! Oct 22 02:09:25.565 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.565 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.565 INFO kablam! | Oct 22 02:09:25.565 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.565 INFO kablam! | ^^^^^ Oct 22 02:09:25.565 INFO kablam! ... Oct 22 02:09:25.565 INFO kablam! 3828 | rt_alloc_layout_unchecked!(rt_even_10000bytes_32align_alloc_layout_unchecked, 10000, 32); Oct 22 02:09:25.565 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.565 INFO kablam! | Oct 22 02:09:25.565 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.565 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.565 INFO kablam! | Oct 22 02:09:25.565 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.565 INFO kablam! | Oct 22 02:09:25.565 INFO kablam! Oct 22 02:09:25.565 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.565 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.565 INFO kablam! | Oct 22 02:09:25.565 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.565 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.565 INFO kablam! ... Oct 22 02:09:25.565 INFO kablam! 3828 | rt_alloc_layout_unchecked!(rt_even_10000bytes_32align_alloc_layout_unchecked, 10000, 32); Oct 22 02:09:25.565 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.565 INFO kablam! | Oct 22 02:09:25.565 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.565 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.565 INFO kablam! | Oct 22 02:09:25.565 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.565 INFO kablam! | Oct 22 02:09:25.565 INFO kablam! Oct 22 02:09:25.565 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.565 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.565 INFO kablam! | Oct 22 02:09:25.565 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.565 INFO kablam! | ^^^^^ Oct 22 02:09:25.565 INFO kablam! ... Oct 22 02:09:25.565 INFO kablam! 3841 | rt_alloc_layout_unchecked!(rt_even_100000bytes_32align_alloc_layout_unchecked, 100000, 32); Oct 22 02:09:25.565 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.565 INFO kablam! | Oct 22 02:09:25.565 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.565 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.565 INFO kablam! | Oct 22 02:09:25.565 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.565 INFO kablam! | Oct 22 02:09:25.565 INFO kablam! Oct 22 02:09:25.565 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.565 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.565 INFO kablam! | Oct 22 02:09:25.565 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.565 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.565 INFO kablam! ... Oct 22 02:09:25.565 INFO kablam! 3841 | rt_alloc_layout_unchecked!(rt_even_100000bytes_32align_alloc_layout_unchecked, 100000, 32); Oct 22 02:09:25.565 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.565 INFO kablam! | Oct 22 02:09:25.565 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.565 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.565 INFO kablam! | Oct 22 02:09:25.565 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.565 INFO kablam! | Oct 22 02:09:25.565 INFO kablam! Oct 22 02:09:25.568 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.568 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.569 INFO kablam! | Oct 22 02:09:25.569 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.569 INFO kablam! | ^^^^^ Oct 22 02:09:25.569 INFO kablam! ... Oct 22 02:09:25.569 INFO kablam! 3854 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_32align_alloc_layout_unchecked, 1000000, 32); Oct 22 02:09:25.569 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.569 INFO kablam! | Oct 22 02:09:25.569 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.569 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.569 INFO kablam! | Oct 22 02:09:25.569 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.569 INFO kablam! | Oct 22 02:09:25.569 INFO kablam! Oct 22 02:09:25.569 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.569 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.569 INFO kablam! | Oct 22 02:09:25.569 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.569 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.569 INFO kablam! ... Oct 22 02:09:25.569 INFO kablam! 3854 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_32align_alloc_layout_unchecked, 1000000, 32); Oct 22 02:09:25.569 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.569 INFO kablam! | Oct 22 02:09:25.569 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.569 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.569 INFO kablam! | Oct 22 02:09:25.569 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.569 INFO kablam! | Oct 22 02:09:25.569 INFO kablam! Oct 22 02:09:25.569 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.569 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.569 INFO kablam! | Oct 22 02:09:25.569 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.569 INFO kablam! | ^^^^^ Oct 22 02:09:25.569 INFO kablam! ... Oct 22 02:09:25.569 INFO kablam! 3868 | rt_alloc_layout_unchecked!(rt_odd_10bytes_32align_alloc_layout_unchecked, 10- 1, 32); Oct 22 02:09:25.569 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.569 INFO kablam! | Oct 22 02:09:25.569 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.569 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.569 INFO kablam! | Oct 22 02:09:25.569 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.569 INFO kablam! | Oct 22 02:09:25.569 INFO kablam! Oct 22 02:09:25.569 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.569 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.569 INFO kablam! | Oct 22 02:09:25.569 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.569 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.569 INFO kablam! ... Oct 22 02:09:25.569 INFO kablam! 3868 | rt_alloc_layout_unchecked!(rt_odd_10bytes_32align_alloc_layout_unchecked, 10- 1, 32); Oct 22 02:09:25.569 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.569 INFO kablam! | Oct 22 02:09:25.569 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.569 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.569 INFO kablam! | Oct 22 02:09:25.569 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.569 INFO kablam! | Oct 22 02:09:25.569 INFO kablam! Oct 22 02:09:25.572 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.572 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.572 INFO kablam! | Oct 22 02:09:25.572 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.572 INFO kablam! | ^^^^^ Oct 22 02:09:25.572 INFO kablam! ... Oct 22 02:09:25.572 INFO kablam! 3881 | rt_alloc_layout_unchecked!(rt_odd_100bytes_32align_alloc_layout_unchecked, 100- 1, 32); Oct 22 02:09:25.572 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.572 INFO kablam! | Oct 22 02:09:25.572 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.572 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.572 INFO kablam! | Oct 22 02:09:25.572 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.572 INFO kablam! | Oct 22 02:09:25.572 INFO kablam! Oct 22 02:09:25.572 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.572 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.572 INFO kablam! | Oct 22 02:09:25.572 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.572 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.572 INFO kablam! ... Oct 22 02:09:25.572 INFO kablam! 3881 | rt_alloc_layout_unchecked!(rt_odd_100bytes_32align_alloc_layout_unchecked, 100- 1, 32); Oct 22 02:09:25.572 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.572 INFO kablam! | Oct 22 02:09:25.572 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.572 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.572 INFO kablam! | Oct 22 02:09:25.572 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.572 INFO kablam! | Oct 22 02:09:25.572 INFO kablam! Oct 22 02:09:25.572 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.572 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.572 INFO kablam! | Oct 22 02:09:25.572 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.572 INFO kablam! | ^^^^^ Oct 22 02:09:25.572 INFO kablam! ... Oct 22 02:09:25.572 INFO kablam! 3894 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_32align_alloc_layout_unchecked, 1000- 1, 32); Oct 22 02:09:25.573 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.573 INFO kablam! | Oct 22 02:09:25.573 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.573 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.573 INFO kablam! | Oct 22 02:09:25.573 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.573 INFO kablam! | Oct 22 02:09:25.573 INFO kablam! Oct 22 02:09:25.573 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.573 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.573 INFO kablam! | Oct 22 02:09:25.573 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.573 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.573 INFO kablam! ... Oct 22 02:09:25.573 INFO kablam! 3894 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_32align_alloc_layout_unchecked, 1000- 1, 32); Oct 22 02:09:25.573 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.573 INFO kablam! | Oct 22 02:09:25.573 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.573 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.573 INFO kablam! | Oct 22 02:09:25.573 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.573 INFO kablam! | Oct 22 02:09:25.573 INFO kablam! Oct 22 02:09:25.574 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.574 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.574 INFO kablam! | Oct 22 02:09:25.574 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.574 INFO kablam! | ^^^^^ Oct 22 02:09:25.574 INFO kablam! ... Oct 22 02:09:25.574 INFO kablam! 3907 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_32align_alloc_layout_unchecked, 10000- 1, 32); Oct 22 02:09:25.574 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.574 INFO kablam! | Oct 22 02:09:25.574 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.574 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.574 INFO kablam! | Oct 22 02:09:25.574 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.574 INFO kablam! | Oct 22 02:09:25.574 INFO kablam! Oct 22 02:09:25.574 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.574 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.574 INFO kablam! | Oct 22 02:09:25.574 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.574 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.574 INFO kablam! ... Oct 22 02:09:25.574 INFO kablam! 3907 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_32align_alloc_layout_unchecked, 10000- 1, 32); Oct 22 02:09:25.574 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.574 INFO kablam! | Oct 22 02:09:25.574 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.574 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.574 INFO kablam! | Oct 22 02:09:25.574 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.574 INFO kablam! | Oct 22 02:09:25.574 INFO kablam! Oct 22 02:09:25.575 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.575 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.575 INFO kablam! | Oct 22 02:09:25.575 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.575 INFO kablam! | ^^^^^ Oct 22 02:09:25.575 INFO kablam! ... Oct 22 02:09:25.575 INFO kablam! 3920 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_32align_alloc_layout_unchecked, 100000- 1, 32); Oct 22 02:09:25.575 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.575 INFO kablam! | Oct 22 02:09:25.575 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.575 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.575 INFO kablam! | Oct 22 02:09:25.575 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.575 INFO kablam! | Oct 22 02:09:25.575 INFO kablam! Oct 22 02:09:25.580 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.580 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.580 INFO kablam! | Oct 22 02:09:25.580 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.580 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.580 INFO kablam! ... Oct 22 02:09:25.580 INFO kablam! 3920 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_32align_alloc_layout_unchecked, 100000- 1, 32); Oct 22 02:09:25.580 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.580 INFO kablam! | Oct 22 02:09:25.580 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.580 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.580 INFO kablam! | Oct 22 02:09:25.580 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.580 INFO kablam! | Oct 22 02:09:25.580 INFO kablam! Oct 22 02:09:25.584 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.584 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.584 INFO kablam! | Oct 22 02:09:25.584 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.584 INFO kablam! | ^^^^^ Oct 22 02:09:25.584 INFO kablam! ... Oct 22 02:09:25.584 INFO kablam! 3933 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_32align_alloc_layout_unchecked, 1000000- 1, 32); Oct 22 02:09:25.584 INFO kablam! | ----------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.584 INFO kablam! | Oct 22 02:09:25.584 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.584 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.584 INFO kablam! | Oct 22 02:09:25.584 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.584 INFO kablam! | Oct 22 02:09:25.584 INFO kablam! Oct 22 02:09:25.584 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.584 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.584 INFO kablam! | Oct 22 02:09:25.584 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.584 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.584 INFO kablam! ... Oct 22 02:09:25.584 INFO kablam! 3933 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_32align_alloc_layout_unchecked, 1000000- 1, 32); Oct 22 02:09:25.584 INFO kablam! | ----------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.584 INFO kablam! | Oct 22 02:09:25.584 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.584 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.584 INFO kablam! | Oct 22 02:09:25.584 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.584 INFO kablam! | Oct 22 02:09:25.584 INFO kablam! Oct 22 02:09:25.584 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.584 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.584 INFO kablam! | Oct 22 02:09:25.584 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.584 INFO kablam! | ^^^^^ Oct 22 02:09:25.584 INFO kablam! ... Oct 22 02:09:25.584 INFO kablam! 3947 | rt_alloc_layout_unchecked!(rt_primes_3bytes_32align_alloc_layout_unchecked, 3, 32); Oct 22 02:09:25.584 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.584 INFO kablam! | Oct 22 02:09:25.584 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.584 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.584 INFO kablam! | Oct 22 02:09:25.584 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.584 INFO kablam! | Oct 22 02:09:25.584 INFO kablam! Oct 22 02:09:25.584 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.584 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.584 INFO kablam! | Oct 22 02:09:25.584 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.585 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.585 INFO kablam! ... Oct 22 02:09:25.585 INFO kablam! 3947 | rt_alloc_layout_unchecked!(rt_primes_3bytes_32align_alloc_layout_unchecked, 3, 32); Oct 22 02:09:25.585 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.585 INFO kablam! | Oct 22 02:09:25.585 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.585 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.585 INFO kablam! | Oct 22 02:09:25.585 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.585 INFO kablam! | Oct 22 02:09:25.585 INFO kablam! Oct 22 02:09:25.585 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.585 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.585 INFO kablam! | Oct 22 02:09:25.585 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.585 INFO kablam! | ^^^^^ Oct 22 02:09:25.585 INFO kablam! ... Oct 22 02:09:25.585 INFO kablam! 3960 | rt_alloc_layout_unchecked!(rt_primes_7bytes_32align_alloc_layout_unchecked, 7, 32); Oct 22 02:09:25.585 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.585 INFO kablam! | Oct 22 02:09:25.585 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.585 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.585 INFO kablam! | Oct 22 02:09:25.585 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.585 INFO kablam! | Oct 22 02:09:25.585 INFO kablam! Oct 22 02:09:25.585 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.585 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.585 INFO kablam! | Oct 22 02:09:25.585 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.585 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.585 INFO kablam! ... Oct 22 02:09:25.585 INFO kablam! 3960 | rt_alloc_layout_unchecked!(rt_primes_7bytes_32align_alloc_layout_unchecked, 7, 32); Oct 22 02:09:25.585 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.585 INFO kablam! | Oct 22 02:09:25.585 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.585 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.585 INFO kablam! | Oct 22 02:09:25.585 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.585 INFO kablam! | Oct 22 02:09:25.585 INFO kablam! Oct 22 02:09:25.585 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.585 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.585 INFO kablam! | Oct 22 02:09:25.585 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.585 INFO kablam! | ^^^^^ Oct 22 02:09:25.585 INFO kablam! ... Oct 22 02:09:25.585 INFO kablam! 3973 | rt_alloc_layout_unchecked!(rt_primes_13bytes_32align_alloc_layout_unchecked, 13, 32); Oct 22 02:09:25.585 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.585 INFO kablam! | Oct 22 02:09:25.585 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.585 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.585 INFO kablam! | Oct 22 02:09:25.585 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.585 INFO kablam! | Oct 22 02:09:25.585 INFO kablam! Oct 22 02:09:25.585 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.585 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.585 INFO kablam! | Oct 22 02:09:25.585 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.585 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.585 INFO kablam! ... Oct 22 02:09:25.585 INFO kablam! 3973 | rt_alloc_layout_unchecked!(rt_primes_13bytes_32align_alloc_layout_unchecked, 13, 32); Oct 22 02:09:25.585 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.585 INFO kablam! | Oct 22 02:09:25.585 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.585 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.585 INFO kablam! | Oct 22 02:09:25.585 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.585 INFO kablam! | Oct 22 02:09:25.585 INFO kablam! Oct 22 02:09:25.592 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.592 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.592 INFO kablam! | Oct 22 02:09:25.592 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.592 INFO kablam! | ^^^^^ Oct 22 02:09:25.592 INFO kablam! ... Oct 22 02:09:25.592 INFO kablam! 3986 | rt_alloc_layout_unchecked!(rt_primes_17bytes_32align_alloc_layout_unchecked, 17, 32); Oct 22 02:09:25.592 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.592 INFO kablam! | Oct 22 02:09:25.592 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.592 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.592 INFO kablam! | Oct 22 02:09:25.592 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.592 INFO kablam! | Oct 22 02:09:25.592 INFO kablam! Oct 22 02:09:25.596 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.596 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.596 INFO kablam! | Oct 22 02:09:25.596 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.596 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.596 INFO kablam! ... Oct 22 02:09:25.596 INFO kablam! 3986 | rt_alloc_layout_unchecked!(rt_primes_17bytes_32align_alloc_layout_unchecked, 17, 32); Oct 22 02:09:25.596 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.596 INFO kablam! | Oct 22 02:09:25.596 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.596 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.596 INFO kablam! | Oct 22 02:09:25.596 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.596 INFO kablam! | Oct 22 02:09:25.596 INFO kablam! Oct 22 02:09:25.596 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.596 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.596 INFO kablam! | Oct 22 02:09:25.596 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.596 INFO kablam! | ^^^^^ Oct 22 02:09:25.596 INFO kablam! ... Oct 22 02:09:25.596 INFO kablam! 3999 | rt_alloc_layout_unchecked!(rt_primes_31bytes_32align_alloc_layout_unchecked, 31, 32); Oct 22 02:09:25.596 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.596 INFO kablam! | Oct 22 02:09:25.596 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.596 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.596 INFO kablam! | Oct 22 02:09:25.596 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.596 INFO kablam! | Oct 22 02:09:25.596 INFO kablam! Oct 22 02:09:25.596 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.596 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.596 INFO kablam! | Oct 22 02:09:25.596 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.596 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.596 INFO kablam! ... Oct 22 02:09:25.596 INFO kablam! 3999 | rt_alloc_layout_unchecked!(rt_primes_31bytes_32align_alloc_layout_unchecked, 31, 32); Oct 22 02:09:25.596 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.596 INFO kablam! | Oct 22 02:09:25.596 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.596 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.596 INFO kablam! | Oct 22 02:09:25.596 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.596 INFO kablam! | Oct 22 02:09:25.596 INFO kablam! Oct 22 02:09:25.596 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.596 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.597 INFO kablam! | Oct 22 02:09:25.597 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.597 INFO kablam! | ^^^^^ Oct 22 02:09:25.597 INFO kablam! ... Oct 22 02:09:25.597 INFO kablam! 4012 | rt_alloc_layout_unchecked!(rt_primes_61bytes_32align_alloc_layout_unchecked, 61, 32); Oct 22 02:09:25.597 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.597 INFO kablam! | Oct 22 02:09:25.597 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.597 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.597 INFO kablam! | Oct 22 02:09:25.597 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.597 INFO kablam! | Oct 22 02:09:25.597 INFO kablam! Oct 22 02:09:25.597 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.597 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.597 INFO kablam! | Oct 22 02:09:25.597 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.597 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.597 INFO kablam! ... Oct 22 02:09:25.597 INFO kablam! 4012 | rt_alloc_layout_unchecked!(rt_primes_61bytes_32align_alloc_layout_unchecked, 61, 32); Oct 22 02:09:25.597 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.597 INFO kablam! | Oct 22 02:09:25.597 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.597 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.597 INFO kablam! | Oct 22 02:09:25.597 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.597 INFO kablam! | Oct 22 02:09:25.597 INFO kablam! Oct 22 02:09:25.597 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.597 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.597 INFO kablam! | Oct 22 02:09:25.597 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.597 INFO kablam! | ^^^^^ Oct 22 02:09:25.597 INFO kablam! ... Oct 22 02:09:25.597 INFO kablam! 4025 | rt_alloc_layout_unchecked!(rt_primes_96bytes_32align_alloc_layout_unchecked, 96, 32); Oct 22 02:09:25.597 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.597 INFO kablam! | Oct 22 02:09:25.597 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.597 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.597 INFO kablam! | Oct 22 02:09:25.597 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.597 INFO kablam! | Oct 22 02:09:25.597 INFO kablam! Oct 22 02:09:25.597 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.597 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.597 INFO kablam! | Oct 22 02:09:25.597 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.597 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.597 INFO kablam! ... Oct 22 02:09:25.597 INFO kablam! 4025 | rt_alloc_layout_unchecked!(rt_primes_96bytes_32align_alloc_layout_unchecked, 96, 32); Oct 22 02:09:25.597 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.597 INFO kablam! | Oct 22 02:09:25.597 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.597 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.597 INFO kablam! | Oct 22 02:09:25.597 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.597 INFO kablam! | Oct 22 02:09:25.597 INFO kablam! Oct 22 02:09:25.604 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.604 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.604 INFO kablam! | Oct 22 02:09:25.604 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.604 INFO kablam! | ^^^^^ Oct 22 02:09:25.604 INFO kablam! ... Oct 22 02:09:25.604 INFO kablam! 4038 | rt_alloc_layout_unchecked!(rt_primes_127bytes_32align_alloc_layout_unchecked, 127, 32); Oct 22 02:09:25.604 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.604 INFO kablam! | Oct 22 02:09:25.604 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.604 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.604 INFO kablam! | Oct 22 02:09:25.604 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.604 INFO kablam! | Oct 22 02:09:25.604 INFO kablam! Oct 22 02:09:25.604 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.604 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.604 INFO kablam! | Oct 22 02:09:25.604 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.604 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.604 INFO kablam! ... Oct 22 02:09:25.604 INFO kablam! 4038 | rt_alloc_layout_unchecked!(rt_primes_127bytes_32align_alloc_layout_unchecked, 127, 32); Oct 22 02:09:25.604 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.604 INFO kablam! | Oct 22 02:09:25.604 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.604 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.604 INFO kablam! | Oct 22 02:09:25.604 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.604 INFO kablam! | Oct 22 02:09:25.604 INFO kablam! Oct 22 02:09:25.604 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.604 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.604 INFO kablam! | Oct 22 02:09:25.604 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.604 INFO kablam! | ^^^^^ Oct 22 02:09:25.604 INFO kablam! ... Oct 22 02:09:25.604 INFO kablam! 4051 | rt_alloc_layout_unchecked!(rt_primes_257bytes_32align_alloc_layout_unchecked, 257, 32); Oct 22 02:09:25.604 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.604 INFO kablam! | Oct 22 02:09:25.604 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.604 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.604 INFO kablam! | Oct 22 02:09:25.604 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.604 INFO kablam! | Oct 22 02:09:25.604 INFO kablam! Oct 22 02:09:25.605 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.605 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.605 INFO kablam! | Oct 22 02:09:25.605 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.605 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.605 INFO kablam! ... Oct 22 02:09:25.605 INFO kablam! 4051 | rt_alloc_layout_unchecked!(rt_primes_257bytes_32align_alloc_layout_unchecked, 257, 32); Oct 22 02:09:25.605 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.605 INFO kablam! | Oct 22 02:09:25.605 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.605 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.605 INFO kablam! | Oct 22 02:09:25.605 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.605 INFO kablam! | Oct 22 02:09:25.605 INFO kablam! Oct 22 02:09:25.605 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.605 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.605 INFO kablam! | Oct 22 02:09:25.605 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.605 INFO kablam! | ^^^^^ Oct 22 02:09:25.605 INFO kablam! ... Oct 22 02:09:25.605 INFO kablam! 4064 | rt_alloc_layout_unchecked!(rt_primes_509bytes_32align_alloc_layout_unchecked, 509, 32); Oct 22 02:09:25.605 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.605 INFO kablam! | Oct 22 02:09:25.605 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.605 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.605 INFO kablam! | Oct 22 02:09:25.605 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.605 INFO kablam! | Oct 22 02:09:25.605 INFO kablam! Oct 22 02:09:25.605 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.605 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.605 INFO kablam! | Oct 22 02:09:25.605 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.605 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.605 INFO kablam! ... Oct 22 02:09:25.605 INFO kablam! 4064 | rt_alloc_layout_unchecked!(rt_primes_509bytes_32align_alloc_layout_unchecked, 509, 32); Oct 22 02:09:25.605 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.605 INFO kablam! | Oct 22 02:09:25.605 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.605 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.605 INFO kablam! | Oct 22 02:09:25.605 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.605 INFO kablam! | Oct 22 02:09:25.605 INFO kablam! Oct 22 02:09:25.612 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.612 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.612 INFO kablam! | Oct 22 02:09:25.612 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.612 INFO kablam! | ^^^^^ Oct 22 02:09:25.612 INFO kablam! ... Oct 22 02:09:25.612 INFO kablam! 4077 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_32align_alloc_layout_unchecked, 1021, 32); Oct 22 02:09:25.612 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.612 INFO kablam! | Oct 22 02:09:25.612 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.612 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.612 INFO kablam! | Oct 22 02:09:25.612 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.612 INFO kablam! | Oct 22 02:09:25.612 INFO kablam! Oct 22 02:09:25.612 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.612 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.612 INFO kablam! | Oct 22 02:09:25.612 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.612 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.612 INFO kablam! ... Oct 22 02:09:25.612 INFO kablam! 4077 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_32align_alloc_layout_unchecked, 1021, 32); Oct 22 02:09:25.612 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.612 INFO kablam! | Oct 22 02:09:25.612 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.612 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.612 INFO kablam! | Oct 22 02:09:25.612 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.612 INFO kablam! | Oct 22 02:09:25.612 INFO kablam! Oct 22 02:09:25.612 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.612 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.612 INFO kablam! | Oct 22 02:09:25.612 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.612 INFO kablam! | ^^^^^ Oct 22 02:09:25.612 INFO kablam! ... Oct 22 02:09:25.612 INFO kablam! 4090 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_32align_alloc_layout_unchecked, 2039, 32); Oct 22 02:09:25.612 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.612 INFO kablam! | Oct 22 02:09:25.612 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.612 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.612 INFO kablam! | Oct 22 02:09:25.612 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.612 INFO kablam! | Oct 22 02:09:25.612 INFO kablam! Oct 22 02:09:25.613 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.613 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.613 INFO kablam! | Oct 22 02:09:25.613 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.613 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.613 INFO kablam! ... Oct 22 02:09:25.613 INFO kablam! 4090 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_32align_alloc_layout_unchecked, 2039, 32); Oct 22 02:09:25.613 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.613 INFO kablam! | Oct 22 02:09:25.613 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.613 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.613 INFO kablam! | Oct 22 02:09:25.613 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.613 INFO kablam! | Oct 22 02:09:25.613 INFO kablam! Oct 22 02:09:25.613 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.613 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.613 INFO kablam! | Oct 22 02:09:25.613 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.613 INFO kablam! | ^^^^^ Oct 22 02:09:25.613 INFO kablam! ... Oct 22 02:09:25.613 INFO kablam! 4103 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_32align_alloc_layout_unchecked, 4093, 32); Oct 22 02:09:25.613 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.613 INFO kablam! | Oct 22 02:09:25.613 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.613 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.613 INFO kablam! | Oct 22 02:09:25.613 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.613 INFO kablam! | Oct 22 02:09:25.613 INFO kablam! Oct 22 02:09:25.613 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.613 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.613 INFO kablam! | Oct 22 02:09:25.613 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.613 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.613 INFO kablam! ... Oct 22 02:09:25.613 INFO kablam! 4103 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_32align_alloc_layout_unchecked, 4093, 32); Oct 22 02:09:25.613 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.613 INFO kablam! | Oct 22 02:09:25.613 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.613 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.613 INFO kablam! | Oct 22 02:09:25.613 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.613 INFO kablam! | Oct 22 02:09:25.613 INFO kablam! Oct 22 02:09:25.613 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.613 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.613 INFO kablam! | Oct 22 02:09:25.613 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.613 INFO kablam! | ^^^^^ Oct 22 02:09:25.613 INFO kablam! ... Oct 22 02:09:25.613 INFO kablam! 4116 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_32align_alloc_layout_unchecked, 8191, 32); Oct 22 02:09:25.613 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.613 INFO kablam! | Oct 22 02:09:25.613 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.613 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.613 INFO kablam! | Oct 22 02:09:25.613 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.613 INFO kablam! | Oct 22 02:09:25.613 INFO kablam! Oct 22 02:09:25.620 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.620 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.620 INFO kablam! | Oct 22 02:09:25.620 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.620 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.620 INFO kablam! ... Oct 22 02:09:25.620 INFO kablam! 4116 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_32align_alloc_layout_unchecked, 8191, 32); Oct 22 02:09:25.620 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.620 INFO kablam! | Oct 22 02:09:25.620 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.620 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.620 INFO kablam! | Oct 22 02:09:25.620 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.620 INFO kablam! | Oct 22 02:09:25.620 INFO kablam! Oct 22 02:09:25.620 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.620 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.620 INFO kablam! | Oct 22 02:09:25.620 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.620 INFO kablam! | ^^^^^ Oct 22 02:09:25.620 INFO kablam! ... Oct 22 02:09:25.620 INFO kablam! 4129 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_32align_alloc_layout_unchecked, 16381, 32); Oct 22 02:09:25.620 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.620 INFO kablam! | Oct 22 02:09:25.620 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.620 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.620 INFO kablam! | Oct 22 02:09:25.620 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.620 INFO kablam! | Oct 22 02:09:25.620 INFO kablam! Oct 22 02:09:25.620 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.620 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.620 INFO kablam! | Oct 22 02:09:25.620 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.620 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.620 INFO kablam! ... Oct 22 02:09:25.620 INFO kablam! 4129 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_32align_alloc_layout_unchecked, 16381, 32); Oct 22 02:09:25.620 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.620 INFO kablam! | Oct 22 02:09:25.620 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.620 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.620 INFO kablam! | Oct 22 02:09:25.620 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.620 INFO kablam! | Oct 22 02:09:25.620 INFO kablam! Oct 22 02:09:25.620 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.620 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.621 INFO kablam! | Oct 22 02:09:25.621 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.621 INFO kablam! | ^^^^^ Oct 22 02:09:25.621 INFO kablam! ... Oct 22 02:09:25.621 INFO kablam! 4142 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_32align_alloc_layout_unchecked, 32749, 32); Oct 22 02:09:25.621 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.621 INFO kablam! | Oct 22 02:09:25.621 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.621 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.621 INFO kablam! | Oct 22 02:09:25.621 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.621 INFO kablam! | Oct 22 02:09:25.621 INFO kablam! Oct 22 02:09:25.621 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.621 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.621 INFO kablam! | Oct 22 02:09:25.621 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.621 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.621 INFO kablam! ... Oct 22 02:09:25.621 INFO kablam! 4142 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_32align_alloc_layout_unchecked, 32749, 32); Oct 22 02:09:25.621 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.621 INFO kablam! | Oct 22 02:09:25.621 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.621 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.621 INFO kablam! | Oct 22 02:09:25.621 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.621 INFO kablam! | Oct 22 02:09:25.621 INFO kablam! Oct 22 02:09:25.621 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.621 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.621 INFO kablam! | Oct 22 02:09:25.621 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.621 INFO kablam! | ^^^^^ Oct 22 02:09:25.621 INFO kablam! ... Oct 22 02:09:25.621 INFO kablam! 4155 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_32align_alloc_layout_unchecked, 65537, 32); Oct 22 02:09:25.621 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.621 INFO kablam! | Oct 22 02:09:25.621 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.621 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.621 INFO kablam! | Oct 22 02:09:25.621 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.621 INFO kablam! | Oct 22 02:09:25.621 INFO kablam! Oct 22 02:09:25.621 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.621 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.621 INFO kablam! | Oct 22 02:09:25.621 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.621 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.621 INFO kablam! ... Oct 22 02:09:25.621 INFO kablam! 4155 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_32align_alloc_layout_unchecked, 65537, 32); Oct 22 02:09:25.621 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.621 INFO kablam! | Oct 22 02:09:25.621 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.621 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.621 INFO kablam! | Oct 22 02:09:25.621 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.621 INFO kablam! | Oct 22 02:09:25.621 INFO kablam! Oct 22 02:09:25.627 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.627 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.627 INFO kablam! | Oct 22 02:09:25.627 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.627 INFO kablam! | ^^^^^ Oct 22 02:09:25.627 INFO kablam! ... Oct 22 02:09:25.627 INFO kablam! 4168 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_32align_alloc_layout_unchecked, 131071, 32); Oct 22 02:09:25.627 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.627 INFO kablam! | Oct 22 02:09:25.627 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.627 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.627 INFO kablam! | Oct 22 02:09:25.627 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.627 INFO kablam! | Oct 22 02:09:25.627 INFO kablam! Oct 22 02:09:25.627 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.627 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.627 INFO kablam! | Oct 22 02:09:25.627 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.627 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.627 INFO kablam! ... Oct 22 02:09:25.627 INFO kablam! 4168 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_32align_alloc_layout_unchecked, 131071, 32); Oct 22 02:09:25.627 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.627 INFO kablam! | Oct 22 02:09:25.627 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.627 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.627 INFO kablam! | Oct 22 02:09:25.627 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.627 INFO kablam! | Oct 22 02:09:25.627 INFO kablam! Oct 22 02:09:25.627 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.627 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 22 02:09:25.627 INFO kablam! | Oct 22 02:09:25.627 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:25.627 INFO kablam! | ^^^^^ Oct 22 02:09:25.627 INFO kablam! ... Oct 22 02:09:25.627 INFO kablam! 4181 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_32align_alloc_layout_unchecked, 4194301, 32); Oct 22 02:09:25.627 INFO kablam! | ----------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.627 INFO kablam! | Oct 22 02:09:25.627 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.627 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.627 INFO kablam! | Oct 22 02:09:25.627 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.627 INFO kablam! | Oct 22 02:09:25.627 INFO kablam! Oct 22 02:09:25.627 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.627 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 22 02:09:25.627 INFO kablam! | Oct 22 02:09:25.627 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.627 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.627 INFO kablam! ... Oct 22 02:09:25.627 INFO kablam! 4181 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_32align_alloc_layout_unchecked, 4194301, 32); Oct 22 02:09:25.627 INFO kablam! | ----------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.627 INFO kablam! | Oct 22 02:09:25.627 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.627 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.627 INFO kablam! | Oct 22 02:09:25.627 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.627 INFO kablam! | Oct 22 02:09:25.627 INFO kablam! Oct 22 02:09:25.632 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.632 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.632 INFO kablam! | Oct 22 02:09:25.632 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.632 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.632 INFO kablam! ... Oct 22 02:09:25.632 INFO kablam! 262 | rt_alloc_excess_unused!(rt_pow2_1bytes_1align_alloc_excess_unused, 1, 1); Oct 22 02:09:25.632 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.632 INFO kablam! Oct 22 02:09:25.632 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.632 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.632 INFO kablam! | Oct 22 02:09:25.632 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.632 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.632 INFO kablam! ... Oct 22 02:09:25.632 INFO kablam! 262 | rt_alloc_excess_unused!(rt_pow2_1bytes_1align_alloc_excess_unused, 1, 1); Oct 22 02:09:25.632 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.632 INFO kablam! | Oct 22 02:09:25.632 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.632 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.632 INFO kablam! | Oct 22 02:09:25.632 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.632 INFO kablam! | Oct 22 02:09:25.632 INFO kablam! Oct 22 02:09:25.632 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.632 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.632 INFO kablam! | Oct 22 02:09:25.632 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.632 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.632 INFO kablam! ... Oct 22 02:09:25.632 INFO kablam! 275 | rt_alloc_excess_unused!(rt_pow2_2bytes_1align_alloc_excess_unused, 2, 1); Oct 22 02:09:25.632 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.632 INFO kablam! Oct 22 02:09:25.632 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.632 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.632 INFO kablam! | Oct 22 02:09:25.632 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.632 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.632 INFO kablam! ... Oct 22 02:09:25.632 INFO kablam! 275 | rt_alloc_excess_unused!(rt_pow2_2bytes_1align_alloc_excess_unused, 2, 1); Oct 22 02:09:25.632 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.632 INFO kablam! | Oct 22 02:09:25.632 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.632 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.632 INFO kablam! | Oct 22 02:09:25.632 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.632 INFO kablam! | Oct 22 02:09:25.633 INFO kablam! Oct 22 02:09:25.633 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.633 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.633 INFO kablam! | Oct 22 02:09:25.633 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.633 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.633 INFO kablam! ... Oct 22 02:09:25.633 INFO kablam! 288 | rt_alloc_excess_unused!(rt_pow2_4bytes_1align_alloc_excess_unused, 4, 1); Oct 22 02:09:25.633 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.633 INFO kablam! Oct 22 02:09:25.633 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.633 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.633 INFO kablam! | Oct 22 02:09:25.633 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.633 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.633 INFO kablam! ... Oct 22 02:09:25.633 INFO kablam! 288 | rt_alloc_excess_unused!(rt_pow2_4bytes_1align_alloc_excess_unused, 4, 1); Oct 22 02:09:25.633 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.633 INFO kablam! | Oct 22 02:09:25.633 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.633 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.633 INFO kablam! | Oct 22 02:09:25.633 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.633 INFO kablam! | Oct 22 02:09:25.633 INFO kablam! Oct 22 02:09:25.640 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.640 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.640 INFO kablam! | Oct 22 02:09:25.640 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.640 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.640 INFO kablam! ... Oct 22 02:09:25.640 INFO kablam! 301 | rt_alloc_excess_unused!(rt_pow2_8bytes_1align_alloc_excess_unused, 8, 1); Oct 22 02:09:25.640 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.640 INFO kablam! Oct 22 02:09:25.640 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.640 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.640 INFO kablam! | Oct 22 02:09:25.640 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.640 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.640 INFO kablam! ... Oct 22 02:09:25.640 INFO kablam! 301 | rt_alloc_excess_unused!(rt_pow2_8bytes_1align_alloc_excess_unused, 8, 1); Oct 22 02:09:25.640 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.640 INFO kablam! | Oct 22 02:09:25.640 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.640 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.640 INFO kablam! | Oct 22 02:09:25.640 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.640 INFO kablam! | Oct 22 02:09:25.640 INFO kablam! Oct 22 02:09:25.640 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.640 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.640 INFO kablam! | Oct 22 02:09:25.640 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.640 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.640 INFO kablam! ... Oct 22 02:09:25.640 INFO kablam! 314 | rt_alloc_excess_unused!(rt_pow2_16bytes_1align_alloc_excess_unused, 16, 1); Oct 22 02:09:25.640 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.640 INFO kablam! Oct 22 02:09:25.640 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.640 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.640 INFO kablam! | Oct 22 02:09:25.640 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.640 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.640 INFO kablam! ... Oct 22 02:09:25.640 INFO kablam! 314 | rt_alloc_excess_unused!(rt_pow2_16bytes_1align_alloc_excess_unused, 16, 1); Oct 22 02:09:25.640 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.640 INFO kablam! | Oct 22 02:09:25.640 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.640 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.640 INFO kablam! | Oct 22 02:09:25.640 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.640 INFO kablam! | Oct 22 02:09:25.641 INFO kablam! Oct 22 02:09:25.641 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.641 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.641 INFO kablam! | Oct 22 02:09:25.641 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.641 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.641 INFO kablam! ... Oct 22 02:09:25.641 INFO kablam! 327 | rt_alloc_excess_unused!(rt_pow2_32bytes_1align_alloc_excess_unused, 32, 1); Oct 22 02:09:25.641 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.641 INFO kablam! Oct 22 02:09:25.641 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.641 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.641 INFO kablam! | Oct 22 02:09:25.641 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.641 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.641 INFO kablam! ... Oct 22 02:09:25.641 INFO kablam! 327 | rt_alloc_excess_unused!(rt_pow2_32bytes_1align_alloc_excess_unused, 32, 1); Oct 22 02:09:25.641 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.641 INFO kablam! | Oct 22 02:09:25.641 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.641 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.641 INFO kablam! | Oct 22 02:09:25.641 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.641 INFO kablam! | Oct 22 02:09:25.641 INFO kablam! Oct 22 02:09:25.641 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.641 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.641 INFO kablam! | Oct 22 02:09:25.641 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.641 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.641 INFO kablam! ... Oct 22 02:09:25.641 INFO kablam! 340 | rt_alloc_excess_unused!(rt_pow2_64bytes_1align_alloc_excess_unused, 64, 1); Oct 22 02:09:25.641 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.641 INFO kablam! Oct 22 02:09:25.641 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.641 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.641 INFO kablam! | Oct 22 02:09:25.641 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.641 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.641 INFO kablam! ... Oct 22 02:09:25.641 INFO kablam! 340 | rt_alloc_excess_unused!(rt_pow2_64bytes_1align_alloc_excess_unused, 64, 1); Oct 22 02:09:25.641 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.641 INFO kablam! | Oct 22 02:09:25.641 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.641 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.641 INFO kablam! | Oct 22 02:09:25.641 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.641 INFO kablam! | Oct 22 02:09:25.641 INFO kablam! Oct 22 02:09:25.648 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.648 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.648 INFO kablam! | Oct 22 02:09:25.648 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.648 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.648 INFO kablam! ... Oct 22 02:09:25.648 INFO kablam! 353 | rt_alloc_excess_unused!(rt_pow2_128bytes_1align_alloc_excess_unused, 128, 1); Oct 22 02:09:25.648 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.648 INFO kablam! Oct 22 02:09:25.648 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.648 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.648 INFO kablam! | Oct 22 02:09:25.648 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.648 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.648 INFO kablam! ... Oct 22 02:09:25.648 INFO kablam! 353 | rt_alloc_excess_unused!(rt_pow2_128bytes_1align_alloc_excess_unused, 128, 1); Oct 22 02:09:25.648 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.648 INFO kablam! | Oct 22 02:09:25.648 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.648 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.648 INFO kablam! | Oct 22 02:09:25.648 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.648 INFO kablam! | Oct 22 02:09:25.648 INFO kablam! Oct 22 02:09:25.648 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.648 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.648 INFO kablam! | Oct 22 02:09:25.648 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.648 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.648 INFO kablam! ... Oct 22 02:09:25.648 INFO kablam! 366 | rt_alloc_excess_unused!(rt_pow2_256bytes_1align_alloc_excess_unused, 256, 1); Oct 22 02:09:25.648 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.648 INFO kablam! Oct 22 02:09:25.648 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.648 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.648 INFO kablam! | Oct 22 02:09:25.648 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.648 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.648 INFO kablam! ... Oct 22 02:09:25.648 INFO kablam! 366 | rt_alloc_excess_unused!(rt_pow2_256bytes_1align_alloc_excess_unused, 256, 1); Oct 22 02:09:25.648 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.648 INFO kablam! | Oct 22 02:09:25.648 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.648 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.648 INFO kablam! | Oct 22 02:09:25.648 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.648 INFO kablam! | Oct 22 02:09:25.648 INFO kablam! Oct 22 02:09:25.660 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.660 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.660 INFO kablam! | Oct 22 02:09:25.660 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.660 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.660 INFO kablam! ... Oct 22 02:09:25.660 INFO kablam! 379 | rt_alloc_excess_unused!(rt_pow2_512bytes_1align_alloc_excess_unused, 512, 1); Oct 22 02:09:25.660 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.660 INFO kablam! Oct 22 02:09:25.660 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.660 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.660 INFO kablam! | Oct 22 02:09:25.660 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.660 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.660 INFO kablam! ... Oct 22 02:09:25.660 INFO kablam! 379 | rt_alloc_excess_unused!(rt_pow2_512bytes_1align_alloc_excess_unused, 512, 1); Oct 22 02:09:25.660 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.660 INFO kablam! | Oct 22 02:09:25.660 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.660 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.660 INFO kablam! | Oct 22 02:09:25.660 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.660 INFO kablam! | Oct 22 02:09:25.660 INFO kablam! Oct 22 02:09:25.660 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.660 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.660 INFO kablam! | Oct 22 02:09:25.660 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.660 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.660 INFO kablam! ... Oct 22 02:09:25.660 INFO kablam! 392 | rt_alloc_excess_unused!(rt_pow2_1024bytes_1align_alloc_excess_unused, 1024, 1); Oct 22 02:09:25.660 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.660 INFO kablam! Oct 22 02:09:25.660 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.660 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.660 INFO kablam! | Oct 22 02:09:25.660 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.660 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.660 INFO kablam! ... Oct 22 02:09:25.660 INFO kablam! 392 | rt_alloc_excess_unused!(rt_pow2_1024bytes_1align_alloc_excess_unused, 1024, 1); Oct 22 02:09:25.660 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.660 INFO kablam! | Oct 22 02:09:25.660 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.660 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.660 INFO kablam! | Oct 22 02:09:25.660 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.660 INFO kablam! | Oct 22 02:09:25.661 INFO kablam! Oct 22 02:09:25.661 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.661 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.661 INFO kablam! | Oct 22 02:09:25.661 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.661 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.661 INFO kablam! ... Oct 22 02:09:25.661 INFO kablam! 405 | rt_alloc_excess_unused!(rt_pow2_2048bytes_1align_alloc_excess_unused, 2048, 1); Oct 22 02:09:25.661 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.661 INFO kablam! Oct 22 02:09:25.661 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.661 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.661 INFO kablam! | Oct 22 02:09:25.661 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.661 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.661 INFO kablam! ... Oct 22 02:09:25.661 INFO kablam! 405 | rt_alloc_excess_unused!(rt_pow2_2048bytes_1align_alloc_excess_unused, 2048, 1); Oct 22 02:09:25.661 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.661 INFO kablam! | Oct 22 02:09:25.661 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.661 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.661 INFO kablam! | Oct 22 02:09:25.661 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.661 INFO kablam! | Oct 22 02:09:25.661 INFO kablam! Oct 22 02:09:25.661 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.661 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.661 INFO kablam! | Oct 22 02:09:25.661 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.661 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.661 INFO kablam! ... Oct 22 02:09:25.661 INFO kablam! 418 | rt_alloc_excess_unused!(rt_pow2_4096bytes_1align_alloc_excess_unused, 4096, 1); Oct 22 02:09:25.661 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.661 INFO kablam! Oct 22 02:09:25.661 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.661 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.661 INFO kablam! | Oct 22 02:09:25.661 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.661 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.661 INFO kablam! ... Oct 22 02:09:25.661 INFO kablam! 418 | rt_alloc_excess_unused!(rt_pow2_4096bytes_1align_alloc_excess_unused, 4096, 1); Oct 22 02:09:25.661 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.661 INFO kablam! | Oct 22 02:09:25.661 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.661 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.661 INFO kablam! | Oct 22 02:09:25.661 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.661 INFO kablam! | Oct 22 02:09:25.661 INFO kablam! Oct 22 02:09:25.661 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.661 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.661 INFO kablam! | Oct 22 02:09:25.661 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.661 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.661 INFO kablam! ... Oct 22 02:09:25.661 INFO kablam! 431 | rt_alloc_excess_unused!(rt_pow2_8192bytes_1align_alloc_excess_unused, 8192, 1); Oct 22 02:09:25.661 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.661 INFO kablam! Oct 22 02:09:25.661 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.661 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.661 INFO kablam! | Oct 22 02:09:25.661 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.661 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.661 INFO kablam! ... Oct 22 02:09:25.661 INFO kablam! 431 | rt_alloc_excess_unused!(rt_pow2_8192bytes_1align_alloc_excess_unused, 8192, 1); Oct 22 02:09:25.661 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.661 INFO kablam! | Oct 22 02:09:25.661 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.661 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.661 INFO kablam! | Oct 22 02:09:25.661 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.661 INFO kablam! | Oct 22 02:09:25.661 INFO kablam! Oct 22 02:09:25.661 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.661 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.661 INFO kablam! | Oct 22 02:09:25.661 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.661 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.661 INFO kablam! ... Oct 22 02:09:25.661 INFO kablam! 444 | rt_alloc_excess_unused!(rt_pow2_16384bytes_1align_alloc_excess_unused, 16384, 1); Oct 22 02:09:25.661 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.661 INFO kablam! Oct 22 02:09:25.661 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.661 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.661 INFO kablam! | Oct 22 02:09:25.661 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.662 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.662 INFO kablam! ... Oct 22 02:09:25.662 INFO kablam! 444 | rt_alloc_excess_unused!(rt_pow2_16384bytes_1align_alloc_excess_unused, 16384, 1); Oct 22 02:09:25.662 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.662 INFO kablam! | Oct 22 02:09:25.662 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.662 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.662 INFO kablam! | Oct 22 02:09:25.662 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.662 INFO kablam! | Oct 22 02:09:25.662 INFO kablam! Oct 22 02:09:25.662 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.662 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.662 INFO kablam! | Oct 22 02:09:25.662 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.662 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.662 INFO kablam! ... Oct 22 02:09:25.662 INFO kablam! 457 | rt_alloc_excess_unused!(rt_pow2_32768bytes_1align_alloc_excess_unused, 32768, 1); Oct 22 02:09:25.662 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.662 INFO kablam! Oct 22 02:09:25.662 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.662 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.662 INFO kablam! | Oct 22 02:09:25.662 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.662 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.662 INFO kablam! ... Oct 22 02:09:25.662 INFO kablam! 457 | rt_alloc_excess_unused!(rt_pow2_32768bytes_1align_alloc_excess_unused, 32768, 1); Oct 22 02:09:25.662 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.662 INFO kablam! | Oct 22 02:09:25.662 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.662 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.662 INFO kablam! | Oct 22 02:09:25.662 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.662 INFO kablam! | Oct 22 02:09:25.662 INFO kablam! Oct 22 02:09:25.668 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.668 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.668 INFO kablam! | Oct 22 02:09:25.668 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.668 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.668 INFO kablam! ... Oct 22 02:09:25.668 INFO kablam! 470 | rt_alloc_excess_unused!(rt_pow2_65536bytes_1align_alloc_excess_unused, 65536, 1); Oct 22 02:09:25.668 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.668 INFO kablam! Oct 22 02:09:25.668 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.668 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.668 INFO kablam! | Oct 22 02:09:25.668 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.668 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.668 INFO kablam! ... Oct 22 02:09:25.668 INFO kablam! 470 | rt_alloc_excess_unused!(rt_pow2_65536bytes_1align_alloc_excess_unused, 65536, 1); Oct 22 02:09:25.668 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.668 INFO kablam! | Oct 22 02:09:25.668 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.668 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.668 INFO kablam! | Oct 22 02:09:25.668 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.668 INFO kablam! | Oct 22 02:09:25.668 INFO kablam! Oct 22 02:09:25.668 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.668 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.668 INFO kablam! | Oct 22 02:09:25.668 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.668 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.668 INFO kablam! ... Oct 22 02:09:25.668 INFO kablam! 483 | rt_alloc_excess_unused!(rt_pow2_131072bytes_1align_alloc_excess_unused, 131072, 1); Oct 22 02:09:25.668 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.668 INFO kablam! Oct 22 02:09:25.668 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.668 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.668 INFO kablam! | Oct 22 02:09:25.668 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.668 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.668 INFO kablam! ... Oct 22 02:09:25.668 INFO kablam! 483 | rt_alloc_excess_unused!(rt_pow2_131072bytes_1align_alloc_excess_unused, 131072, 1); Oct 22 02:09:25.668 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.668 INFO kablam! | Oct 22 02:09:25.668 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.668 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.668 INFO kablam! | Oct 22 02:09:25.668 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.668 INFO kablam! | Oct 22 02:09:25.668 INFO kablam! Oct 22 02:09:25.668 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.668 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.669 INFO kablam! | Oct 22 02:09:25.669 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.669 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.669 INFO kablam! ... Oct 22 02:09:25.669 INFO kablam! 496 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_1align_alloc_excess_unused, 4194304, 1); Oct 22 02:09:25.669 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.669 INFO kablam! Oct 22 02:09:25.669 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.669 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.669 INFO kablam! | Oct 22 02:09:25.669 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.669 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.669 INFO kablam! ... Oct 22 02:09:25.669 INFO kablam! 496 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_1align_alloc_excess_unused, 4194304, 1); Oct 22 02:09:25.669 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.669 INFO kablam! | Oct 22 02:09:25.669 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.669 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.669 INFO kablam! | Oct 22 02:09:25.669 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.669 INFO kablam! | Oct 22 02:09:25.669 INFO kablam! Oct 22 02:09:25.669 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.669 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.669 INFO kablam! | Oct 22 02:09:25.669 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.669 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.669 INFO kablam! ... Oct 22 02:09:25.669 INFO kablam! 510 | rt_alloc_excess_unused!(rt_even_10bytes_1align_alloc_excess_unused, 10, 1); Oct 22 02:09:25.669 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.669 INFO kablam! Oct 22 02:09:25.669 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.669 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.669 INFO kablam! | Oct 22 02:09:25.669 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.669 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.669 INFO kablam! ... Oct 22 02:09:25.669 INFO kablam! 510 | rt_alloc_excess_unused!(rt_even_10bytes_1align_alloc_excess_unused, 10, 1); Oct 22 02:09:25.669 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.669 INFO kablam! | Oct 22 02:09:25.669 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.669 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.669 INFO kablam! | Oct 22 02:09:25.669 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.669 INFO kablam! | Oct 22 02:09:25.669 INFO kablam! Oct 22 02:09:25.669 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.669 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.669 INFO kablam! | Oct 22 02:09:25.669 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.669 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.669 INFO kablam! ... Oct 22 02:09:25.669 INFO kablam! 523 | rt_alloc_excess_unused!(rt_even_100bytes_1align_alloc_excess_unused, 100, 1); Oct 22 02:09:25.669 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.669 INFO kablam! Oct 22 02:09:25.676 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.676 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.676 INFO kablam! | Oct 22 02:09:25.676 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.676 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.676 INFO kablam! ... Oct 22 02:09:25.676 INFO kablam! 523 | rt_alloc_excess_unused!(rt_even_100bytes_1align_alloc_excess_unused, 100, 1); Oct 22 02:09:25.676 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.676 INFO kablam! | Oct 22 02:09:25.676 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.676 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.676 INFO kablam! | Oct 22 02:09:25.676 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.676 INFO kablam! | Oct 22 02:09:25.676 INFO kablam! Oct 22 02:09:25.676 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.676 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.676 INFO kablam! | Oct 22 02:09:25.676 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.676 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.676 INFO kablam! ... Oct 22 02:09:25.676 INFO kablam! 536 | rt_alloc_excess_unused!(rt_even_1000bytes_1align_alloc_excess_unused, 1000, 1); Oct 22 02:09:25.676 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.676 INFO kablam! Oct 22 02:09:25.676 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.676 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.676 INFO kablam! | Oct 22 02:09:25.676 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.676 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.676 INFO kablam! ... Oct 22 02:09:25.676 INFO kablam! 536 | rt_alloc_excess_unused!(rt_even_1000bytes_1align_alloc_excess_unused, 1000, 1); Oct 22 02:09:25.676 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.676 INFO kablam! | Oct 22 02:09:25.676 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.676 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.676 INFO kablam! | Oct 22 02:09:25.676 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.676 INFO kablam! | Oct 22 02:09:25.676 INFO kablam! Oct 22 02:09:25.676 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.676 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.676 INFO kablam! | Oct 22 02:09:25.676 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.676 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.676 INFO kablam! ... Oct 22 02:09:25.676 INFO kablam! 549 | rt_alloc_excess_unused!(rt_even_10000bytes_1align_alloc_excess_unused, 10000, 1); Oct 22 02:09:25.676 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.676 INFO kablam! Oct 22 02:09:25.680 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.680 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.680 INFO kablam! | Oct 22 02:09:25.680 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.680 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.680 INFO kablam! ... Oct 22 02:09:25.680 INFO kablam! 549 | rt_alloc_excess_unused!(rt_even_10000bytes_1align_alloc_excess_unused, 10000, 1); Oct 22 02:09:25.680 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.680 INFO kablam! | Oct 22 02:09:25.680 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.680 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.680 INFO kablam! | Oct 22 02:09:25.680 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.680 INFO kablam! | Oct 22 02:09:25.680 INFO kablam! Oct 22 02:09:25.680 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.680 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.680 INFO kablam! | Oct 22 02:09:25.680 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.680 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.680 INFO kablam! ... Oct 22 02:09:25.680 INFO kablam! 562 | rt_alloc_excess_unused!(rt_even_100000bytes_1align_alloc_excess_unused, 100000, 1); Oct 22 02:09:25.680 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.680 INFO kablam! Oct 22 02:09:25.680 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.680 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.680 INFO kablam! | Oct 22 02:09:25.680 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.680 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.680 INFO kablam! ... Oct 22 02:09:25.680 INFO kablam! 562 | rt_alloc_excess_unused!(rt_even_100000bytes_1align_alloc_excess_unused, 100000, 1); Oct 22 02:09:25.680 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.680 INFO kablam! | Oct 22 02:09:25.680 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.680 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.680 INFO kablam! | Oct 22 02:09:25.680 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.680 INFO kablam! | Oct 22 02:09:25.680 INFO kablam! Oct 22 02:09:25.680 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.680 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.680 INFO kablam! | Oct 22 02:09:25.680 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.680 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.680 INFO kablam! ... Oct 22 02:09:25.680 INFO kablam! 575 | rt_alloc_excess_unused!(rt_even_1000000bytes_1align_alloc_excess_unused, 1000000, 1); Oct 22 02:09:25.680 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.680 INFO kablam! Oct 22 02:09:25.681 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.681 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.681 INFO kablam! | Oct 22 02:09:25.681 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.681 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.681 INFO kablam! ... Oct 22 02:09:25.681 INFO kablam! 575 | rt_alloc_excess_unused!(rt_even_1000000bytes_1align_alloc_excess_unused, 1000000, 1); Oct 22 02:09:25.681 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.681 INFO kablam! | Oct 22 02:09:25.681 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.681 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.681 INFO kablam! | Oct 22 02:09:25.681 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.681 INFO kablam! | Oct 22 02:09:25.681 INFO kablam! Oct 22 02:09:25.681 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.681 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.681 INFO kablam! | Oct 22 02:09:25.681 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.681 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.681 INFO kablam! ... Oct 22 02:09:25.681 INFO kablam! 589 | rt_alloc_excess_unused!(rt_odd_10bytes_1align_alloc_excess_unused, 10- 1, 1); Oct 22 02:09:25.681 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.681 INFO kablam! Oct 22 02:09:25.681 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.681 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.681 INFO kablam! | Oct 22 02:09:25.681 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.681 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.681 INFO kablam! ... Oct 22 02:09:25.681 INFO kablam! 589 | rt_alloc_excess_unused!(rt_odd_10bytes_1align_alloc_excess_unused, 10- 1, 1); Oct 22 02:09:25.681 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.681 INFO kablam! | Oct 22 02:09:25.681 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.681 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.681 INFO kablam! | Oct 22 02:09:25.681 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.681 INFO kablam! | Oct 22 02:09:25.681 INFO kablam! Oct 22 02:09:25.688 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.688 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.688 INFO kablam! | Oct 22 02:09:25.688 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.688 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.688 INFO kablam! ... Oct 22 02:09:25.688 INFO kablam! 602 | rt_alloc_excess_unused!(rt_odd_100bytes_1align_alloc_excess_unused, 100- 1, 1); Oct 22 02:09:25.688 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.688 INFO kablam! Oct 22 02:09:25.688 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.688 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.688 INFO kablam! | Oct 22 02:09:25.688 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.688 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.688 INFO kablam! ... Oct 22 02:09:25.688 INFO kablam! 602 | rt_alloc_excess_unused!(rt_odd_100bytes_1align_alloc_excess_unused, 100- 1, 1); Oct 22 02:09:25.688 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.688 INFO kablam! | Oct 22 02:09:25.688 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.688 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.688 INFO kablam! | Oct 22 02:09:25.688 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.688 INFO kablam! | Oct 22 02:09:25.688 INFO kablam! Oct 22 02:09:25.688 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.688 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.688 INFO kablam! | Oct 22 02:09:25.688 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.688 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.688 INFO kablam! ... Oct 22 02:09:25.688 INFO kablam! 615 | rt_alloc_excess_unused!(rt_odd_1000bytes_1align_alloc_excess_unused, 1000- 1, 1); Oct 22 02:09:25.688 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.688 INFO kablam! Oct 22 02:09:25.688 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.688 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.688 INFO kablam! | Oct 22 02:09:25.688 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.688 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.688 INFO kablam! ... Oct 22 02:09:25.688 INFO kablam! 615 | rt_alloc_excess_unused!(rt_odd_1000bytes_1align_alloc_excess_unused, 1000- 1, 1); Oct 22 02:09:25.688 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.688 INFO kablam! | Oct 22 02:09:25.688 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.688 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.688 INFO kablam! | Oct 22 02:09:25.688 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.688 INFO kablam! | Oct 22 02:09:25.688 INFO kablam! Oct 22 02:09:25.692 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.692 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.692 INFO kablam! | Oct 22 02:09:25.692 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.692 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.692 INFO kablam! ... Oct 22 02:09:25.692 INFO kablam! 628 | rt_alloc_excess_unused!(rt_odd_10000bytes_1align_alloc_excess_unused, 10000- 1, 1); Oct 22 02:09:25.692 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.692 INFO kablam! Oct 22 02:09:25.692 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.692 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.692 INFO kablam! | Oct 22 02:09:25.692 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.692 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.692 INFO kablam! ... Oct 22 02:09:25.692 INFO kablam! 628 | rt_alloc_excess_unused!(rt_odd_10000bytes_1align_alloc_excess_unused, 10000- 1, 1); Oct 22 02:09:25.692 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.692 INFO kablam! | Oct 22 02:09:25.692 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.692 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.692 INFO kablam! | Oct 22 02:09:25.692 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.692 INFO kablam! | Oct 22 02:09:25.692 INFO kablam! Oct 22 02:09:25.692 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.692 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.692 INFO kablam! | Oct 22 02:09:25.692 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.692 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.692 INFO kablam! ... Oct 22 02:09:25.692 INFO kablam! 641 | rt_alloc_excess_unused!(rt_odd_100000bytes_1align_alloc_excess_unused, 100000- 1, 1); Oct 22 02:09:25.692 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.692 INFO kablam! Oct 22 02:09:25.692 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.692 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.692 INFO kablam! | Oct 22 02:09:25.692 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.692 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.692 INFO kablam! ... Oct 22 02:09:25.692 INFO kablam! 641 | rt_alloc_excess_unused!(rt_odd_100000bytes_1align_alloc_excess_unused, 100000- 1, 1); Oct 22 02:09:25.692 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.692 INFO kablam! | Oct 22 02:09:25.692 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.692 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.692 INFO kablam! | Oct 22 02:09:25.692 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.692 INFO kablam! | Oct 22 02:09:25.692 INFO kablam! Oct 22 02:09:25.696 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.696 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.696 INFO kablam! | Oct 22 02:09:25.696 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.696 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.696 INFO kablam! ... Oct 22 02:09:25.696 INFO kablam! 654 | rt_alloc_excess_unused!(rt_odd_1000000bytes_1align_alloc_excess_unused, 1000000- 1, 1); Oct 22 02:09:25.696 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.696 INFO kablam! Oct 22 02:09:25.696 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.696 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.696 INFO kablam! | Oct 22 02:09:25.696 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.696 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.696 INFO kablam! ... Oct 22 02:09:25.696 INFO kablam! 654 | rt_alloc_excess_unused!(rt_odd_1000000bytes_1align_alloc_excess_unused, 1000000- 1, 1); Oct 22 02:09:25.696 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.696 INFO kablam! | Oct 22 02:09:25.696 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.696 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.696 INFO kablam! | Oct 22 02:09:25.696 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.696 INFO kablam! | Oct 22 02:09:25.696 INFO kablam! Oct 22 02:09:25.696 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.696 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.696 INFO kablam! | Oct 22 02:09:25.696 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.696 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.696 INFO kablam! ... Oct 22 02:09:25.696 INFO kablam! 668 | rt_alloc_excess_unused!(rt_primes_3bytes_1align_alloc_excess_unused, 3, 1); Oct 22 02:09:25.696 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.696 INFO kablam! Oct 22 02:09:25.696 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.696 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.696 INFO kablam! | Oct 22 02:09:25.696 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.696 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.696 INFO kablam! ... Oct 22 02:09:25.696 INFO kablam! 668 | rt_alloc_excess_unused!(rt_primes_3bytes_1align_alloc_excess_unused, 3, 1); Oct 22 02:09:25.696 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.696 INFO kablam! | Oct 22 02:09:25.696 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.696 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.696 INFO kablam! | Oct 22 02:09:25.696 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.696 INFO kablam! | Oct 22 02:09:25.697 INFO kablam! Oct 22 02:09:25.708 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.708 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.708 INFO kablam! | Oct 22 02:09:25.708 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.708 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.708 INFO kablam! ... Oct 22 02:09:25.708 INFO kablam! 681 | rt_alloc_excess_unused!(rt_primes_7bytes_1align_alloc_excess_unused, 7, 1); Oct 22 02:09:25.708 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.708 INFO kablam! Oct 22 02:09:25.708 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.708 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.708 INFO kablam! | Oct 22 02:09:25.708 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.708 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.708 INFO kablam! ... Oct 22 02:09:25.708 INFO kablam! 681 | rt_alloc_excess_unused!(rt_primes_7bytes_1align_alloc_excess_unused, 7, 1); Oct 22 02:09:25.708 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.708 INFO kablam! | Oct 22 02:09:25.708 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.708 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.708 INFO kablam! | Oct 22 02:09:25.708 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.708 INFO kablam! | Oct 22 02:09:25.708 INFO kablam! Oct 22 02:09:25.708 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.708 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.708 INFO kablam! | Oct 22 02:09:25.708 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.708 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.708 INFO kablam! ... Oct 22 02:09:25.708 INFO kablam! 694 | rt_alloc_excess_unused!(rt_primes_13bytes_1align_alloc_excess_unused, 13, 1); Oct 22 02:09:25.708 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.708 INFO kablam! Oct 22 02:09:25.708 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.708 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.708 INFO kablam! | Oct 22 02:09:25.708 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.708 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.708 INFO kablam! ... Oct 22 02:09:25.708 INFO kablam! 694 | rt_alloc_excess_unused!(rt_primes_13bytes_1align_alloc_excess_unused, 13, 1); Oct 22 02:09:25.708 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.708 INFO kablam! | Oct 22 02:09:25.708 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.708 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.708 INFO kablam! | Oct 22 02:09:25.708 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.708 INFO kablam! | Oct 22 02:09:25.709 INFO kablam! Oct 22 02:09:25.709 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.709 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.709 INFO kablam! | Oct 22 02:09:25.709 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.709 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.709 INFO kablam! ... Oct 22 02:09:25.709 INFO kablam! 707 | rt_alloc_excess_unused!(rt_primes_17bytes_1align_alloc_excess_unused, 17, 1); Oct 22 02:09:25.709 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.709 INFO kablam! Oct 22 02:09:25.709 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.709 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.709 INFO kablam! | Oct 22 02:09:25.709 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.709 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.709 INFO kablam! ... Oct 22 02:09:25.709 INFO kablam! 707 | rt_alloc_excess_unused!(rt_primes_17bytes_1align_alloc_excess_unused, 17, 1); Oct 22 02:09:25.709 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.709 INFO kablam! | Oct 22 02:09:25.709 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.709 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.709 INFO kablam! | Oct 22 02:09:25.709 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.709 INFO kablam! | Oct 22 02:09:25.709 INFO kablam! Oct 22 02:09:25.709 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.709 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.709 INFO kablam! | Oct 22 02:09:25.709 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.709 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.709 INFO kablam! ... Oct 22 02:09:25.709 INFO kablam! 720 | rt_alloc_excess_unused!(rt_primes_31bytes_1align_alloc_excess_unused, 31, 1); Oct 22 02:09:25.709 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.709 INFO kablam! Oct 22 02:09:25.709 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.709 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.709 INFO kablam! | Oct 22 02:09:25.709 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.709 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.709 INFO kablam! ... Oct 22 02:09:25.709 INFO kablam! 720 | rt_alloc_excess_unused!(rt_primes_31bytes_1align_alloc_excess_unused, 31, 1); Oct 22 02:09:25.709 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.709 INFO kablam! | Oct 22 02:09:25.709 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.709 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.709 INFO kablam! | Oct 22 02:09:25.709 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.709 INFO kablam! | Oct 22 02:09:25.709 INFO kablam! Oct 22 02:09:25.709 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.709 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.709 INFO kablam! | Oct 22 02:09:25.709 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.709 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.709 INFO kablam! ... Oct 22 02:09:25.709 INFO kablam! 733 | rt_alloc_excess_unused!(rt_primes_61bytes_1align_alloc_excess_unused, 61, 1); Oct 22 02:09:25.709 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.709 INFO kablam! Oct 22 02:09:25.709 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.709 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.709 INFO kablam! | Oct 22 02:09:25.709 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.709 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.709 INFO kablam! ... Oct 22 02:09:25.709 INFO kablam! 733 | rt_alloc_excess_unused!(rt_primes_61bytes_1align_alloc_excess_unused, 61, 1); Oct 22 02:09:25.709 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.709 INFO kablam! | Oct 22 02:09:25.709 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.709 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.709 INFO kablam! | Oct 22 02:09:25.709 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.709 INFO kablam! | Oct 22 02:09:25.709 INFO kablam! Oct 22 02:09:25.709 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.709 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.709 INFO kablam! | Oct 22 02:09:25.709 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.709 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.709 INFO kablam! ... Oct 22 02:09:25.709 INFO kablam! 746 | rt_alloc_excess_unused!(rt_primes_96bytes_1align_alloc_excess_unused, 96, 1); Oct 22 02:09:25.709 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.709 INFO kablam! Oct 22 02:09:25.709 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.709 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.709 INFO kablam! | Oct 22 02:09:25.709 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.709 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.710 INFO kablam! ... Oct 22 02:09:25.710 INFO kablam! 746 | rt_alloc_excess_unused!(rt_primes_96bytes_1align_alloc_excess_unused, 96, 1); Oct 22 02:09:25.710 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.710 INFO kablam! | Oct 22 02:09:25.710 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.710 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.710 INFO kablam! | Oct 22 02:09:25.710 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.710 INFO kablam! | Oct 22 02:09:25.710 INFO kablam! Oct 22 02:09:25.710 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.710 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.710 INFO kablam! | Oct 22 02:09:25.710 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.710 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.710 INFO kablam! ... Oct 22 02:09:25.710 INFO kablam! 759 | rt_alloc_excess_unused!(rt_primes_127bytes_1align_alloc_excess_unused, 127, 1); Oct 22 02:09:25.710 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.710 INFO kablam! Oct 22 02:09:25.710 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.710 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.710 INFO kablam! | Oct 22 02:09:25.710 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.710 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.710 INFO kablam! ... Oct 22 02:09:25.710 INFO kablam! 759 | rt_alloc_excess_unused!(rt_primes_127bytes_1align_alloc_excess_unused, 127, 1); Oct 22 02:09:25.710 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.710 INFO kablam! | Oct 22 02:09:25.710 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.710 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.710 INFO kablam! | Oct 22 02:09:25.710 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.710 INFO kablam! | Oct 22 02:09:25.710 INFO kablam! Oct 22 02:09:25.710 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.710 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.710 INFO kablam! | Oct 22 02:09:25.710 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.710 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.710 INFO kablam! ... Oct 22 02:09:25.710 INFO kablam! 772 | rt_alloc_excess_unused!(rt_primes_257bytes_1align_alloc_excess_unused, 257, 1); Oct 22 02:09:25.710 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.710 INFO kablam! Oct 22 02:09:25.710 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.710 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.710 INFO kablam! | Oct 22 02:09:25.710 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.710 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.710 INFO kablam! ... Oct 22 02:09:25.710 INFO kablam! 772 | rt_alloc_excess_unused!(rt_primes_257bytes_1align_alloc_excess_unused, 257, 1); Oct 22 02:09:25.710 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.710 INFO kablam! | Oct 22 02:09:25.710 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.710 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.710 INFO kablam! | Oct 22 02:09:25.710 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.710 INFO kablam! | Oct 22 02:09:25.710 INFO kablam! Oct 22 02:09:25.710 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.710 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.710 INFO kablam! | Oct 22 02:09:25.710 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.710 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.710 INFO kablam! ... Oct 22 02:09:25.710 INFO kablam! 785 | rt_alloc_excess_unused!(rt_primes_509bytes_1align_alloc_excess_unused, 509, 1); Oct 22 02:09:25.710 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.710 INFO kablam! Oct 22 02:09:25.711 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.711 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.711 INFO kablam! | Oct 22 02:09:25.711 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.711 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.711 INFO kablam! ... Oct 22 02:09:25.711 INFO kablam! 785 | rt_alloc_excess_unused!(rt_primes_509bytes_1align_alloc_excess_unused, 509, 1); Oct 22 02:09:25.711 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.711 INFO kablam! | Oct 22 02:09:25.711 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.711 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.711 INFO kablam! | Oct 22 02:09:25.711 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.711 INFO kablam! | Oct 22 02:09:25.711 INFO kablam! Oct 22 02:09:25.712 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.712 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.712 INFO kablam! | Oct 22 02:09:25.712 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.712 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.712 INFO kablam! ... Oct 22 02:09:25.712 INFO kablam! 798 | rt_alloc_excess_unused!(rt_primes_1021bytes_1align_alloc_excess_unused, 1021, 1); Oct 22 02:09:25.712 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.712 INFO kablam! Oct 22 02:09:25.718 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.718 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.718 INFO kablam! | Oct 22 02:09:25.718 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.718 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.718 INFO kablam! ... Oct 22 02:09:25.718 INFO kablam! 798 | rt_alloc_excess_unused!(rt_primes_1021bytes_1align_alloc_excess_unused, 1021, 1); Oct 22 02:09:25.718 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.718 INFO kablam! | Oct 22 02:09:25.718 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.718 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.718 INFO kablam! | Oct 22 02:09:25.718 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.718 INFO kablam! | Oct 22 02:09:25.718 INFO kablam! Oct 22 02:09:25.718 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.718 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.718 INFO kablam! | Oct 22 02:09:25.718 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.718 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.718 INFO kablam! ... Oct 22 02:09:25.718 INFO kablam! 811 | rt_alloc_excess_unused!(rt_primes_2039bytes_1align_alloc_excess_unused, 2039, 1); Oct 22 02:09:25.718 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.718 INFO kablam! Oct 22 02:09:25.718 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.718 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.718 INFO kablam! | Oct 22 02:09:25.719 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.719 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.719 INFO kablam! ... Oct 22 02:09:25.719 INFO kablam! 811 | rt_alloc_excess_unused!(rt_primes_2039bytes_1align_alloc_excess_unused, 2039, 1); Oct 22 02:09:25.719 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.719 INFO kablam! | Oct 22 02:09:25.719 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.719 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.719 INFO kablam! | Oct 22 02:09:25.719 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.719 INFO kablam! | Oct 22 02:09:25.719 INFO kablam! Oct 22 02:09:25.725 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.725 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.725 INFO kablam! | Oct 22 02:09:25.725 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.725 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.725 INFO kablam! ... Oct 22 02:09:25.725 INFO kablam! 824 | rt_alloc_excess_unused!(rt_primes_4093bytes_1align_alloc_excess_unused, 4093, 1); Oct 22 02:09:25.725 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.725 INFO kablam! Oct 22 02:09:25.725 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.725 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.725 INFO kablam! | Oct 22 02:09:25.725 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.725 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.725 INFO kablam! ... Oct 22 02:09:25.725 INFO kablam! 824 | rt_alloc_excess_unused!(rt_primes_4093bytes_1align_alloc_excess_unused, 4093, 1); Oct 22 02:09:25.725 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.725 INFO kablam! | Oct 22 02:09:25.725 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.725 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.725 INFO kablam! | Oct 22 02:09:25.725 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.725 INFO kablam! | Oct 22 02:09:25.725 INFO kablam! Oct 22 02:09:25.725 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.725 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.725 INFO kablam! | Oct 22 02:09:25.725 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.725 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.725 INFO kablam! ... Oct 22 02:09:25.725 INFO kablam! 837 | rt_alloc_excess_unused!(rt_primes_8191bytes_1align_alloc_excess_unused, 8191, 1); Oct 22 02:09:25.725 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.725 INFO kablam! Oct 22 02:09:25.725 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.725 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.725 INFO kablam! | Oct 22 02:09:25.725 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.725 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.725 INFO kablam! ... Oct 22 02:09:25.725 INFO kablam! 837 | rt_alloc_excess_unused!(rt_primes_8191bytes_1align_alloc_excess_unused, 8191, 1); Oct 22 02:09:25.725 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.725 INFO kablam! | Oct 22 02:09:25.725 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.725 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.725 INFO kablam! | Oct 22 02:09:25.725 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.725 INFO kablam! | Oct 22 02:09:25.725 INFO kablam! Oct 22 02:09:25.725 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.725 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.725 INFO kablam! | Oct 22 02:09:25.725 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.725 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.725 INFO kablam! ... Oct 22 02:09:25.725 INFO kablam! 850 | rt_alloc_excess_unused!(rt_primes_16381bytes_1align_alloc_excess_unused, 16381, 1); Oct 22 02:09:25.725 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.725 INFO kablam! Oct 22 02:09:25.725 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.725 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.725 INFO kablam! | Oct 22 02:09:25.725 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.725 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.725 INFO kablam! ... Oct 22 02:09:25.725 INFO kablam! 850 | rt_alloc_excess_unused!(rt_primes_16381bytes_1align_alloc_excess_unused, 16381, 1); Oct 22 02:09:25.725 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.725 INFO kablam! | Oct 22 02:09:25.725 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.725 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.725 INFO kablam! | Oct 22 02:09:25.725 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.726 INFO kablam! | Oct 22 02:09:25.726 INFO kablam! Oct 22 02:09:25.726 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.726 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.726 INFO kablam! | Oct 22 02:09:25.726 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.726 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.726 INFO kablam! ... Oct 22 02:09:25.726 INFO kablam! 863 | rt_alloc_excess_unused!(rt_primes_32749bytes_1align_alloc_excess_unused, 32749, 1); Oct 22 02:09:25.726 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.726 INFO kablam! Oct 22 02:09:25.726 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.726 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.726 INFO kablam! | Oct 22 02:09:25.726 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.726 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.726 INFO kablam! ... Oct 22 02:09:25.726 INFO kablam! 863 | rt_alloc_excess_unused!(rt_primes_32749bytes_1align_alloc_excess_unused, 32749, 1); Oct 22 02:09:25.726 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.726 INFO kablam! | Oct 22 02:09:25.726 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.726 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.726 INFO kablam! | Oct 22 02:09:25.726 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.726 INFO kablam! | Oct 22 02:09:25.726 INFO kablam! Oct 22 02:09:25.726 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.726 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.726 INFO kablam! | Oct 22 02:09:25.726 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.726 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.726 INFO kablam! ... Oct 22 02:09:25.726 INFO kablam! 876 | rt_alloc_excess_unused!(rt_primes_65537bytes_1align_alloc_excess_unused, 65537, 1); Oct 22 02:09:25.726 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.726 INFO kablam! Oct 22 02:09:25.726 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.726 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.726 INFO kablam! | Oct 22 02:09:25.726 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.726 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.726 INFO kablam! ... Oct 22 02:09:25.726 INFO kablam! 876 | rt_alloc_excess_unused!(rt_primes_65537bytes_1align_alloc_excess_unused, 65537, 1); Oct 22 02:09:25.726 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.726 INFO kablam! | Oct 22 02:09:25.726 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.726 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.726 INFO kablam! | Oct 22 02:09:25.726 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.726 INFO kablam! | Oct 22 02:09:25.726 INFO kablam! Oct 22 02:09:25.726 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.726 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.726 INFO kablam! | Oct 22 02:09:25.726 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.726 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.726 INFO kablam! ... Oct 22 02:09:25.726 INFO kablam! 889 | rt_alloc_excess_unused!(rt_primes_131071bytes_1align_alloc_excess_unused, 131071, 1); Oct 22 02:09:25.726 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.726 INFO kablam! Oct 22 02:09:25.727 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.728 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.728 INFO kablam! | Oct 22 02:09:25.728 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.728 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.728 INFO kablam! ... Oct 22 02:09:25.728 INFO kablam! 889 | rt_alloc_excess_unused!(rt_primes_131071bytes_1align_alloc_excess_unused, 131071, 1); Oct 22 02:09:25.728 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.728 INFO kablam! | Oct 22 02:09:25.728 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.728 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.728 INFO kablam! | Oct 22 02:09:25.728 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.728 INFO kablam! | Oct 22 02:09:25.729 INFO kablam! Oct 22 02:09:25.729 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.729 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.729 INFO kablam! | Oct 22 02:09:25.729 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.729 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.729 INFO kablam! ... Oct 22 02:09:25.729 INFO kablam! 902 | rt_alloc_excess_unused!(rt_primes_4194301bytes_1align_alloc_excess_unused, 4194301, 1); Oct 22 02:09:25.729 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.729 INFO kablam! Oct 22 02:09:25.729 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.729 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.729 INFO kablam! | Oct 22 02:09:25.729 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.729 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.729 INFO kablam! ... Oct 22 02:09:25.729 INFO kablam! 902 | rt_alloc_excess_unused!(rt_primes_4194301bytes_1align_alloc_excess_unused, 4194301, 1); Oct 22 02:09:25.729 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.729 INFO kablam! | Oct 22 02:09:25.729 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.729 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.729 INFO kablam! | Oct 22 02:09:25.729 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.729 INFO kablam! | Oct 22 02:09:25.729 INFO kablam! Oct 22 02:09:25.732 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.732 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.732 INFO kablam! | Oct 22 02:09:25.732 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.732 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.732 INFO kablam! ... Oct 22 02:09:25.732 INFO kablam! 918 | rt_alloc_excess_unused!(rt_pow2_1bytes_2align_alloc_excess_unused, 1, 2); Oct 22 02:09:25.732 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.732 INFO kablam! Oct 22 02:09:25.732 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.732 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.732 INFO kablam! | Oct 22 02:09:25.732 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.732 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.732 INFO kablam! ... Oct 22 02:09:25.732 INFO kablam! 918 | rt_alloc_excess_unused!(rt_pow2_1bytes_2align_alloc_excess_unused, 1, 2); Oct 22 02:09:25.732 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.732 INFO kablam! | Oct 22 02:09:25.732 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.732 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.732 INFO kablam! | Oct 22 02:09:25.732 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.732 INFO kablam! | Oct 22 02:09:25.732 INFO kablam! Oct 22 02:09:25.732 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.732 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.732 INFO kablam! | Oct 22 02:09:25.732 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.732 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.732 INFO kablam! ... Oct 22 02:09:25.732 INFO kablam! 931 | rt_alloc_excess_unused!(rt_pow2_2bytes_2align_alloc_excess_unused, 2, 2); Oct 22 02:09:25.732 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.732 INFO kablam! Oct 22 02:09:25.732 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.732 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.732 INFO kablam! | Oct 22 02:09:25.732 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.732 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.732 INFO kablam! ... Oct 22 02:09:25.732 INFO kablam! 931 | rt_alloc_excess_unused!(rt_pow2_2bytes_2align_alloc_excess_unused, 2, 2); Oct 22 02:09:25.732 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.732 INFO kablam! | Oct 22 02:09:25.732 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.732 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.732 INFO kablam! | Oct 22 02:09:25.732 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.732 INFO kablam! | Oct 22 02:09:25.732 INFO kablam! Oct 22 02:09:25.736 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.737 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.737 INFO kablam! | Oct 22 02:09:25.737 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.737 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.737 INFO kablam! ... Oct 22 02:09:25.737 INFO kablam! 944 | rt_alloc_excess_unused!(rt_pow2_4bytes_2align_alloc_excess_unused, 4, 2); Oct 22 02:09:25.737 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.737 INFO kablam! Oct 22 02:09:25.737 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.737 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.737 INFO kablam! | Oct 22 02:09:25.737 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.737 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.737 INFO kablam! ... Oct 22 02:09:25.737 INFO kablam! 944 | rt_alloc_excess_unused!(rt_pow2_4bytes_2align_alloc_excess_unused, 4, 2); Oct 22 02:09:25.737 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.737 INFO kablam! | Oct 22 02:09:25.737 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.737 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.737 INFO kablam! | Oct 22 02:09:25.737 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.737 INFO kablam! | Oct 22 02:09:25.737 INFO kablam! Oct 22 02:09:25.737 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.737 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.737 INFO kablam! | Oct 22 02:09:25.737 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.737 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.737 INFO kablam! ... Oct 22 02:09:25.737 INFO kablam! 957 | rt_alloc_excess_unused!(rt_pow2_8bytes_2align_alloc_excess_unused, 8, 2); Oct 22 02:09:25.737 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.737 INFO kablam! Oct 22 02:09:25.737 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.737 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.737 INFO kablam! | Oct 22 02:09:25.737 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.737 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.737 INFO kablam! ... Oct 22 02:09:25.738 INFO kablam! 957 | rt_alloc_excess_unused!(rt_pow2_8bytes_2align_alloc_excess_unused, 8, 2); Oct 22 02:09:25.738 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.738 INFO kablam! | Oct 22 02:09:25.738 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.738 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.738 INFO kablam! | Oct 22 02:09:25.738 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.738 INFO kablam! | Oct 22 02:09:25.738 INFO kablam! Oct 22 02:09:25.738 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.738 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.738 INFO kablam! | Oct 22 02:09:25.738 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.738 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.738 INFO kablam! ... Oct 22 02:09:25.738 INFO kablam! 970 | rt_alloc_excess_unused!(rt_pow2_16bytes_2align_alloc_excess_unused, 16, 2); Oct 22 02:09:25.738 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.738 INFO kablam! Oct 22 02:09:25.738 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.738 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.738 INFO kablam! | Oct 22 02:09:25.738 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.738 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.738 INFO kablam! ... Oct 22 02:09:25.738 INFO kablam! 970 | rt_alloc_excess_unused!(rt_pow2_16bytes_2align_alloc_excess_unused, 16, 2); Oct 22 02:09:25.738 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.738 INFO kablam! | Oct 22 02:09:25.738 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.738 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.738 INFO kablam! | Oct 22 02:09:25.738 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.738 INFO kablam! | Oct 22 02:09:25.738 INFO kablam! Oct 22 02:09:25.744 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.744 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.744 INFO kablam! | Oct 22 02:09:25.744 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.745 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.745 INFO kablam! ... Oct 22 02:09:25.745 INFO kablam! 983 | rt_alloc_excess_unused!(rt_pow2_32bytes_2align_alloc_excess_unused, 32, 2); Oct 22 02:09:25.745 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.745 INFO kablam! Oct 22 02:09:25.745 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.745 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.745 INFO kablam! | Oct 22 02:09:25.745 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.745 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.745 INFO kablam! ... Oct 22 02:09:25.745 INFO kablam! 983 | rt_alloc_excess_unused!(rt_pow2_32bytes_2align_alloc_excess_unused, 32, 2); Oct 22 02:09:25.745 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.745 INFO kablam! | Oct 22 02:09:25.745 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.745 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.745 INFO kablam! | Oct 22 02:09:25.745 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.745 INFO kablam! | Oct 22 02:09:25.745 INFO kablam! Oct 22 02:09:25.745 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.745 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.745 INFO kablam! | Oct 22 02:09:25.745 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.745 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.745 INFO kablam! ... Oct 22 02:09:25.745 INFO kablam! 996 | rt_alloc_excess_unused!(rt_pow2_64bytes_2align_alloc_excess_unused, 64, 2); Oct 22 02:09:25.745 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.745 INFO kablam! Oct 22 02:09:25.745 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.745 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.745 INFO kablam! | Oct 22 02:09:25.745 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.745 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.745 INFO kablam! ... Oct 22 02:09:25.745 INFO kablam! 996 | rt_alloc_excess_unused!(rt_pow2_64bytes_2align_alloc_excess_unused, 64, 2); Oct 22 02:09:25.745 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.745 INFO kablam! | Oct 22 02:09:25.745 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.745 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.745 INFO kablam! | Oct 22 02:09:25.745 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.745 INFO kablam! | Oct 22 02:09:25.745 INFO kablam! Oct 22 02:09:25.745 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.745 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.745 INFO kablam! | Oct 22 02:09:25.745 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.745 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.745 INFO kablam! ... Oct 22 02:09:25.745 INFO kablam! 1009 | rt_alloc_excess_unused!(rt_pow2_128bytes_2align_alloc_excess_unused, 128, 2); Oct 22 02:09:25.745 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.745 INFO kablam! Oct 22 02:09:25.745 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.745 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.745 INFO kablam! | Oct 22 02:09:25.745 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.745 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.745 INFO kablam! ... Oct 22 02:09:25.745 INFO kablam! 1009 | rt_alloc_excess_unused!(rt_pow2_128bytes_2align_alloc_excess_unused, 128, 2); Oct 22 02:09:25.745 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.745 INFO kablam! | Oct 22 02:09:25.745 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.745 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.745 INFO kablam! | Oct 22 02:09:25.745 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.745 INFO kablam! | Oct 22 02:09:25.745 INFO kablam! Oct 22 02:09:25.745 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.745 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.745 INFO kablam! | Oct 22 02:09:25.745 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.745 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.745 INFO kablam! ... Oct 22 02:09:25.745 INFO kablam! 1022 | rt_alloc_excess_unused!(rt_pow2_256bytes_2align_alloc_excess_unused, 256, 2); Oct 22 02:09:25.745 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.745 INFO kablam! Oct 22 02:09:25.745 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.745 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.745 INFO kablam! | Oct 22 02:09:25.745 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.745 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.746 INFO kablam! ... Oct 22 02:09:25.746 INFO kablam! 1022 | rt_alloc_excess_unused!(rt_pow2_256bytes_2align_alloc_excess_unused, 256, 2); Oct 22 02:09:25.746 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.746 INFO kablam! | Oct 22 02:09:25.746 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.746 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.746 INFO kablam! | Oct 22 02:09:25.746 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.746 INFO kablam! | Oct 22 02:09:25.746 INFO kablam! Oct 22 02:09:25.746 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.746 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.746 INFO kablam! | Oct 22 02:09:25.746 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.746 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.746 INFO kablam! ... Oct 22 02:09:25.746 INFO kablam! 1035 | rt_alloc_excess_unused!(rt_pow2_512bytes_2align_alloc_excess_unused, 512, 2); Oct 22 02:09:25.746 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.746 INFO kablam! Oct 22 02:09:25.746 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.746 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.746 INFO kablam! | Oct 22 02:09:25.746 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.746 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.746 INFO kablam! ... Oct 22 02:09:25.746 INFO kablam! 1035 | rt_alloc_excess_unused!(rt_pow2_512bytes_2align_alloc_excess_unused, 512, 2); Oct 22 02:09:25.746 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.746 INFO kablam! | Oct 22 02:09:25.746 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.746 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.746 INFO kablam! | Oct 22 02:09:25.746 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.746 INFO kablam! | Oct 22 02:09:25.746 INFO kablam! Oct 22 02:09:25.747 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.747 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.747 INFO kablam! | Oct 22 02:09:25.747 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.747 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.747 INFO kablam! ... Oct 22 02:09:25.747 INFO kablam! 1048 | rt_alloc_excess_unused!(rt_pow2_1024bytes_2align_alloc_excess_unused, 1024, 2); Oct 22 02:09:25.747 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.747 INFO kablam! Oct 22 02:09:25.748 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.748 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.748 INFO kablam! | Oct 22 02:09:25.748 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.748 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.748 INFO kablam! ... Oct 22 02:09:25.748 INFO kablam! 1048 | rt_alloc_excess_unused!(rt_pow2_1024bytes_2align_alloc_excess_unused, 1024, 2); Oct 22 02:09:25.748 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.748 INFO kablam! | Oct 22 02:09:25.748 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.748 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.748 INFO kablam! | Oct 22 02:09:25.748 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.748 INFO kablam! | Oct 22 02:09:25.748 INFO kablam! Oct 22 02:09:25.749 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.749 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.749 INFO kablam! | Oct 22 02:09:25.749 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.749 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.749 INFO kablam! ... Oct 22 02:09:25.749 INFO kablam! 1061 | rt_alloc_excess_unused!(rt_pow2_2048bytes_2align_alloc_excess_unused, 2048, 2); Oct 22 02:09:25.749 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.749 INFO kablam! Oct 22 02:09:25.749 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.749 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.749 INFO kablam! | Oct 22 02:09:25.749 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.749 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.749 INFO kablam! ... Oct 22 02:09:25.749 INFO kablam! 1061 | rt_alloc_excess_unused!(rt_pow2_2048bytes_2align_alloc_excess_unused, 2048, 2); Oct 22 02:09:25.750 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.750 INFO kablam! | Oct 22 02:09:25.750 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.750 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.750 INFO kablam! | Oct 22 02:09:25.750 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.750 INFO kablam! | Oct 22 02:09:25.750 INFO kablam! Oct 22 02:09:25.750 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.750 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.750 INFO kablam! | Oct 22 02:09:25.750 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.751 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.751 INFO kablam! ... Oct 22 02:09:25.751 INFO kablam! 1074 | rt_alloc_excess_unused!(rt_pow2_4096bytes_2align_alloc_excess_unused, 4096, 2); Oct 22 02:09:25.751 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.751 INFO kablam! Oct 22 02:09:25.751 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.751 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.751 INFO kablam! | Oct 22 02:09:25.751 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.751 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.751 INFO kablam! ... Oct 22 02:09:25.751 INFO kablam! 1074 | rt_alloc_excess_unused!(rt_pow2_4096bytes_2align_alloc_excess_unused, 4096, 2); Oct 22 02:09:25.751 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.751 INFO kablam! | Oct 22 02:09:25.751 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.751 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.751 INFO kablam! | Oct 22 02:09:25.751 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.751 INFO kablam! | Oct 22 02:09:25.751 INFO kablam! Oct 22 02:09:25.752 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.752 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.752 INFO kablam! | Oct 22 02:09:25.752 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.752 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.752 INFO kablam! ... Oct 22 02:09:25.752 INFO kablam! 1087 | rt_alloc_excess_unused!(rt_pow2_8192bytes_2align_alloc_excess_unused, 8192, 2); Oct 22 02:09:25.752 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.752 INFO kablam! Oct 22 02:09:25.753 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.753 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.753 INFO kablam! | Oct 22 02:09:25.753 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.753 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.753 INFO kablam! ... Oct 22 02:09:25.753 INFO kablam! 1087 | rt_alloc_excess_unused!(rt_pow2_8192bytes_2align_alloc_excess_unused, 8192, 2); Oct 22 02:09:25.753 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.753 INFO kablam! | Oct 22 02:09:25.753 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.753 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.753 INFO kablam! | Oct 22 02:09:25.753 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.753 INFO kablam! | Oct 22 02:09:25.753 INFO kablam! Oct 22 02:09:25.754 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.754 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.754 INFO kablam! | Oct 22 02:09:25.754 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.754 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.754 INFO kablam! ... Oct 22 02:09:25.754 INFO kablam! 1100 | rt_alloc_excess_unused!(rt_pow2_16384bytes_2align_alloc_excess_unused, 16384, 2); Oct 22 02:09:25.754 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.754 INFO kablam! Oct 22 02:09:25.754 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.754 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.755 INFO kablam! | Oct 22 02:09:25.755 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.755 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.755 INFO kablam! ... Oct 22 02:09:25.755 INFO kablam! 1100 | rt_alloc_excess_unused!(rt_pow2_16384bytes_2align_alloc_excess_unused, 16384, 2); Oct 22 02:09:25.755 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.755 INFO kablam! | Oct 22 02:09:25.755 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.755 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.755 INFO kablam! | Oct 22 02:09:25.755 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.755 INFO kablam! | Oct 22 02:09:25.755 INFO kablam! Oct 22 02:09:25.756 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.756 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.756 INFO kablam! | Oct 22 02:09:25.756 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.756 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.756 INFO kablam! ... Oct 22 02:09:25.756 INFO kablam! 1113 | rt_alloc_excess_unused!(rt_pow2_32768bytes_2align_alloc_excess_unused, 32768, 2); Oct 22 02:09:25.756 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.756 INFO kablam! Oct 22 02:09:25.756 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.756 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.756 INFO kablam! | Oct 22 02:09:25.756 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.756 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.756 INFO kablam! ... Oct 22 02:09:25.756 INFO kablam! 1113 | rt_alloc_excess_unused!(rt_pow2_32768bytes_2align_alloc_excess_unused, 32768, 2); Oct 22 02:09:25.756 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.756 INFO kablam! | Oct 22 02:09:25.756 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.756 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.756 INFO kablam! | Oct 22 02:09:25.756 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.756 INFO kablam! | Oct 22 02:09:25.756 INFO kablam! Oct 22 02:09:25.757 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.757 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.757 INFO kablam! | Oct 22 02:09:25.757 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.757 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.757 INFO kablam! ... Oct 22 02:09:25.757 INFO kablam! 1126 | rt_alloc_excess_unused!(rt_pow2_65536bytes_2align_alloc_excess_unused, 65536, 2); Oct 22 02:09:25.757 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.757 INFO kablam! Oct 22 02:09:25.758 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.758 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.758 INFO kablam! | Oct 22 02:09:25.758 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.758 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.758 INFO kablam! ... Oct 22 02:09:25.758 INFO kablam! 1126 | rt_alloc_excess_unused!(rt_pow2_65536bytes_2align_alloc_excess_unused, 65536, 2); Oct 22 02:09:25.758 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.758 INFO kablam! | Oct 22 02:09:25.758 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.758 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.758 INFO kablam! | Oct 22 02:09:25.758 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.758 INFO kablam! | Oct 22 02:09:25.758 INFO kablam! Oct 22 02:09:25.759 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.759 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.759 INFO kablam! | Oct 22 02:09:25.759 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.759 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.759 INFO kablam! ... Oct 22 02:09:25.759 INFO kablam! 1139 | rt_alloc_excess_unused!(rt_pow2_131072bytes_2align_alloc_excess_unused, 131072, 2); Oct 22 02:09:25.759 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.759 INFO kablam! Oct 22 02:09:25.760 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.760 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.760 INFO kablam! | Oct 22 02:09:25.760 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.760 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.760 INFO kablam! ... Oct 22 02:09:25.760 INFO kablam! 1139 | rt_alloc_excess_unused!(rt_pow2_131072bytes_2align_alloc_excess_unused, 131072, 2); Oct 22 02:09:25.760 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.760 INFO kablam! | Oct 22 02:09:25.760 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.760 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.760 INFO kablam! | Oct 22 02:09:25.760 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.760 INFO kablam! | Oct 22 02:09:25.760 INFO kablam! Oct 22 02:09:25.764 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.764 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.764 INFO kablam! | Oct 22 02:09:25.764 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.764 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.764 INFO kablam! ... Oct 22 02:09:25.764 INFO kablam! 1152 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_2align_alloc_excess_unused, 4194304, 2); Oct 22 02:09:25.764 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.764 INFO kablam! Oct 22 02:09:25.764 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.764 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.764 INFO kablam! | Oct 22 02:09:25.764 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.764 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.764 INFO kablam! ... Oct 22 02:09:25.764 INFO kablam! 1152 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_2align_alloc_excess_unused, 4194304, 2); Oct 22 02:09:25.764 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.764 INFO kablam! | Oct 22 02:09:25.764 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.764 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.764 INFO kablam! | Oct 22 02:09:25.764 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.764 INFO kablam! | Oct 22 02:09:25.764 INFO kablam! Oct 22 02:09:25.764 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.764 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.764 INFO kablam! | Oct 22 02:09:25.764 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.764 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.764 INFO kablam! ... Oct 22 02:09:25.764 INFO kablam! 1166 | rt_alloc_excess_unused!(rt_even_10bytes_2align_alloc_excess_unused, 10, 2); Oct 22 02:09:25.764 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.764 INFO kablam! Oct 22 02:09:25.764 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.764 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.764 INFO kablam! | Oct 22 02:09:25.764 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.764 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.764 INFO kablam! ... Oct 22 02:09:25.764 INFO kablam! 1166 | rt_alloc_excess_unused!(rt_even_10bytes_2align_alloc_excess_unused, 10, 2); Oct 22 02:09:25.764 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.764 INFO kablam! | Oct 22 02:09:25.764 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.764 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.764 INFO kablam! | Oct 22 02:09:25.764 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.764 INFO kablam! | Oct 22 02:09:25.764 INFO kablam! Oct 22 02:09:25.768 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.768 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.768 INFO kablam! | Oct 22 02:09:25.768 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.768 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.768 INFO kablam! ... Oct 22 02:09:25.768 INFO kablam! 1179 | rt_alloc_excess_unused!(rt_even_100bytes_2align_alloc_excess_unused, 100, 2); Oct 22 02:09:25.768 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.768 INFO kablam! Oct 22 02:09:25.768 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.769 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.769 INFO kablam! | Oct 22 02:09:25.769 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.769 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.769 INFO kablam! ... Oct 22 02:09:25.769 INFO kablam! 1179 | rt_alloc_excess_unused!(rt_even_100bytes_2align_alloc_excess_unused, 100, 2); Oct 22 02:09:25.769 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.769 INFO kablam! | Oct 22 02:09:25.769 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.769 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.769 INFO kablam! | Oct 22 02:09:25.769 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.769 INFO kablam! | Oct 22 02:09:25.769 INFO kablam! Oct 22 02:09:25.769 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.769 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.769 INFO kablam! | Oct 22 02:09:25.769 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.769 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.769 INFO kablam! ... Oct 22 02:09:25.769 INFO kablam! 1192 | rt_alloc_excess_unused!(rt_even_1000bytes_2align_alloc_excess_unused, 1000, 2); Oct 22 02:09:25.769 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.769 INFO kablam! Oct 22 02:09:25.769 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.769 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.769 INFO kablam! | Oct 22 02:09:25.769 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.769 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.769 INFO kablam! ... Oct 22 02:09:25.769 INFO kablam! 1192 | rt_alloc_excess_unused!(rt_even_1000bytes_2align_alloc_excess_unused, 1000, 2); Oct 22 02:09:25.769 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.769 INFO kablam! | Oct 22 02:09:25.769 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.769 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.769 INFO kablam! | Oct 22 02:09:25.769 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.769 INFO kablam! | Oct 22 02:09:25.769 INFO kablam! Oct 22 02:09:25.769 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.769 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.769 INFO kablam! | Oct 22 02:09:25.769 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.769 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.769 INFO kablam! ... Oct 22 02:09:25.769 INFO kablam! 1205 | rt_alloc_excess_unused!(rt_even_10000bytes_2align_alloc_excess_unused, 10000, 2); Oct 22 02:09:25.769 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.769 INFO kablam! Oct 22 02:09:25.772 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.772 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.772 INFO kablam! | Oct 22 02:09:25.772 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.772 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.772 INFO kablam! ... Oct 22 02:09:25.772 INFO kablam! 1205 | rt_alloc_excess_unused!(rt_even_10000bytes_2align_alloc_excess_unused, 10000, 2); Oct 22 02:09:25.772 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.772 INFO kablam! | Oct 22 02:09:25.772 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.772 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.772 INFO kablam! | Oct 22 02:09:25.772 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.772 INFO kablam! | Oct 22 02:09:25.772 INFO kablam! Oct 22 02:09:25.772 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.772 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.772 INFO kablam! | Oct 22 02:09:25.772 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.772 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.772 INFO kablam! ... Oct 22 02:09:25.772 INFO kablam! 1218 | rt_alloc_excess_unused!(rt_even_100000bytes_2align_alloc_excess_unused, 100000, 2); Oct 22 02:09:25.772 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.772 INFO kablam! Oct 22 02:09:25.772 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.772 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.772 INFO kablam! | Oct 22 02:09:25.772 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.772 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.772 INFO kablam! ... Oct 22 02:09:25.772 INFO kablam! 1218 | rt_alloc_excess_unused!(rt_even_100000bytes_2align_alloc_excess_unused, 100000, 2); Oct 22 02:09:25.772 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.772 INFO kablam! | Oct 22 02:09:25.772 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.773 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.773 INFO kablam! | Oct 22 02:09:25.773 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.773 INFO kablam! | Oct 22 02:09:25.773 INFO kablam! Oct 22 02:09:25.773 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.773 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.773 INFO kablam! | Oct 22 02:09:25.773 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.773 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.773 INFO kablam! ... Oct 22 02:09:25.773 INFO kablam! 1231 | rt_alloc_excess_unused!(rt_even_1000000bytes_2align_alloc_excess_unused, 1000000, 2); Oct 22 02:09:25.773 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.773 INFO kablam! Oct 22 02:09:25.773 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.773 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.773 INFO kablam! | Oct 22 02:09:25.773 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.773 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.773 INFO kablam! ... Oct 22 02:09:25.773 INFO kablam! 1231 | rt_alloc_excess_unused!(rt_even_1000000bytes_2align_alloc_excess_unused, 1000000, 2); Oct 22 02:09:25.773 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.773 INFO kablam! | Oct 22 02:09:25.773 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.773 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.773 INFO kablam! | Oct 22 02:09:25.773 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.773 INFO kablam! | Oct 22 02:09:25.773 INFO kablam! Oct 22 02:09:25.773 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.773 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.773 INFO kablam! | Oct 22 02:09:25.773 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.773 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.773 INFO kablam! ... Oct 22 02:09:25.773 INFO kablam! 1245 | rt_alloc_excess_unused!(rt_odd_10bytes_2align_alloc_excess_unused, 10- 1, 2); Oct 22 02:09:25.773 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.773 INFO kablam! Oct 22 02:09:25.774 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.774 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.774 INFO kablam! | Oct 22 02:09:25.774 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.774 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.774 INFO kablam! ... Oct 22 02:09:25.774 INFO kablam! 1245 | rt_alloc_excess_unused!(rt_odd_10bytes_2align_alloc_excess_unused, 10- 1, 2); Oct 22 02:09:25.774 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.774 INFO kablam! | Oct 22 02:09:25.774 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.774 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.774 INFO kablam! | Oct 22 02:09:25.774 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.774 INFO kablam! | Oct 22 02:09:25.774 INFO kablam! Oct 22 02:09:25.775 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.775 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.775 INFO kablam! | Oct 22 02:09:25.775 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.775 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.775 INFO kablam! ... Oct 22 02:09:25.775 INFO kablam! 1258 | rt_alloc_excess_unused!(rt_odd_100bytes_2align_alloc_excess_unused, 100- 1, 2); Oct 22 02:09:25.775 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.775 INFO kablam! Oct 22 02:09:25.776 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.776 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.776 INFO kablam! | Oct 22 02:09:25.776 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.776 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.776 INFO kablam! ... Oct 22 02:09:25.776 INFO kablam! 1258 | rt_alloc_excess_unused!(rt_odd_100bytes_2align_alloc_excess_unused, 100- 1, 2); Oct 22 02:09:25.776 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.776 INFO kablam! | Oct 22 02:09:25.776 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.776 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.776 INFO kablam! | Oct 22 02:09:25.776 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.776 INFO kablam! | Oct 22 02:09:25.776 INFO kablam! Oct 22 02:09:25.777 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.777 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.777 INFO kablam! | Oct 22 02:09:25.777 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.777 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.777 INFO kablam! ... Oct 22 02:09:25.777 INFO kablam! 1271 | rt_alloc_excess_unused!(rt_odd_1000bytes_2align_alloc_excess_unused, 1000- 1, 2); Oct 22 02:09:25.777 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.777 INFO kablam! Oct 22 02:09:25.777 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.777 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.777 INFO kablam! | Oct 22 02:09:25.777 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.777 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.777 INFO kablam! ... Oct 22 02:09:25.777 INFO kablam! 1271 | rt_alloc_excess_unused!(rt_odd_1000bytes_2align_alloc_excess_unused, 1000- 1, 2); Oct 22 02:09:25.778 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.778 INFO kablam! | Oct 22 02:09:25.778 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.778 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.778 INFO kablam! | Oct 22 02:09:25.778 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.778 INFO kablam! | Oct 22 02:09:25.778 INFO kablam! Oct 22 02:09:25.779 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.779 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.779 INFO kablam! | Oct 22 02:09:25.779 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.779 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.779 INFO kablam! ... Oct 22 02:09:25.779 INFO kablam! 1284 | rt_alloc_excess_unused!(rt_odd_10000bytes_2align_alloc_excess_unused, 10000- 1, 2); Oct 22 02:09:25.779 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.779 INFO kablam! Oct 22 02:09:25.779 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.779 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.779 INFO kablam! | Oct 22 02:09:25.779 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.779 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.779 INFO kablam! ... Oct 22 02:09:25.779 INFO kablam! 1284 | rt_alloc_excess_unused!(rt_odd_10000bytes_2align_alloc_excess_unused, 10000- 1, 2); Oct 22 02:09:25.779 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.779 INFO kablam! | Oct 22 02:09:25.779 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.779 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.779 INFO kablam! | Oct 22 02:09:25.779 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.779 INFO kablam! | Oct 22 02:09:25.779 INFO kablam! Oct 22 02:09:25.781 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.781 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.781 INFO kablam! | Oct 22 02:09:25.781 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.781 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.781 INFO kablam! ... Oct 22 02:09:25.781 INFO kablam! 1297 | rt_alloc_excess_unused!(rt_odd_100000bytes_2align_alloc_excess_unused, 100000- 1, 2); Oct 22 02:09:25.781 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.781 INFO kablam! Oct 22 02:09:25.781 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.781 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.781 INFO kablam! | Oct 22 02:09:25.781 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.781 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.781 INFO kablam! ... Oct 22 02:09:25.781 INFO kablam! 1297 | rt_alloc_excess_unused!(rt_odd_100000bytes_2align_alloc_excess_unused, 100000- 1, 2); Oct 22 02:09:25.781 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.781 INFO kablam! | Oct 22 02:09:25.781 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.781 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.781 INFO kablam! | Oct 22 02:09:25.781 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.781 INFO kablam! | Oct 22 02:09:25.781 INFO kablam! Oct 22 02:09:25.782 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.782 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.782 INFO kablam! | Oct 22 02:09:25.782 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.782 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.782 INFO kablam! ... Oct 22 02:09:25.782 INFO kablam! 1310 | rt_alloc_excess_unused!(rt_odd_1000000bytes_2align_alloc_excess_unused, 1000000- 1, 2); Oct 22 02:09:25.782 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.782 INFO kablam! Oct 22 02:09:25.783 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.783 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.783 INFO kablam! | Oct 22 02:09:25.783 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.783 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.783 INFO kablam! ... Oct 22 02:09:25.783 INFO kablam! 1310 | rt_alloc_excess_unused!(rt_odd_1000000bytes_2align_alloc_excess_unused, 1000000- 1, 2); Oct 22 02:09:25.783 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.783 INFO kablam! | Oct 22 02:09:25.783 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.783 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.783 INFO kablam! | Oct 22 02:09:25.783 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.783 INFO kablam! | Oct 22 02:09:25.783 INFO kablam! Oct 22 02:09:25.784 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.784 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.784 INFO kablam! | Oct 22 02:09:25.784 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.784 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.784 INFO kablam! ... Oct 22 02:09:25.784 INFO kablam! 1324 | rt_alloc_excess_unused!(rt_primes_3bytes_2align_alloc_excess_unused, 3, 2); Oct 22 02:09:25.784 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.784 INFO kablam! Oct 22 02:09:25.785 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.785 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.785 INFO kablam! | Oct 22 02:09:25.785 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.785 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.785 INFO kablam! ... Oct 22 02:09:25.785 INFO kablam! 1324 | rt_alloc_excess_unused!(rt_primes_3bytes_2align_alloc_excess_unused, 3, 2); Oct 22 02:09:25.785 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.785 INFO kablam! | Oct 22 02:09:25.785 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.785 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.785 INFO kablam! | Oct 22 02:09:25.785 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.785 INFO kablam! | Oct 22 02:09:25.785 INFO kablam! Oct 22 02:09:25.786 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.786 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.786 INFO kablam! | Oct 22 02:09:25.786 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.786 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.786 INFO kablam! ... Oct 22 02:09:25.786 INFO kablam! 1337 | rt_alloc_excess_unused!(rt_primes_7bytes_2align_alloc_excess_unused, 7, 2); Oct 22 02:09:25.786 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.786 INFO kablam! Oct 22 02:09:25.786 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.786 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.786 INFO kablam! | Oct 22 02:09:25.786 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.786 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.786 INFO kablam! ... Oct 22 02:09:25.786 INFO kablam! 1337 | rt_alloc_excess_unused!(rt_primes_7bytes_2align_alloc_excess_unused, 7, 2); Oct 22 02:09:25.786 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.786 INFO kablam! | Oct 22 02:09:25.786 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.786 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.787 INFO kablam! | Oct 22 02:09:25.787 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.787 INFO kablam! | Oct 22 02:09:25.787 INFO kablam! Oct 22 02:09:25.787 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.787 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.787 INFO kablam! | Oct 22 02:09:25.787 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.787 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.787 INFO kablam! ... Oct 22 02:09:25.787 INFO kablam! 1350 | rt_alloc_excess_unused!(rt_primes_13bytes_2align_alloc_excess_unused, 13, 2); Oct 22 02:09:25.787 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.787 INFO kablam! Oct 22 02:09:25.788 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.788 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.788 INFO kablam! | Oct 22 02:09:25.788 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.788 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.788 INFO kablam! ... Oct 22 02:09:25.788 INFO kablam! 1350 | rt_alloc_excess_unused!(rt_primes_13bytes_2align_alloc_excess_unused, 13, 2); Oct 22 02:09:25.788 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.788 INFO kablam! | Oct 22 02:09:25.788 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.788 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.788 INFO kablam! | Oct 22 02:09:25.788 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.788 INFO kablam! | Oct 22 02:09:25.788 INFO kablam! Oct 22 02:09:25.789 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.789 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.789 INFO kablam! | Oct 22 02:09:25.789 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.789 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.789 INFO kablam! ... Oct 22 02:09:25.789 INFO kablam! 1363 | rt_alloc_excess_unused!(rt_primes_17bytes_2align_alloc_excess_unused, 17, 2); Oct 22 02:09:25.789 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.789 INFO kablam! Oct 22 02:09:25.790 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.790 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.790 INFO kablam! | Oct 22 02:09:25.790 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.790 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.790 INFO kablam! ... Oct 22 02:09:25.790 INFO kablam! 1363 | rt_alloc_excess_unused!(rt_primes_17bytes_2align_alloc_excess_unused, 17, 2); Oct 22 02:09:25.790 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.790 INFO kablam! | Oct 22 02:09:25.790 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.790 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.790 INFO kablam! | Oct 22 02:09:25.790 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.790 INFO kablam! | Oct 22 02:09:25.790 INFO kablam! Oct 22 02:09:25.791 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.791 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.791 INFO kablam! | Oct 22 02:09:25.791 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.791 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.791 INFO kablam! ... Oct 22 02:09:25.791 INFO kablam! 1376 | rt_alloc_excess_unused!(rt_primes_31bytes_2align_alloc_excess_unused, 31, 2); Oct 22 02:09:25.791 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.791 INFO kablam! Oct 22 02:09:25.791 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.791 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.791 INFO kablam! | Oct 22 02:09:25.791 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.791 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.791 INFO kablam! ... Oct 22 02:09:25.791 INFO kablam! 1376 | rt_alloc_excess_unused!(rt_primes_31bytes_2align_alloc_excess_unused, 31, 2); Oct 22 02:09:25.792 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.792 INFO kablam! | Oct 22 02:09:25.792 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.792 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.792 INFO kablam! | Oct 22 02:09:25.792 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.792 INFO kablam! | Oct 22 02:09:25.792 INFO kablam! Oct 22 02:09:25.792 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.792 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.793 INFO kablam! | Oct 22 02:09:25.793 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.793 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.793 INFO kablam! ... Oct 22 02:09:25.793 INFO kablam! 1389 | rt_alloc_excess_unused!(rt_primes_61bytes_2align_alloc_excess_unused, 61, 2); Oct 22 02:09:25.793 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.793 INFO kablam! Oct 22 02:09:25.793 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.793 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.793 INFO kablam! | Oct 22 02:09:25.793 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.793 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.793 INFO kablam! ... Oct 22 02:09:25.793 INFO kablam! 1389 | rt_alloc_excess_unused!(rt_primes_61bytes_2align_alloc_excess_unused, 61, 2); Oct 22 02:09:25.793 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.793 INFO kablam! | Oct 22 02:09:25.793 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.793 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.793 INFO kablam! | Oct 22 02:09:25.793 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.793 INFO kablam! | Oct 22 02:09:25.793 INFO kablam! Oct 22 02:09:25.794 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.794 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.794 INFO kablam! | Oct 22 02:09:25.794 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.794 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.794 INFO kablam! ... Oct 22 02:09:25.794 INFO kablam! 1402 | rt_alloc_excess_unused!(rt_primes_96bytes_2align_alloc_excess_unused, 96, 2); Oct 22 02:09:25.794 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.794 INFO kablam! Oct 22 02:09:25.795 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.795 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.795 INFO kablam! | Oct 22 02:09:25.795 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.795 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.795 INFO kablam! ... Oct 22 02:09:25.795 INFO kablam! 1402 | rt_alloc_excess_unused!(rt_primes_96bytes_2align_alloc_excess_unused, 96, 2); Oct 22 02:09:25.795 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.795 INFO kablam! | Oct 22 02:09:25.795 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.795 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.795 INFO kablam! | Oct 22 02:09:25.795 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.795 INFO kablam! | Oct 22 02:09:25.795 INFO kablam! Oct 22 02:09:25.796 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.796 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.796 INFO kablam! | Oct 22 02:09:25.796 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.796 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.796 INFO kablam! ... Oct 22 02:09:25.796 INFO kablam! 1415 | rt_alloc_excess_unused!(rt_primes_127bytes_2align_alloc_excess_unused, 127, 2); Oct 22 02:09:25.796 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.796 INFO kablam! Oct 22 02:09:25.797 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.797 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.797 INFO kablam! | Oct 22 02:09:25.797 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.797 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.797 INFO kablam! ... Oct 22 02:09:25.797 INFO kablam! 1415 | rt_alloc_excess_unused!(rt_primes_127bytes_2align_alloc_excess_unused, 127, 2); Oct 22 02:09:25.797 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.797 INFO kablam! | Oct 22 02:09:25.797 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.797 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.797 INFO kablam! | Oct 22 02:09:25.797 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.797 INFO kablam! | Oct 22 02:09:25.797 INFO kablam! Oct 22 02:09:25.800 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.800 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.800 INFO kablam! | Oct 22 02:09:25.800 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.800 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.800 INFO kablam! ... Oct 22 02:09:25.800 INFO kablam! 1428 | rt_alloc_excess_unused!(rt_primes_257bytes_2align_alloc_excess_unused, 257, 2); Oct 22 02:09:25.800 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.800 INFO kablam! Oct 22 02:09:25.800 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.800 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.800 INFO kablam! | Oct 22 02:09:25.800 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.800 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.800 INFO kablam! ... Oct 22 02:09:25.800 INFO kablam! 1428 | rt_alloc_excess_unused!(rt_primes_257bytes_2align_alloc_excess_unused, 257, 2); Oct 22 02:09:25.800 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.800 INFO kablam! | Oct 22 02:09:25.800 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.800 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.800 INFO kablam! | Oct 22 02:09:25.800 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.800 INFO kablam! | Oct 22 02:09:25.800 INFO kablam! Oct 22 02:09:25.800 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.800 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.800 INFO kablam! | Oct 22 02:09:25.800 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.800 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.800 INFO kablam! ... Oct 22 02:09:25.800 INFO kablam! 1441 | rt_alloc_excess_unused!(rt_primes_509bytes_2align_alloc_excess_unused, 509, 2); Oct 22 02:09:25.800 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.800 INFO kablam! Oct 22 02:09:25.801 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.801 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.801 INFO kablam! | Oct 22 02:09:25.801 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.801 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.801 INFO kablam! ... Oct 22 02:09:25.801 INFO kablam! 1441 | rt_alloc_excess_unused!(rt_primes_509bytes_2align_alloc_excess_unused, 509, 2); Oct 22 02:09:25.801 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.801 INFO kablam! | Oct 22 02:09:25.801 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.801 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.801 INFO kablam! | Oct 22 02:09:25.801 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.801 INFO kablam! | Oct 22 02:09:25.801 INFO kablam! Oct 22 02:09:25.802 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.802 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.802 INFO kablam! | Oct 22 02:09:25.802 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.802 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.802 INFO kablam! ... Oct 22 02:09:25.802 INFO kablam! 1454 | rt_alloc_excess_unused!(rt_primes_1021bytes_2align_alloc_excess_unused, 1021, 2); Oct 22 02:09:25.802 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.802 INFO kablam! Oct 22 02:09:25.802 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.802 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.802 INFO kablam! | Oct 22 02:09:25.802 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.802 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.802 INFO kablam! ... Oct 22 02:09:25.802 INFO kablam! 1454 | rt_alloc_excess_unused!(rt_primes_1021bytes_2align_alloc_excess_unused, 1021, 2); Oct 22 02:09:25.802 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.802 INFO kablam! | Oct 22 02:09:25.802 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.802 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.802 INFO kablam! | Oct 22 02:09:25.802 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.802 INFO kablam! | Oct 22 02:09:25.802 INFO kablam! Oct 22 02:09:25.803 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.803 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.803 INFO kablam! | Oct 22 02:09:25.803 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.803 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.803 INFO kablam! ... Oct 22 02:09:25.803 INFO kablam! 1467 | rt_alloc_excess_unused!(rt_primes_2039bytes_2align_alloc_excess_unused, 2039, 2); Oct 22 02:09:25.803 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.803 INFO kablam! Oct 22 02:09:25.803 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.803 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.804 INFO kablam! | Oct 22 02:09:25.804 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.804 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.804 INFO kablam! ... Oct 22 02:09:25.804 INFO kablam! 1467 | rt_alloc_excess_unused!(rt_primes_2039bytes_2align_alloc_excess_unused, 2039, 2); Oct 22 02:09:25.804 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.804 INFO kablam! | Oct 22 02:09:25.804 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.804 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.804 INFO kablam! | Oct 22 02:09:25.804 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.804 INFO kablam! | Oct 22 02:09:25.804 INFO kablam! Oct 22 02:09:25.805 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.805 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.805 INFO kablam! | Oct 22 02:09:25.805 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.805 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.805 INFO kablam! ... Oct 22 02:09:25.805 INFO kablam! 1480 | rt_alloc_excess_unused!(rt_primes_4093bytes_2align_alloc_excess_unused, 4093, 2); Oct 22 02:09:25.805 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.805 INFO kablam! Oct 22 02:09:25.805 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.805 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.805 INFO kablam! | Oct 22 02:09:25.805 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.805 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.805 INFO kablam! ... Oct 22 02:09:25.805 INFO kablam! 1480 | rt_alloc_excess_unused!(rt_primes_4093bytes_2align_alloc_excess_unused, 4093, 2); Oct 22 02:09:25.805 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.805 INFO kablam! | Oct 22 02:09:25.805 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.816 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.818 INFO kablam! | Oct 22 02:09:25.818 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.818 INFO kablam! | Oct 22 02:09:25.818 INFO kablam! Oct 22 02:09:25.818 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.818 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.818 INFO kablam! | Oct 22 02:09:25.818 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.818 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.818 INFO kablam! ... Oct 22 02:09:25.818 INFO kablam! 1493 | rt_alloc_excess_unused!(rt_primes_8191bytes_2align_alloc_excess_unused, 8191, 2); Oct 22 02:09:25.818 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.818 INFO kablam! Oct 22 02:09:25.818 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.818 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.818 INFO kablam! | Oct 22 02:09:25.818 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.819 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.819 INFO kablam! ... Oct 22 02:09:25.819 INFO kablam! 1493 | rt_alloc_excess_unused!(rt_primes_8191bytes_2align_alloc_excess_unused, 8191, 2); Oct 22 02:09:25.819 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.819 INFO kablam! | Oct 22 02:09:25.819 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.819 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.819 INFO kablam! | Oct 22 02:09:25.819 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.819 INFO kablam! | Oct 22 02:09:25.819 INFO kablam! Oct 22 02:09:25.819 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.819 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.819 INFO kablam! | Oct 22 02:09:25.819 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.819 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.819 INFO kablam! ... Oct 22 02:09:25.819 INFO kablam! 1506 | rt_alloc_excess_unused!(rt_primes_16381bytes_2align_alloc_excess_unused, 16381, 2); Oct 22 02:09:25.819 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.819 INFO kablam! Oct 22 02:09:25.819 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.819 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.819 INFO kablam! | Oct 22 02:09:25.819 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.819 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.819 INFO kablam! ... Oct 22 02:09:25.819 INFO kablam! 1506 | rt_alloc_excess_unused!(rt_primes_16381bytes_2align_alloc_excess_unused, 16381, 2); Oct 22 02:09:25.819 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.819 INFO kablam! | Oct 22 02:09:25.819 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.819 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.819 INFO kablam! | Oct 22 02:09:25.819 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.819 INFO kablam! | Oct 22 02:09:25.819 INFO kablam! Oct 22 02:09:25.819 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.819 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.819 INFO kablam! | Oct 22 02:09:25.819 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.819 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.819 INFO kablam! ... Oct 22 02:09:25.819 INFO kablam! 1519 | rt_alloc_excess_unused!(rt_primes_32749bytes_2align_alloc_excess_unused, 32749, 2); Oct 22 02:09:25.819 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.819 INFO kablam! Oct 22 02:09:25.819 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.819 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.819 INFO kablam! | Oct 22 02:09:25.819 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.819 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.819 INFO kablam! ... Oct 22 02:09:25.819 INFO kablam! 1519 | rt_alloc_excess_unused!(rt_primes_32749bytes_2align_alloc_excess_unused, 32749, 2); Oct 22 02:09:25.819 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.820 INFO kablam! | Oct 22 02:09:25.820 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.820 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.820 INFO kablam! | Oct 22 02:09:25.820 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.820 INFO kablam! | Oct 22 02:09:25.820 INFO kablam! Oct 22 02:09:25.820 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.820 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.820 INFO kablam! | Oct 22 02:09:25.820 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.820 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.820 INFO kablam! ... Oct 22 02:09:25.820 INFO kablam! 1532 | rt_alloc_excess_unused!(rt_primes_65537bytes_2align_alloc_excess_unused, 65537, 2); Oct 22 02:09:25.820 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.820 INFO kablam! Oct 22 02:09:25.820 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.820 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.820 INFO kablam! | Oct 22 02:09:25.820 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.820 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.820 INFO kablam! ... Oct 22 02:09:25.820 INFO kablam! 1532 | rt_alloc_excess_unused!(rt_primes_65537bytes_2align_alloc_excess_unused, 65537, 2); Oct 22 02:09:25.820 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.820 INFO kablam! | Oct 22 02:09:25.820 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.821 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.821 INFO kablam! | Oct 22 02:09:25.821 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.821 INFO kablam! | Oct 22 02:09:25.821 INFO kablam! Oct 22 02:09:25.821 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.821 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.821 INFO kablam! | Oct 22 02:09:25.821 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.821 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.821 INFO kablam! ... Oct 22 02:09:25.821 INFO kablam! 1545 | rt_alloc_excess_unused!(rt_primes_131071bytes_2align_alloc_excess_unused, 131071, 2); Oct 22 02:09:25.821 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.821 INFO kablam! Oct 22 02:09:25.821 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.821 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.821 INFO kablam! | Oct 22 02:09:25.821 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.821 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.821 INFO kablam! ... Oct 22 02:09:25.821 INFO kablam! 1545 | rt_alloc_excess_unused!(rt_primes_131071bytes_2align_alloc_excess_unused, 131071, 2); Oct 22 02:09:25.821 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.821 INFO kablam! | Oct 22 02:09:25.821 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.821 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.821 INFO kablam! | Oct 22 02:09:25.821 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.821 INFO kablam! | Oct 22 02:09:25.821 INFO kablam! Oct 22 02:09:25.821 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.822 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.822 INFO kablam! | Oct 22 02:09:25.822 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.822 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.822 INFO kablam! ... Oct 22 02:09:25.822 INFO kablam! 1558 | rt_alloc_excess_unused!(rt_primes_4194301bytes_2align_alloc_excess_unused, 4194301, 2); Oct 22 02:09:25.822 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.822 INFO kablam! Oct 22 02:09:25.822 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.822 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.822 INFO kablam! | Oct 22 02:09:25.822 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.822 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.822 INFO kablam! ... Oct 22 02:09:25.822 INFO kablam! 1558 | rt_alloc_excess_unused!(rt_primes_4194301bytes_2align_alloc_excess_unused, 4194301, 2); Oct 22 02:09:25.822 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.822 INFO kablam! | Oct 22 02:09:25.822 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.822 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.822 INFO kablam! | Oct 22 02:09:25.822 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.822 INFO kablam! | Oct 22 02:09:25.822 INFO kablam! Oct 22 02:09:25.822 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.822 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.822 INFO kablam! | Oct 22 02:09:25.822 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.822 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.822 INFO kablam! ... Oct 22 02:09:25.822 INFO kablam! 1574 | rt_alloc_excess_unused!(rt_pow2_1bytes_4align_alloc_excess_unused, 1, 4); Oct 22 02:09:25.822 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.822 INFO kablam! Oct 22 02:09:25.822 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.822 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.822 INFO kablam! | Oct 22 02:09:25.822 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.822 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.822 INFO kablam! ... Oct 22 02:09:25.822 INFO kablam! 1574 | rt_alloc_excess_unused!(rt_pow2_1bytes_4align_alloc_excess_unused, 1, 4); Oct 22 02:09:25.822 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.822 INFO kablam! | Oct 22 02:09:25.822 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.822 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.822 INFO kablam! | Oct 22 02:09:25.822 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.822 INFO kablam! | Oct 22 02:09:25.822 INFO kablam! Oct 22 02:09:25.822 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.822 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.822 INFO kablam! | Oct 22 02:09:25.822 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.822 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.822 INFO kablam! ... Oct 22 02:09:25.822 INFO kablam! 1587 | rt_alloc_excess_unused!(rt_pow2_2bytes_4align_alloc_excess_unused, 2, 4); Oct 22 02:09:25.822 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.822 INFO kablam! Oct 22 02:09:25.822 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.822 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.822 INFO kablam! | Oct 22 02:09:25.822 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.822 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.822 INFO kablam! ... Oct 22 02:09:25.822 INFO kablam! 1587 | rt_alloc_excess_unused!(rt_pow2_2bytes_4align_alloc_excess_unused, 2, 4); Oct 22 02:09:25.822 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.822 INFO kablam! | Oct 22 02:09:25.822 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.822 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.822 INFO kablam! | Oct 22 02:09:25.822 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.822 INFO kablam! | Oct 22 02:09:25.822 INFO kablam! Oct 22 02:09:25.822 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.822 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.822 INFO kablam! | Oct 22 02:09:25.823 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.823 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.823 INFO kablam! ... Oct 22 02:09:25.823 INFO kablam! 1600 | rt_alloc_excess_unused!(rt_pow2_4bytes_4align_alloc_excess_unused, 4, 4); Oct 22 02:09:25.823 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.823 INFO kablam! Oct 22 02:09:25.823 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.823 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.823 INFO kablam! | Oct 22 02:09:25.823 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.823 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.823 INFO kablam! ... Oct 22 02:09:25.823 INFO kablam! 1600 | rt_alloc_excess_unused!(rt_pow2_4bytes_4align_alloc_excess_unused, 4, 4); Oct 22 02:09:25.823 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.823 INFO kablam! | Oct 22 02:09:25.823 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.823 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.823 INFO kablam! | Oct 22 02:09:25.823 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.823 INFO kablam! | Oct 22 02:09:25.823 INFO kablam! Oct 22 02:09:25.825 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.825 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.825 INFO kablam! | Oct 22 02:09:25.825 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.825 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.825 INFO kablam! ... Oct 22 02:09:25.825 INFO kablam! 1613 | rt_alloc_excess_unused!(rt_pow2_8bytes_4align_alloc_excess_unused, 8, 4); Oct 22 02:09:25.825 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.825 INFO kablam! Oct 22 02:09:25.825 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.825 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.825 INFO kablam! | Oct 22 02:09:25.825 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.825 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.825 INFO kablam! ... Oct 22 02:09:25.825 INFO kablam! 1613 | rt_alloc_excess_unused!(rt_pow2_8bytes_4align_alloc_excess_unused, 8, 4); Oct 22 02:09:25.825 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.825 INFO kablam! | Oct 22 02:09:25.825 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.825 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.825 INFO kablam! | Oct 22 02:09:25.825 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.825 INFO kablam! | Oct 22 02:09:25.825 INFO kablam! Oct 22 02:09:25.825 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.825 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.825 INFO kablam! | Oct 22 02:09:25.825 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.825 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.825 INFO kablam! ... Oct 22 02:09:25.825 INFO kablam! 1626 | rt_alloc_excess_unused!(rt_pow2_16bytes_4align_alloc_excess_unused, 16, 4); Oct 22 02:09:25.826 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.826 INFO kablam! Oct 22 02:09:25.826 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.826 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.826 INFO kablam! | Oct 22 02:09:25.826 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.826 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.826 INFO kablam! ... Oct 22 02:09:25.826 INFO kablam! 1626 | rt_alloc_excess_unused!(rt_pow2_16bytes_4align_alloc_excess_unused, 16, 4); Oct 22 02:09:25.826 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.826 INFO kablam! | Oct 22 02:09:25.826 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.826 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.826 INFO kablam! | Oct 22 02:09:25.826 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.826 INFO kablam! | Oct 22 02:09:25.826 INFO kablam! Oct 22 02:09:25.827 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.827 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.827 INFO kablam! | Oct 22 02:09:25.827 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.827 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.827 INFO kablam! ... Oct 22 02:09:25.827 INFO kablam! 1639 | rt_alloc_excess_unused!(rt_pow2_32bytes_4align_alloc_excess_unused, 32, 4); Oct 22 02:09:25.827 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.827 INFO kablam! Oct 22 02:09:25.828 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.828 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.828 INFO kablam! | Oct 22 02:09:25.828 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.828 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.828 INFO kablam! ... Oct 22 02:09:25.828 INFO kablam! 1639 | rt_alloc_excess_unused!(rt_pow2_32bytes_4align_alloc_excess_unused, 32, 4); Oct 22 02:09:25.828 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.828 INFO kablam! | Oct 22 02:09:25.828 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.828 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.828 INFO kablam! | Oct 22 02:09:25.828 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.828 INFO kablam! | Oct 22 02:09:25.828 INFO kablam! Oct 22 02:09:25.832 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.832 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.832 INFO kablam! | Oct 22 02:09:25.832 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.832 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.832 INFO kablam! ... Oct 22 02:09:25.832 INFO kablam! 1652 | rt_alloc_excess_unused!(rt_pow2_64bytes_4align_alloc_excess_unused, 64, 4); Oct 22 02:09:25.832 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.832 INFO kablam! Oct 22 02:09:25.832 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.832 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.832 INFO kablam! | Oct 22 02:09:25.832 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.832 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.832 INFO kablam! ... Oct 22 02:09:25.832 INFO kablam! 1652 | rt_alloc_excess_unused!(rt_pow2_64bytes_4align_alloc_excess_unused, 64, 4); Oct 22 02:09:25.832 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.832 INFO kablam! | Oct 22 02:09:25.832 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.832 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.832 INFO kablam! | Oct 22 02:09:25.832 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.832 INFO kablam! | Oct 22 02:09:25.832 INFO kablam! Oct 22 02:09:25.832 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.832 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.832 INFO kablam! | Oct 22 02:09:25.832 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.832 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.832 INFO kablam! ... Oct 22 02:09:25.832 INFO kablam! 1665 | rt_alloc_excess_unused!(rt_pow2_128bytes_4align_alloc_excess_unused, 128, 4); Oct 22 02:09:25.832 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.832 INFO kablam! Oct 22 02:09:25.832 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.832 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.832 INFO kablam! | Oct 22 02:09:25.832 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.832 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.832 INFO kablam! ... Oct 22 02:09:25.833 INFO kablam! 1665 | rt_alloc_excess_unused!(rt_pow2_128bytes_4align_alloc_excess_unused, 128, 4); Oct 22 02:09:25.833 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.833 INFO kablam! | Oct 22 02:09:25.833 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.833 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.833 INFO kablam! | Oct 22 02:09:25.833 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.833 INFO kablam! | Oct 22 02:09:25.833 INFO kablam! Oct 22 02:09:25.836 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.836 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.836 INFO kablam! | Oct 22 02:09:25.836 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.836 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.836 INFO kablam! ... Oct 22 02:09:25.836 INFO kablam! 1678 | rt_alloc_excess_unused!(rt_pow2_256bytes_4align_alloc_excess_unused, 256, 4); Oct 22 02:09:25.836 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.836 INFO kablam! Oct 22 02:09:25.836 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.836 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.836 INFO kablam! | Oct 22 02:09:25.836 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.836 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.836 INFO kablam! ... Oct 22 02:09:25.836 INFO kablam! 1678 | rt_alloc_excess_unused!(rt_pow2_256bytes_4align_alloc_excess_unused, 256, 4); Oct 22 02:09:25.836 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.836 INFO kablam! | Oct 22 02:09:25.836 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.836 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.836 INFO kablam! | Oct 22 02:09:25.836 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.836 INFO kablam! | Oct 22 02:09:25.836 INFO kablam! Oct 22 02:09:25.837 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.837 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.837 INFO kablam! | Oct 22 02:09:25.837 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.837 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.837 INFO kablam! ... Oct 22 02:09:25.837 INFO kablam! 1691 | rt_alloc_excess_unused!(rt_pow2_512bytes_4align_alloc_excess_unused, 512, 4); Oct 22 02:09:25.837 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.837 INFO kablam! Oct 22 02:09:25.837 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.837 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.837 INFO kablam! | Oct 22 02:09:25.837 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.837 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.837 INFO kablam! ... Oct 22 02:09:25.837 INFO kablam! 1691 | rt_alloc_excess_unused!(rt_pow2_512bytes_4align_alloc_excess_unused, 512, 4); Oct 22 02:09:25.837 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.837 INFO kablam! | Oct 22 02:09:25.837 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.837 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.837 INFO kablam! | Oct 22 02:09:25.837 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.837 INFO kablam! | Oct 22 02:09:25.837 INFO kablam! Oct 22 02:09:25.840 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.841 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.841 INFO kablam! | Oct 22 02:09:25.841 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.841 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.841 INFO kablam! ... Oct 22 02:09:25.841 INFO kablam! 1704 | rt_alloc_excess_unused!(rt_pow2_1024bytes_4align_alloc_excess_unused, 1024, 4); Oct 22 02:09:25.841 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.841 INFO kablam! Oct 22 02:09:25.841 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.841 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.841 INFO kablam! | Oct 22 02:09:25.841 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.841 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.841 INFO kablam! ... Oct 22 02:09:25.841 INFO kablam! 1704 | rt_alloc_excess_unused!(rt_pow2_1024bytes_4align_alloc_excess_unused, 1024, 4); Oct 22 02:09:25.841 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.841 INFO kablam! | Oct 22 02:09:25.841 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.841 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.841 INFO kablam! | Oct 22 02:09:25.841 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.841 INFO kablam! | Oct 22 02:09:25.841 INFO kablam! Oct 22 02:09:25.841 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.841 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.841 INFO kablam! | Oct 22 02:09:25.841 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.841 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.841 INFO kablam! ... Oct 22 02:09:25.841 INFO kablam! 1717 | rt_alloc_excess_unused!(rt_pow2_2048bytes_4align_alloc_excess_unused, 2048, 4); Oct 22 02:09:25.841 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.841 INFO kablam! Oct 22 02:09:25.844 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.844 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.844 INFO kablam! | Oct 22 02:09:25.844 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.844 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.844 INFO kablam! ... Oct 22 02:09:25.844 INFO kablam! 1717 | rt_alloc_excess_unused!(rt_pow2_2048bytes_4align_alloc_excess_unused, 2048, 4); Oct 22 02:09:25.844 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.844 INFO kablam! | Oct 22 02:09:25.844 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.844 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.844 INFO kablam! | Oct 22 02:09:25.844 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.844 INFO kablam! | Oct 22 02:09:25.844 INFO kablam! Oct 22 02:09:25.844 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.844 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.844 INFO kablam! | Oct 22 02:09:25.844 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.844 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.844 INFO kablam! ... Oct 22 02:09:25.844 INFO kablam! 1730 | rt_alloc_excess_unused!(rt_pow2_4096bytes_4align_alloc_excess_unused, 4096, 4); Oct 22 02:09:25.844 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.844 INFO kablam! Oct 22 02:09:25.844 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.844 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.844 INFO kablam! | Oct 22 02:09:25.844 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.844 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.844 INFO kablam! ... Oct 22 02:09:25.844 INFO kablam! 1730 | rt_alloc_excess_unused!(rt_pow2_4096bytes_4align_alloc_excess_unused, 4096, 4); Oct 22 02:09:25.844 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.844 INFO kablam! | Oct 22 02:09:25.844 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.844 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.844 INFO kablam! | Oct 22 02:09:25.844 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.844 INFO kablam! | Oct 22 02:09:25.845 INFO kablam! Oct 22 02:09:25.845 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.845 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.845 INFO kablam! | Oct 22 02:09:25.845 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.845 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.845 INFO kablam! ... Oct 22 02:09:25.845 INFO kablam! 1743 | rt_alloc_excess_unused!(rt_pow2_8192bytes_4align_alloc_excess_unused, 8192, 4); Oct 22 02:09:25.845 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.845 INFO kablam! Oct 22 02:09:25.845 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.845 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.845 INFO kablam! | Oct 22 02:09:25.845 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.845 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.845 INFO kablam! ... Oct 22 02:09:25.845 INFO kablam! 1743 | rt_alloc_excess_unused!(rt_pow2_8192bytes_4align_alloc_excess_unused, 8192, 4); Oct 22 02:09:25.845 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.845 INFO kablam! | Oct 22 02:09:25.845 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.845 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.845 INFO kablam! | Oct 22 02:09:25.845 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.845 INFO kablam! | Oct 22 02:09:25.845 INFO kablam! Oct 22 02:09:25.846 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.846 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.846 INFO kablam! | Oct 22 02:09:25.846 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.846 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.846 INFO kablam! ... Oct 22 02:09:25.846 INFO kablam! 1756 | rt_alloc_excess_unused!(rt_pow2_16384bytes_4align_alloc_excess_unused, 16384, 4); Oct 22 02:09:25.846 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.846 INFO kablam! Oct 22 02:09:25.846 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.846 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.846 INFO kablam! | Oct 22 02:09:25.846 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.846 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.846 INFO kablam! ... Oct 22 02:09:25.846 INFO kablam! 1756 | rt_alloc_excess_unused!(rt_pow2_16384bytes_4align_alloc_excess_unused, 16384, 4); Oct 22 02:09:25.846 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.846 INFO kablam! | Oct 22 02:09:25.846 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.846 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.846 INFO kablam! | Oct 22 02:09:25.846 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.846 INFO kablam! | Oct 22 02:09:25.846 INFO kablam! Oct 22 02:09:25.846 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.846 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.846 INFO kablam! | Oct 22 02:09:25.846 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.846 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.846 INFO kablam! ... Oct 22 02:09:25.846 INFO kablam! 1769 | rt_alloc_excess_unused!(rt_pow2_32768bytes_4align_alloc_excess_unused, 32768, 4); Oct 22 02:09:25.846 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.846 INFO kablam! Oct 22 02:09:25.847 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.847 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.847 INFO kablam! | Oct 22 02:09:25.847 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.847 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.847 INFO kablam! ... Oct 22 02:09:25.847 INFO kablam! 1769 | rt_alloc_excess_unused!(rt_pow2_32768bytes_4align_alloc_excess_unused, 32768, 4); Oct 22 02:09:25.847 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.847 INFO kablam! | Oct 22 02:09:25.847 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.847 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.847 INFO kablam! | Oct 22 02:09:25.847 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.847 INFO kablam! | Oct 22 02:09:25.847 INFO kablam! Oct 22 02:09:25.848 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.848 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.848 INFO kablam! | Oct 22 02:09:25.848 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.848 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.848 INFO kablam! ... Oct 22 02:09:25.848 INFO kablam! 1782 | rt_alloc_excess_unused!(rt_pow2_65536bytes_4align_alloc_excess_unused, 65536, 4); Oct 22 02:09:25.848 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.848 INFO kablam! Oct 22 02:09:25.849 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.849 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.849 INFO kablam! | Oct 22 02:09:25.849 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.849 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.849 INFO kablam! ... Oct 22 02:09:25.849 INFO kablam! 1782 | rt_alloc_excess_unused!(rt_pow2_65536bytes_4align_alloc_excess_unused, 65536, 4); Oct 22 02:09:25.849 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.849 INFO kablam! | Oct 22 02:09:25.849 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.849 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.849 INFO kablam! | Oct 22 02:09:25.849 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.849 INFO kablam! | Oct 22 02:09:25.849 INFO kablam! Oct 22 02:09:25.851 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.851 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.851 INFO kablam! | Oct 22 02:09:25.851 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.851 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.851 INFO kablam! ... Oct 22 02:09:25.851 INFO kablam! 1795 | rt_alloc_excess_unused!(rt_pow2_131072bytes_4align_alloc_excess_unused, 131072, 4); Oct 22 02:09:25.851 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.851 INFO kablam! Oct 22 02:09:25.851 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.851 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.851 INFO kablam! | Oct 22 02:09:25.851 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.851 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.851 INFO kablam! ... Oct 22 02:09:25.851 INFO kablam! 1795 | rt_alloc_excess_unused!(rt_pow2_131072bytes_4align_alloc_excess_unused, 131072, 4); Oct 22 02:09:25.851 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.851 INFO kablam! | Oct 22 02:09:25.851 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.851 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.851 INFO kablam! | Oct 22 02:09:25.851 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.851 INFO kablam! | Oct 22 02:09:25.851 INFO kablam! Oct 22 02:09:25.852 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.852 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.852 INFO kablam! | Oct 22 02:09:25.852 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.852 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.852 INFO kablam! ... Oct 22 02:09:25.852 INFO kablam! 1808 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_4align_alloc_excess_unused, 4194304, 4); Oct 22 02:09:25.852 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.852 INFO kablam! Oct 22 02:09:25.852 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.852 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.852 INFO kablam! | Oct 22 02:09:25.852 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.852 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.852 INFO kablam! ... Oct 22 02:09:25.852 INFO kablam! 1808 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_4align_alloc_excess_unused, 4194304, 4); Oct 22 02:09:25.852 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.852 INFO kablam! | Oct 22 02:09:25.852 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.852 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.852 INFO kablam! | Oct 22 02:09:25.852 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.852 INFO kablam! | Oct 22 02:09:25.852 INFO kablam! Oct 22 02:09:25.853 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.853 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.853 INFO kablam! | Oct 22 02:09:25.853 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.853 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.853 INFO kablam! ... Oct 22 02:09:25.853 INFO kablam! 1822 | rt_alloc_excess_unused!(rt_even_10bytes_4align_alloc_excess_unused, 10, 4); Oct 22 02:09:25.853 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.853 INFO kablam! Oct 22 02:09:25.854 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.854 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.854 INFO kablam! | Oct 22 02:09:25.854 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.854 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.854 INFO kablam! ... Oct 22 02:09:25.854 INFO kablam! 1822 | rt_alloc_excess_unused!(rt_even_10bytes_4align_alloc_excess_unused, 10, 4); Oct 22 02:09:25.854 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.854 INFO kablam! | Oct 22 02:09:25.854 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.854 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.854 INFO kablam! | Oct 22 02:09:25.854 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.854 INFO kablam! | Oct 22 02:09:25.854 INFO kablam! Oct 22 02:09:25.855 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.855 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.855 INFO kablam! | Oct 22 02:09:25.855 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.855 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.855 INFO kablam! ... Oct 22 02:09:25.855 INFO kablam! 1835 | rt_alloc_excess_unused!(rt_even_100bytes_4align_alloc_excess_unused, 100, 4); Oct 22 02:09:25.855 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.855 INFO kablam! Oct 22 02:09:25.856 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.856 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.856 INFO kablam! | Oct 22 02:09:25.856 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.856 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.856 INFO kablam! ... Oct 22 02:09:25.856 INFO kablam! 1835 | rt_alloc_excess_unused!(rt_even_100bytes_4align_alloc_excess_unused, 100, 4); Oct 22 02:09:25.856 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.856 INFO kablam! | Oct 22 02:09:25.856 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.856 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.856 INFO kablam! | Oct 22 02:09:25.856 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.856 INFO kablam! | Oct 22 02:09:25.856 INFO kablam! Oct 22 02:09:25.857 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.857 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.857 INFO kablam! | Oct 22 02:09:25.857 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.857 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.857 INFO kablam! ... Oct 22 02:09:25.857 INFO kablam! 1848 | rt_alloc_excess_unused!(rt_even_1000bytes_4align_alloc_excess_unused, 1000, 4); Oct 22 02:09:25.857 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.857 INFO kablam! Oct 22 02:09:25.864 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.865 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.865 INFO kablam! | Oct 22 02:09:25.865 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.865 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.865 INFO kablam! ... Oct 22 02:09:25.865 INFO kablam! 1848 | rt_alloc_excess_unused!(rt_even_1000bytes_4align_alloc_excess_unused, 1000, 4); Oct 22 02:09:25.865 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.865 INFO kablam! | Oct 22 02:09:25.865 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.865 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.865 INFO kablam! | Oct 22 02:09:25.865 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.865 INFO kablam! | Oct 22 02:09:25.865 INFO kablam! Oct 22 02:09:25.865 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.865 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.865 INFO kablam! | Oct 22 02:09:25.865 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.865 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.865 INFO kablam! ... Oct 22 02:09:25.865 INFO kablam! 1861 | rt_alloc_excess_unused!(rt_even_10000bytes_4align_alloc_excess_unused, 10000, 4); Oct 22 02:09:25.865 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.865 INFO kablam! Oct 22 02:09:25.865 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.865 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.865 INFO kablam! | Oct 22 02:09:25.865 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.865 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.865 INFO kablam! ... Oct 22 02:09:25.865 INFO kablam! 1861 | rt_alloc_excess_unused!(rt_even_10000bytes_4align_alloc_excess_unused, 10000, 4); Oct 22 02:09:25.865 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.865 INFO kablam! | Oct 22 02:09:25.865 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.865 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.865 INFO kablam! | Oct 22 02:09:25.865 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.865 INFO kablam! | Oct 22 02:09:25.865 INFO kablam! Oct 22 02:09:25.865 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.865 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.865 INFO kablam! | Oct 22 02:09:25.865 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.865 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.866 INFO kablam! ... Oct 22 02:09:25.866 INFO kablam! 1874 | rt_alloc_excess_unused!(rt_even_100000bytes_4align_alloc_excess_unused, 100000, 4); Oct 22 02:09:25.866 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.866 INFO kablam! Oct 22 02:09:25.866 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.866 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.866 INFO kablam! | Oct 22 02:09:25.866 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.866 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.866 INFO kablam! ... Oct 22 02:09:25.866 INFO kablam! 1874 | rt_alloc_excess_unused!(rt_even_100000bytes_4align_alloc_excess_unused, 100000, 4); Oct 22 02:09:25.866 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.866 INFO kablam! | Oct 22 02:09:25.866 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.866 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.866 INFO kablam! | Oct 22 02:09:25.866 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.866 INFO kablam! | Oct 22 02:09:25.866 INFO kablam! Oct 22 02:09:25.866 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.866 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.866 INFO kablam! | Oct 22 02:09:25.866 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.866 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.866 INFO kablam! ... Oct 22 02:09:25.866 INFO kablam! 1887 | rt_alloc_excess_unused!(rt_even_1000000bytes_4align_alloc_excess_unused, 1000000, 4); Oct 22 02:09:25.866 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.866 INFO kablam! Oct 22 02:09:25.866 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.866 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.866 INFO kablam! | Oct 22 02:09:25.866 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.866 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.866 INFO kablam! ... Oct 22 02:09:25.866 INFO kablam! 1887 | rt_alloc_excess_unused!(rt_even_1000000bytes_4align_alloc_excess_unused, 1000000, 4); Oct 22 02:09:25.866 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.866 INFO kablam! | Oct 22 02:09:25.866 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.866 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.866 INFO kablam! | Oct 22 02:09:25.866 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.866 INFO kablam! | Oct 22 02:09:25.866 INFO kablam! Oct 22 02:09:25.866 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.866 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.866 INFO kablam! | Oct 22 02:09:25.866 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.866 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.866 INFO kablam! ... Oct 22 02:09:25.866 INFO kablam! 1901 | rt_alloc_excess_unused!(rt_odd_10bytes_4align_alloc_excess_unused, 10- 1, 4); Oct 22 02:09:25.866 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.866 INFO kablam! Oct 22 02:09:25.866 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.866 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.866 INFO kablam! | Oct 22 02:09:25.866 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.866 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.866 INFO kablam! ... Oct 22 02:09:25.866 INFO kablam! 1901 | rt_alloc_excess_unused!(rt_odd_10bytes_4align_alloc_excess_unused, 10- 1, 4); Oct 22 02:09:25.866 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.866 INFO kablam! | Oct 22 02:09:25.866 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.866 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.866 INFO kablam! | Oct 22 02:09:25.866 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.866 INFO kablam! | Oct 22 02:09:25.866 INFO kablam! Oct 22 02:09:25.866 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.866 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.866 INFO kablam! | Oct 22 02:09:25.866 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.866 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.866 INFO kablam! ... Oct 22 02:09:25.866 INFO kablam! 1914 | rt_alloc_excess_unused!(rt_odd_100bytes_4align_alloc_excess_unused, 100- 1, 4); Oct 22 02:09:25.866 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.866 INFO kablam! Oct 22 02:09:25.866 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.866 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.867 INFO kablam! | Oct 22 02:09:25.867 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.867 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.867 INFO kablam! ... Oct 22 02:09:25.867 INFO kablam! 1914 | rt_alloc_excess_unused!(rt_odd_100bytes_4align_alloc_excess_unused, 100- 1, 4); Oct 22 02:09:25.867 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.867 INFO kablam! | Oct 22 02:09:25.867 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.867 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.867 INFO kablam! | Oct 22 02:09:25.867 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.867 INFO kablam! | Oct 22 02:09:25.867 INFO kablam! Oct 22 02:09:25.867 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.867 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.867 INFO kablam! | Oct 22 02:09:25.867 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.867 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.867 INFO kablam! ... Oct 22 02:09:25.867 INFO kablam! 1927 | rt_alloc_excess_unused!(rt_odd_1000bytes_4align_alloc_excess_unused, 1000- 1, 4); Oct 22 02:09:25.867 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.867 INFO kablam! Oct 22 02:09:25.867 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.867 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.867 INFO kablam! | Oct 22 02:09:25.867 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.867 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.867 INFO kablam! ... Oct 22 02:09:25.867 INFO kablam! 1927 | rt_alloc_excess_unused!(rt_odd_1000bytes_4align_alloc_excess_unused, 1000- 1, 4); Oct 22 02:09:25.867 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.867 INFO kablam! | Oct 22 02:09:25.867 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.867 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.867 INFO kablam! | Oct 22 02:09:25.867 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.867 INFO kablam! | Oct 22 02:09:25.867 INFO kablam! Oct 22 02:09:25.867 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.867 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.867 INFO kablam! | Oct 22 02:09:25.867 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.867 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.867 INFO kablam! ... Oct 22 02:09:25.867 INFO kablam! 1940 | rt_alloc_excess_unused!(rt_odd_10000bytes_4align_alloc_excess_unused, 10000- 1, 4); Oct 22 02:09:25.867 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.867 INFO kablam! Oct 22 02:09:25.872 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.873 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.873 INFO kablam! | Oct 22 02:09:25.873 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.873 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.873 INFO kablam! ... Oct 22 02:09:25.873 INFO kablam! 1940 | rt_alloc_excess_unused!(rt_odd_10000bytes_4align_alloc_excess_unused, 10000- 1, 4); Oct 22 02:09:25.873 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.873 INFO kablam! | Oct 22 02:09:25.873 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.873 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.873 INFO kablam! | Oct 22 02:09:25.873 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.873 INFO kablam! | Oct 22 02:09:25.873 INFO kablam! Oct 22 02:09:25.873 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.873 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.873 INFO kablam! | Oct 22 02:09:25.873 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.873 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.873 INFO kablam! ... Oct 22 02:09:25.873 INFO kablam! 1953 | rt_alloc_excess_unused!(rt_odd_100000bytes_4align_alloc_excess_unused, 100000- 1, 4); Oct 22 02:09:25.873 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.873 INFO kablam! Oct 22 02:09:25.873 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.873 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.873 INFO kablam! | Oct 22 02:09:25.873 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.873 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.873 INFO kablam! ... Oct 22 02:09:25.873 INFO kablam! 1953 | rt_alloc_excess_unused!(rt_odd_100000bytes_4align_alloc_excess_unused, 100000- 1, 4); Oct 22 02:09:25.873 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.873 INFO kablam! | Oct 22 02:09:25.873 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.873 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.873 INFO kablam! | Oct 22 02:09:25.873 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.873 INFO kablam! | Oct 22 02:09:25.873 INFO kablam! Oct 22 02:09:25.873 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.873 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.873 INFO kablam! | Oct 22 02:09:25.873 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.873 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.873 INFO kablam! ... Oct 22 02:09:25.873 INFO kablam! 1966 | rt_alloc_excess_unused!(rt_odd_1000000bytes_4align_alloc_excess_unused, 1000000- 1, 4); Oct 22 02:09:25.873 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.873 INFO kablam! Oct 22 02:09:25.873 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.873 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.873 INFO kablam! | Oct 22 02:09:25.873 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.873 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.873 INFO kablam! ... Oct 22 02:09:25.873 INFO kablam! 1966 | rt_alloc_excess_unused!(rt_odd_1000000bytes_4align_alloc_excess_unused, 1000000- 1, 4); Oct 22 02:09:25.873 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.873 INFO kablam! | Oct 22 02:09:25.873 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.873 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.873 INFO kablam! | Oct 22 02:09:25.873 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.874 INFO kablam! | Oct 22 02:09:25.874 INFO kablam! Oct 22 02:09:25.874 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.874 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.874 INFO kablam! | Oct 22 02:09:25.874 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.874 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.874 INFO kablam! ... Oct 22 02:09:25.874 INFO kablam! 1980 | rt_alloc_excess_unused!(rt_primes_3bytes_4align_alloc_excess_unused, 3, 4); Oct 22 02:09:25.874 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.874 INFO kablam! Oct 22 02:09:25.874 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.874 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.874 INFO kablam! | Oct 22 02:09:25.874 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.874 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.874 INFO kablam! ... Oct 22 02:09:25.874 INFO kablam! 1980 | rt_alloc_excess_unused!(rt_primes_3bytes_4align_alloc_excess_unused, 3, 4); Oct 22 02:09:25.874 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.874 INFO kablam! | Oct 22 02:09:25.874 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.874 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.874 INFO kablam! | Oct 22 02:09:25.874 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.874 INFO kablam! | Oct 22 02:09:25.874 INFO kablam! Oct 22 02:09:25.874 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.874 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.874 INFO kablam! | Oct 22 02:09:25.874 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.874 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.874 INFO kablam! ... Oct 22 02:09:25.874 INFO kablam! 1993 | rt_alloc_excess_unused!(rt_primes_7bytes_4align_alloc_excess_unused, 7, 4); Oct 22 02:09:25.874 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.874 INFO kablam! Oct 22 02:09:25.876 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.876 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.876 INFO kablam! | Oct 22 02:09:25.876 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.876 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.876 INFO kablam! ... Oct 22 02:09:25.876 INFO kablam! 1993 | rt_alloc_excess_unused!(rt_primes_7bytes_4align_alloc_excess_unused, 7, 4); Oct 22 02:09:25.876 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.876 INFO kablam! | Oct 22 02:09:25.876 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.876 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.876 INFO kablam! | Oct 22 02:09:25.876 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.876 INFO kablam! | Oct 22 02:09:25.876 INFO kablam! Oct 22 02:09:25.876 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.876 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.876 INFO kablam! | Oct 22 02:09:25.876 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.876 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.876 INFO kablam! ... Oct 22 02:09:25.877 INFO kablam! 2006 | rt_alloc_excess_unused!(rt_primes_13bytes_4align_alloc_excess_unused, 13, 4); Oct 22 02:09:25.877 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.877 INFO kablam! Oct 22 02:09:25.877 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.877 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.877 INFO kablam! | Oct 22 02:09:25.877 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.877 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.877 INFO kablam! ... Oct 22 02:09:25.877 INFO kablam! 2006 | rt_alloc_excess_unused!(rt_primes_13bytes_4align_alloc_excess_unused, 13, 4); Oct 22 02:09:25.877 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.877 INFO kablam! | Oct 22 02:09:25.877 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.877 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.877 INFO kablam! | Oct 22 02:09:25.877 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.877 INFO kablam! | Oct 22 02:09:25.877 INFO kablam! Oct 22 02:09:25.877 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.877 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.877 INFO kablam! | Oct 22 02:09:25.877 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.877 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.877 INFO kablam! ... Oct 22 02:09:25.877 INFO kablam! 2019 | rt_alloc_excess_unused!(rt_primes_17bytes_4align_alloc_excess_unused, 17, 4); Oct 22 02:09:25.877 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.877 INFO kablam! Oct 22 02:09:25.879 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.879 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.880 INFO kablam! | Oct 22 02:09:25.880 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.880 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.880 INFO kablam! ... Oct 22 02:09:25.880 INFO kablam! 2019 | rt_alloc_excess_unused!(rt_primes_17bytes_4align_alloc_excess_unused, 17, 4); Oct 22 02:09:25.880 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.880 INFO kablam! | Oct 22 02:09:25.880 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.880 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.880 INFO kablam! | Oct 22 02:09:25.880 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.880 INFO kablam! | Oct 22 02:09:25.880 INFO kablam! Oct 22 02:09:25.880 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.881 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.881 INFO kablam! | Oct 22 02:09:25.881 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.881 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.881 INFO kablam! ... Oct 22 02:09:25.881 INFO kablam! 2032 | rt_alloc_excess_unused!(rt_primes_31bytes_4align_alloc_excess_unused, 31, 4); Oct 22 02:09:25.881 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.881 INFO kablam! Oct 22 02:09:25.881 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.881 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.881 INFO kablam! | Oct 22 02:09:25.881 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.881 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.881 INFO kablam! ... Oct 22 02:09:25.881 INFO kablam! 2032 | rt_alloc_excess_unused!(rt_primes_31bytes_4align_alloc_excess_unused, 31, 4); Oct 22 02:09:25.881 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.881 INFO kablam! | Oct 22 02:09:25.881 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.881 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.881 INFO kablam! | Oct 22 02:09:25.881 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.881 INFO kablam! | Oct 22 02:09:25.881 INFO kablam! Oct 22 02:09:25.882 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.882 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.882 INFO kablam! | Oct 22 02:09:25.882 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.882 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.882 INFO kablam! ... Oct 22 02:09:25.882 INFO kablam! 2045 | rt_alloc_excess_unused!(rt_primes_61bytes_4align_alloc_excess_unused, 61, 4); Oct 22 02:09:25.882 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.882 INFO kablam! Oct 22 02:09:25.883 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.883 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.883 INFO kablam! | Oct 22 02:09:25.883 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.883 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.883 INFO kablam! ... Oct 22 02:09:25.883 INFO kablam! 2045 | rt_alloc_excess_unused!(rt_primes_61bytes_4align_alloc_excess_unused, 61, 4); Oct 22 02:09:25.883 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.883 INFO kablam! | Oct 22 02:09:25.883 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.883 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.883 INFO kablam! | Oct 22 02:09:25.883 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.883 INFO kablam! | Oct 22 02:09:25.883 INFO kablam! Oct 22 02:09:25.884 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.884 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.884 INFO kablam! | Oct 22 02:09:25.884 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.884 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.884 INFO kablam! ... Oct 22 02:09:25.884 INFO kablam! 2058 | rt_alloc_excess_unused!(rt_primes_96bytes_4align_alloc_excess_unused, 96, 4); Oct 22 02:09:25.884 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.884 INFO kablam! Oct 22 02:09:25.885 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.885 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.885 INFO kablam! | Oct 22 02:09:25.885 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.885 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.885 INFO kablam! ... Oct 22 02:09:25.885 INFO kablam! 2058 | rt_alloc_excess_unused!(rt_primes_96bytes_4align_alloc_excess_unused, 96, 4); Oct 22 02:09:25.885 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.885 INFO kablam! | Oct 22 02:09:25.885 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.885 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.885 INFO kablam! | Oct 22 02:09:25.885 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.885 INFO kablam! | Oct 22 02:09:25.885 INFO kablam! Oct 22 02:09:25.885 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.886 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.886 INFO kablam! | Oct 22 02:09:25.886 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.886 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.886 INFO kablam! ... Oct 22 02:09:25.886 INFO kablam! 2071 | rt_alloc_excess_unused!(rt_primes_127bytes_4align_alloc_excess_unused, 127, 4); Oct 22 02:09:25.886 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.886 INFO kablam! Oct 22 02:09:25.888 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.888 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.888 INFO kablam! | Oct 22 02:09:25.888 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.888 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.889 INFO kablam! ... Oct 22 02:09:25.889 INFO kablam! 2071 | rt_alloc_excess_unused!(rt_primes_127bytes_4align_alloc_excess_unused, 127, 4); Oct 22 02:09:25.889 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.889 INFO kablam! | Oct 22 02:09:25.889 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.889 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.889 INFO kablam! | Oct 22 02:09:25.889 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.889 INFO kablam! | Oct 22 02:09:25.889 INFO kablam! Oct 22 02:09:25.889 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.889 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.889 INFO kablam! | Oct 22 02:09:25.889 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.889 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.889 INFO kablam! ... Oct 22 02:09:25.889 INFO kablam! 2084 | rt_alloc_excess_unused!(rt_primes_257bytes_4align_alloc_excess_unused, 257, 4); Oct 22 02:09:25.889 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.889 INFO kablam! Oct 22 02:09:25.889 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.889 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.889 INFO kablam! | Oct 22 02:09:25.889 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.889 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.889 INFO kablam! ... Oct 22 02:09:25.889 INFO kablam! 2084 | rt_alloc_excess_unused!(rt_primes_257bytes_4align_alloc_excess_unused, 257, 4); Oct 22 02:09:25.889 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.889 INFO kablam! | Oct 22 02:09:25.889 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.889 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.889 INFO kablam! | Oct 22 02:09:25.889 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.889 INFO kablam! | Oct 22 02:09:25.889 INFO kablam! Oct 22 02:09:25.889 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.889 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.889 INFO kablam! | Oct 22 02:09:25.889 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.889 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.889 INFO kablam! ... Oct 22 02:09:25.889 INFO kablam! 2097 | rt_alloc_excess_unused!(rt_primes_509bytes_4align_alloc_excess_unused, 509, 4); Oct 22 02:09:25.889 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.889 INFO kablam! Oct 22 02:09:25.889 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.889 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.889 INFO kablam! | Oct 22 02:09:25.889 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.889 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.889 INFO kablam! ... Oct 22 02:09:25.889 INFO kablam! 2097 | rt_alloc_excess_unused!(rt_primes_509bytes_4align_alloc_excess_unused, 509, 4); Oct 22 02:09:25.889 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.889 INFO kablam! | Oct 22 02:09:25.889 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.889 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.889 INFO kablam! | Oct 22 02:09:25.889 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.889 INFO kablam! | Oct 22 02:09:25.889 INFO kablam! Oct 22 02:09:25.900 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.901 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.901 INFO kablam! | Oct 22 02:09:25.901 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.901 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.901 INFO kablam! ... Oct 22 02:09:25.901 INFO kablam! 2110 | rt_alloc_excess_unused!(rt_primes_1021bytes_4align_alloc_excess_unused, 1021, 4); Oct 22 02:09:25.901 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.901 INFO kablam! Oct 22 02:09:25.901 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.901 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.901 INFO kablam! | Oct 22 02:09:25.901 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.901 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.901 INFO kablam! ... Oct 22 02:09:25.901 INFO kablam! 2110 | rt_alloc_excess_unused!(rt_primes_1021bytes_4align_alloc_excess_unused, 1021, 4); Oct 22 02:09:25.901 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.901 INFO kablam! | Oct 22 02:09:25.901 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.901 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.901 INFO kablam! | Oct 22 02:09:25.901 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.901 INFO kablam! | Oct 22 02:09:25.901 INFO kablam! Oct 22 02:09:25.901 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.901 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.901 INFO kablam! | Oct 22 02:09:25.901 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.901 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.901 INFO kablam! ... Oct 22 02:09:25.901 INFO kablam! 2123 | rt_alloc_excess_unused!(rt_primes_2039bytes_4align_alloc_excess_unused, 2039, 4); Oct 22 02:09:25.901 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.901 INFO kablam! Oct 22 02:09:25.901 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.901 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.901 INFO kablam! | Oct 22 02:09:25.901 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.901 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.901 INFO kablam! ... Oct 22 02:09:25.901 INFO kablam! 2123 | rt_alloc_excess_unused!(rt_primes_2039bytes_4align_alloc_excess_unused, 2039, 4); Oct 22 02:09:25.901 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.901 INFO kablam! | Oct 22 02:09:25.901 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.901 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.901 INFO kablam! | Oct 22 02:09:25.901 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.901 INFO kablam! | Oct 22 02:09:25.901 INFO kablam! Oct 22 02:09:25.901 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.901 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.901 INFO kablam! | Oct 22 02:09:25.901 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.901 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.901 INFO kablam! ... Oct 22 02:09:25.901 INFO kablam! 2136 | rt_alloc_excess_unused!(rt_primes_4093bytes_4align_alloc_excess_unused, 4093, 4); Oct 22 02:09:25.901 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.901 INFO kablam! Oct 22 02:09:25.901 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.901 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.901 INFO kablam! | Oct 22 02:09:25.901 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.901 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.901 INFO kablam! ... Oct 22 02:09:25.901 INFO kablam! 2136 | rt_alloc_excess_unused!(rt_primes_4093bytes_4align_alloc_excess_unused, 4093, 4); Oct 22 02:09:25.901 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.901 INFO kablam! | Oct 22 02:09:25.901 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.901 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.901 INFO kablam! | Oct 22 02:09:25.901 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.901 INFO kablam! | Oct 22 02:09:25.901 INFO kablam! Oct 22 02:09:25.901 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.901 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.901 INFO kablam! | Oct 22 02:09:25.901 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.901 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.901 INFO kablam! ... Oct 22 02:09:25.901 INFO kablam! 2149 | rt_alloc_excess_unused!(rt_primes_8191bytes_4align_alloc_excess_unused, 8191, 4); Oct 22 02:09:25.901 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.901 INFO kablam! Oct 22 02:09:25.901 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.901 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.901 INFO kablam! | Oct 22 02:09:25.901 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.902 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.902 INFO kablam! ... Oct 22 02:09:25.902 INFO kablam! 2149 | rt_alloc_excess_unused!(rt_primes_8191bytes_4align_alloc_excess_unused, 8191, 4); Oct 22 02:09:25.902 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.902 INFO kablam! | Oct 22 02:09:25.902 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.902 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.902 INFO kablam! | Oct 22 02:09:25.902 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.902 INFO kablam! | Oct 22 02:09:25.902 INFO kablam! Oct 22 02:09:25.902 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.902 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.902 INFO kablam! | Oct 22 02:09:25.902 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.902 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.902 INFO kablam! ... Oct 22 02:09:25.902 INFO kablam! 2162 | rt_alloc_excess_unused!(rt_primes_16381bytes_4align_alloc_excess_unused, 16381, 4); Oct 22 02:09:25.902 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.902 INFO kablam! Oct 22 02:09:25.902 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.902 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.902 INFO kablam! | Oct 22 02:09:25.902 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.902 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.902 INFO kablam! ... Oct 22 02:09:25.902 INFO kablam! 2162 | rt_alloc_excess_unused!(rt_primes_16381bytes_4align_alloc_excess_unused, 16381, 4); Oct 22 02:09:25.902 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.902 INFO kablam! | Oct 22 02:09:25.902 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.902 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.902 INFO kablam! | Oct 22 02:09:25.902 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.902 INFO kablam! | Oct 22 02:09:25.902 INFO kablam! Oct 22 02:09:25.902 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.902 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.902 INFO kablam! | Oct 22 02:09:25.902 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.902 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.902 INFO kablam! ... Oct 22 02:09:25.902 INFO kablam! 2175 | rt_alloc_excess_unused!(rt_primes_32749bytes_4align_alloc_excess_unused, 32749, 4); Oct 22 02:09:25.902 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.902 INFO kablam! Oct 22 02:09:25.902 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.902 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.902 INFO kablam! | Oct 22 02:09:25.902 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.902 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.902 INFO kablam! ... Oct 22 02:09:25.902 INFO kablam! 2175 | rt_alloc_excess_unused!(rt_primes_32749bytes_4align_alloc_excess_unused, 32749, 4); Oct 22 02:09:25.902 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.902 INFO kablam! | Oct 22 02:09:25.902 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.902 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.902 INFO kablam! | Oct 22 02:09:25.902 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.902 INFO kablam! | Oct 22 02:09:25.902 INFO kablam! Oct 22 02:09:25.902 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.902 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.902 INFO kablam! | Oct 22 02:09:25.902 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.902 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.902 INFO kablam! ... Oct 22 02:09:25.902 INFO kablam! 2188 | rt_alloc_excess_unused!(rt_primes_65537bytes_4align_alloc_excess_unused, 65537, 4); Oct 22 02:09:25.902 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.902 INFO kablam! Oct 22 02:09:25.902 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.902 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.902 INFO kablam! | Oct 22 02:09:25.902 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.902 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.902 INFO kablam! ... Oct 22 02:09:25.902 INFO kablam! 2188 | rt_alloc_excess_unused!(rt_primes_65537bytes_4align_alloc_excess_unused, 65537, 4); Oct 22 02:09:25.902 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.902 INFO kablam! | Oct 22 02:09:25.902 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.902 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.902 INFO kablam! | Oct 22 02:09:25.902 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.902 INFO kablam! | Oct 22 02:09:25.902 INFO kablam! Oct 22 02:09:25.903 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.903 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.903 INFO kablam! | Oct 22 02:09:25.903 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.903 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.903 INFO kablam! ... Oct 22 02:09:25.903 INFO kablam! 2201 | rt_alloc_excess_unused!(rt_primes_131071bytes_4align_alloc_excess_unused, 131071, 4); Oct 22 02:09:25.903 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.903 INFO kablam! Oct 22 02:09:25.903 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.903 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.903 INFO kablam! | Oct 22 02:09:25.903 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.903 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.903 INFO kablam! ... Oct 22 02:09:25.903 INFO kablam! 2201 | rt_alloc_excess_unused!(rt_primes_131071bytes_4align_alloc_excess_unused, 131071, 4); Oct 22 02:09:25.903 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.903 INFO kablam! | Oct 22 02:09:25.903 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.903 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.903 INFO kablam! | Oct 22 02:09:25.903 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.903 INFO kablam! | Oct 22 02:09:25.903 INFO kablam! Oct 22 02:09:25.904 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.904 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.904 INFO kablam! | Oct 22 02:09:25.904 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.904 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.904 INFO kablam! ... Oct 22 02:09:25.904 INFO kablam! 2214 | rt_alloc_excess_unused!(rt_primes_4194301bytes_4align_alloc_excess_unused, 4194301, 4); Oct 22 02:09:25.904 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.904 INFO kablam! Oct 22 02:09:25.904 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.904 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.904 INFO kablam! | Oct 22 02:09:25.904 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.904 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.904 INFO kablam! ... Oct 22 02:09:25.904 INFO kablam! 2214 | rt_alloc_excess_unused!(rt_primes_4194301bytes_4align_alloc_excess_unused, 4194301, 4); Oct 22 02:09:25.904 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.904 INFO kablam! | Oct 22 02:09:25.904 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.904 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.904 INFO kablam! | Oct 22 02:09:25.904 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.904 INFO kablam! | Oct 22 02:09:25.904 INFO kablam! Oct 22 02:09:25.904 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.904 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.904 INFO kablam! | Oct 22 02:09:25.904 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.904 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.904 INFO kablam! ... Oct 22 02:09:25.904 INFO kablam! 2230 | rt_alloc_excess_unused!(rt_pow2_1bytes_8align_alloc_excess_unused, 1, 8); Oct 22 02:09:25.904 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.904 INFO kablam! Oct 22 02:09:25.904 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.904 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.904 INFO kablam! | Oct 22 02:09:25.904 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.905 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.905 INFO kablam! ... Oct 22 02:09:25.905 INFO kablam! 2230 | rt_alloc_excess_unused!(rt_pow2_1bytes_8align_alloc_excess_unused, 1, 8); Oct 22 02:09:25.905 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.905 INFO kablam! | Oct 22 02:09:25.905 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.905 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.905 INFO kablam! | Oct 22 02:09:25.905 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.905 INFO kablam! | Oct 22 02:09:25.905 INFO kablam! Oct 22 02:09:25.905 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.905 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.905 INFO kablam! | Oct 22 02:09:25.905 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.905 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.905 INFO kablam! ... Oct 22 02:09:25.905 INFO kablam! 2243 | rt_alloc_excess_unused!(rt_pow2_2bytes_8align_alloc_excess_unused, 2, 8); Oct 22 02:09:25.905 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.905 INFO kablam! Oct 22 02:09:25.905 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.905 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.905 INFO kablam! | Oct 22 02:09:25.905 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.905 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.905 INFO kablam! ... Oct 22 02:09:25.905 INFO kablam! 2243 | rt_alloc_excess_unused!(rt_pow2_2bytes_8align_alloc_excess_unused, 2, 8); Oct 22 02:09:25.905 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.905 INFO kablam! | Oct 22 02:09:25.906 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.906 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.906 INFO kablam! | Oct 22 02:09:25.906 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.906 INFO kablam! | Oct 22 02:09:25.906 INFO kablam! Oct 22 02:09:25.906 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.906 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.906 INFO kablam! | Oct 22 02:09:25.906 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.906 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.906 INFO kablam! ... Oct 22 02:09:25.906 INFO kablam! 2256 | rt_alloc_excess_unused!(rt_pow2_4bytes_8align_alloc_excess_unused, 4, 8); Oct 22 02:09:25.906 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.906 INFO kablam! Oct 22 02:09:25.908 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.908 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.908 INFO kablam! | Oct 22 02:09:25.908 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.908 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.908 INFO kablam! ... Oct 22 02:09:25.908 INFO kablam! 2256 | rt_alloc_excess_unused!(rt_pow2_4bytes_8align_alloc_excess_unused, 4, 8); Oct 22 02:09:25.908 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.908 INFO kablam! | Oct 22 02:09:25.908 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.908 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.908 INFO kablam! | Oct 22 02:09:25.908 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.908 INFO kablam! | Oct 22 02:09:25.908 INFO kablam! Oct 22 02:09:25.908 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.908 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.908 INFO kablam! | Oct 22 02:09:25.908 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.908 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.908 INFO kablam! ... Oct 22 02:09:25.908 INFO kablam! 2269 | rt_alloc_excess_unused!(rt_pow2_8bytes_8align_alloc_excess_unused, 8, 8); Oct 22 02:09:25.908 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.908 INFO kablam! Oct 22 02:09:25.909 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.909 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.909 INFO kablam! | Oct 22 02:09:25.909 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.909 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.909 INFO kablam! ... Oct 22 02:09:25.909 INFO kablam! 2269 | rt_alloc_excess_unused!(rt_pow2_8bytes_8align_alloc_excess_unused, 8, 8); Oct 22 02:09:25.909 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.909 INFO kablam! | Oct 22 02:09:25.909 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.909 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.909 INFO kablam! | Oct 22 02:09:25.909 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.909 INFO kablam! | Oct 22 02:09:25.909 INFO kablam! Oct 22 02:09:25.910 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.910 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.910 INFO kablam! | Oct 22 02:09:25.910 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.910 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.910 INFO kablam! ... Oct 22 02:09:25.910 INFO kablam! 2282 | rt_alloc_excess_unused!(rt_pow2_16bytes_8align_alloc_excess_unused, 16, 8); Oct 22 02:09:25.910 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.910 INFO kablam! Oct 22 02:09:25.910 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.910 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.910 INFO kablam! | Oct 22 02:09:25.910 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.910 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.910 INFO kablam! ... Oct 22 02:09:25.910 INFO kablam! 2282 | rt_alloc_excess_unused!(rt_pow2_16bytes_8align_alloc_excess_unused, 16, 8); Oct 22 02:09:25.910 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.910 INFO kablam! | Oct 22 02:09:25.910 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.910 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.910 INFO kablam! | Oct 22 02:09:25.910 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.910 INFO kablam! | Oct 22 02:09:25.910 INFO kablam! Oct 22 02:09:25.911 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.911 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.911 INFO kablam! | Oct 22 02:09:25.911 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.911 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.911 INFO kablam! ... Oct 22 02:09:25.911 INFO kablam! 2295 | rt_alloc_excess_unused!(rt_pow2_32bytes_8align_alloc_excess_unused, 32, 8); Oct 22 02:09:25.911 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.911 INFO kablam! Oct 22 02:09:25.912 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.912 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.912 INFO kablam! | Oct 22 02:09:25.912 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.912 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.912 INFO kablam! ... Oct 22 02:09:25.912 INFO kablam! 2295 | rt_alloc_excess_unused!(rt_pow2_32bytes_8align_alloc_excess_unused, 32, 8); Oct 22 02:09:25.912 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.912 INFO kablam! | Oct 22 02:09:25.912 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.912 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.912 INFO kablam! | Oct 22 02:09:25.912 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.912 INFO kablam! | Oct 22 02:09:25.912 INFO kablam! Oct 22 02:09:25.913 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.913 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.913 INFO kablam! | Oct 22 02:09:25.913 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.913 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.913 INFO kablam! ... Oct 22 02:09:25.913 INFO kablam! 2308 | rt_alloc_excess_unused!(rt_pow2_64bytes_8align_alloc_excess_unused, 64, 8); Oct 22 02:09:25.913 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.913 INFO kablam! Oct 22 02:09:25.913 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.913 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.913 INFO kablam! | Oct 22 02:09:25.913 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.913 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.913 INFO kablam! ... Oct 22 02:09:25.914 INFO kablam! 2308 | rt_alloc_excess_unused!(rt_pow2_64bytes_8align_alloc_excess_unused, 64, 8); Oct 22 02:09:25.914 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.914 INFO kablam! | Oct 22 02:09:25.914 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.914 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.914 INFO kablam! | Oct 22 02:09:25.914 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.914 INFO kablam! | Oct 22 02:09:25.914 INFO kablam! Oct 22 02:09:25.914 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.914 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.914 INFO kablam! | Oct 22 02:09:25.914 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.914 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.914 INFO kablam! ... Oct 22 02:09:25.914 INFO kablam! 2321 | rt_alloc_excess_unused!(rt_pow2_128bytes_8align_alloc_excess_unused, 128, 8); Oct 22 02:09:25.914 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.914 INFO kablam! Oct 22 02:09:25.915 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.915 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.915 INFO kablam! | Oct 22 02:09:25.915 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.915 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.915 INFO kablam! ... Oct 22 02:09:25.915 INFO kablam! 2321 | rt_alloc_excess_unused!(rt_pow2_128bytes_8align_alloc_excess_unused, 128, 8); Oct 22 02:09:25.915 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.915 INFO kablam! | Oct 22 02:09:25.915 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.915 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.915 INFO kablam! | Oct 22 02:09:25.915 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.915 INFO kablam! | Oct 22 02:09:25.915 INFO kablam! Oct 22 02:09:25.919 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.919 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.919 INFO kablam! | Oct 22 02:09:25.919 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.919 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.919 INFO kablam! ... Oct 22 02:09:25.919 INFO kablam! 2334 | rt_alloc_excess_unused!(rt_pow2_256bytes_8align_alloc_excess_unused, 256, 8); Oct 22 02:09:25.919 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.919 INFO kablam! Oct 22 02:09:25.924 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.924 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.924 INFO kablam! | Oct 22 02:09:25.924 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.924 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.924 INFO kablam! ... Oct 22 02:09:25.924 INFO kablam! 2334 | rt_alloc_excess_unused!(rt_pow2_256bytes_8align_alloc_excess_unused, 256, 8); Oct 22 02:09:25.924 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.924 INFO kablam! | Oct 22 02:09:25.924 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.924 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.924 INFO kablam! | Oct 22 02:09:25.924 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.924 INFO kablam! | Oct 22 02:09:25.924 INFO kablam! Oct 22 02:09:25.924 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.924 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.924 INFO kablam! | Oct 22 02:09:25.924 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.924 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.924 INFO kablam! ... Oct 22 02:09:25.924 INFO kablam! 2347 | rt_alloc_excess_unused!(rt_pow2_512bytes_8align_alloc_excess_unused, 512, 8); Oct 22 02:09:25.924 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.924 INFO kablam! Oct 22 02:09:25.924 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.924 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.924 INFO kablam! | Oct 22 02:09:25.924 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.924 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.924 INFO kablam! ... Oct 22 02:09:25.924 INFO kablam! 2347 | rt_alloc_excess_unused!(rt_pow2_512bytes_8align_alloc_excess_unused, 512, 8); Oct 22 02:09:25.924 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.924 INFO kablam! | Oct 22 02:09:25.924 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.924 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.924 INFO kablam! | Oct 22 02:09:25.924 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.924 INFO kablam! | Oct 22 02:09:25.924 INFO kablam! Oct 22 02:09:25.924 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.924 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.924 INFO kablam! | Oct 22 02:09:25.924 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.924 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.924 INFO kablam! ... Oct 22 02:09:25.925 INFO kablam! 2360 | rt_alloc_excess_unused!(rt_pow2_1024bytes_8align_alloc_excess_unused, 1024, 8); Oct 22 02:09:25.925 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.925 INFO kablam! Oct 22 02:09:25.925 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.925 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.925 INFO kablam! | Oct 22 02:09:25.925 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.925 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.925 INFO kablam! ... Oct 22 02:09:25.925 INFO kablam! 2360 | rt_alloc_excess_unused!(rt_pow2_1024bytes_8align_alloc_excess_unused, 1024, 8); Oct 22 02:09:25.925 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.925 INFO kablam! | Oct 22 02:09:25.925 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.925 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.925 INFO kablam! | Oct 22 02:09:25.925 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.925 INFO kablam! | Oct 22 02:09:25.925 INFO kablam! Oct 22 02:09:25.925 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.925 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.925 INFO kablam! | Oct 22 02:09:25.925 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.925 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.925 INFO kablam! ... Oct 22 02:09:25.925 INFO kablam! 2373 | rt_alloc_excess_unused!(rt_pow2_2048bytes_8align_alloc_excess_unused, 2048, 8); Oct 22 02:09:25.925 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.925 INFO kablam! Oct 22 02:09:25.928 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.928 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.928 INFO kablam! | Oct 22 02:09:25.928 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.928 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.928 INFO kablam! ... Oct 22 02:09:25.928 INFO kablam! 2373 | rt_alloc_excess_unused!(rt_pow2_2048bytes_8align_alloc_excess_unused, 2048, 8); Oct 22 02:09:25.928 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.928 INFO kablam! | Oct 22 02:09:25.928 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.928 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.928 INFO kablam! | Oct 22 02:09:25.928 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.928 INFO kablam! | Oct 22 02:09:25.928 INFO kablam! Oct 22 02:09:25.928 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.928 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.928 INFO kablam! | Oct 22 02:09:25.928 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.928 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.928 INFO kablam! ... Oct 22 02:09:25.928 INFO kablam! 2386 | rt_alloc_excess_unused!(rt_pow2_4096bytes_8align_alloc_excess_unused, 4096, 8); Oct 22 02:09:25.928 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.928 INFO kablam! Oct 22 02:09:25.928 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.928 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.928 INFO kablam! | Oct 22 02:09:25.928 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.928 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.928 INFO kablam! ... Oct 22 02:09:25.928 INFO kablam! 2386 | rt_alloc_excess_unused!(rt_pow2_4096bytes_8align_alloc_excess_unused, 4096, 8); Oct 22 02:09:25.928 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.928 INFO kablam! | Oct 22 02:09:25.928 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.928 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.928 INFO kablam! | Oct 22 02:09:25.928 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.928 INFO kablam! | Oct 22 02:09:25.928 INFO kablam! Oct 22 02:09:25.928 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.928 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.928 INFO kablam! | Oct 22 02:09:25.928 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.928 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.928 INFO kablam! ... Oct 22 02:09:25.928 INFO kablam! 2399 | rt_alloc_excess_unused!(rt_pow2_8192bytes_8align_alloc_excess_unused, 8192, 8); Oct 22 02:09:25.928 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.928 INFO kablam! Oct 22 02:09:25.928 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.928 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.929 INFO kablam! | Oct 22 02:09:25.929 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.929 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.929 INFO kablam! ... Oct 22 02:09:25.929 INFO kablam! 2399 | rt_alloc_excess_unused!(rt_pow2_8192bytes_8align_alloc_excess_unused, 8192, 8); Oct 22 02:09:25.929 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.929 INFO kablam! | Oct 22 02:09:25.929 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.929 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.929 INFO kablam! | Oct 22 02:09:25.929 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.929 INFO kablam! | Oct 22 02:09:25.929 INFO kablam! Oct 22 02:09:25.929 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.929 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.929 INFO kablam! | Oct 22 02:09:25.929 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.929 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.929 INFO kablam! ... Oct 22 02:09:25.929 INFO kablam! 2412 | rt_alloc_excess_unused!(rt_pow2_16384bytes_8align_alloc_excess_unused, 16384, 8); Oct 22 02:09:25.929 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.929 INFO kablam! Oct 22 02:09:25.929 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.929 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.929 INFO kablam! | Oct 22 02:09:25.929 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.929 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.929 INFO kablam! ... Oct 22 02:09:25.929 INFO kablam! 2412 | rt_alloc_excess_unused!(rt_pow2_16384bytes_8align_alloc_excess_unused, 16384, 8); Oct 22 02:09:25.929 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.929 INFO kablam! | Oct 22 02:09:25.929 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.929 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.929 INFO kablam! | Oct 22 02:09:25.929 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.929 INFO kablam! | Oct 22 02:09:25.929 INFO kablam! Oct 22 02:09:25.929 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.929 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.929 INFO kablam! | Oct 22 02:09:25.929 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.929 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.929 INFO kablam! ... Oct 22 02:09:25.929 INFO kablam! 2425 | rt_alloc_excess_unused!(rt_pow2_32768bytes_8align_alloc_excess_unused, 32768, 8); Oct 22 02:09:25.929 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.929 INFO kablam! Oct 22 02:09:25.934 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.934 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.934 INFO kablam! | Oct 22 02:09:25.934 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.934 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.934 INFO kablam! ... Oct 22 02:09:25.934 INFO kablam! 2425 | rt_alloc_excess_unused!(rt_pow2_32768bytes_8align_alloc_excess_unused, 32768, 8); Oct 22 02:09:25.934 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.934 INFO kablam! | Oct 22 02:09:25.934 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.934 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.934 INFO kablam! | Oct 22 02:09:25.934 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.934 INFO kablam! | Oct 22 02:09:25.934 INFO kablam! Oct 22 02:09:25.934 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.934 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.934 INFO kablam! | Oct 22 02:09:25.934 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.934 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.934 INFO kablam! ... Oct 22 02:09:25.934 INFO kablam! 2438 | rt_alloc_excess_unused!(rt_pow2_65536bytes_8align_alloc_excess_unused, 65536, 8); Oct 22 02:09:25.934 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.934 INFO kablam! Oct 22 02:09:25.934 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.934 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.934 INFO kablam! | Oct 22 02:09:25.934 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.934 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.934 INFO kablam! ... Oct 22 02:09:25.934 INFO kablam! 2438 | rt_alloc_excess_unused!(rt_pow2_65536bytes_8align_alloc_excess_unused, 65536, 8); Oct 22 02:09:25.934 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.934 INFO kablam! | Oct 22 02:09:25.934 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.934 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.935 INFO kablam! | Oct 22 02:09:25.935 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.935 INFO kablam! | Oct 22 02:09:25.935 INFO kablam! Oct 22 02:09:25.944 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.944 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.945 INFO kablam! | Oct 22 02:09:25.945 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.945 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.945 INFO kablam! ... Oct 22 02:09:25.945 INFO kablam! 2451 | rt_alloc_excess_unused!(rt_pow2_131072bytes_8align_alloc_excess_unused, 131072, 8); Oct 22 02:09:25.945 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.945 INFO kablam! Oct 22 02:09:25.945 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.945 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.945 INFO kablam! | Oct 22 02:09:25.945 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.945 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.945 INFO kablam! ... Oct 22 02:09:25.945 INFO kablam! 2451 | rt_alloc_excess_unused!(rt_pow2_131072bytes_8align_alloc_excess_unused, 131072, 8); Oct 22 02:09:25.945 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.945 INFO kablam! | Oct 22 02:09:25.945 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.945 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.945 INFO kablam! | Oct 22 02:09:25.945 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.945 INFO kablam! | Oct 22 02:09:25.945 INFO kablam! Oct 22 02:09:25.945 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.945 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.945 INFO kablam! | Oct 22 02:09:25.945 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.945 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.945 INFO kablam! ... Oct 22 02:09:25.945 INFO kablam! 2464 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_8align_alloc_excess_unused, 4194304, 8); Oct 22 02:09:25.945 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.945 INFO kablam! Oct 22 02:09:25.945 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.945 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.945 INFO kablam! | Oct 22 02:09:25.945 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.945 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.945 INFO kablam! ... Oct 22 02:09:25.945 INFO kablam! 2464 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_8align_alloc_excess_unused, 4194304, 8); Oct 22 02:09:25.945 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.945 INFO kablam! | Oct 22 02:09:25.945 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.945 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.945 INFO kablam! | Oct 22 02:09:25.945 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.945 INFO kablam! | Oct 22 02:09:25.945 INFO kablam! Oct 22 02:09:25.945 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.945 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.945 INFO kablam! | Oct 22 02:09:25.945 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.945 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.945 INFO kablam! ... Oct 22 02:09:25.945 INFO kablam! 2478 | rt_alloc_excess_unused!(rt_even_10bytes_8align_alloc_excess_unused, 10, 8); Oct 22 02:09:25.945 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.945 INFO kablam! Oct 22 02:09:25.945 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.945 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.945 INFO kablam! | Oct 22 02:09:25.945 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.945 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.945 INFO kablam! ... Oct 22 02:09:25.945 INFO kablam! 2478 | rt_alloc_excess_unused!(rt_even_10bytes_8align_alloc_excess_unused, 10, 8); Oct 22 02:09:25.945 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.945 INFO kablam! | Oct 22 02:09:25.945 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.945 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.945 INFO kablam! | Oct 22 02:09:25.945 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.945 INFO kablam! | Oct 22 02:09:25.945 INFO kablam! Oct 22 02:09:25.945 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.945 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.945 INFO kablam! | Oct 22 02:09:25.945 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.945 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.945 INFO kablam! ... Oct 22 02:09:25.945 INFO kablam! 2491 | rt_alloc_excess_unused!(rt_even_100bytes_8align_alloc_excess_unused, 100, 8); Oct 22 02:09:25.945 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.946 INFO kablam! Oct 22 02:09:25.946 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.946 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.946 INFO kablam! | Oct 22 02:09:25.946 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.946 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.946 INFO kablam! ... Oct 22 02:09:25.946 INFO kablam! 2491 | rt_alloc_excess_unused!(rt_even_100bytes_8align_alloc_excess_unused, 100, 8); Oct 22 02:09:25.946 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.946 INFO kablam! | Oct 22 02:09:25.946 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.946 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.946 INFO kablam! | Oct 22 02:09:25.946 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.946 INFO kablam! | Oct 22 02:09:25.946 INFO kablam! Oct 22 02:09:25.946 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.946 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.946 INFO kablam! | Oct 22 02:09:25.946 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.946 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.946 INFO kablam! ... Oct 22 02:09:25.946 INFO kablam! 2504 | rt_alloc_excess_unused!(rt_even_1000bytes_8align_alloc_excess_unused, 1000, 8); Oct 22 02:09:25.946 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.946 INFO kablam! Oct 22 02:09:25.946 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.946 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.946 INFO kablam! | Oct 22 02:09:25.946 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.946 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.946 INFO kablam! ... Oct 22 02:09:25.946 INFO kablam! 2504 | rt_alloc_excess_unused!(rt_even_1000bytes_8align_alloc_excess_unused, 1000, 8); Oct 22 02:09:25.946 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.946 INFO kablam! | Oct 22 02:09:25.946 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.946 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.946 INFO kablam! | Oct 22 02:09:25.946 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.946 INFO kablam! | Oct 22 02:09:25.946 INFO kablam! Oct 22 02:09:25.946 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.946 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.946 INFO kablam! | Oct 22 02:09:25.946 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.946 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.946 INFO kablam! ... Oct 22 02:09:25.946 INFO kablam! 2517 | rt_alloc_excess_unused!(rt_even_10000bytes_8align_alloc_excess_unused, 10000, 8); Oct 22 02:09:25.946 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.946 INFO kablam! Oct 22 02:09:25.946 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.946 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.946 INFO kablam! | Oct 22 02:09:25.946 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.946 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.946 INFO kablam! ... Oct 22 02:09:25.946 INFO kablam! 2517 | rt_alloc_excess_unused!(rt_even_10000bytes_8align_alloc_excess_unused, 10000, 8); Oct 22 02:09:25.946 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.946 INFO kablam! | Oct 22 02:09:25.946 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.946 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.946 INFO kablam! | Oct 22 02:09:25.946 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.946 INFO kablam! | Oct 22 02:09:25.946 INFO kablam! Oct 22 02:09:25.946 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.946 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.946 INFO kablam! | Oct 22 02:09:25.946 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.946 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.946 INFO kablam! ... Oct 22 02:09:25.946 INFO kablam! 2530 | rt_alloc_excess_unused!(rt_even_100000bytes_8align_alloc_excess_unused, 100000, 8); Oct 22 02:09:25.946 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.946 INFO kablam! Oct 22 02:09:25.946 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.946 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.946 INFO kablam! | Oct 22 02:09:25.946 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.946 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.946 INFO kablam! ... Oct 22 02:09:25.946 INFO kablam! 2530 | rt_alloc_excess_unused!(rt_even_100000bytes_8align_alloc_excess_unused, 100000, 8); Oct 22 02:09:25.946 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.946 INFO kablam! | Oct 22 02:09:25.946 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.946 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.946 INFO kablam! | Oct 22 02:09:25.947 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.947 INFO kablam! | Oct 22 02:09:25.947 INFO kablam! Oct 22 02:09:25.952 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.952 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.952 INFO kablam! | Oct 22 02:09:25.952 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.952 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.952 INFO kablam! ... Oct 22 02:09:25.952 INFO kablam! 2543 | rt_alloc_excess_unused!(rt_even_1000000bytes_8align_alloc_excess_unused, 1000000, 8); Oct 22 02:09:25.952 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.952 INFO kablam! Oct 22 02:09:25.952 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.952 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.952 INFO kablam! | Oct 22 02:09:25.952 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.952 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.952 INFO kablam! ... Oct 22 02:09:25.952 INFO kablam! 2543 | rt_alloc_excess_unused!(rt_even_1000000bytes_8align_alloc_excess_unused, 1000000, 8); Oct 22 02:09:25.952 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.952 INFO kablam! | Oct 22 02:09:25.952 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.952 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.952 INFO kablam! | Oct 22 02:09:25.952 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.952 INFO kablam! | Oct 22 02:09:25.952 INFO kablam! Oct 22 02:09:25.952 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.952 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.952 INFO kablam! | Oct 22 02:09:25.952 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.952 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.952 INFO kablam! ... Oct 22 02:09:25.952 INFO kablam! 2557 | rt_alloc_excess_unused!(rt_odd_10bytes_8align_alloc_excess_unused, 10- 1, 8); Oct 22 02:09:25.952 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.952 INFO kablam! Oct 22 02:09:25.952 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.952 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.952 INFO kablam! | Oct 22 02:09:25.952 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.952 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.952 INFO kablam! ... Oct 22 02:09:25.952 INFO kablam! 2557 | rt_alloc_excess_unused!(rt_odd_10bytes_8align_alloc_excess_unused, 10- 1, 8); Oct 22 02:09:25.953 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.953 INFO kablam! | Oct 22 02:09:25.953 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.953 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.953 INFO kablam! | Oct 22 02:09:25.953 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.953 INFO kablam! | Oct 22 02:09:25.953 INFO kablam! Oct 22 02:09:25.956 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.956 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.956 INFO kablam! | Oct 22 02:09:25.956 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.956 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.956 INFO kablam! ... Oct 22 02:09:25.956 INFO kablam! 2570 | rt_alloc_excess_unused!(rt_odd_100bytes_8align_alloc_excess_unused, 100- 1, 8); Oct 22 02:09:25.956 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.956 INFO kablam! Oct 22 02:09:25.956 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.956 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.956 INFO kablam! | Oct 22 02:09:25.956 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.956 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.956 INFO kablam! ... Oct 22 02:09:25.956 INFO kablam! 2570 | rt_alloc_excess_unused!(rt_odd_100bytes_8align_alloc_excess_unused, 100- 1, 8); Oct 22 02:09:25.956 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.956 INFO kablam! | Oct 22 02:09:25.956 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.956 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.956 INFO kablam! | Oct 22 02:09:25.956 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.956 INFO kablam! | Oct 22 02:09:25.956 INFO kablam! Oct 22 02:09:25.956 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.956 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.956 INFO kablam! | Oct 22 02:09:25.956 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.956 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.956 INFO kablam! ... Oct 22 02:09:25.956 INFO kablam! 2583 | rt_alloc_excess_unused!(rt_odd_1000bytes_8align_alloc_excess_unused, 1000- 1, 8); Oct 22 02:09:25.956 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.956 INFO kablam! Oct 22 02:09:25.956 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.956 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.956 INFO kablam! | Oct 22 02:09:25.956 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.957 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.957 INFO kablam! ... Oct 22 02:09:25.957 INFO kablam! 2583 | rt_alloc_excess_unused!(rt_odd_1000bytes_8align_alloc_excess_unused, 1000- 1, 8); Oct 22 02:09:25.957 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.957 INFO kablam! | Oct 22 02:09:25.957 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.957 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.957 INFO kablam! | Oct 22 02:09:25.957 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.957 INFO kablam! | Oct 22 02:09:25.957 INFO kablam! Oct 22 02:09:25.957 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.957 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.957 INFO kablam! | Oct 22 02:09:25.957 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.957 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.957 INFO kablam! ... Oct 22 02:09:25.957 INFO kablam! 2596 | rt_alloc_excess_unused!(rt_odd_10000bytes_8align_alloc_excess_unused, 10000- 1, 8); Oct 22 02:09:25.957 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.957 INFO kablam! Oct 22 02:09:25.957 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.957 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.957 INFO kablam! | Oct 22 02:09:25.957 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.957 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.957 INFO kablam! ... Oct 22 02:09:25.957 INFO kablam! 2596 | rt_alloc_excess_unused!(rt_odd_10000bytes_8align_alloc_excess_unused, 10000- 1, 8); Oct 22 02:09:25.957 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.957 INFO kablam! | Oct 22 02:09:25.957 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.957 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.957 INFO kablam! | Oct 22 02:09:25.957 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.957 INFO kablam! | Oct 22 02:09:25.957 INFO kablam! Oct 22 02:09:25.957 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.957 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.957 INFO kablam! | Oct 22 02:09:25.957 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.957 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.957 INFO kablam! ... Oct 22 02:09:25.957 INFO kablam! 2609 | rt_alloc_excess_unused!(rt_odd_100000bytes_8align_alloc_excess_unused, 100000- 1, 8); Oct 22 02:09:25.957 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.957 INFO kablam! Oct 22 02:09:25.964 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.964 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.964 INFO kablam! | Oct 22 02:09:25.964 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.964 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.964 INFO kablam! ... Oct 22 02:09:25.964 INFO kablam! 2609 | rt_alloc_excess_unused!(rt_odd_100000bytes_8align_alloc_excess_unused, 100000- 1, 8); Oct 22 02:09:25.964 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.964 INFO kablam! | Oct 22 02:09:25.964 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.964 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.964 INFO kablam! | Oct 22 02:09:25.964 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.964 INFO kablam! | Oct 22 02:09:25.964 INFO kablam! Oct 22 02:09:25.964 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.964 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.964 INFO kablam! | Oct 22 02:09:25.964 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.964 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.964 INFO kablam! ... Oct 22 02:09:25.964 INFO kablam! 2622 | rt_alloc_excess_unused!(rt_odd_1000000bytes_8align_alloc_excess_unused, 1000000- 1, 8); Oct 22 02:09:25.964 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.964 INFO kablam! Oct 22 02:09:25.964 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.964 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.964 INFO kablam! | Oct 22 02:09:25.964 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.964 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.964 INFO kablam! ... Oct 22 02:09:25.964 INFO kablam! 2622 | rt_alloc_excess_unused!(rt_odd_1000000bytes_8align_alloc_excess_unused, 1000000- 1, 8); Oct 22 02:09:25.964 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.964 INFO kablam! | Oct 22 02:09:25.964 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.964 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.964 INFO kablam! | Oct 22 02:09:25.964 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.964 INFO kablam! | Oct 22 02:09:25.964 INFO kablam! Oct 22 02:09:25.964 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.964 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.964 INFO kablam! | Oct 22 02:09:25.964 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.964 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.964 INFO kablam! ... Oct 22 02:09:25.965 INFO kablam! 2636 | rt_alloc_excess_unused!(rt_primes_3bytes_8align_alloc_excess_unused, 3, 8); Oct 22 02:09:25.965 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.965 INFO kablam! Oct 22 02:09:25.965 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.965 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.965 INFO kablam! | Oct 22 02:09:25.965 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.965 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.965 INFO kablam! ... Oct 22 02:09:25.965 INFO kablam! 2636 | rt_alloc_excess_unused!(rt_primes_3bytes_8align_alloc_excess_unused, 3, 8); Oct 22 02:09:25.965 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.965 INFO kablam! | Oct 22 02:09:25.965 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.965 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.965 INFO kablam! | Oct 22 02:09:25.965 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.965 INFO kablam! | Oct 22 02:09:25.965 INFO kablam! Oct 22 02:09:25.965 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.965 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.965 INFO kablam! | Oct 22 02:09:25.965 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.965 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.965 INFO kablam! ... Oct 22 02:09:25.965 INFO kablam! 2649 | rt_alloc_excess_unused!(rt_primes_7bytes_8align_alloc_excess_unused, 7, 8); Oct 22 02:09:25.965 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.965 INFO kablam! Oct 22 02:09:25.965 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.965 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.965 INFO kablam! | Oct 22 02:09:25.965 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.965 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.965 INFO kablam! ... Oct 22 02:09:25.965 INFO kablam! 2649 | rt_alloc_excess_unused!(rt_primes_7bytes_8align_alloc_excess_unused, 7, 8); Oct 22 02:09:25.965 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.965 INFO kablam! | Oct 22 02:09:25.965 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.965 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.965 INFO kablam! | Oct 22 02:09:25.965 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.965 INFO kablam! | Oct 22 02:09:25.965 INFO kablam! Oct 22 02:09:25.965 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.965 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.965 INFO kablam! | Oct 22 02:09:25.965 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.965 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.965 INFO kablam! ... Oct 22 02:09:25.965 INFO kablam! 2662 | rt_alloc_excess_unused!(rt_primes_13bytes_8align_alloc_excess_unused, 13, 8); Oct 22 02:09:25.965 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.965 INFO kablam! Oct 22 02:09:25.972 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.972 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.972 INFO kablam! | Oct 22 02:09:25.972 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.972 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.972 INFO kablam! ... Oct 22 02:09:25.972 INFO kablam! 2662 | rt_alloc_excess_unused!(rt_primes_13bytes_8align_alloc_excess_unused, 13, 8); Oct 22 02:09:25.972 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.972 INFO kablam! | Oct 22 02:09:25.972 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.972 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.972 INFO kablam! | Oct 22 02:09:25.972 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.972 INFO kablam! | Oct 22 02:09:25.972 INFO kablam! Oct 22 02:09:25.972 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.972 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.972 INFO kablam! | Oct 22 02:09:25.972 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.972 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.972 INFO kablam! ... Oct 22 02:09:25.972 INFO kablam! 2675 | rt_alloc_excess_unused!(rt_primes_17bytes_8align_alloc_excess_unused, 17, 8); Oct 22 02:09:25.972 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.972 INFO kablam! Oct 22 02:09:25.972 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.972 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.972 INFO kablam! | Oct 22 02:09:25.972 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.972 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.972 INFO kablam! ... Oct 22 02:09:25.972 INFO kablam! 2675 | rt_alloc_excess_unused!(rt_primes_17bytes_8align_alloc_excess_unused, 17, 8); Oct 22 02:09:25.972 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.972 INFO kablam! | Oct 22 02:09:25.972 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.972 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.972 INFO kablam! | Oct 22 02:09:25.972 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.972 INFO kablam! | Oct 22 02:09:25.972 INFO kablam! Oct 22 02:09:25.980 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.980 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.980 INFO kablam! | Oct 22 02:09:25.980 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.980 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.980 INFO kablam! ... Oct 22 02:09:25.980 INFO kablam! 2688 | rt_alloc_excess_unused!(rt_primes_31bytes_8align_alloc_excess_unused, 31, 8); Oct 22 02:09:25.980 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.980 INFO kablam! Oct 22 02:09:25.980 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.980 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.980 INFO kablam! | Oct 22 02:09:25.980 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.980 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.980 INFO kablam! ... Oct 22 02:09:25.980 INFO kablam! 2688 | rt_alloc_excess_unused!(rt_primes_31bytes_8align_alloc_excess_unused, 31, 8); Oct 22 02:09:25.980 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.980 INFO kablam! | Oct 22 02:09:25.980 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.980 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.980 INFO kablam! | Oct 22 02:09:25.980 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.980 INFO kablam! | Oct 22 02:09:25.980 INFO kablam! Oct 22 02:09:25.980 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.980 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.980 INFO kablam! | Oct 22 02:09:25.980 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.980 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.980 INFO kablam! ... Oct 22 02:09:25.980 INFO kablam! 2701 | rt_alloc_excess_unused!(rt_primes_61bytes_8align_alloc_excess_unused, 61, 8); Oct 22 02:09:25.980 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.980 INFO kablam! Oct 22 02:09:25.981 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.981 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.981 INFO kablam! | Oct 22 02:09:25.981 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.981 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.981 INFO kablam! ... Oct 22 02:09:25.981 INFO kablam! 2701 | rt_alloc_excess_unused!(rt_primes_61bytes_8align_alloc_excess_unused, 61, 8); Oct 22 02:09:25.981 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.981 INFO kablam! | Oct 22 02:09:25.981 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.981 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.981 INFO kablam! | Oct 22 02:09:25.981 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.981 INFO kablam! | Oct 22 02:09:25.981 INFO kablam! Oct 22 02:09:25.981 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.981 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.981 INFO kablam! | Oct 22 02:09:25.981 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.981 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.981 INFO kablam! ... Oct 22 02:09:25.981 INFO kablam! 2714 | rt_alloc_excess_unused!(rt_primes_96bytes_8align_alloc_excess_unused, 96, 8); Oct 22 02:09:25.981 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.981 INFO kablam! Oct 22 02:09:25.981 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.981 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.981 INFO kablam! | Oct 22 02:09:25.981 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.981 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.981 INFO kablam! ... Oct 22 02:09:25.981 INFO kablam! 2714 | rt_alloc_excess_unused!(rt_primes_96bytes_8align_alloc_excess_unused, 96, 8); Oct 22 02:09:25.981 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.981 INFO kablam! | Oct 22 02:09:25.981 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.981 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.981 INFO kablam! | Oct 22 02:09:25.981 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.981 INFO kablam! | Oct 22 02:09:25.981 INFO kablam! Oct 22 02:09:25.981 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.981 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.981 INFO kablam! | Oct 22 02:09:25.981 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.981 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.981 INFO kablam! ... Oct 22 02:09:25.981 INFO kablam! 2727 | rt_alloc_excess_unused!(rt_primes_127bytes_8align_alloc_excess_unused, 127, 8); Oct 22 02:09:25.981 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.981 INFO kablam! Oct 22 02:09:25.981 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.981 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.981 INFO kablam! | Oct 22 02:09:25.981 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.981 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.981 INFO kablam! ... Oct 22 02:09:25.981 INFO kablam! 2727 | rt_alloc_excess_unused!(rt_primes_127bytes_8align_alloc_excess_unused, 127, 8); Oct 22 02:09:25.981 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.981 INFO kablam! | Oct 22 02:09:25.981 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.981 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.981 INFO kablam! | Oct 22 02:09:25.981 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.981 INFO kablam! | Oct 22 02:09:25.981 INFO kablam! Oct 22 02:09:25.981 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.981 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.981 INFO kablam! | Oct 22 02:09:25.981 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.981 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.981 INFO kablam! ... Oct 22 02:09:25.981 INFO kablam! 2740 | rt_alloc_excess_unused!(rt_primes_257bytes_8align_alloc_excess_unused, 257, 8); Oct 22 02:09:25.981 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.981 INFO kablam! Oct 22 02:09:25.981 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.981 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.981 INFO kablam! | Oct 22 02:09:25.981 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.981 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.981 INFO kablam! ... Oct 22 02:09:25.981 INFO kablam! 2740 | rt_alloc_excess_unused!(rt_primes_257bytes_8align_alloc_excess_unused, 257, 8); Oct 22 02:09:25.981 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.981 INFO kablam! | Oct 22 02:09:25.981 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.981 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.981 INFO kablam! | Oct 22 02:09:25.982 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.982 INFO kablam! | Oct 22 02:09:25.982 INFO kablam! Oct 22 02:09:25.982 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.982 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.982 INFO kablam! | Oct 22 02:09:25.982 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.982 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.982 INFO kablam! ... Oct 22 02:09:25.982 INFO kablam! 2753 | rt_alloc_excess_unused!(rt_primes_509bytes_8align_alloc_excess_unused, 509, 8); Oct 22 02:09:25.982 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.982 INFO kablam! Oct 22 02:09:25.982 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.982 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.982 INFO kablam! | Oct 22 02:09:25.982 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.982 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.982 INFO kablam! ... Oct 22 02:09:25.982 INFO kablam! 2753 | rt_alloc_excess_unused!(rt_primes_509bytes_8align_alloc_excess_unused, 509, 8); Oct 22 02:09:25.982 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.982 INFO kablam! | Oct 22 02:09:25.982 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.982 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.982 INFO kablam! | Oct 22 02:09:25.982 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.982 INFO kablam! | Oct 22 02:09:25.982 INFO kablam! Oct 22 02:09:25.988 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.988 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.988 INFO kablam! | Oct 22 02:09:25.988 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.988 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.988 INFO kablam! ... Oct 22 02:09:25.988 INFO kablam! 2766 | rt_alloc_excess_unused!(rt_primes_1021bytes_8align_alloc_excess_unused, 1021, 8); Oct 22 02:09:25.988 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.988 INFO kablam! Oct 22 02:09:25.988 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.988 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.988 INFO kablam! | Oct 22 02:09:25.988 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.988 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.988 INFO kablam! ... Oct 22 02:09:25.988 INFO kablam! 2766 | rt_alloc_excess_unused!(rt_primes_1021bytes_8align_alloc_excess_unused, 1021, 8); Oct 22 02:09:25.988 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.988 INFO kablam! | Oct 22 02:09:25.988 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.988 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.988 INFO kablam! | Oct 22 02:09:25.988 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.988 INFO kablam! | Oct 22 02:09:25.988 INFO kablam! Oct 22 02:09:25.988 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.988 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.988 INFO kablam! | Oct 22 02:09:25.988 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.988 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.988 INFO kablam! ... Oct 22 02:09:25.988 INFO kablam! 2779 | rt_alloc_excess_unused!(rt_primes_2039bytes_8align_alloc_excess_unused, 2039, 8); Oct 22 02:09:25.988 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.988 INFO kablam! Oct 22 02:09:25.988 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.988 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.988 INFO kablam! | Oct 22 02:09:25.988 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.988 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.988 INFO kablam! ... Oct 22 02:09:25.989 INFO kablam! 2779 | rt_alloc_excess_unused!(rt_primes_2039bytes_8align_alloc_excess_unused, 2039, 8); Oct 22 02:09:25.989 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.989 INFO kablam! | Oct 22 02:09:25.989 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.989 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.989 INFO kablam! | Oct 22 02:09:25.989 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.989 INFO kablam! | Oct 22 02:09:25.989 INFO kablam! Oct 22 02:09:25.989 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.989 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.989 INFO kablam! | Oct 22 02:09:25.989 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.989 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.989 INFO kablam! ... Oct 22 02:09:25.989 INFO kablam! 2792 | rt_alloc_excess_unused!(rt_primes_4093bytes_8align_alloc_excess_unused, 4093, 8); Oct 22 02:09:25.989 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.989 INFO kablam! Oct 22 02:09:25.989 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.989 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.989 INFO kablam! | Oct 22 02:09:25.989 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.989 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.989 INFO kablam! ... Oct 22 02:09:25.989 INFO kablam! 2792 | rt_alloc_excess_unused!(rt_primes_4093bytes_8align_alloc_excess_unused, 4093, 8); Oct 22 02:09:25.989 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.989 INFO kablam! | Oct 22 02:09:25.989 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.989 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.989 INFO kablam! | Oct 22 02:09:25.989 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.989 INFO kablam! | Oct 22 02:09:25.989 INFO kablam! Oct 22 02:09:25.989 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.989 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.989 INFO kablam! | Oct 22 02:09:25.989 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.989 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.989 INFO kablam! ... Oct 22 02:09:25.989 INFO kablam! 2805 | rt_alloc_excess_unused!(rt_primes_8191bytes_8align_alloc_excess_unused, 8191, 8); Oct 22 02:09:25.989 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.989 INFO kablam! Oct 22 02:09:25.989 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.989 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.989 INFO kablam! | Oct 22 02:09:25.989 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.989 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.989 INFO kablam! ... Oct 22 02:09:25.989 INFO kablam! 2805 | rt_alloc_excess_unused!(rt_primes_8191bytes_8align_alloc_excess_unused, 8191, 8); Oct 22 02:09:25.989 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.989 INFO kablam! | Oct 22 02:09:25.989 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.989 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.989 INFO kablam! | Oct 22 02:09:25.989 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.989 INFO kablam! | Oct 22 02:09:25.989 INFO kablam! Oct 22 02:09:25.996 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.996 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.996 INFO kablam! | Oct 22 02:09:25.996 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.996 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.996 INFO kablam! ... Oct 22 02:09:25.996 INFO kablam! 2818 | rt_alloc_excess_unused!(rt_primes_16381bytes_8align_alloc_excess_unused, 16381, 8); Oct 22 02:09:25.996 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.996 INFO kablam! Oct 22 02:09:25.996 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.996 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.996 INFO kablam! | Oct 22 02:09:25.996 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.996 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.996 INFO kablam! ... Oct 22 02:09:25.996 INFO kablam! 2818 | rt_alloc_excess_unused!(rt_primes_16381bytes_8align_alloc_excess_unused, 16381, 8); Oct 22 02:09:25.996 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.996 INFO kablam! | Oct 22 02:09:25.996 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.996 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.996 INFO kablam! | Oct 22 02:09:25.996 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.996 INFO kablam! | Oct 22 02:09:25.996 INFO kablam! Oct 22 02:09:25.996 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.996 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.996 INFO kablam! | Oct 22 02:09:25.996 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.996 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.996 INFO kablam! ... Oct 22 02:09:25.996 INFO kablam! 2831 | rt_alloc_excess_unused!(rt_primes_32749bytes_8align_alloc_excess_unused, 32749, 8); Oct 22 02:09:25.996 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.996 INFO kablam! Oct 22 02:09:25.996 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.996 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.996 INFO kablam! | Oct 22 02:09:25.996 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.996 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.996 INFO kablam! ... Oct 22 02:09:25.996 INFO kablam! 2831 | rt_alloc_excess_unused!(rt_primes_32749bytes_8align_alloc_excess_unused, 32749, 8); Oct 22 02:09:25.996 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.996 INFO kablam! | Oct 22 02:09:25.996 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.996 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.996 INFO kablam! | Oct 22 02:09:25.996 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.996 INFO kablam! | Oct 22 02:09:25.996 INFO kablam! Oct 22 02:09:25.997 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.997 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.997 INFO kablam! | Oct 22 02:09:25.997 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.997 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.997 INFO kablam! ... Oct 22 02:09:25.997 INFO kablam! 2844 | rt_alloc_excess_unused!(rt_primes_65537bytes_8align_alloc_excess_unused, 65537, 8); Oct 22 02:09:25.997 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.997 INFO kablam! Oct 22 02:09:25.997 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.997 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.997 INFO kablam! | Oct 22 02:09:25.997 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.997 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.997 INFO kablam! ... Oct 22 02:09:25.997 INFO kablam! 2844 | rt_alloc_excess_unused!(rt_primes_65537bytes_8align_alloc_excess_unused, 65537, 8); Oct 22 02:09:25.997 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.997 INFO kablam! | Oct 22 02:09:25.997 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.997 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.997 INFO kablam! | Oct 22 02:09:25.997 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.997 INFO kablam! | Oct 22 02:09:25.997 INFO kablam! Oct 22 02:09:25.997 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.997 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.997 INFO kablam! | Oct 22 02:09:25.997 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.997 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.997 INFO kablam! ... Oct 22 02:09:25.997 INFO kablam! 2857 | rt_alloc_excess_unused!(rt_primes_131071bytes_8align_alloc_excess_unused, 131071, 8); Oct 22 02:09:25.997 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.997 INFO kablam! Oct 22 02:09:25.997 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.997 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.997 INFO kablam! | Oct 22 02:09:25.997 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.997 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.997 INFO kablam! ... Oct 22 02:09:25.997 INFO kablam! 2857 | rt_alloc_excess_unused!(rt_primes_131071bytes_8align_alloc_excess_unused, 131071, 8); Oct 22 02:09:25.997 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.997 INFO kablam! | Oct 22 02:09:25.997 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.997 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.997 INFO kablam! | Oct 22 02:09:25.997 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.997 INFO kablam! | Oct 22 02:09:25.997 INFO kablam! Oct 22 02:09:25.997 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.997 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.997 INFO kablam! | Oct 22 02:09:25.997 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.997 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.997 INFO kablam! ... Oct 22 02:09:25.997 INFO kablam! 2870 | rt_alloc_excess_unused!(rt_primes_4194301bytes_8align_alloc_excess_unused, 4194301, 8); Oct 22 02:09:25.997 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.997 INFO kablam! Oct 22 02:09:25.997 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.997 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.997 INFO kablam! | Oct 22 02:09:25.997 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.997 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.997 INFO kablam! ... Oct 22 02:09:25.997 INFO kablam! 2870 | rt_alloc_excess_unused!(rt_primes_4194301bytes_8align_alloc_excess_unused, 4194301, 8); Oct 22 02:09:25.997 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.997 INFO kablam! | Oct 22 02:09:25.997 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.997 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.997 INFO kablam! | Oct 22 02:09:25.997 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.997 INFO kablam! | Oct 22 02:09:25.997 INFO kablam! Oct 22 02:09:25.998 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.998 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:25.998 INFO kablam! | Oct 22 02:09:25.998 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:25.998 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:25.998 INFO kablam! ... Oct 22 02:09:25.998 INFO kablam! 2886 | rt_alloc_excess_unused!(rt_pow2_1bytes_16align_alloc_excess_unused, 1, 16); Oct 22 02:09:25.998 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.998 INFO kablam! Oct 22 02:09:25.999 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:25.999 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:25.999 INFO kablam! | Oct 22 02:09:25.999 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:25.999 INFO kablam! | ^^^^^^^ Oct 22 02:09:25.999 INFO kablam! ... Oct 22 02:09:25.999 INFO kablam! 2886 | rt_alloc_excess_unused!(rt_pow2_1bytes_16align_alloc_excess_unused, 1, 16); Oct 22 02:09:25.999 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:25.999 INFO kablam! | Oct 22 02:09:25.999 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:25.999 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:25.999 INFO kablam! | Oct 22 02:09:25.999 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:25.999 INFO kablam! | Oct 22 02:09:25.999 INFO kablam! Oct 22 02:09:26.000 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.000 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.000 INFO kablam! | Oct 22 02:09:26.000 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.000 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.000 INFO kablam! ... Oct 22 02:09:26.000 INFO kablam! 2899 | rt_alloc_excess_unused!(rt_pow2_2bytes_16align_alloc_excess_unused, 2, 16); Oct 22 02:09:26.000 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.000 INFO kablam! Oct 22 02:09:26.001 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.001 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.001 INFO kablam! | Oct 22 02:09:26.001 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.001 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.001 INFO kablam! ... Oct 22 02:09:26.001 INFO kablam! 2899 | rt_alloc_excess_unused!(rt_pow2_2bytes_16align_alloc_excess_unused, 2, 16); Oct 22 02:09:26.001 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.001 INFO kablam! | Oct 22 02:09:26.001 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.001 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.001 INFO kablam! | Oct 22 02:09:26.001 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.001 INFO kablam! | Oct 22 02:09:26.001 INFO kablam! Oct 22 02:09:26.002 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.002 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.002 INFO kablam! | Oct 22 02:09:26.002 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.002 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.002 INFO kablam! ... Oct 22 02:09:26.002 INFO kablam! 2912 | rt_alloc_excess_unused!(rt_pow2_4bytes_16align_alloc_excess_unused, 4, 16); Oct 22 02:09:26.002 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.002 INFO kablam! Oct 22 02:09:26.002 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.003 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.003 INFO kablam! | Oct 22 02:09:26.003 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.003 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.003 INFO kablam! ... Oct 22 02:09:26.003 INFO kablam! 2912 | rt_alloc_excess_unused!(rt_pow2_4bytes_16align_alloc_excess_unused, 4, 16); Oct 22 02:09:26.003 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.003 INFO kablam! | Oct 22 02:09:26.003 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.003 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.003 INFO kablam! | Oct 22 02:09:26.003 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.003 INFO kablam! | Oct 22 02:09:26.003 INFO kablam! Oct 22 02:09:26.003 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.004 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.004 INFO kablam! | Oct 22 02:09:26.004 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.004 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.004 INFO kablam! ... Oct 22 02:09:26.004 INFO kablam! 2925 | rt_alloc_excess_unused!(rt_pow2_8bytes_16align_alloc_excess_unused, 8, 16); Oct 22 02:09:26.004 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.004 INFO kablam! Oct 22 02:09:26.007 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.007 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.007 INFO kablam! | Oct 22 02:09:26.007 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.007 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.007 INFO kablam! ... Oct 22 02:09:26.007 INFO kablam! 2925 | rt_alloc_excess_unused!(rt_pow2_8bytes_16align_alloc_excess_unused, 8, 16); Oct 22 02:09:26.007 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.007 INFO kablam! | Oct 22 02:09:26.008 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.008 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.008 INFO kablam! | Oct 22 02:09:26.008 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.008 INFO kablam! | Oct 22 02:09:26.008 INFO kablam! Oct 22 02:09:26.008 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.008 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.008 INFO kablam! | Oct 22 02:09:26.008 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.008 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.008 INFO kablam! ... Oct 22 02:09:26.008 INFO kablam! 2938 | rt_alloc_excess_unused!(rt_pow2_16bytes_16align_alloc_excess_unused, 16, 16); Oct 22 02:09:26.008 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.008 INFO kablam! Oct 22 02:09:26.008 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.008 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.008 INFO kablam! | Oct 22 02:09:26.008 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.008 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.008 INFO kablam! ... Oct 22 02:09:26.008 INFO kablam! 2938 | rt_alloc_excess_unused!(rt_pow2_16bytes_16align_alloc_excess_unused, 16, 16); Oct 22 02:09:26.008 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.008 INFO kablam! | Oct 22 02:09:26.008 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.008 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.008 INFO kablam! | Oct 22 02:09:26.008 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.008 INFO kablam! | Oct 22 02:09:26.008 INFO kablam! Oct 22 02:09:26.008 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.008 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.008 INFO kablam! | Oct 22 02:09:26.008 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.008 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.008 INFO kablam! ... Oct 22 02:09:26.008 INFO kablam! 2951 | rt_alloc_excess_unused!(rt_pow2_32bytes_16align_alloc_excess_unused, 32, 16); Oct 22 02:09:26.008 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.008 INFO kablam! Oct 22 02:09:26.008 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.008 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.008 INFO kablam! | Oct 22 02:09:26.008 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.008 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.008 INFO kablam! ... Oct 22 02:09:26.008 INFO kablam! 2951 | rt_alloc_excess_unused!(rt_pow2_32bytes_16align_alloc_excess_unused, 32, 16); Oct 22 02:09:26.008 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.008 INFO kablam! | Oct 22 02:09:26.008 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.008 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.008 INFO kablam! | Oct 22 02:09:26.008 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.008 INFO kablam! | Oct 22 02:09:26.008 INFO kablam! Oct 22 02:09:26.013 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.013 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.013 INFO kablam! | Oct 22 02:09:26.013 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.013 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.013 INFO kablam! ... Oct 22 02:09:26.013 INFO kablam! 2964 | rt_alloc_excess_unused!(rt_pow2_64bytes_16align_alloc_excess_unused, 64, 16); Oct 22 02:09:26.013 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.013 INFO kablam! Oct 22 02:09:26.013 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.013 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.013 INFO kablam! | Oct 22 02:09:26.013 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.013 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.013 INFO kablam! ... Oct 22 02:09:26.013 INFO kablam! 2964 | rt_alloc_excess_unused!(rt_pow2_64bytes_16align_alloc_excess_unused, 64, 16); Oct 22 02:09:26.013 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.013 INFO kablam! | Oct 22 02:09:26.013 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.013 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.013 INFO kablam! | Oct 22 02:09:26.013 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.013 INFO kablam! | Oct 22 02:09:26.013 INFO kablam! Oct 22 02:09:26.013 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.013 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.013 INFO kablam! | Oct 22 02:09:26.013 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.013 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.013 INFO kablam! ... Oct 22 02:09:26.013 INFO kablam! 2977 | rt_alloc_excess_unused!(rt_pow2_128bytes_16align_alloc_excess_unused, 128, 16); Oct 22 02:09:26.013 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.013 INFO kablam! Oct 22 02:09:26.013 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.013 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.013 INFO kablam! | Oct 22 02:09:26.013 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.013 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.013 INFO kablam! ... Oct 22 02:09:26.013 INFO kablam! 2977 | rt_alloc_excess_unused!(rt_pow2_128bytes_16align_alloc_excess_unused, 128, 16); Oct 22 02:09:26.013 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.013 INFO kablam! | Oct 22 02:09:26.013 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.013 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.013 INFO kablam! | Oct 22 02:09:26.013 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.013 INFO kablam! | Oct 22 02:09:26.013 INFO kablam! Oct 22 02:09:26.016 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.017 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.017 INFO kablam! | Oct 22 02:09:26.017 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.017 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.017 INFO kablam! ... Oct 22 02:09:26.017 INFO kablam! 2990 | rt_alloc_excess_unused!(rt_pow2_256bytes_16align_alloc_excess_unused, 256, 16); Oct 22 02:09:26.017 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.017 INFO kablam! Oct 22 02:09:26.017 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.017 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.017 INFO kablam! | Oct 22 02:09:26.017 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.017 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.017 INFO kablam! ... Oct 22 02:09:26.017 INFO kablam! 2990 | rt_alloc_excess_unused!(rt_pow2_256bytes_16align_alloc_excess_unused, 256, 16); Oct 22 02:09:26.017 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.017 INFO kablam! | Oct 22 02:09:26.017 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.017 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.017 INFO kablam! | Oct 22 02:09:26.017 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.017 INFO kablam! | Oct 22 02:09:26.017 INFO kablam! Oct 22 02:09:26.017 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.017 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.017 INFO kablam! | Oct 22 02:09:26.017 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.017 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.017 INFO kablam! ... Oct 22 02:09:26.017 INFO kablam! 3003 | rt_alloc_excess_unused!(rt_pow2_512bytes_16align_alloc_excess_unused, 512, 16); Oct 22 02:09:26.017 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.017 INFO kablam! Oct 22 02:09:26.017 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.017 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.017 INFO kablam! | Oct 22 02:09:26.017 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.017 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.017 INFO kablam! ... Oct 22 02:09:26.017 INFO kablam! 3003 | rt_alloc_excess_unused!(rt_pow2_512bytes_16align_alloc_excess_unused, 512, 16); Oct 22 02:09:26.017 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.017 INFO kablam! | Oct 22 02:09:26.017 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.017 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.017 INFO kablam! | Oct 22 02:09:26.017 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.017 INFO kablam! | Oct 22 02:09:26.017 INFO kablam! Oct 22 02:09:26.017 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.017 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.017 INFO kablam! | Oct 22 02:09:26.018 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.018 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.018 INFO kablam! ... Oct 22 02:09:26.018 INFO kablam! 3016 | rt_alloc_excess_unused!(rt_pow2_1024bytes_16align_alloc_excess_unused, 1024, 16); Oct 22 02:09:26.018 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.018 INFO kablam! Oct 22 02:09:26.023 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.023 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.023 INFO kablam! | Oct 22 02:09:26.023 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.023 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.023 INFO kablam! ... Oct 22 02:09:26.023 INFO kablam! 3016 | rt_alloc_excess_unused!(rt_pow2_1024bytes_16align_alloc_excess_unused, 1024, 16); Oct 22 02:09:26.023 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.023 INFO kablam! | Oct 22 02:09:26.023 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.023 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.023 INFO kablam! | Oct 22 02:09:26.023 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.023 INFO kablam! | Oct 22 02:09:26.023 INFO kablam! Oct 22 02:09:26.023 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.023 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.023 INFO kablam! | Oct 22 02:09:26.023 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.023 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.023 INFO kablam! ... Oct 22 02:09:26.023 INFO kablam! 3029 | rt_alloc_excess_unused!(rt_pow2_2048bytes_16align_alloc_excess_unused, 2048, 16); Oct 22 02:09:26.023 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.023 INFO kablam! Oct 22 02:09:26.023 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.023 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.023 INFO kablam! | Oct 22 02:09:26.023 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.023 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.023 INFO kablam! ... Oct 22 02:09:26.023 INFO kablam! 3029 | rt_alloc_excess_unused!(rt_pow2_2048bytes_16align_alloc_excess_unused, 2048, 16); Oct 22 02:09:26.023 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.023 INFO kablam! | Oct 22 02:09:26.023 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.023 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.023 INFO kablam! | Oct 22 02:09:26.023 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.023 INFO kablam! | Oct 22 02:09:26.023 INFO kablam! Oct 22 02:09:26.023 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.023 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.023 INFO kablam! | Oct 22 02:09:26.023 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.023 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.023 INFO kablam! ... Oct 22 02:09:26.023 INFO kablam! 3042 | rt_alloc_excess_unused!(rt_pow2_4096bytes_16align_alloc_excess_unused, 4096, 16); Oct 22 02:09:26.023 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.023 INFO kablam! Oct 22 02:09:26.023 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.023 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.023 INFO kablam! | Oct 22 02:09:26.023 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.023 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.023 INFO kablam! ... Oct 22 02:09:26.023 INFO kablam! 3042 | rt_alloc_excess_unused!(rt_pow2_4096bytes_16align_alloc_excess_unused, 4096, 16); Oct 22 02:09:26.023 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.023 INFO kablam! | Oct 22 02:09:26.023 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.023 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.023 INFO kablam! | Oct 22 02:09:26.023 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.023 INFO kablam! | Oct 22 02:09:26.024 INFO kablam! Oct 22 02:09:26.024 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.024 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.024 INFO kablam! | Oct 22 02:09:26.024 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.024 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.024 INFO kablam! ... Oct 22 02:09:26.024 INFO kablam! 3055 | rt_alloc_excess_unused!(rt_pow2_8192bytes_16align_alloc_excess_unused, 8192, 16); Oct 22 02:09:26.024 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.024 INFO kablam! Oct 22 02:09:26.024 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.024 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.024 INFO kablam! | Oct 22 02:09:26.024 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.024 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.024 INFO kablam! ... Oct 22 02:09:26.024 INFO kablam! 3055 | rt_alloc_excess_unused!(rt_pow2_8192bytes_16align_alloc_excess_unused, 8192, 16); Oct 22 02:09:26.024 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.024 INFO kablam! | Oct 22 02:09:26.024 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.024 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.024 INFO kablam! | Oct 22 02:09:26.024 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.024 INFO kablam! | Oct 22 02:09:26.024 INFO kablam! Oct 22 02:09:26.025 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.025 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.025 INFO kablam! | Oct 22 02:09:26.025 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.025 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.025 INFO kablam! ... Oct 22 02:09:26.025 INFO kablam! 3068 | rt_alloc_excess_unused!(rt_pow2_16384bytes_16align_alloc_excess_unused, 16384, 16); Oct 22 02:09:26.025 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.025 INFO kablam! Oct 22 02:09:26.025 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.025 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.026 INFO kablam! | Oct 22 02:09:26.026 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.026 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.026 INFO kablam! ... Oct 22 02:09:26.026 INFO kablam! 3068 | rt_alloc_excess_unused!(rt_pow2_16384bytes_16align_alloc_excess_unused, 16384, 16); Oct 22 02:09:26.026 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.026 INFO kablam! | Oct 22 02:09:26.026 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.026 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.026 INFO kablam! | Oct 22 02:09:26.026 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.026 INFO kablam! | Oct 22 02:09:26.026 INFO kablam! Oct 22 02:09:26.028 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.028 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.028 INFO kablam! | Oct 22 02:09:26.028 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.028 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.028 INFO kablam! ... Oct 22 02:09:26.028 INFO kablam! 3081 | rt_alloc_excess_unused!(rt_pow2_32768bytes_16align_alloc_excess_unused, 32768, 16); Oct 22 02:09:26.028 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.028 INFO kablam! Oct 22 02:09:26.028 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.028 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.028 INFO kablam! | Oct 22 02:09:26.028 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.028 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.028 INFO kablam! ... Oct 22 02:09:26.028 INFO kablam! 3081 | rt_alloc_excess_unused!(rt_pow2_32768bytes_16align_alloc_excess_unused, 32768, 16); Oct 22 02:09:26.028 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.028 INFO kablam! | Oct 22 02:09:26.028 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.028 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.028 INFO kablam! | Oct 22 02:09:26.028 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.028 INFO kablam! | Oct 22 02:09:26.028 INFO kablam! Oct 22 02:09:26.028 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.028 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.028 INFO kablam! | Oct 22 02:09:26.028 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.028 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.028 INFO kablam! ... Oct 22 02:09:26.028 INFO kablam! 3094 | rt_alloc_excess_unused!(rt_pow2_65536bytes_16align_alloc_excess_unused, 65536, 16); Oct 22 02:09:26.028 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.028 INFO kablam! Oct 22 02:09:26.028 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.029 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.029 INFO kablam! | Oct 22 02:09:26.029 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.029 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.029 INFO kablam! ... Oct 22 02:09:26.029 INFO kablam! 3094 | rt_alloc_excess_unused!(rt_pow2_65536bytes_16align_alloc_excess_unused, 65536, 16); Oct 22 02:09:26.029 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.029 INFO kablam! | Oct 22 02:09:26.029 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.029 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.029 INFO kablam! | Oct 22 02:09:26.029 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.029 INFO kablam! | Oct 22 02:09:26.029 INFO kablam! Oct 22 02:09:26.033 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.033 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.033 INFO kablam! | Oct 22 02:09:26.033 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.033 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.033 INFO kablam! ... Oct 22 02:09:26.033 INFO kablam! 3107 | rt_alloc_excess_unused!(rt_pow2_131072bytes_16align_alloc_excess_unused, 131072, 16); Oct 22 02:09:26.033 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.033 INFO kablam! Oct 22 02:09:26.033 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.033 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.034 INFO kablam! | Oct 22 02:09:26.034 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.034 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.034 INFO kablam! ... Oct 22 02:09:26.034 INFO kablam! 3107 | rt_alloc_excess_unused!(rt_pow2_131072bytes_16align_alloc_excess_unused, 131072, 16); Oct 22 02:09:26.034 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.034 INFO kablam! | Oct 22 02:09:26.034 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.034 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.034 INFO kablam! | Oct 22 02:09:26.034 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.034 INFO kablam! | Oct 22 02:09:26.034 INFO kablam! Oct 22 02:09:26.034 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.034 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.034 INFO kablam! | Oct 22 02:09:26.034 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.034 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.034 INFO kablam! ... Oct 22 02:09:26.034 INFO kablam! 3120 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_16align_alloc_excess_unused, 4194304, 16); Oct 22 02:09:26.034 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.034 INFO kablam! Oct 22 02:09:26.034 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.034 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.034 INFO kablam! | Oct 22 02:09:26.034 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.034 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.034 INFO kablam! ... Oct 22 02:09:26.034 INFO kablam! 3120 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_16align_alloc_excess_unused, 4194304, 16); Oct 22 02:09:26.034 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.034 INFO kablam! | Oct 22 02:09:26.034 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.034 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.034 INFO kablam! | Oct 22 02:09:26.034 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.034 INFO kablam! | Oct 22 02:09:26.034 INFO kablam! Oct 22 02:09:26.036 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.036 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.036 INFO kablam! | Oct 22 02:09:26.036 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.036 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.036 INFO kablam! ... Oct 22 02:09:26.036 INFO kablam! 3134 | rt_alloc_excess_unused!(rt_even_10bytes_16align_alloc_excess_unused, 10, 16); Oct 22 02:09:26.036 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.036 INFO kablam! Oct 22 02:09:26.036 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.036 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.036 INFO kablam! | Oct 22 02:09:26.036 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.036 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.036 INFO kablam! ... Oct 22 02:09:26.036 INFO kablam! 3134 | rt_alloc_excess_unused!(rt_even_10bytes_16align_alloc_excess_unused, 10, 16); Oct 22 02:09:26.036 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.036 INFO kablam! | Oct 22 02:09:26.036 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.036 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.036 INFO kablam! | Oct 22 02:09:26.037 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.037 INFO kablam! | Oct 22 02:09:26.037 INFO kablam! Oct 22 02:09:26.037 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.037 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.037 INFO kablam! | Oct 22 02:09:26.037 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.037 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.037 INFO kablam! ... Oct 22 02:09:26.037 INFO kablam! 3147 | rt_alloc_excess_unused!(rt_even_100bytes_16align_alloc_excess_unused, 100, 16); Oct 22 02:09:26.037 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.037 INFO kablam! Oct 22 02:09:26.037 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.037 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.037 INFO kablam! | Oct 22 02:09:26.037 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.037 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.037 INFO kablam! ... Oct 22 02:09:26.037 INFO kablam! 3147 | rt_alloc_excess_unused!(rt_even_100bytes_16align_alloc_excess_unused, 100, 16); Oct 22 02:09:26.037 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.037 INFO kablam! | Oct 22 02:09:26.037 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.037 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.037 INFO kablam! | Oct 22 02:09:26.037 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.037 INFO kablam! | Oct 22 02:09:26.037 INFO kablam! Oct 22 02:09:26.037 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.037 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.037 INFO kablam! | Oct 22 02:09:26.037 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.037 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.037 INFO kablam! ... Oct 22 02:09:26.037 INFO kablam! 3160 | rt_alloc_excess_unused!(rt_even_1000bytes_16align_alloc_excess_unused, 1000, 16); Oct 22 02:09:26.037 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.037 INFO kablam! Oct 22 02:09:26.041 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.041 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.041 INFO kablam! | Oct 22 02:09:26.041 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.041 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.041 INFO kablam! ... Oct 22 02:09:26.041 INFO kablam! 3160 | rt_alloc_excess_unused!(rt_even_1000bytes_16align_alloc_excess_unused, 1000, 16); Oct 22 02:09:26.041 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.041 INFO kablam! | Oct 22 02:09:26.041 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.041 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.041 INFO kablam! | Oct 22 02:09:26.041 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.041 INFO kablam! | Oct 22 02:09:26.041 INFO kablam! Oct 22 02:09:26.041 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.041 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.041 INFO kablam! | Oct 22 02:09:26.041 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.041 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.041 INFO kablam! ... Oct 22 02:09:26.041 INFO kablam! 3173 | rt_alloc_excess_unused!(rt_even_10000bytes_16align_alloc_excess_unused, 10000, 16); Oct 22 02:09:26.041 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.041 INFO kablam! Oct 22 02:09:26.041 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.041 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.041 INFO kablam! | Oct 22 02:09:26.041 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.041 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.042 INFO kablam! ... Oct 22 02:09:26.042 INFO kablam! 3173 | rt_alloc_excess_unused!(rt_even_10000bytes_16align_alloc_excess_unused, 10000, 16); Oct 22 02:09:26.042 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.042 INFO kablam! | Oct 22 02:09:26.042 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.042 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.042 INFO kablam! | Oct 22 02:09:26.042 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.042 INFO kablam! | Oct 22 02:09:26.042 INFO kablam! Oct 22 02:09:26.042 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.042 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.042 INFO kablam! | Oct 22 02:09:26.042 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.042 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.042 INFO kablam! ... Oct 22 02:09:26.042 INFO kablam! 3186 | rt_alloc_excess_unused!(rt_even_100000bytes_16align_alloc_excess_unused, 100000, 16); Oct 22 02:09:26.042 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.042 INFO kablam! Oct 22 02:09:26.042 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.042 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.042 INFO kablam! | Oct 22 02:09:26.042 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.042 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.042 INFO kablam! ... Oct 22 02:09:26.042 INFO kablam! 3186 | rt_alloc_excess_unused!(rt_even_100000bytes_16align_alloc_excess_unused, 100000, 16); Oct 22 02:09:26.042 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.042 INFO kablam! | Oct 22 02:09:26.042 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.042 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.042 INFO kablam! | Oct 22 02:09:26.042 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.042 INFO kablam! | Oct 22 02:09:26.042 INFO kablam! Oct 22 02:09:26.044 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.044 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.044 INFO kablam! | Oct 22 02:09:26.044 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.044 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.044 INFO kablam! ... Oct 22 02:09:26.044 INFO kablam! 3199 | rt_alloc_excess_unused!(rt_even_1000000bytes_16align_alloc_excess_unused, 1000000, 16); Oct 22 02:09:26.044 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.044 INFO kablam! Oct 22 02:09:26.044 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.044 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.044 INFO kablam! | Oct 22 02:09:26.044 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.044 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.044 INFO kablam! ... Oct 22 02:09:26.044 INFO kablam! 3199 | rt_alloc_excess_unused!(rt_even_1000000bytes_16align_alloc_excess_unused, 1000000, 16); Oct 22 02:09:26.044 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.044 INFO kablam! | Oct 22 02:09:26.044 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.044 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.044 INFO kablam! | Oct 22 02:09:26.044 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.044 INFO kablam! | Oct 22 02:09:26.044 INFO kablam! Oct 22 02:09:26.044 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.044 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.044 INFO kablam! | Oct 22 02:09:26.045 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.045 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.045 INFO kablam! ... Oct 22 02:09:26.045 INFO kablam! 3213 | rt_alloc_excess_unused!(rt_odd_10bytes_16align_alloc_excess_unused, 10- 1, 16); Oct 22 02:09:26.045 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.045 INFO kablam! Oct 22 02:09:26.045 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.045 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.045 INFO kablam! | Oct 22 02:09:26.045 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.045 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.045 INFO kablam! ... Oct 22 02:09:26.045 INFO kablam! 3213 | rt_alloc_excess_unused!(rt_odd_10bytes_16align_alloc_excess_unused, 10- 1, 16); Oct 22 02:09:26.045 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.045 INFO kablam! | Oct 22 02:09:26.045 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.045 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.045 INFO kablam! | Oct 22 02:09:26.045 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.045 INFO kablam! | Oct 22 02:09:26.045 INFO kablam! Oct 22 02:09:26.045 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.045 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.045 INFO kablam! | Oct 22 02:09:26.045 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.045 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.045 INFO kablam! ... Oct 22 02:09:26.045 INFO kablam! 3226 | rt_alloc_excess_unused!(rt_odd_100bytes_16align_alloc_excess_unused, 100- 1, 16); Oct 22 02:09:26.045 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.045 INFO kablam! Oct 22 02:09:26.046 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.046 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.046 INFO kablam! | Oct 22 02:09:26.046 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.046 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.046 INFO kablam! ... Oct 22 02:09:26.046 INFO kablam! 3226 | rt_alloc_excess_unused!(rt_odd_100bytes_16align_alloc_excess_unused, 100- 1, 16); Oct 22 02:09:26.046 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.046 INFO kablam! | Oct 22 02:09:26.046 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.046 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.046 INFO kablam! | Oct 22 02:09:26.046 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.046 INFO kablam! | Oct 22 02:09:26.046 INFO kablam! Oct 22 02:09:26.047 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.047 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.047 INFO kablam! | Oct 22 02:09:26.047 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.047 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.047 INFO kablam! ... Oct 22 02:09:26.047 INFO kablam! 3239 | rt_alloc_excess_unused!(rt_odd_1000bytes_16align_alloc_excess_unused, 1000- 1, 16); Oct 22 02:09:26.047 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.047 INFO kablam! Oct 22 02:09:26.048 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.048 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.048 INFO kablam! | Oct 22 02:09:26.048 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.048 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.048 INFO kablam! ... Oct 22 02:09:26.048 INFO kablam! 3239 | rt_alloc_excess_unused!(rt_odd_1000bytes_16align_alloc_excess_unused, 1000- 1, 16); Oct 22 02:09:26.048 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.048 INFO kablam! | Oct 22 02:09:26.048 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.048 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.048 INFO kablam! | Oct 22 02:09:26.048 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.048 INFO kablam! | Oct 22 02:09:26.048 INFO kablam! Oct 22 02:09:26.049 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.049 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.049 INFO kablam! | Oct 22 02:09:26.049 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.049 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.049 INFO kablam! ... Oct 22 02:09:26.049 INFO kablam! 3252 | rt_alloc_excess_unused!(rt_odd_10000bytes_16align_alloc_excess_unused, 10000- 1, 16); Oct 22 02:09:26.049 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.049 INFO kablam! Oct 22 02:09:26.049 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.049 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.049 INFO kablam! | Oct 22 02:09:26.049 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.049 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.049 INFO kablam! ... Oct 22 02:09:26.049 INFO kablam! 3252 | rt_alloc_excess_unused!(rt_odd_10000bytes_16align_alloc_excess_unused, 10000- 1, 16); Oct 22 02:09:26.049 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.049 INFO kablam! | Oct 22 02:09:26.049 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.049 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.049 INFO kablam! | Oct 22 02:09:26.050 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.050 INFO kablam! | Oct 22 02:09:26.050 INFO kablam! Oct 22 02:09:26.050 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.050 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.050 INFO kablam! | Oct 22 02:09:26.050 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.051 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.051 INFO kablam! ... Oct 22 02:09:26.051 INFO kablam! 3265 | rt_alloc_excess_unused!(rt_odd_100000bytes_16align_alloc_excess_unused, 100000- 1, 16); Oct 22 02:09:26.051 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.051 INFO kablam! Oct 22 02:09:26.051 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.051 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.051 INFO kablam! | Oct 22 02:09:26.051 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.051 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.051 INFO kablam! ... Oct 22 02:09:26.051 INFO kablam! 3265 | rt_alloc_excess_unused!(rt_odd_100000bytes_16align_alloc_excess_unused, 100000- 1, 16); Oct 22 02:09:26.051 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.051 INFO kablam! | Oct 22 02:09:26.051 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.051 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.051 INFO kablam! | Oct 22 02:09:26.051 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.051 INFO kablam! | Oct 22 02:09:26.051 INFO kablam! Oct 22 02:09:26.052 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.052 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.052 INFO kablam! | Oct 22 02:09:26.052 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.052 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.052 INFO kablam! ... Oct 22 02:09:26.052 INFO kablam! 3278 | rt_alloc_excess_unused!(rt_odd_1000000bytes_16align_alloc_excess_unused, 1000000- 1, 16); Oct 22 02:09:26.052 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.052 INFO kablam! Oct 22 02:09:26.053 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.053 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.053 INFO kablam! | Oct 22 02:09:26.053 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.053 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.053 INFO kablam! ... Oct 22 02:09:26.053 INFO kablam! 3278 | rt_alloc_excess_unused!(rt_odd_1000000bytes_16align_alloc_excess_unused, 1000000- 1, 16); Oct 22 02:09:26.053 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.053 INFO kablam! | Oct 22 02:09:26.053 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.053 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.053 INFO kablam! | Oct 22 02:09:26.053 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.053 INFO kablam! | Oct 22 02:09:26.053 INFO kablam! Oct 22 02:09:26.054 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.054 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.054 INFO kablam! | Oct 22 02:09:26.054 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.054 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.054 INFO kablam! ... Oct 22 02:09:26.054 INFO kablam! 3292 | rt_alloc_excess_unused!(rt_primes_3bytes_16align_alloc_excess_unused, 3, 16); Oct 22 02:09:26.054 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.054 INFO kablam! Oct 22 02:09:26.055 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.055 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.055 INFO kablam! | Oct 22 02:09:26.055 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.055 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.055 INFO kablam! ... Oct 22 02:09:26.055 INFO kablam! 3292 | rt_alloc_excess_unused!(rt_primes_3bytes_16align_alloc_excess_unused, 3, 16); Oct 22 02:09:26.055 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.055 INFO kablam! | Oct 22 02:09:26.055 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.055 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.055 INFO kablam! | Oct 22 02:09:26.055 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.055 INFO kablam! | Oct 22 02:09:26.055 INFO kablam! Oct 22 02:09:26.056 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.056 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.056 INFO kablam! | Oct 22 02:09:26.056 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.056 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.056 INFO kablam! ... Oct 22 02:09:26.056 INFO kablam! 3305 | rt_alloc_excess_unused!(rt_primes_7bytes_16align_alloc_excess_unused, 7, 16); Oct 22 02:09:26.056 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.056 INFO kablam! Oct 22 02:09:26.056 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.056 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.056 INFO kablam! | Oct 22 02:09:26.056 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.056 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.056 INFO kablam! ... Oct 22 02:09:26.056 INFO kablam! 3305 | rt_alloc_excess_unused!(rt_primes_7bytes_16align_alloc_excess_unused, 7, 16); Oct 22 02:09:26.056 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.056 INFO kablam! | Oct 22 02:09:26.056 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.056 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.056 INFO kablam! | Oct 22 02:09:26.056 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.056 INFO kablam! | Oct 22 02:09:26.056 INFO kablam! Oct 22 02:09:26.057 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.057 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.057 INFO kablam! | Oct 22 02:09:26.057 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.057 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.057 INFO kablam! ... Oct 22 02:09:26.057 INFO kablam! 3318 | rt_alloc_excess_unused!(rt_primes_13bytes_16align_alloc_excess_unused, 13, 16); Oct 22 02:09:26.057 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.057 INFO kablam! Oct 22 02:09:26.058 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.058 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.058 INFO kablam! | Oct 22 02:09:26.058 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.058 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.058 INFO kablam! ... Oct 22 02:09:26.058 INFO kablam! 3318 | rt_alloc_excess_unused!(rt_primes_13bytes_16align_alloc_excess_unused, 13, 16); Oct 22 02:09:26.058 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.058 INFO kablam! | Oct 22 02:09:26.058 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.058 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.058 INFO kablam! | Oct 22 02:09:26.058 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.058 INFO kablam! | Oct 22 02:09:26.058 INFO kablam! Oct 22 02:09:26.059 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.059 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.059 INFO kablam! | Oct 22 02:09:26.059 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.059 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.059 INFO kablam! ... Oct 22 02:09:26.059 INFO kablam! 3331 | rt_alloc_excess_unused!(rt_primes_17bytes_16align_alloc_excess_unused, 17, 16); Oct 22 02:09:26.059 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.059 INFO kablam! Oct 22 02:09:26.064 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.064 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.064 INFO kablam! | Oct 22 02:09:26.064 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.064 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.064 INFO kablam! ... Oct 22 02:09:26.064 INFO kablam! 3331 | rt_alloc_excess_unused!(rt_primes_17bytes_16align_alloc_excess_unused, 17, 16); Oct 22 02:09:26.064 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.064 INFO kablam! | Oct 22 02:09:26.064 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.064 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.064 INFO kablam! | Oct 22 02:09:26.064 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.064 INFO kablam! | Oct 22 02:09:26.064 INFO kablam! Oct 22 02:09:26.064 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.064 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.064 INFO kablam! | Oct 22 02:09:26.064 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.064 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.064 INFO kablam! ... Oct 22 02:09:26.064 INFO kablam! 3344 | rt_alloc_excess_unused!(rt_primes_31bytes_16align_alloc_excess_unused, 31, 16); Oct 22 02:09:26.064 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.064 INFO kablam! Oct 22 02:09:26.064 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.064 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.064 INFO kablam! | Oct 22 02:09:26.064 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.064 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.064 INFO kablam! ... Oct 22 02:09:26.064 INFO kablam! 3344 | rt_alloc_excess_unused!(rt_primes_31bytes_16align_alloc_excess_unused, 31, 16); Oct 22 02:09:26.064 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.064 INFO kablam! | Oct 22 02:09:26.064 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.064 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.064 INFO kablam! | Oct 22 02:09:26.064 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.064 INFO kablam! | Oct 22 02:09:26.064 INFO kablam! Oct 22 02:09:26.064 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.064 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.064 INFO kablam! | Oct 22 02:09:26.065 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.065 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.065 INFO kablam! ... Oct 22 02:09:26.065 INFO kablam! 3357 | rt_alloc_excess_unused!(rt_primes_61bytes_16align_alloc_excess_unused, 61, 16); Oct 22 02:09:26.065 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.065 INFO kablam! Oct 22 02:09:26.065 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.065 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.065 INFO kablam! | Oct 22 02:09:26.065 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.065 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.065 INFO kablam! ... Oct 22 02:09:26.065 INFO kablam! 3357 | rt_alloc_excess_unused!(rt_primes_61bytes_16align_alloc_excess_unused, 61, 16); Oct 22 02:09:26.065 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.065 INFO kablam! | Oct 22 02:09:26.065 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.065 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.065 INFO kablam! | Oct 22 02:09:26.065 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.065 INFO kablam! | Oct 22 02:09:26.065 INFO kablam! Oct 22 02:09:26.065 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.065 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.065 INFO kablam! | Oct 22 02:09:26.065 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.065 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.065 INFO kablam! ... Oct 22 02:09:26.065 INFO kablam! 3370 | rt_alloc_excess_unused!(rt_primes_96bytes_16align_alloc_excess_unused, 96, 16); Oct 22 02:09:26.065 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.065 INFO kablam! Oct 22 02:09:26.065 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.065 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.066 INFO kablam! | Oct 22 02:09:26.066 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.066 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.066 INFO kablam! ... Oct 22 02:09:26.066 INFO kablam! 3370 | rt_alloc_excess_unused!(rt_primes_96bytes_16align_alloc_excess_unused, 96, 16); Oct 22 02:09:26.066 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.066 INFO kablam! | Oct 22 02:09:26.066 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.066 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.066 INFO kablam! | Oct 22 02:09:26.066 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.066 INFO kablam! | Oct 22 02:09:26.066 INFO kablam! Oct 22 02:09:26.066 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.066 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.066 INFO kablam! | Oct 22 02:09:26.066 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.066 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.066 INFO kablam! ... Oct 22 02:09:26.066 INFO kablam! 3383 | rt_alloc_excess_unused!(rt_primes_127bytes_16align_alloc_excess_unused, 127, 16); Oct 22 02:09:26.066 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.066 INFO kablam! Oct 22 02:09:26.067 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.067 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.067 INFO kablam! | Oct 22 02:09:26.067 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.067 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.067 INFO kablam! ... Oct 22 02:09:26.067 INFO kablam! 3383 | rt_alloc_excess_unused!(rt_primes_127bytes_16align_alloc_excess_unused, 127, 16); Oct 22 02:09:26.067 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.067 INFO kablam! | Oct 22 02:09:26.067 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.067 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.067 INFO kablam! | Oct 22 02:09:26.067 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.067 INFO kablam! | Oct 22 02:09:26.067 INFO kablam! Oct 22 02:09:26.068 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.068 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.068 INFO kablam! | Oct 22 02:09:26.068 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.068 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.068 INFO kablam! ... Oct 22 02:09:26.068 INFO kablam! 3396 | rt_alloc_excess_unused!(rt_primes_257bytes_16align_alloc_excess_unused, 257, 16); Oct 22 02:09:26.068 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.068 INFO kablam! Oct 22 02:09:26.072 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.072 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.072 INFO kablam! | Oct 22 02:09:26.072 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.072 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.072 INFO kablam! ... Oct 22 02:09:26.072 INFO kablam! 3396 | rt_alloc_excess_unused!(rt_primes_257bytes_16align_alloc_excess_unused, 257, 16); Oct 22 02:09:26.072 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.072 INFO kablam! | Oct 22 02:09:26.072 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.072 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.072 INFO kablam! | Oct 22 02:09:26.072 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.072 INFO kablam! | Oct 22 02:09:26.072 INFO kablam! Oct 22 02:09:26.072 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.072 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.072 INFO kablam! | Oct 22 02:09:26.072 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.072 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.072 INFO kablam! ... Oct 22 02:09:26.072 INFO kablam! 3409 | rt_alloc_excess_unused!(rt_primes_509bytes_16align_alloc_excess_unused, 509, 16); Oct 22 02:09:26.073 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.073 INFO kablam! Oct 22 02:09:26.073 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.073 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.073 INFO kablam! | Oct 22 02:09:26.073 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.073 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.073 INFO kablam! ... Oct 22 02:09:26.073 INFO kablam! 3409 | rt_alloc_excess_unused!(rt_primes_509bytes_16align_alloc_excess_unused, 509, 16); Oct 22 02:09:26.073 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.073 INFO kablam! | Oct 22 02:09:26.073 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.073 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.073 INFO kablam! | Oct 22 02:09:26.073 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.073 INFO kablam! | Oct 22 02:09:26.073 INFO kablam! Oct 22 02:09:26.073 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.073 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.073 INFO kablam! | Oct 22 02:09:26.073 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.073 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.073 INFO kablam! ... Oct 22 02:09:26.073 INFO kablam! 3422 | rt_alloc_excess_unused!(rt_primes_1021bytes_16align_alloc_excess_unused, 1021, 16); Oct 22 02:09:26.073 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.073 INFO kablam! Oct 22 02:09:26.073 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.073 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.073 INFO kablam! | Oct 22 02:09:26.073 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.073 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.073 INFO kablam! ... Oct 22 02:09:26.073 INFO kablam! 3422 | rt_alloc_excess_unused!(rt_primes_1021bytes_16align_alloc_excess_unused, 1021, 16); Oct 22 02:09:26.073 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.073 INFO kablam! | Oct 22 02:09:26.073 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.073 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.073 INFO kablam! | Oct 22 02:09:26.073 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.073 INFO kablam! | Oct 22 02:09:26.073 INFO kablam! Oct 22 02:09:26.074 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.074 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.074 INFO kablam! | Oct 22 02:09:26.074 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.074 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.074 INFO kablam! ... Oct 22 02:09:26.074 INFO kablam! 3435 | rt_alloc_excess_unused!(rt_primes_2039bytes_16align_alloc_excess_unused, 2039, 16); Oct 22 02:09:26.074 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.074 INFO kablam! Oct 22 02:09:26.074 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.074 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.074 INFO kablam! | Oct 22 02:09:26.074 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.074 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.074 INFO kablam! ... Oct 22 02:09:26.074 INFO kablam! 3435 | rt_alloc_excess_unused!(rt_primes_2039bytes_16align_alloc_excess_unused, 2039, 16); Oct 22 02:09:26.074 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.074 INFO kablam! | Oct 22 02:09:26.074 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.074 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.074 INFO kablam! | Oct 22 02:09:26.074 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.074 INFO kablam! | Oct 22 02:09:26.074 INFO kablam! Oct 22 02:09:26.075 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.075 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.075 INFO kablam! | Oct 22 02:09:26.075 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.075 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.075 INFO kablam! ... Oct 22 02:09:26.075 INFO kablam! 3448 | rt_alloc_excess_unused!(rt_primes_4093bytes_16align_alloc_excess_unused, 4093, 16); Oct 22 02:09:26.075 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.075 INFO kablam! Oct 22 02:09:26.076 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.076 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.076 INFO kablam! | Oct 22 02:09:26.076 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.076 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.076 INFO kablam! ... Oct 22 02:09:26.076 INFO kablam! 3448 | rt_alloc_excess_unused!(rt_primes_4093bytes_16align_alloc_excess_unused, 4093, 16); Oct 22 02:09:26.076 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.076 INFO kablam! | Oct 22 02:09:26.076 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.076 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.076 INFO kablam! | Oct 22 02:09:26.076 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.076 INFO kablam! | Oct 22 02:09:26.076 INFO kablam! Oct 22 02:09:26.081 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.081 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.081 INFO kablam! | Oct 22 02:09:26.081 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.081 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.081 INFO kablam! ... Oct 22 02:09:26.081 INFO kablam! 3461 | rt_alloc_excess_unused!(rt_primes_8191bytes_16align_alloc_excess_unused, 8191, 16); Oct 22 02:09:26.081 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.081 INFO kablam! Oct 22 02:09:26.081 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.081 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.081 INFO kablam! | Oct 22 02:09:26.081 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.081 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.081 INFO kablam! ... Oct 22 02:09:26.081 INFO kablam! 3461 | rt_alloc_excess_unused!(rt_primes_8191bytes_16align_alloc_excess_unused, 8191, 16); Oct 22 02:09:26.081 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.081 INFO kablam! | Oct 22 02:09:26.081 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.081 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.081 INFO kablam! | Oct 22 02:09:26.081 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.081 INFO kablam! | Oct 22 02:09:26.081 INFO kablam! Oct 22 02:09:26.081 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.081 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.081 INFO kablam! | Oct 22 02:09:26.081 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.081 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.081 INFO kablam! ... Oct 22 02:09:26.081 INFO kablam! 3474 | rt_alloc_excess_unused!(rt_primes_16381bytes_16align_alloc_excess_unused, 16381, 16); Oct 22 02:09:26.081 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.081 INFO kablam! Oct 22 02:09:26.081 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.081 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.081 INFO kablam! | Oct 22 02:09:26.081 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.081 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.081 INFO kablam! ... Oct 22 02:09:26.081 INFO kablam! 3474 | rt_alloc_excess_unused!(rt_primes_16381bytes_16align_alloc_excess_unused, 16381, 16); Oct 22 02:09:26.081 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.081 INFO kablam! | Oct 22 02:09:26.081 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.081 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.081 INFO kablam! | Oct 22 02:09:26.081 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.081 INFO kablam! | Oct 22 02:09:26.081 INFO kablam! Oct 22 02:09:26.081 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.081 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.081 INFO kablam! | Oct 22 02:09:26.081 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.081 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.081 INFO kablam! ... Oct 22 02:09:26.081 INFO kablam! 3487 | rt_alloc_excess_unused!(rt_primes_32749bytes_16align_alloc_excess_unused, 32749, 16); Oct 22 02:09:26.081 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.081 INFO kablam! Oct 22 02:09:26.082 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.082 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.082 INFO kablam! | Oct 22 02:09:26.082 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.082 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.082 INFO kablam! ... Oct 22 02:09:26.082 INFO kablam! 3487 | rt_alloc_excess_unused!(rt_primes_32749bytes_16align_alloc_excess_unused, 32749, 16); Oct 22 02:09:26.082 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.082 INFO kablam! | Oct 22 02:09:26.082 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.082 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.082 INFO kablam! | Oct 22 02:09:26.082 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.082 INFO kablam! | Oct 22 02:09:26.082 INFO kablam! Oct 22 02:09:26.082 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.082 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.082 INFO kablam! | Oct 22 02:09:26.082 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.082 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.082 INFO kablam! ... Oct 22 02:09:26.082 INFO kablam! 3500 | rt_alloc_excess_unused!(rt_primes_65537bytes_16align_alloc_excess_unused, 65537, 16); Oct 22 02:09:26.082 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.082 INFO kablam! Oct 22 02:09:26.083 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.083 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.083 INFO kablam! | Oct 22 02:09:26.083 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.083 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.083 INFO kablam! ... Oct 22 02:09:26.083 INFO kablam! 3500 | rt_alloc_excess_unused!(rt_primes_65537bytes_16align_alloc_excess_unused, 65537, 16); Oct 22 02:09:26.083 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.084 INFO kablam! | Oct 22 02:09:26.084 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.084 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.084 INFO kablam! | Oct 22 02:09:26.084 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.084 INFO kablam! | Oct 22 02:09:26.084 INFO kablam! Oct 22 02:09:26.084 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.084 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.084 INFO kablam! | Oct 22 02:09:26.084 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.084 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.084 INFO kablam! ... Oct 22 02:09:26.084 INFO kablam! 3513 | rt_alloc_excess_unused!(rt_primes_131071bytes_16align_alloc_excess_unused, 131071, 16); Oct 22 02:09:26.084 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.084 INFO kablam! Oct 22 02:09:26.088 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.088 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.088 INFO kablam! | Oct 22 02:09:26.088 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.088 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.088 INFO kablam! ... Oct 22 02:09:26.088 INFO kablam! 3513 | rt_alloc_excess_unused!(rt_primes_131071bytes_16align_alloc_excess_unused, 131071, 16); Oct 22 02:09:26.088 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.088 INFO kablam! | Oct 22 02:09:26.088 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.088 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.088 INFO kablam! | Oct 22 02:09:26.088 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.088 INFO kablam! | Oct 22 02:09:26.088 INFO kablam! Oct 22 02:09:26.088 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.088 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.089 INFO kablam! | Oct 22 02:09:26.089 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.089 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.089 INFO kablam! ... Oct 22 02:09:26.089 INFO kablam! 3526 | rt_alloc_excess_unused!(rt_primes_4194301bytes_16align_alloc_excess_unused, 4194301, 16); Oct 22 02:09:26.089 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.089 INFO kablam! Oct 22 02:09:26.089 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.089 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.089 INFO kablam! | Oct 22 02:09:26.089 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.089 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.089 INFO kablam! ... Oct 22 02:09:26.089 INFO kablam! 3526 | rt_alloc_excess_unused!(rt_primes_4194301bytes_16align_alloc_excess_unused, 4194301, 16); Oct 22 02:09:26.089 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.089 INFO kablam! | Oct 22 02:09:26.089 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.089 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.089 INFO kablam! | Oct 22 02:09:26.089 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.089 INFO kablam! | Oct 22 02:09:26.089 INFO kablam! Oct 22 02:09:26.089 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.089 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.089 INFO kablam! | Oct 22 02:09:26.089 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.089 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.089 INFO kablam! ... Oct 22 02:09:26.089 INFO kablam! 3542 | rt_alloc_excess_unused!(rt_pow2_1bytes_32align_alloc_excess_unused, 1, 32); Oct 22 02:09:26.089 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.089 INFO kablam! Oct 22 02:09:26.089 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.089 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.089 INFO kablam! | Oct 22 02:09:26.089 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.089 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.089 INFO kablam! ... Oct 22 02:09:26.089 INFO kablam! 3542 | rt_alloc_excess_unused!(rt_pow2_1bytes_32align_alloc_excess_unused, 1, 32); Oct 22 02:09:26.089 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.089 INFO kablam! | Oct 22 02:09:26.089 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.089 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.089 INFO kablam! | Oct 22 02:09:26.089 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.089 INFO kablam! | Oct 22 02:09:26.089 INFO kablam! Oct 22 02:09:26.090 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.090 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.090 INFO kablam! | Oct 22 02:09:26.090 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.090 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.090 INFO kablam! ... Oct 22 02:09:26.090 INFO kablam! 3555 | rt_alloc_excess_unused!(rt_pow2_2bytes_32align_alloc_excess_unused, 2, 32); Oct 22 02:09:26.090 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.090 INFO kablam! Oct 22 02:09:26.090 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.090 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.090 INFO kablam! | Oct 22 02:09:26.090 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.090 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.090 INFO kablam! ... Oct 22 02:09:26.090 INFO kablam! 3555 | rt_alloc_excess_unused!(rt_pow2_2bytes_32align_alloc_excess_unused, 2, 32); Oct 22 02:09:26.090 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.090 INFO kablam! | Oct 22 02:09:26.090 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.090 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.090 INFO kablam! | Oct 22 02:09:26.090 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.090 INFO kablam! | Oct 22 02:09:26.090 INFO kablam! Oct 22 02:09:26.091 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.091 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.091 INFO kablam! | Oct 22 02:09:26.091 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.091 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.091 INFO kablam! ... Oct 22 02:09:26.091 INFO kablam! 3568 | rt_alloc_excess_unused!(rt_pow2_4bytes_32align_alloc_excess_unused, 4, 32); Oct 22 02:09:26.091 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.091 INFO kablam! Oct 22 02:09:26.092 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.092 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.092 INFO kablam! | Oct 22 02:09:26.092 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.092 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.092 INFO kablam! ... Oct 22 02:09:26.092 INFO kablam! 3568 | rt_alloc_excess_unused!(rt_pow2_4bytes_32align_alloc_excess_unused, 4, 32); Oct 22 02:09:26.092 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.092 INFO kablam! | Oct 22 02:09:26.092 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.092 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.092 INFO kablam! | Oct 22 02:09:26.092 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.092 INFO kablam! | Oct 22 02:09:26.092 INFO kablam! Oct 22 02:09:26.093 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.093 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.093 INFO kablam! | Oct 22 02:09:26.093 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.093 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.093 INFO kablam! ... Oct 22 02:09:26.093 INFO kablam! 3581 | rt_alloc_excess_unused!(rt_pow2_8bytes_32align_alloc_excess_unused, 8, 32); Oct 22 02:09:26.093 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.093 INFO kablam! Oct 22 02:09:26.093 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.093 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.093 INFO kablam! | Oct 22 02:09:26.093 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.093 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.093 INFO kablam! ... Oct 22 02:09:26.094 INFO kablam! 3581 | rt_alloc_excess_unused!(rt_pow2_8bytes_32align_alloc_excess_unused, 8, 32); Oct 22 02:09:26.094 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.094 INFO kablam! | Oct 22 02:09:26.094 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.094 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.094 INFO kablam! | Oct 22 02:09:26.094 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.094 INFO kablam! | Oct 22 02:09:26.094 INFO kablam! Oct 22 02:09:26.094 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.094 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.094 INFO kablam! | Oct 22 02:09:26.095 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.095 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.095 INFO kablam! ... Oct 22 02:09:26.095 INFO kablam! 3594 | rt_alloc_excess_unused!(rt_pow2_16bytes_32align_alloc_excess_unused, 16, 32); Oct 22 02:09:26.095 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.095 INFO kablam! Oct 22 02:09:26.095 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.095 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.095 INFO kablam! | Oct 22 02:09:26.095 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.095 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.095 INFO kablam! ... Oct 22 02:09:26.095 INFO kablam! 3594 | rt_alloc_excess_unused!(rt_pow2_16bytes_32align_alloc_excess_unused, 16, 32); Oct 22 02:09:26.095 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.095 INFO kablam! | Oct 22 02:09:26.095 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.095 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.095 INFO kablam! | Oct 22 02:09:26.095 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.095 INFO kablam! | Oct 22 02:09:26.095 INFO kablam! Oct 22 02:09:26.097 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.097 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.097 INFO kablam! | Oct 22 02:09:26.097 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.097 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.097 INFO kablam! ... Oct 22 02:09:26.097 INFO kablam! 3607 | rt_alloc_excess_unused!(rt_pow2_32bytes_32align_alloc_excess_unused, 32, 32); Oct 22 02:09:26.097 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.097 INFO kablam! Oct 22 02:09:26.099 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.099 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.099 INFO kablam! | Oct 22 02:09:26.099 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.099 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.099 INFO kablam! ... Oct 22 02:09:26.099 INFO kablam! 3607 | rt_alloc_excess_unused!(rt_pow2_32bytes_32align_alloc_excess_unused, 32, 32); Oct 22 02:09:26.099 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.099 INFO kablam! | Oct 22 02:09:26.099 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.099 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.099 INFO kablam! | Oct 22 02:09:26.099 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.099 INFO kablam! | Oct 22 02:09:26.099 INFO kablam! Oct 22 02:09:26.099 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.099 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.099 INFO kablam! | Oct 22 02:09:26.099 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.099 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.099 INFO kablam! ... Oct 22 02:09:26.099 INFO kablam! 3620 | rt_alloc_excess_unused!(rt_pow2_64bytes_32align_alloc_excess_unused, 64, 32); Oct 22 02:09:26.099 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.099 INFO kablam! Oct 22 02:09:26.099 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.100 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.100 INFO kablam! | Oct 22 02:09:26.100 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.100 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.100 INFO kablam! ... Oct 22 02:09:26.100 INFO kablam! 3620 | rt_alloc_excess_unused!(rt_pow2_64bytes_32align_alloc_excess_unused, 64, 32); Oct 22 02:09:26.100 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.100 INFO kablam! | Oct 22 02:09:26.100 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.100 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.101 INFO kablam! | Oct 22 02:09:26.101 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.101 INFO kablam! | Oct 22 02:09:26.101 INFO kablam! Oct 22 02:09:26.101 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.101 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.101 INFO kablam! | Oct 22 02:09:26.101 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.101 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.101 INFO kablam! ... Oct 22 02:09:26.101 INFO kablam! 3633 | rt_alloc_excess_unused!(rt_pow2_128bytes_32align_alloc_excess_unused, 128, 32); Oct 22 02:09:26.101 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.101 INFO kablam! Oct 22 02:09:26.101 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.101 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.101 INFO kablam! | Oct 22 02:09:26.101 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.101 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.101 INFO kablam! ... Oct 22 02:09:26.101 INFO kablam! 3633 | rt_alloc_excess_unused!(rt_pow2_128bytes_32align_alloc_excess_unused, 128, 32); Oct 22 02:09:26.101 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.101 INFO kablam! | Oct 22 02:09:26.101 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.101 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.101 INFO kablam! | Oct 22 02:09:26.101 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.101 INFO kablam! | Oct 22 02:09:26.101 INFO kablam! Oct 22 02:09:26.102 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.102 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.102 INFO kablam! | Oct 22 02:09:26.102 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.102 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.102 INFO kablam! ... Oct 22 02:09:26.102 INFO kablam! 3646 | rt_alloc_excess_unused!(rt_pow2_256bytes_32align_alloc_excess_unused, 256, 32); Oct 22 02:09:26.106 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.106 INFO kablam! Oct 22 02:09:26.106 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.106 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.106 INFO kablam! | Oct 22 02:09:26.106 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.106 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.106 INFO kablam! ... Oct 22 02:09:26.106 INFO kablam! 3646 | rt_alloc_excess_unused!(rt_pow2_256bytes_32align_alloc_excess_unused, 256, 32); Oct 22 02:09:26.106 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.106 INFO kablam! | Oct 22 02:09:26.106 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.106 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.106 INFO kablam! | Oct 22 02:09:26.106 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.106 INFO kablam! | Oct 22 02:09:26.106 INFO kablam! Oct 22 02:09:26.106 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.106 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.106 INFO kablam! | Oct 22 02:09:26.106 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.106 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.106 INFO kablam! ... Oct 22 02:09:26.106 INFO kablam! 3659 | rt_alloc_excess_unused!(rt_pow2_512bytes_32align_alloc_excess_unused, 512, 32); Oct 22 02:09:26.106 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.106 INFO kablam! Oct 22 02:09:26.106 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.106 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.106 INFO kablam! | Oct 22 02:09:26.106 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.106 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.106 INFO kablam! ... Oct 22 02:09:26.106 INFO kablam! 3659 | rt_alloc_excess_unused!(rt_pow2_512bytes_32align_alloc_excess_unused, 512, 32); Oct 22 02:09:26.106 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.106 INFO kablam! | Oct 22 02:09:26.106 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.106 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.106 INFO kablam! | Oct 22 02:09:26.106 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.106 INFO kablam! | Oct 22 02:09:26.106 INFO kablam! Oct 22 02:09:26.106 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.106 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.106 INFO kablam! | Oct 22 02:09:26.106 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.106 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.106 INFO kablam! ... Oct 22 02:09:26.106 INFO kablam! 3672 | rt_alloc_excess_unused!(rt_pow2_1024bytes_32align_alloc_excess_unused, 1024, 32); Oct 22 02:09:26.106 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.106 INFO kablam! Oct 22 02:09:26.109 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.109 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.109 INFO kablam! | Oct 22 02:09:26.109 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.109 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.109 INFO kablam! ... Oct 22 02:09:26.109 INFO kablam! 3672 | rt_alloc_excess_unused!(rt_pow2_1024bytes_32align_alloc_excess_unused, 1024, 32); Oct 22 02:09:26.109 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.109 INFO kablam! | Oct 22 02:09:26.109 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.109 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.109 INFO kablam! | Oct 22 02:09:26.109 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.109 INFO kablam! | Oct 22 02:09:26.109 INFO kablam! Oct 22 02:09:26.109 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.109 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.109 INFO kablam! | Oct 22 02:09:26.109 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.109 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.109 INFO kablam! ... Oct 22 02:09:26.109 INFO kablam! 3685 | rt_alloc_excess_unused!(rt_pow2_2048bytes_32align_alloc_excess_unused, 2048, 32); Oct 22 02:09:26.109 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.109 INFO kablam! Oct 22 02:09:26.109 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.109 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.109 INFO kablam! | Oct 22 02:09:26.109 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.109 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.109 INFO kablam! ... Oct 22 02:09:26.109 INFO kablam! 3685 | rt_alloc_excess_unused!(rt_pow2_2048bytes_32align_alloc_excess_unused, 2048, 32); Oct 22 02:09:26.109 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.109 INFO kablam! | Oct 22 02:09:26.109 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.109 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.109 INFO kablam! | Oct 22 02:09:26.109 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.109 INFO kablam! | Oct 22 02:09:26.109 INFO kablam! Oct 22 02:09:26.110 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.110 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.110 INFO kablam! | Oct 22 02:09:26.110 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.110 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.110 INFO kablam! ... Oct 22 02:09:26.110 INFO kablam! 3698 | rt_alloc_excess_unused!(rt_pow2_4096bytes_32align_alloc_excess_unused, 4096, 32); Oct 22 02:09:26.110 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.110 INFO kablam! Oct 22 02:09:26.110 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.110 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.110 INFO kablam! | Oct 22 02:09:26.110 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.110 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.110 INFO kablam! ... Oct 22 02:09:26.110 INFO kablam! 3698 | rt_alloc_excess_unused!(rt_pow2_4096bytes_32align_alloc_excess_unused, 4096, 32); Oct 22 02:09:26.110 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.110 INFO kablam! | Oct 22 02:09:26.110 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.110 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.110 INFO kablam! | Oct 22 02:09:26.110 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.110 INFO kablam! | Oct 22 02:09:26.110 INFO kablam! Oct 22 02:09:26.111 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.111 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.111 INFO kablam! | Oct 22 02:09:26.111 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.111 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.111 INFO kablam! ... Oct 22 02:09:26.111 INFO kablam! 3711 | rt_alloc_excess_unused!(rt_pow2_8192bytes_32align_alloc_excess_unused, 8192, 32); Oct 22 02:09:26.111 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.111 INFO kablam! Oct 22 02:09:26.112 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.112 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.112 INFO kablam! | Oct 22 02:09:26.112 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.112 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.112 INFO kablam! ... Oct 22 02:09:26.112 INFO kablam! 3711 | rt_alloc_excess_unused!(rt_pow2_8192bytes_32align_alloc_excess_unused, 8192, 32); Oct 22 02:09:26.112 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.112 INFO kablam! | Oct 22 02:09:26.112 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.112 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.112 INFO kablam! | Oct 22 02:09:26.112 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.112 INFO kablam! | Oct 22 02:09:26.112 INFO kablam! Oct 22 02:09:26.113 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.114 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.114 INFO kablam! | Oct 22 02:09:26.114 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.114 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.114 INFO kablam! ... Oct 22 02:09:26.114 INFO kablam! 3724 | rt_alloc_excess_unused!(rt_pow2_16384bytes_32align_alloc_excess_unused, 16384, 32); Oct 22 02:09:26.114 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.114 INFO kablam! Oct 22 02:09:26.114 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.114 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.114 INFO kablam! | Oct 22 02:09:26.114 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.114 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.114 INFO kablam! ... Oct 22 02:09:26.114 INFO kablam! 3724 | rt_alloc_excess_unused!(rt_pow2_16384bytes_32align_alloc_excess_unused, 16384, 32); Oct 22 02:09:26.114 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.114 INFO kablam! | Oct 22 02:09:26.114 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.114 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.114 INFO kablam! | Oct 22 02:09:26.114 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.114 INFO kablam! | Oct 22 02:09:26.114 INFO kablam! Oct 22 02:09:26.115 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.115 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.115 INFO kablam! | Oct 22 02:09:26.115 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.115 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.115 INFO kablam! ... Oct 22 02:09:26.115 INFO kablam! 3737 | rt_alloc_excess_unused!(rt_pow2_32768bytes_32align_alloc_excess_unused, 32768, 32); Oct 22 02:09:26.115 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.115 INFO kablam! Oct 22 02:09:26.115 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.115 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.115 INFO kablam! | Oct 22 02:09:26.115 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.115 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.115 INFO kablam! ... Oct 22 02:09:26.115 INFO kablam! 3737 | rt_alloc_excess_unused!(rt_pow2_32768bytes_32align_alloc_excess_unused, 32768, 32); Oct 22 02:09:26.115 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.115 INFO kablam! | Oct 22 02:09:26.115 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.115 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.115 INFO kablam! | Oct 22 02:09:26.115 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.115 INFO kablam! | Oct 22 02:09:26.115 INFO kablam! Oct 22 02:09:26.125 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.125 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.125 INFO kablam! | Oct 22 02:09:26.125 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.125 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.125 INFO kablam! ... Oct 22 02:09:26.125 INFO kablam! 3750 | rt_alloc_excess_unused!(rt_pow2_65536bytes_32align_alloc_excess_unused, 65536, 32); Oct 22 02:09:26.125 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.125 INFO kablam! Oct 22 02:09:26.125 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.125 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.125 INFO kablam! | Oct 22 02:09:26.125 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.125 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.125 INFO kablam! ... Oct 22 02:09:26.125 INFO kablam! 3750 | rt_alloc_excess_unused!(rt_pow2_65536bytes_32align_alloc_excess_unused, 65536, 32); Oct 22 02:09:26.125 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.125 INFO kablam! | Oct 22 02:09:26.125 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.126 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.126 INFO kablam! | Oct 22 02:09:26.126 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.126 INFO kablam! | Oct 22 02:09:26.126 INFO kablam! Oct 22 02:09:26.126 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.126 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.126 INFO kablam! | Oct 22 02:09:26.126 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.126 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.126 INFO kablam! ... Oct 22 02:09:26.126 INFO kablam! 3763 | rt_alloc_excess_unused!(rt_pow2_131072bytes_32align_alloc_excess_unused, 131072, 32); Oct 22 02:09:26.126 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.126 INFO kablam! Oct 22 02:09:26.126 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.126 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.126 INFO kablam! | Oct 22 02:09:26.126 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.126 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.126 INFO kablam! ... Oct 22 02:09:26.126 INFO kablam! 3763 | rt_alloc_excess_unused!(rt_pow2_131072bytes_32align_alloc_excess_unused, 131072, 32); Oct 22 02:09:26.126 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.126 INFO kablam! | Oct 22 02:09:26.126 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.126 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.126 INFO kablam! | Oct 22 02:09:26.126 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.126 INFO kablam! | Oct 22 02:09:26.126 INFO kablam! Oct 22 02:09:26.126 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.126 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.126 INFO kablam! | Oct 22 02:09:26.126 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.126 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.126 INFO kablam! ... Oct 22 02:09:26.126 INFO kablam! 3776 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_32align_alloc_excess_unused, 4194304, 32); Oct 22 02:09:26.126 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.126 INFO kablam! Oct 22 02:09:26.131 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.131 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.131 INFO kablam! | Oct 22 02:09:26.131 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.131 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.131 INFO kablam! ... Oct 22 02:09:26.131 INFO kablam! 3776 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_32align_alloc_excess_unused, 4194304, 32); Oct 22 02:09:26.131 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.131 INFO kablam! | Oct 22 02:09:26.131 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.132 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.132 INFO kablam! | Oct 22 02:09:26.132 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.132 INFO kablam! | Oct 22 02:09:26.132 INFO kablam! Oct 22 02:09:26.132 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.132 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.132 INFO kablam! | Oct 22 02:09:26.132 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.132 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.132 INFO kablam! ... Oct 22 02:09:26.132 INFO kablam! 3790 | rt_alloc_excess_unused!(rt_even_10bytes_32align_alloc_excess_unused, 10, 32); Oct 22 02:09:26.132 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.132 INFO kablam! Oct 22 02:09:26.132 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.132 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.132 INFO kablam! | Oct 22 02:09:26.132 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.132 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.132 INFO kablam! ... Oct 22 02:09:26.132 INFO kablam! 3790 | rt_alloc_excess_unused!(rt_even_10bytes_32align_alloc_excess_unused, 10, 32); Oct 22 02:09:26.132 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.132 INFO kablam! | Oct 22 02:09:26.132 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.132 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.132 INFO kablam! | Oct 22 02:09:26.132 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.132 INFO kablam! | Oct 22 02:09:26.132 INFO kablam! Oct 22 02:09:26.132 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.132 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.132 INFO kablam! | Oct 22 02:09:26.132 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.132 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.132 INFO kablam! ... Oct 22 02:09:26.132 INFO kablam! 3803 | rt_alloc_excess_unused!(rt_even_100bytes_32align_alloc_excess_unused, 100, 32); Oct 22 02:09:26.132 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.132 INFO kablam! Oct 22 02:09:26.132 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.132 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.132 INFO kablam! | Oct 22 02:09:26.132 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.132 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.132 INFO kablam! ... Oct 22 02:09:26.132 INFO kablam! 3803 | rt_alloc_excess_unused!(rt_even_100bytes_32align_alloc_excess_unused, 100, 32); Oct 22 02:09:26.132 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.132 INFO kablam! | Oct 22 02:09:26.132 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.132 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.132 INFO kablam! | Oct 22 02:09:26.132 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.132 INFO kablam! | Oct 22 02:09:26.132 INFO kablam! Oct 22 02:09:26.132 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.132 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.132 INFO kablam! | Oct 22 02:09:26.132 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.132 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.132 INFO kablam! ... Oct 22 02:09:26.132 INFO kablam! 3816 | rt_alloc_excess_unused!(rt_even_1000bytes_32align_alloc_excess_unused, 1000, 32); Oct 22 02:09:26.132 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.132 INFO kablam! Oct 22 02:09:26.132 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.132 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.132 INFO kablam! | Oct 22 02:09:26.132 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.132 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.132 INFO kablam! ... Oct 22 02:09:26.132 INFO kablam! 3816 | rt_alloc_excess_unused!(rt_even_1000bytes_32align_alloc_excess_unused, 1000, 32); Oct 22 02:09:26.132 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.132 INFO kablam! | Oct 22 02:09:26.132 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.132 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.132 INFO kablam! | Oct 22 02:09:26.132 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.132 INFO kablam! | Oct 22 02:09:26.132 INFO kablam! Oct 22 02:09:26.132 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.132 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.133 INFO kablam! | Oct 22 02:09:26.133 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.133 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.133 INFO kablam! ... Oct 22 02:09:26.133 INFO kablam! 3829 | rt_alloc_excess_unused!(rt_even_10000bytes_32align_alloc_excess_unused, 10000, 32); Oct 22 02:09:26.133 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.133 INFO kablam! Oct 22 02:09:26.133 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.133 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.133 INFO kablam! | Oct 22 02:09:26.133 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.133 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.133 INFO kablam! ... Oct 22 02:09:26.133 INFO kablam! 3829 | rt_alloc_excess_unused!(rt_even_10000bytes_32align_alloc_excess_unused, 10000, 32); Oct 22 02:09:26.133 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.133 INFO kablam! | Oct 22 02:09:26.133 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.133 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.133 INFO kablam! | Oct 22 02:09:26.133 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.133 INFO kablam! | Oct 22 02:09:26.133 INFO kablam! Oct 22 02:09:26.133 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.133 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.133 INFO kablam! | Oct 22 02:09:26.133 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.133 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.133 INFO kablam! ... Oct 22 02:09:26.133 INFO kablam! 3842 | rt_alloc_excess_unused!(rt_even_100000bytes_32align_alloc_excess_unused, 100000, 32); Oct 22 02:09:26.133 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.133 INFO kablam! Oct 22 02:09:26.133 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.133 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.133 INFO kablam! | Oct 22 02:09:26.133 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.133 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.133 INFO kablam! ... Oct 22 02:09:26.133 INFO kablam! 3842 | rt_alloc_excess_unused!(rt_even_100000bytes_32align_alloc_excess_unused, 100000, 32); Oct 22 02:09:26.133 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.133 INFO kablam! | Oct 22 02:09:26.133 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.133 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.133 INFO kablam! | Oct 22 02:09:26.133 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.133 INFO kablam! | Oct 22 02:09:26.133 INFO kablam! Oct 22 02:09:26.137 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.137 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.137 INFO kablam! | Oct 22 02:09:26.137 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.137 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.137 INFO kablam! ... Oct 22 02:09:26.137 INFO kablam! 3855 | rt_alloc_excess_unused!(rt_even_1000000bytes_32align_alloc_excess_unused, 1000000, 32); Oct 22 02:09:26.137 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.137 INFO kablam! Oct 22 02:09:26.137 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.137 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.137 INFO kablam! | Oct 22 02:09:26.137 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.137 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.137 INFO kablam! ... Oct 22 02:09:26.137 INFO kablam! 3855 | rt_alloc_excess_unused!(rt_even_1000000bytes_32align_alloc_excess_unused, 1000000, 32); Oct 22 02:09:26.137 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.137 INFO kablam! | Oct 22 02:09:26.137 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.137 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.137 INFO kablam! | Oct 22 02:09:26.137 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.137 INFO kablam! | Oct 22 02:09:26.137 INFO kablam! Oct 22 02:09:26.137 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.137 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.137 INFO kablam! | Oct 22 02:09:26.137 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.137 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.137 INFO kablam! ... Oct 22 02:09:26.137 INFO kablam! 3869 | rt_alloc_excess_unused!(rt_odd_10bytes_32align_alloc_excess_unused, 10- 1, 32); Oct 22 02:09:26.137 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.137 INFO kablam! Oct 22 02:09:26.137 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.137 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.137 INFO kablam! | Oct 22 02:09:26.137 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.138 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.138 INFO kablam! ... Oct 22 02:09:26.138 INFO kablam! 3869 | rt_alloc_excess_unused!(rt_odd_10bytes_32align_alloc_excess_unused, 10- 1, 32); Oct 22 02:09:26.138 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.138 INFO kablam! | Oct 22 02:09:26.138 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.138 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.138 INFO kablam! | Oct 22 02:09:26.138 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.138 INFO kablam! | Oct 22 02:09:26.138 INFO kablam! Oct 22 02:09:26.138 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.138 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.138 INFO kablam! | Oct 22 02:09:26.138 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.138 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.138 INFO kablam! ... Oct 22 02:09:26.138 INFO kablam! 3882 | rt_alloc_excess_unused!(rt_odd_100bytes_32align_alloc_excess_unused, 100- 1, 32); Oct 22 02:09:26.138 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.138 INFO kablam! Oct 22 02:09:26.139 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.139 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.139 INFO kablam! | Oct 22 02:09:26.139 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.139 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.139 INFO kablam! ... Oct 22 02:09:26.139 INFO kablam! 3882 | rt_alloc_excess_unused!(rt_odd_100bytes_32align_alloc_excess_unused, 100- 1, 32); Oct 22 02:09:26.139 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.139 INFO kablam! | Oct 22 02:09:26.139 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.139 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.139 INFO kablam! | Oct 22 02:09:26.139 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.139 INFO kablam! | Oct 22 02:09:26.139 INFO kablam! Oct 22 02:09:26.139 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.139 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.139 INFO kablam! | Oct 22 02:09:26.139 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.139 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.139 INFO kablam! ... Oct 22 02:09:26.139 INFO kablam! 3895 | rt_alloc_excess_unused!(rt_odd_1000bytes_32align_alloc_excess_unused, 1000- 1, 32); Oct 22 02:09:26.139 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.139 INFO kablam! Oct 22 02:09:26.143 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.143 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.143 INFO kablam! | Oct 22 02:09:26.143 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.143 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.143 INFO kablam! ... Oct 22 02:09:26.143 INFO kablam! 3895 | rt_alloc_excess_unused!(rt_odd_1000bytes_32align_alloc_excess_unused, 1000- 1, 32); Oct 22 02:09:26.143 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.143 INFO kablam! | Oct 22 02:09:26.143 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.143 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.143 INFO kablam! | Oct 22 02:09:26.143 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.143 INFO kablam! | Oct 22 02:09:26.143 INFO kablam! Oct 22 02:09:26.143 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.143 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.143 INFO kablam! | Oct 22 02:09:26.143 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.143 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.143 INFO kablam! ... Oct 22 02:09:26.143 INFO kablam! 3908 | rt_alloc_excess_unused!(rt_odd_10000bytes_32align_alloc_excess_unused, 10000- 1, 32); Oct 22 02:09:26.143 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.143 INFO kablam! Oct 22 02:09:26.143 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.143 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.143 INFO kablam! | Oct 22 02:09:26.143 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.143 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.143 INFO kablam! ... Oct 22 02:09:26.143 INFO kablam! 3908 | rt_alloc_excess_unused!(rt_odd_10000bytes_32align_alloc_excess_unused, 10000- 1, 32); Oct 22 02:09:26.143 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.143 INFO kablam! | Oct 22 02:09:26.143 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.143 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.143 INFO kablam! | Oct 22 02:09:26.143 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.143 INFO kablam! | Oct 22 02:09:26.143 INFO kablam! Oct 22 02:09:26.143 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.143 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.143 INFO kablam! | Oct 22 02:09:26.143 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.143 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.143 INFO kablam! ... Oct 22 02:09:26.143 INFO kablam! 3921 | rt_alloc_excess_unused!(rt_odd_100000bytes_32align_alloc_excess_unused, 100000- 1, 32); Oct 22 02:09:26.143 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.143 INFO kablam! Oct 22 02:09:26.143 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.143 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.143 INFO kablam! | Oct 22 02:09:26.143 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.143 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.143 INFO kablam! ... Oct 22 02:09:26.143 INFO kablam! 3921 | rt_alloc_excess_unused!(rt_odd_100000bytes_32align_alloc_excess_unused, 100000- 1, 32); Oct 22 02:09:26.143 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.143 INFO kablam! | Oct 22 02:09:26.143 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.146 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.146 INFO kablam! | Oct 22 02:09:26.146 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.146 INFO kablam! | Oct 22 02:09:26.146 INFO kablam! Oct 22 02:09:26.146 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.146 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.146 INFO kablam! | Oct 22 02:09:26.146 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.146 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.146 INFO kablam! ... Oct 22 02:09:26.146 INFO kablam! 3934 | rt_alloc_excess_unused!(rt_odd_1000000bytes_32align_alloc_excess_unused, 1000000- 1, 32); Oct 22 02:09:26.146 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.146 INFO kablam! Oct 22 02:09:26.146 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.146 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.146 INFO kablam! | Oct 22 02:09:26.146 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.146 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.146 INFO kablam! ... Oct 22 02:09:26.146 INFO kablam! 3934 | rt_alloc_excess_unused!(rt_odd_1000000bytes_32align_alloc_excess_unused, 1000000- 1, 32); Oct 22 02:09:26.146 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.146 INFO kablam! | Oct 22 02:09:26.146 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.146 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.146 INFO kablam! | Oct 22 02:09:26.146 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.146 INFO kablam! | Oct 22 02:09:26.146 INFO kablam! Oct 22 02:09:26.149 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.149 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.149 INFO kablam! | Oct 22 02:09:26.149 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.149 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.149 INFO kablam! ... Oct 22 02:09:26.149 INFO kablam! 3948 | rt_alloc_excess_unused!(rt_primes_3bytes_32align_alloc_excess_unused, 3, 32); Oct 22 02:09:26.149 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.149 INFO kablam! Oct 22 02:09:26.149 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.149 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.149 INFO kablam! | Oct 22 02:09:26.149 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.149 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.149 INFO kablam! ... Oct 22 02:09:26.149 INFO kablam! 3948 | rt_alloc_excess_unused!(rt_primes_3bytes_32align_alloc_excess_unused, 3, 32); Oct 22 02:09:26.149 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.149 INFO kablam! | Oct 22 02:09:26.149 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.149 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.149 INFO kablam! | Oct 22 02:09:26.149 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.149 INFO kablam! | Oct 22 02:09:26.149 INFO kablam! Oct 22 02:09:26.149 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.149 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.149 INFO kablam! | Oct 22 02:09:26.149 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.149 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.149 INFO kablam! ... Oct 22 02:09:26.149 INFO kablam! 3961 | rt_alloc_excess_unused!(rt_primes_7bytes_32align_alloc_excess_unused, 7, 32); Oct 22 02:09:26.149 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.149 INFO kablam! Oct 22 02:09:26.152 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.152 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.152 INFO kablam! | Oct 22 02:09:26.152 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.152 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.152 INFO kablam! ... Oct 22 02:09:26.152 INFO kablam! 3961 | rt_alloc_excess_unused!(rt_primes_7bytes_32align_alloc_excess_unused, 7, 32); Oct 22 02:09:26.152 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.152 INFO kablam! | Oct 22 02:09:26.152 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.152 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.152 INFO kablam! | Oct 22 02:09:26.152 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.152 INFO kablam! | Oct 22 02:09:26.152 INFO kablam! Oct 22 02:09:26.152 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.152 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.152 INFO kablam! | Oct 22 02:09:26.152 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.153 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.153 INFO kablam! ... Oct 22 02:09:26.153 INFO kablam! 3974 | rt_alloc_excess_unused!(rt_primes_13bytes_32align_alloc_excess_unused, 13, 32); Oct 22 02:09:26.153 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.153 INFO kablam! Oct 22 02:09:26.153 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.153 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.153 INFO kablam! | Oct 22 02:09:26.153 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.153 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.153 INFO kablam! ... Oct 22 02:09:26.153 INFO kablam! 3974 | rt_alloc_excess_unused!(rt_primes_13bytes_32align_alloc_excess_unused, 13, 32); Oct 22 02:09:26.153 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.153 INFO kablam! | Oct 22 02:09:26.153 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.153 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.153 INFO kablam! | Oct 22 02:09:26.153 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.153 INFO kablam! | Oct 22 02:09:26.153 INFO kablam! Oct 22 02:09:26.153 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.153 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.153 INFO kablam! | Oct 22 02:09:26.153 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.153 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.153 INFO kablam! ... Oct 22 02:09:26.153 INFO kablam! 3987 | rt_alloc_excess_unused!(rt_primes_17bytes_32align_alloc_excess_unused, 17, 32); Oct 22 02:09:26.153 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.153 INFO kablam! Oct 22 02:09:26.156 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.156 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.156 INFO kablam! | Oct 22 02:09:26.156 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.156 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.156 INFO kablam! ... Oct 22 02:09:26.156 INFO kablam! 3987 | rt_alloc_excess_unused!(rt_primes_17bytes_32align_alloc_excess_unused, 17, 32); Oct 22 02:09:26.156 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.156 INFO kablam! | Oct 22 02:09:26.156 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.156 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.156 INFO kablam! | Oct 22 02:09:26.156 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.156 INFO kablam! | Oct 22 02:09:26.156 INFO kablam! Oct 22 02:09:26.156 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.156 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.156 INFO kablam! | Oct 22 02:09:26.156 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.156 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.156 INFO kablam! ... Oct 22 02:09:26.156 INFO kablam! 4000 | rt_alloc_excess_unused!(rt_primes_31bytes_32align_alloc_excess_unused, 31, 32); Oct 22 02:09:26.157 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.157 INFO kablam! Oct 22 02:09:26.157 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.157 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.157 INFO kablam! | Oct 22 02:09:26.157 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.157 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.157 INFO kablam! ... Oct 22 02:09:26.157 INFO kablam! 4000 | rt_alloc_excess_unused!(rt_primes_31bytes_32align_alloc_excess_unused, 31, 32); Oct 22 02:09:26.157 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.157 INFO kablam! | Oct 22 02:09:26.157 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.157 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.157 INFO kablam! | Oct 22 02:09:26.157 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.157 INFO kablam! | Oct 22 02:09:26.157 INFO kablam! Oct 22 02:09:26.164 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.165 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.165 INFO kablam! | Oct 22 02:09:26.165 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.165 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.165 INFO kablam! ... Oct 22 02:09:26.165 INFO kablam! 4013 | rt_alloc_excess_unused!(rt_primes_61bytes_32align_alloc_excess_unused, 61, 32); Oct 22 02:09:26.165 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.165 INFO kablam! Oct 22 02:09:26.165 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.165 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.165 INFO kablam! | Oct 22 02:09:26.165 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.165 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.165 INFO kablam! ... Oct 22 02:09:26.165 INFO kablam! 4013 | rt_alloc_excess_unused!(rt_primes_61bytes_32align_alloc_excess_unused, 61, 32); Oct 22 02:09:26.165 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.165 INFO kablam! | Oct 22 02:09:26.165 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.165 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.165 INFO kablam! | Oct 22 02:09:26.165 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.165 INFO kablam! | Oct 22 02:09:26.165 INFO kablam! Oct 22 02:09:26.165 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.165 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.165 INFO kablam! | Oct 22 02:09:26.165 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.165 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.165 INFO kablam! ... Oct 22 02:09:26.165 INFO kablam! 4026 | rt_alloc_excess_unused!(rt_primes_96bytes_32align_alloc_excess_unused, 96, 32); Oct 22 02:09:26.165 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.165 INFO kablam! Oct 22 02:09:26.165 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.165 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.165 INFO kablam! | Oct 22 02:09:26.165 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.165 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.165 INFO kablam! ... Oct 22 02:09:26.165 INFO kablam! 4026 | rt_alloc_excess_unused!(rt_primes_96bytes_32align_alloc_excess_unused, 96, 32); Oct 22 02:09:26.165 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.165 INFO kablam! | Oct 22 02:09:26.165 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.165 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.165 INFO kablam! | Oct 22 02:09:26.165 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.165 INFO kablam! | Oct 22 02:09:26.165 INFO kablam! Oct 22 02:09:26.165 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.165 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.165 INFO kablam! | Oct 22 02:09:26.165 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.165 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.165 INFO kablam! ... Oct 22 02:09:26.165 INFO kablam! 4039 | rt_alloc_excess_unused!(rt_primes_127bytes_32align_alloc_excess_unused, 127, 32); Oct 22 02:09:26.165 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.165 INFO kablam! Oct 22 02:09:26.165 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.165 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.165 INFO kablam! | Oct 22 02:09:26.165 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.165 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.165 INFO kablam! ... Oct 22 02:09:26.165 INFO kablam! 4039 | rt_alloc_excess_unused!(rt_primes_127bytes_32align_alloc_excess_unused, 127, 32); Oct 22 02:09:26.165 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.165 INFO kablam! | Oct 22 02:09:26.165 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.165 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.165 INFO kablam! | Oct 22 02:09:26.165 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.165 INFO kablam! | Oct 22 02:09:26.165 INFO kablam! Oct 22 02:09:26.165 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.165 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.165 INFO kablam! | Oct 22 02:09:26.165 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.165 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.165 INFO kablam! ... Oct 22 02:09:26.165 INFO kablam! 4052 | rt_alloc_excess_unused!(rt_primes_257bytes_32align_alloc_excess_unused, 257, 32); Oct 22 02:09:26.165 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.165 INFO kablam! Oct 22 02:09:26.165 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.165 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.165 INFO kablam! | Oct 22 02:09:26.165 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.166 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.166 INFO kablam! ... Oct 22 02:09:26.166 INFO kablam! 4052 | rt_alloc_excess_unused!(rt_primes_257bytes_32align_alloc_excess_unused, 257, 32); Oct 22 02:09:26.166 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.166 INFO kablam! | Oct 22 02:09:26.166 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.166 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.166 INFO kablam! | Oct 22 02:09:26.166 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.166 INFO kablam! | Oct 22 02:09:26.166 INFO kablam! Oct 22 02:09:26.166 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.166 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.166 INFO kablam! | Oct 22 02:09:26.166 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.166 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.166 INFO kablam! ... Oct 22 02:09:26.166 INFO kablam! 4065 | rt_alloc_excess_unused!(rt_primes_509bytes_32align_alloc_excess_unused, 509, 32); Oct 22 02:09:26.166 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.166 INFO kablam! Oct 22 02:09:26.166 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.166 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.166 INFO kablam! | Oct 22 02:09:26.166 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.166 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.166 INFO kablam! ... Oct 22 02:09:26.166 INFO kablam! 4065 | rt_alloc_excess_unused!(rt_primes_509bytes_32align_alloc_excess_unused, 509, 32); Oct 22 02:09:26.166 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.166 INFO kablam! | Oct 22 02:09:26.166 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.166 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.166 INFO kablam! | Oct 22 02:09:26.166 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.166 INFO kablam! | Oct 22 02:09:26.166 INFO kablam! Oct 22 02:09:26.169 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.169 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.169 INFO kablam! | Oct 22 02:09:26.169 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.169 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.169 INFO kablam! ... Oct 22 02:09:26.169 INFO kablam! 4078 | rt_alloc_excess_unused!(rt_primes_1021bytes_32align_alloc_excess_unused, 1021, 32); Oct 22 02:09:26.169 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.169 INFO kablam! Oct 22 02:09:26.169 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.169 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.169 INFO kablam! | Oct 22 02:09:26.169 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.169 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.169 INFO kablam! ... Oct 22 02:09:26.169 INFO kablam! 4078 | rt_alloc_excess_unused!(rt_primes_1021bytes_32align_alloc_excess_unused, 1021, 32); Oct 22 02:09:26.169 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.169 INFO kablam! | Oct 22 02:09:26.169 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.169 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.169 INFO kablam! | Oct 22 02:09:26.169 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.169 INFO kablam! | Oct 22 02:09:26.169 INFO kablam! Oct 22 02:09:26.169 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.169 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.169 INFO kablam! | Oct 22 02:09:26.169 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.169 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.169 INFO kablam! ... Oct 22 02:09:26.169 INFO kablam! 4091 | rt_alloc_excess_unused!(rt_primes_2039bytes_32align_alloc_excess_unused, 2039, 32); Oct 22 02:09:26.169 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.169 INFO kablam! Oct 22 02:09:26.171 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.171 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.171 INFO kablam! | Oct 22 02:09:26.171 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.171 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.171 INFO kablam! ... Oct 22 02:09:26.171 INFO kablam! 4091 | rt_alloc_excess_unused!(rt_primes_2039bytes_32align_alloc_excess_unused, 2039, 32); Oct 22 02:09:26.171 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.171 INFO kablam! | Oct 22 02:09:26.171 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.171 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.171 INFO kablam! | Oct 22 02:09:26.171 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.171 INFO kablam! | Oct 22 02:09:26.171 INFO kablam! Oct 22 02:09:26.171 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.171 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.171 INFO kablam! | Oct 22 02:09:26.171 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.171 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.171 INFO kablam! ... Oct 22 02:09:26.171 INFO kablam! 4104 | rt_alloc_excess_unused!(rt_primes_4093bytes_32align_alloc_excess_unused, 4093, 32); Oct 22 02:09:26.171 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.172 INFO kablam! Oct 22 02:09:26.173 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.173 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.173 INFO kablam! | Oct 22 02:09:26.173 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.173 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.173 INFO kablam! ... Oct 22 02:09:26.174 INFO kablam! 4104 | rt_alloc_excess_unused!(rt_primes_4093bytes_32align_alloc_excess_unused, 4093, 32); Oct 22 02:09:26.174 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.174 INFO kablam! | Oct 22 02:09:26.174 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.174 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.174 INFO kablam! | Oct 22 02:09:26.174 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.174 INFO kablam! | Oct 22 02:09:26.174 INFO kablam! Oct 22 02:09:26.174 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.174 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.174 INFO kablam! | Oct 22 02:09:26.174 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.174 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.174 INFO kablam! ... Oct 22 02:09:26.174 INFO kablam! 4117 | rt_alloc_excess_unused!(rt_primes_8191bytes_32align_alloc_excess_unused, 8191, 32); Oct 22 02:09:26.174 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.174 INFO kablam! Oct 22 02:09:26.176 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.176 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.176 INFO kablam! | Oct 22 02:09:26.176 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.176 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.176 INFO kablam! ... Oct 22 02:09:26.176 INFO kablam! 4117 | rt_alloc_excess_unused!(rt_primes_8191bytes_32align_alloc_excess_unused, 8191, 32); Oct 22 02:09:26.176 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.176 INFO kablam! | Oct 22 02:09:26.176 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.176 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.176 INFO kablam! | Oct 22 02:09:26.176 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.176 INFO kablam! | Oct 22 02:09:26.176 INFO kablam! Oct 22 02:09:26.176 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.176 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.176 INFO kablam! | Oct 22 02:09:26.176 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.176 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.176 INFO kablam! ... Oct 22 02:09:26.176 INFO kablam! 4130 | rt_alloc_excess_unused!(rt_primes_16381bytes_32align_alloc_excess_unused, 16381, 32); Oct 22 02:09:26.179 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.179 INFO kablam! Oct 22 02:09:26.179 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.179 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.179 INFO kablam! | Oct 22 02:09:26.179 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.179 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.179 INFO kablam! ... Oct 22 02:09:26.179 INFO kablam! 4130 | rt_alloc_excess_unused!(rt_primes_16381bytes_32align_alloc_excess_unused, 16381, 32); Oct 22 02:09:26.179 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.179 INFO kablam! | Oct 22 02:09:26.179 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.179 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.179 INFO kablam! | Oct 22 02:09:26.179 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.179 INFO kablam! | Oct 22 02:09:26.179 INFO kablam! Oct 22 02:09:26.179 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.179 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.179 INFO kablam! | Oct 22 02:09:26.179 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.179 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.179 INFO kablam! ... Oct 22 02:09:26.179 INFO kablam! 4143 | rt_alloc_excess_unused!(rt_primes_32749bytes_32align_alloc_excess_unused, 32749, 32); Oct 22 02:09:26.179 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.179 INFO kablam! Oct 22 02:09:26.181 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.181 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.181 INFO kablam! | Oct 22 02:09:26.181 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.181 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.181 INFO kablam! ... Oct 22 02:09:26.181 INFO kablam! 4143 | rt_alloc_excess_unused!(rt_primes_32749bytes_32align_alloc_excess_unused, 32749, 32); Oct 22 02:09:26.181 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.181 INFO kablam! | Oct 22 02:09:26.181 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.181 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.181 INFO kablam! | Oct 22 02:09:26.181 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.181 INFO kablam! | Oct 22 02:09:26.181 INFO kablam! Oct 22 02:09:26.181 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.181 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.181 INFO kablam! | Oct 22 02:09:26.181 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.181 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.182 INFO kablam! ... Oct 22 02:09:26.182 INFO kablam! 4156 | rt_alloc_excess_unused!(rt_primes_65537bytes_32align_alloc_excess_unused, 65537, 32); Oct 22 02:09:26.182 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.182 INFO kablam! Oct 22 02:09:26.182 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.182 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.182 INFO kablam! | Oct 22 02:09:26.182 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.182 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.182 INFO kablam! ... Oct 22 02:09:26.182 INFO kablam! 4156 | rt_alloc_excess_unused!(rt_primes_65537bytes_32align_alloc_excess_unused, 65537, 32); Oct 22 02:09:26.182 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.182 INFO kablam! | Oct 22 02:09:26.182 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.182 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.182 INFO kablam! | Oct 22 02:09:26.182 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.182 INFO kablam! | Oct 22 02:09:26.182 INFO kablam! Oct 22 02:09:26.184 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.184 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.184 INFO kablam! | Oct 22 02:09:26.184 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.184 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.184 INFO kablam! ... Oct 22 02:09:26.184 INFO kablam! 4169 | rt_alloc_excess_unused!(rt_primes_131071bytes_32align_alloc_excess_unused, 131071, 32); Oct 22 02:09:26.184 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.184 INFO kablam! Oct 22 02:09:26.184 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.184 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.184 INFO kablam! | Oct 22 02:09:26.184 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.184 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.184 INFO kablam! ... Oct 22 02:09:26.184 INFO kablam! 4169 | rt_alloc_excess_unused!(rt_primes_131071bytes_32align_alloc_excess_unused, 131071, 32); Oct 22 02:09:26.184 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.184 INFO kablam! | Oct 22 02:09:26.184 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.184 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.184 INFO kablam! | Oct 22 02:09:26.184 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.184 INFO kablam! | Oct 22 02:09:26.184 INFO kablam! Oct 22 02:09:26.184 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.184 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 22 02:09:26.185 INFO kablam! | Oct 22 02:09:26.185 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.185 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.185 INFO kablam! ... Oct 22 02:09:26.185 INFO kablam! 4182 | rt_alloc_excess_unused!(rt_primes_4194301bytes_32align_alloc_excess_unused, 4194301, 32); Oct 22 02:09:26.185 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.185 INFO kablam! Oct 22 02:09:26.187 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.187 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 22 02:09:26.187 INFO kablam! | Oct 22 02:09:26.187 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.187 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.187 INFO kablam! ... Oct 22 02:09:26.188 INFO kablam! 4182 | rt_alloc_excess_unused!(rt_primes_4194301bytes_32align_alloc_excess_unused, 4194301, 32); Oct 22 02:09:26.188 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.188 INFO kablam! | Oct 22 02:09:26.188 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.188 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.188 INFO kablam! | Oct 22 02:09:26.188 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.188 INFO kablam! | Oct 22 02:09:26.188 INFO kablam! Oct 22 02:09:26.188 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.188 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.188 INFO kablam! | Oct 22 02:09:26.188 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.188 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.188 INFO kablam! ... Oct 22 02:09:26.188 INFO kablam! 263 | rt_alloc_excess_used!(rt_pow2_1bytes_1align_alloc_excess_used, 1, 1); Oct 22 02:09:26.188 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.188 INFO kablam! Oct 22 02:09:26.189 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.189 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.189 INFO kablam! | Oct 22 02:09:26.189 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.189 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.189 INFO kablam! ... Oct 22 02:09:26.189 INFO kablam! 263 | rt_alloc_excess_used!(rt_pow2_1bytes_1align_alloc_excess_used, 1, 1); Oct 22 02:09:26.189 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.189 INFO kablam! | Oct 22 02:09:26.189 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.189 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.189 INFO kablam! | Oct 22 02:09:26.189 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.189 INFO kablam! | Oct 22 02:09:26.189 INFO kablam! Oct 22 02:09:26.192 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.192 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.192 INFO kablam! | Oct 22 02:09:26.192 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.192 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.192 INFO kablam! ... Oct 22 02:09:26.192 INFO kablam! 276 | rt_alloc_excess_used!(rt_pow2_2bytes_1align_alloc_excess_used, 2, 1); Oct 22 02:09:26.192 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.192 INFO kablam! Oct 22 02:09:26.192 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.192 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.192 INFO kablam! | Oct 22 02:09:26.192 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.192 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.192 INFO kablam! ... Oct 22 02:09:26.192 INFO kablam! 276 | rt_alloc_excess_used!(rt_pow2_2bytes_1align_alloc_excess_used, 2, 1); Oct 22 02:09:26.192 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.192 INFO kablam! | Oct 22 02:09:26.192 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.192 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.192 INFO kablam! | Oct 22 02:09:26.192 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.192 INFO kablam! | Oct 22 02:09:26.192 INFO kablam! Oct 22 02:09:26.192 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.192 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.192 INFO kablam! | Oct 22 02:09:26.192 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.192 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.192 INFO kablam! ... Oct 22 02:09:26.192 INFO kablam! 289 | rt_alloc_excess_used!(rt_pow2_4bytes_1align_alloc_excess_used, 4, 1); Oct 22 02:09:26.192 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.192 INFO kablam! Oct 22 02:09:26.192 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.192 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.192 INFO kablam! | Oct 22 02:09:26.192 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.192 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.192 INFO kablam! ... Oct 22 02:09:26.192 INFO kablam! 289 | rt_alloc_excess_used!(rt_pow2_4bytes_1align_alloc_excess_used, 4, 1); Oct 22 02:09:26.193 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.193 INFO kablam! | Oct 22 02:09:26.193 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.197 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.197 INFO kablam! | Oct 22 02:09:26.197 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.197 INFO kablam! | Oct 22 02:09:26.197 INFO kablam! Oct 22 02:09:26.197 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.197 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.197 INFO kablam! | Oct 22 02:09:26.197 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.197 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.197 INFO kablam! ... Oct 22 02:09:26.197 INFO kablam! 302 | rt_alloc_excess_used!(rt_pow2_8bytes_1align_alloc_excess_used, 8, 1); Oct 22 02:09:26.197 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.197 INFO kablam! Oct 22 02:09:26.197 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.197 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.197 INFO kablam! | Oct 22 02:09:26.197 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.197 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.197 INFO kablam! ... Oct 22 02:09:26.197 INFO kablam! 302 | rt_alloc_excess_used!(rt_pow2_8bytes_1align_alloc_excess_used, 8, 1); Oct 22 02:09:26.197 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.197 INFO kablam! | Oct 22 02:09:26.197 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.197 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.197 INFO kablam! | Oct 22 02:09:26.197 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.197 INFO kablam! | Oct 22 02:09:26.197 INFO kablam! Oct 22 02:09:26.200 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.200 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.200 INFO kablam! | Oct 22 02:09:26.200 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.200 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.200 INFO kablam! ... Oct 22 02:09:26.200 INFO kablam! 315 | rt_alloc_excess_used!(rt_pow2_16bytes_1align_alloc_excess_used, 16, 1); Oct 22 02:09:26.200 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.200 INFO kablam! Oct 22 02:09:26.200 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.200 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.200 INFO kablam! | Oct 22 02:09:26.200 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.200 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.200 INFO kablam! ... Oct 22 02:09:26.200 INFO kablam! 315 | rt_alloc_excess_used!(rt_pow2_16bytes_1align_alloc_excess_used, 16, 1); Oct 22 02:09:26.200 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.200 INFO kablam! | Oct 22 02:09:26.200 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.200 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.200 INFO kablam! | Oct 22 02:09:26.200 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.200 INFO kablam! | Oct 22 02:09:26.200 INFO kablam! Oct 22 02:09:26.200 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.200 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.200 INFO kablam! | Oct 22 02:09:26.200 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.200 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.200 INFO kablam! ... Oct 22 02:09:26.200 INFO kablam! 328 | rt_alloc_excess_used!(rt_pow2_32bytes_1align_alloc_excess_used, 32, 1); Oct 22 02:09:26.200 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.200 INFO kablam! Oct 22 02:09:26.201 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.201 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.201 INFO kablam! | Oct 22 02:09:26.201 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.201 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.201 INFO kablam! ... Oct 22 02:09:26.201 INFO kablam! 328 | rt_alloc_excess_used!(rt_pow2_32bytes_1align_alloc_excess_used, 32, 1); Oct 22 02:09:26.201 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.201 INFO kablam! | Oct 22 02:09:26.201 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.201 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.201 INFO kablam! | Oct 22 02:09:26.201 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.201 INFO kablam! | Oct 22 02:09:26.201 INFO kablam! Oct 22 02:09:26.201 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.201 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.201 INFO kablam! | Oct 22 02:09:26.201 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.201 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.201 INFO kablam! ... Oct 22 02:09:26.201 INFO kablam! 341 | rt_alloc_excess_used!(rt_pow2_64bytes_1align_alloc_excess_used, 64, 1); Oct 22 02:09:26.201 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.201 INFO kablam! Oct 22 02:09:26.201 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.201 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.201 INFO kablam! | Oct 22 02:09:26.201 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.201 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.201 INFO kablam! ... Oct 22 02:09:26.201 INFO kablam! 341 | rt_alloc_excess_used!(rt_pow2_64bytes_1align_alloc_excess_used, 64, 1); Oct 22 02:09:26.201 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.201 INFO kablam! | Oct 22 02:09:26.201 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.201 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.201 INFO kablam! | Oct 22 02:09:26.201 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.201 INFO kablam! | Oct 22 02:09:26.201 INFO kablam! Oct 22 02:09:26.204 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.204 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.204 INFO kablam! | Oct 22 02:09:26.204 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.204 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.204 INFO kablam! ... Oct 22 02:09:26.204 INFO kablam! 354 | rt_alloc_excess_used!(rt_pow2_128bytes_1align_alloc_excess_used, 128, 1); Oct 22 02:09:26.204 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.204 INFO kablam! Oct 22 02:09:26.204 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.204 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.204 INFO kablam! | Oct 22 02:09:26.204 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.204 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.204 INFO kablam! ... Oct 22 02:09:26.204 INFO kablam! 354 | rt_alloc_excess_used!(rt_pow2_128bytes_1align_alloc_excess_used, 128, 1); Oct 22 02:09:26.204 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.204 INFO kablam! | Oct 22 02:09:26.204 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.204 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.204 INFO kablam! | Oct 22 02:09:26.204 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.204 INFO kablam! | Oct 22 02:09:26.204 INFO kablam! Oct 22 02:09:26.204 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.204 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.204 INFO kablam! | Oct 22 02:09:26.204 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.204 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.204 INFO kablam! ... Oct 22 02:09:26.204 INFO kablam! 367 | rt_alloc_excess_used!(rt_pow2_256bytes_1align_alloc_excess_used, 256, 1); Oct 22 02:09:26.204 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.204 INFO kablam! Oct 22 02:09:26.204 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.204 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.204 INFO kablam! | Oct 22 02:09:26.204 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.205 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.205 INFO kablam! ... Oct 22 02:09:26.205 INFO kablam! 367 | rt_alloc_excess_used!(rt_pow2_256bytes_1align_alloc_excess_used, 256, 1); Oct 22 02:09:26.205 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.205 INFO kablam! | Oct 22 02:09:26.205 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.205 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.205 INFO kablam! | Oct 22 02:09:26.205 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.205 INFO kablam! | Oct 22 02:09:26.205 INFO kablam! Oct 22 02:09:26.208 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.208 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.208 INFO kablam! | Oct 22 02:09:26.208 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.208 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.208 INFO kablam! ... Oct 22 02:09:26.208 INFO kablam! 380 | rt_alloc_excess_used!(rt_pow2_512bytes_1align_alloc_excess_used, 512, 1); Oct 22 02:09:26.208 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.208 INFO kablam! Oct 22 02:09:26.208 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.208 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.208 INFO kablam! | Oct 22 02:09:26.208 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.208 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.208 INFO kablam! ... Oct 22 02:09:26.208 INFO kablam! 380 | rt_alloc_excess_used!(rt_pow2_512bytes_1align_alloc_excess_used, 512, 1); Oct 22 02:09:26.208 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.208 INFO kablam! | Oct 22 02:09:26.208 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.208 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.208 INFO kablam! | Oct 22 02:09:26.209 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.209 INFO kablam! | Oct 22 02:09:26.209 INFO kablam! Oct 22 02:09:26.209 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.209 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.209 INFO kablam! | Oct 22 02:09:26.209 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.209 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.209 INFO kablam! ... Oct 22 02:09:26.209 INFO kablam! 393 | rt_alloc_excess_used!(rt_pow2_1024bytes_1align_alloc_excess_used, 1024, 1); Oct 22 02:09:26.209 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.209 INFO kablam! Oct 22 02:09:26.209 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.209 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.209 INFO kablam! | Oct 22 02:09:26.209 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.209 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.209 INFO kablam! ... Oct 22 02:09:26.209 INFO kablam! 393 | rt_alloc_excess_used!(rt_pow2_1024bytes_1align_alloc_excess_used, 1024, 1); Oct 22 02:09:26.209 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.209 INFO kablam! | Oct 22 02:09:26.209 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.209 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.209 INFO kablam! | Oct 22 02:09:26.209 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.209 INFO kablam! | Oct 22 02:09:26.209 INFO kablam! Oct 22 02:09:26.212 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.212 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.212 INFO kablam! | Oct 22 02:09:26.212 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.212 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.212 INFO kablam! ... Oct 22 02:09:26.212 INFO kablam! 406 | rt_alloc_excess_used!(rt_pow2_2048bytes_1align_alloc_excess_used, 2048, 1); Oct 22 02:09:26.212 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.212 INFO kablam! Oct 22 02:09:26.212 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.212 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.212 INFO kablam! | Oct 22 02:09:26.212 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.212 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.212 INFO kablam! ... Oct 22 02:09:26.212 INFO kablam! 406 | rt_alloc_excess_used!(rt_pow2_2048bytes_1align_alloc_excess_used, 2048, 1); Oct 22 02:09:26.212 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.212 INFO kablam! | Oct 22 02:09:26.212 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.212 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.212 INFO kablam! | Oct 22 02:09:26.212 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.212 INFO kablam! | Oct 22 02:09:26.212 INFO kablam! Oct 22 02:09:26.212 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.212 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.212 INFO kablam! | Oct 22 02:09:26.212 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.212 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.212 INFO kablam! ... Oct 22 02:09:26.212 INFO kablam! 419 | rt_alloc_excess_used!(rt_pow2_4096bytes_1align_alloc_excess_used, 4096, 1); Oct 22 02:09:26.212 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.212 INFO kablam! Oct 22 02:09:26.216 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.216 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.216 INFO kablam! | Oct 22 02:09:26.216 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.216 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.216 INFO kablam! ... Oct 22 02:09:26.216 INFO kablam! 419 | rt_alloc_excess_used!(rt_pow2_4096bytes_1align_alloc_excess_used, 4096, 1); Oct 22 02:09:26.216 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.216 INFO kablam! | Oct 22 02:09:26.216 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.216 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.216 INFO kablam! | Oct 22 02:09:26.216 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.216 INFO kablam! | Oct 22 02:09:26.216 INFO kablam! Oct 22 02:09:26.216 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.216 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.216 INFO kablam! | Oct 22 02:09:26.216 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.217 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.217 INFO kablam! ... Oct 22 02:09:26.217 INFO kablam! 432 | rt_alloc_excess_used!(rt_pow2_8192bytes_1align_alloc_excess_used, 8192, 1); Oct 22 02:09:26.217 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.217 INFO kablam! Oct 22 02:09:26.217 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.217 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.217 INFO kablam! | Oct 22 02:09:26.217 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.217 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.217 INFO kablam! ... Oct 22 02:09:26.217 INFO kablam! 432 | rt_alloc_excess_used!(rt_pow2_8192bytes_1align_alloc_excess_used, 8192, 1); Oct 22 02:09:26.217 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.217 INFO kablam! | Oct 22 02:09:26.217 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.217 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.217 INFO kablam! | Oct 22 02:09:26.217 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.217 INFO kablam! | Oct 22 02:09:26.217 INFO kablam! Oct 22 02:09:26.217 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.217 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.217 INFO kablam! | Oct 22 02:09:26.217 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.217 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.217 INFO kablam! ... Oct 22 02:09:26.217 INFO kablam! 445 | rt_alloc_excess_used!(rt_pow2_16384bytes_1align_alloc_excess_used, 16384, 1); Oct 22 02:09:26.217 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.217 INFO kablam! Oct 22 02:09:26.217 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.217 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.217 INFO kablam! | Oct 22 02:09:26.217 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.217 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.217 INFO kablam! ... Oct 22 02:09:26.217 INFO kablam! 445 | rt_alloc_excess_used!(rt_pow2_16384bytes_1align_alloc_excess_used, 16384, 1); Oct 22 02:09:26.217 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.217 INFO kablam! | Oct 22 02:09:26.217 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.217 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.217 INFO kablam! | Oct 22 02:09:26.217 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.217 INFO kablam! | Oct 22 02:09:26.217 INFO kablam! Oct 22 02:09:26.220 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.220 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.220 INFO kablam! | Oct 22 02:09:26.220 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.220 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.220 INFO kablam! ... Oct 22 02:09:26.220 INFO kablam! 458 | rt_alloc_excess_used!(rt_pow2_32768bytes_1align_alloc_excess_used, 32768, 1); Oct 22 02:09:26.220 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.220 INFO kablam! Oct 22 02:09:26.220 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.220 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.220 INFO kablam! | Oct 22 02:09:26.220 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.220 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.220 INFO kablam! ... Oct 22 02:09:26.220 INFO kablam! 458 | rt_alloc_excess_used!(rt_pow2_32768bytes_1align_alloc_excess_used, 32768, 1); Oct 22 02:09:26.220 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.220 INFO kablam! | Oct 22 02:09:26.220 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.220 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.220 INFO kablam! | Oct 22 02:09:26.220 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.220 INFO kablam! | Oct 22 02:09:26.220 INFO kablam! Oct 22 02:09:26.220 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.220 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.220 INFO kablam! | Oct 22 02:09:26.220 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.220 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.220 INFO kablam! ... Oct 22 02:09:26.220 INFO kablam! 471 | rt_alloc_excess_used!(rt_pow2_65536bytes_1align_alloc_excess_used, 65536, 1); Oct 22 02:09:26.220 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.220 INFO kablam! Oct 22 02:09:26.220 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.220 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.221 INFO kablam! | Oct 22 02:09:26.221 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.221 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.221 INFO kablam! ... Oct 22 02:09:26.221 INFO kablam! 471 | rt_alloc_excess_used!(rt_pow2_65536bytes_1align_alloc_excess_used, 65536, 1); Oct 22 02:09:26.221 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.221 INFO kablam! | Oct 22 02:09:26.221 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.221 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.221 INFO kablam! | Oct 22 02:09:26.221 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.221 INFO kablam! | Oct 22 02:09:26.221 INFO kablam! Oct 22 02:09:26.224 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.224 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.224 INFO kablam! | Oct 22 02:09:26.224 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.224 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.224 INFO kablam! ... Oct 22 02:09:26.224 INFO kablam! 484 | rt_alloc_excess_used!(rt_pow2_131072bytes_1align_alloc_excess_used, 131072, 1); Oct 22 02:09:26.224 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.224 INFO kablam! Oct 22 02:09:26.224 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.224 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.224 INFO kablam! | Oct 22 02:09:26.224 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.224 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.224 INFO kablam! ... Oct 22 02:09:26.224 INFO kablam! 484 | rt_alloc_excess_used!(rt_pow2_131072bytes_1align_alloc_excess_used, 131072, 1); Oct 22 02:09:26.224 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.224 INFO kablam! | Oct 22 02:09:26.224 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.224 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.224 INFO kablam! | Oct 22 02:09:26.225 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.225 INFO kablam! | Oct 22 02:09:26.225 INFO kablam! Oct 22 02:09:26.225 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.225 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.225 INFO kablam! | Oct 22 02:09:26.225 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.225 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.225 INFO kablam! ... Oct 22 02:09:26.225 INFO kablam! 497 | rt_alloc_excess_used!(rt_pow2_4194304bytes_1align_alloc_excess_used, 4194304, 1); Oct 22 02:09:26.225 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.225 INFO kablam! Oct 22 02:09:26.225 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.225 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.225 INFO kablam! | Oct 22 02:09:26.225 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.225 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.225 INFO kablam! ... Oct 22 02:09:26.225 INFO kablam! 497 | rt_alloc_excess_used!(rt_pow2_4194304bytes_1align_alloc_excess_used, 4194304, 1); Oct 22 02:09:26.225 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.225 INFO kablam! | Oct 22 02:09:26.225 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.225 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.225 INFO kablam! | Oct 22 02:09:26.225 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.225 INFO kablam! | Oct 22 02:09:26.225 INFO kablam! Oct 22 02:09:26.228 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.228 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.228 INFO kablam! | Oct 22 02:09:26.228 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.228 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.228 INFO kablam! ... Oct 22 02:09:26.228 INFO kablam! 511 | rt_alloc_excess_used!(rt_even_10bytes_1align_alloc_excess_used, 10, 1); Oct 22 02:09:26.228 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.228 INFO kablam! Oct 22 02:09:26.228 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.228 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.228 INFO kablam! | Oct 22 02:09:26.228 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.228 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.228 INFO kablam! ... Oct 22 02:09:26.228 INFO kablam! 511 | rt_alloc_excess_used!(rt_even_10bytes_1align_alloc_excess_used, 10, 1); Oct 22 02:09:26.228 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.228 INFO kablam! | Oct 22 02:09:26.228 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.228 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.228 INFO kablam! | Oct 22 02:09:26.228 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.228 INFO kablam! | Oct 22 02:09:26.228 INFO kablam! Oct 22 02:09:26.228 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.228 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.228 INFO kablam! | Oct 22 02:09:26.228 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.228 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.228 INFO kablam! ... Oct 22 02:09:26.228 INFO kablam! 524 | rt_alloc_excess_used!(rt_even_100bytes_1align_alloc_excess_used, 100, 1); Oct 22 02:09:26.228 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.228 INFO kablam! Oct 22 02:09:26.228 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.228 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.228 INFO kablam! | Oct 22 02:09:26.228 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.229 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.229 INFO kablam! ... Oct 22 02:09:26.229 INFO kablam! 524 | rt_alloc_excess_used!(rt_even_100bytes_1align_alloc_excess_used, 100, 1); Oct 22 02:09:26.229 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.229 INFO kablam! | Oct 22 02:09:26.229 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.229 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.229 INFO kablam! | Oct 22 02:09:26.229 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.229 INFO kablam! | Oct 22 02:09:26.229 INFO kablam! Oct 22 02:09:26.229 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.229 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.229 INFO kablam! | Oct 22 02:09:26.229 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.229 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.229 INFO kablam! ... Oct 22 02:09:26.229 INFO kablam! 537 | rt_alloc_excess_used!(rt_even_1000bytes_1align_alloc_excess_used, 1000, 1); Oct 22 02:09:26.229 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.229 INFO kablam! Oct 22 02:09:26.232 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.232 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.232 INFO kablam! | Oct 22 02:09:26.232 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.232 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.232 INFO kablam! ... Oct 22 02:09:26.232 INFO kablam! 537 | rt_alloc_excess_used!(rt_even_1000bytes_1align_alloc_excess_used, 1000, 1); Oct 22 02:09:26.232 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.232 INFO kablam! | Oct 22 02:09:26.232 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.232 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.232 INFO kablam! | Oct 22 02:09:26.232 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.232 INFO kablam! | Oct 22 02:09:26.232 INFO kablam! Oct 22 02:09:26.233 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.233 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.233 INFO kablam! | Oct 22 02:09:26.233 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.233 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.233 INFO kablam! ... Oct 22 02:09:26.233 INFO kablam! 550 | rt_alloc_excess_used!(rt_even_10000bytes_1align_alloc_excess_used, 10000, 1); Oct 22 02:09:26.233 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.233 INFO kablam! Oct 22 02:09:26.233 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.233 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.233 INFO kablam! | Oct 22 02:09:26.233 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.233 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.233 INFO kablam! ... Oct 22 02:09:26.233 INFO kablam! 550 | rt_alloc_excess_used!(rt_even_10000bytes_1align_alloc_excess_used, 10000, 1); Oct 22 02:09:26.233 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.233 INFO kablam! | Oct 22 02:09:26.233 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.233 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.233 INFO kablam! | Oct 22 02:09:26.233 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.233 INFO kablam! | Oct 22 02:09:26.233 INFO kablam! Oct 22 02:09:26.233 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.233 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.233 INFO kablam! | Oct 22 02:09:26.233 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.233 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.233 INFO kablam! ... Oct 22 02:09:26.233 INFO kablam! 563 | rt_alloc_excess_used!(rt_even_100000bytes_1align_alloc_excess_used, 100000, 1); Oct 22 02:09:26.233 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.233 INFO kablam! Oct 22 02:09:26.233 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.233 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.234 INFO kablam! | Oct 22 02:09:26.234 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.234 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.234 INFO kablam! ... Oct 22 02:09:26.234 INFO kablam! 563 | rt_alloc_excess_used!(rt_even_100000bytes_1align_alloc_excess_used, 100000, 1); Oct 22 02:09:26.234 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.234 INFO kablam! | Oct 22 02:09:26.234 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.234 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.234 INFO kablam! | Oct 22 02:09:26.234 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.234 INFO kablam! | Oct 22 02:09:26.234 INFO kablam! Oct 22 02:09:26.234 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.234 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.234 INFO kablam! | Oct 22 02:09:26.234 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.234 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.234 INFO kablam! ... Oct 22 02:09:26.234 INFO kablam! 576 | rt_alloc_excess_used!(rt_even_1000000bytes_1align_alloc_excess_used, 1000000, 1); Oct 22 02:09:26.234 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.234 INFO kablam! Oct 22 02:09:26.235 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.235 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.235 INFO kablam! | Oct 22 02:09:26.235 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.235 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.235 INFO kablam! ... Oct 22 02:09:26.235 INFO kablam! 576 | rt_alloc_excess_used!(rt_even_1000000bytes_1align_alloc_excess_used, 1000000, 1); Oct 22 02:09:26.235 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.235 INFO kablam! | Oct 22 02:09:26.235 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.235 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.235 INFO kablam! | Oct 22 02:09:26.235 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.235 INFO kablam! | Oct 22 02:09:26.235 INFO kablam! Oct 22 02:09:26.236 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.236 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.236 INFO kablam! | Oct 22 02:09:26.236 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.236 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.236 INFO kablam! ... Oct 22 02:09:26.236 INFO kablam! 590 | rt_alloc_excess_used!(rt_odd_10bytes_1align_alloc_excess_used, 10- 1, 1); Oct 22 02:09:26.236 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.236 INFO kablam! Oct 22 02:09:26.237 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.237 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.237 INFO kablam! | Oct 22 02:09:26.237 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.237 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.237 INFO kablam! ... Oct 22 02:09:26.237 INFO kablam! 590 | rt_alloc_excess_used!(rt_odd_10bytes_1align_alloc_excess_used, 10- 1, 1); Oct 22 02:09:26.237 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.237 INFO kablam! | Oct 22 02:09:26.237 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.237 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.237 INFO kablam! | Oct 22 02:09:26.237 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.237 INFO kablam! | Oct 22 02:09:26.237 INFO kablam! Oct 22 02:09:26.238 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.238 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.238 INFO kablam! | Oct 22 02:09:26.238 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.238 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.238 INFO kablam! ... Oct 22 02:09:26.238 INFO kablam! 603 | rt_alloc_excess_used!(rt_odd_100bytes_1align_alloc_excess_used, 100- 1, 1); Oct 22 02:09:26.238 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.238 INFO kablam! Oct 22 02:09:26.239 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.239 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.239 INFO kablam! | Oct 22 02:09:26.239 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.239 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.239 INFO kablam! ... Oct 22 02:09:26.239 INFO kablam! 603 | rt_alloc_excess_used!(rt_odd_100bytes_1align_alloc_excess_used, 100- 1, 1); Oct 22 02:09:26.239 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.239 INFO kablam! | Oct 22 02:09:26.239 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.239 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.239 INFO kablam! | Oct 22 02:09:26.239 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.239 INFO kablam! | Oct 22 02:09:26.239 INFO kablam! Oct 22 02:09:26.241 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.241 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.241 INFO kablam! | Oct 22 02:09:26.241 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.241 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.241 INFO kablam! ... Oct 22 02:09:26.241 INFO kablam! 616 | rt_alloc_excess_used!(rt_odd_1000bytes_1align_alloc_excess_used, 1000- 1, 1); Oct 22 02:09:26.241 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.241 INFO kablam! Oct 22 02:09:26.244 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.244 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.244 INFO kablam! | Oct 22 02:09:26.244 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.244 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.244 INFO kablam! ... Oct 22 02:09:26.244 INFO kablam! 616 | rt_alloc_excess_used!(rt_odd_1000bytes_1align_alloc_excess_used, 1000- 1, 1); Oct 22 02:09:26.244 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.244 INFO kablam! | Oct 22 02:09:26.244 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.244 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.244 INFO kablam! | Oct 22 02:09:26.244 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.244 INFO kablam! | Oct 22 02:09:26.244 INFO kablam! Oct 22 02:09:26.244 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.244 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.244 INFO kablam! | Oct 22 02:09:26.245 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.245 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.245 INFO kablam! ... Oct 22 02:09:26.245 INFO kablam! 629 | rt_alloc_excess_used!(rt_odd_10000bytes_1align_alloc_excess_used, 10000- 1, 1); Oct 22 02:09:26.245 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.245 INFO kablam! Oct 22 02:09:26.245 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.245 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.245 INFO kablam! | Oct 22 02:09:26.245 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.245 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.245 INFO kablam! ... Oct 22 02:09:26.245 INFO kablam! 629 | rt_alloc_excess_used!(rt_odd_10000bytes_1align_alloc_excess_used, 10000- 1, 1); Oct 22 02:09:26.245 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.245 INFO kablam! | Oct 22 02:09:26.245 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.245 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.245 INFO kablam! | Oct 22 02:09:26.245 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.245 INFO kablam! | Oct 22 02:09:26.245 INFO kablam! Oct 22 02:09:26.245 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.245 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.245 INFO kablam! | Oct 22 02:09:26.245 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.245 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.245 INFO kablam! ... Oct 22 02:09:26.245 INFO kablam! 642 | rt_alloc_excess_used!(rt_odd_100000bytes_1align_alloc_excess_used, 100000- 1, 1); Oct 22 02:09:26.245 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.245 INFO kablam! Oct 22 02:09:26.245 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.245 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.245 INFO kablam! | Oct 22 02:09:26.245 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.245 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.245 INFO kablam! ... Oct 22 02:09:26.245 INFO kablam! 642 | rt_alloc_excess_used!(rt_odd_100000bytes_1align_alloc_excess_used, 100000- 1, 1); Oct 22 02:09:26.245 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.245 INFO kablam! | Oct 22 02:09:26.245 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.245 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.245 INFO kablam! | Oct 22 02:09:26.245 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.245 INFO kablam! | Oct 22 02:09:26.245 INFO kablam! Oct 22 02:09:26.252 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.253 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.253 INFO kablam! | Oct 22 02:09:26.253 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.253 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.253 INFO kablam! ... Oct 22 02:09:26.253 INFO kablam! 655 | rt_alloc_excess_used!(rt_odd_1000000bytes_1align_alloc_excess_used, 1000000- 1, 1); Oct 22 02:09:26.253 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.253 INFO kablam! Oct 22 02:09:26.253 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.253 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.253 INFO kablam! | Oct 22 02:09:26.253 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.253 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.253 INFO kablam! ... Oct 22 02:09:26.253 INFO kablam! 655 | rt_alloc_excess_used!(rt_odd_1000000bytes_1align_alloc_excess_used, 1000000- 1, 1); Oct 22 02:09:26.253 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.253 INFO kablam! | Oct 22 02:09:26.253 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.253 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.253 INFO kablam! | Oct 22 02:09:26.253 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.253 INFO kablam! | Oct 22 02:09:26.253 INFO kablam! Oct 22 02:09:26.253 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.253 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.253 INFO kablam! | Oct 22 02:09:26.253 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.253 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.253 INFO kablam! ... Oct 22 02:09:26.253 INFO kablam! 669 | rt_alloc_excess_used!(rt_primes_3bytes_1align_alloc_excess_used, 3, 1); Oct 22 02:09:26.253 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.253 INFO kablam! Oct 22 02:09:26.253 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.253 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.253 INFO kablam! | Oct 22 02:09:26.253 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.253 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.253 INFO kablam! ... Oct 22 02:09:26.253 INFO kablam! 669 | rt_alloc_excess_used!(rt_primes_3bytes_1align_alloc_excess_used, 3, 1); Oct 22 02:09:26.253 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.253 INFO kablam! | Oct 22 02:09:26.253 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.253 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.253 INFO kablam! | Oct 22 02:09:26.253 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.253 INFO kablam! | Oct 22 02:09:26.253 INFO kablam! Oct 22 02:09:26.253 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.253 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.253 INFO kablam! | Oct 22 02:09:26.253 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.253 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.253 INFO kablam! ... Oct 22 02:09:26.253 INFO kablam! 682 | rt_alloc_excess_used!(rt_primes_7bytes_1align_alloc_excess_used, 7, 1); Oct 22 02:09:26.253 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.253 INFO kablam! Oct 22 02:09:26.253 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.253 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.253 INFO kablam! | Oct 22 02:09:26.253 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.253 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.253 INFO kablam! ... Oct 22 02:09:26.253 INFO kablam! 682 | rt_alloc_excess_used!(rt_primes_7bytes_1align_alloc_excess_used, 7, 1); Oct 22 02:09:26.253 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.253 INFO kablam! | Oct 22 02:09:26.253 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.253 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.253 INFO kablam! | Oct 22 02:09:26.253 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.253 INFO kablam! | Oct 22 02:09:26.253 INFO kablam! Oct 22 02:09:26.253 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.253 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.253 INFO kablam! | Oct 22 02:09:26.253 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.253 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.253 INFO kablam! ... Oct 22 02:09:26.253 INFO kablam! 695 | rt_alloc_excess_used!(rt_primes_13bytes_1align_alloc_excess_used, 13, 1); Oct 22 02:09:26.253 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.253 INFO kablam! Oct 22 02:09:26.253 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.253 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.253 INFO kablam! | Oct 22 02:09:26.253 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.253 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.253 INFO kablam! ... Oct 22 02:09:26.253 INFO kablam! 695 | rt_alloc_excess_used!(rt_primes_13bytes_1align_alloc_excess_used, 13, 1); Oct 22 02:09:26.253 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.253 INFO kablam! | Oct 22 02:09:26.253 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.253 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.253 INFO kablam! | Oct 22 02:09:26.253 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.253 INFO kablam! | Oct 22 02:09:26.253 INFO kablam! Oct 22 02:09:26.256 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.256 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.256 INFO kablam! | Oct 22 02:09:26.256 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.256 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.256 INFO kablam! ... Oct 22 02:09:26.256 INFO kablam! 708 | rt_alloc_excess_used!(rt_primes_17bytes_1align_alloc_excess_used, 17, 1); Oct 22 02:09:26.256 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.256 INFO kablam! Oct 22 02:09:26.256 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.256 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.256 INFO kablam! | Oct 22 02:09:26.256 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.256 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.256 INFO kablam! ... Oct 22 02:09:26.256 INFO kablam! 708 | rt_alloc_excess_used!(rt_primes_17bytes_1align_alloc_excess_used, 17, 1); Oct 22 02:09:26.256 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.256 INFO kablam! | Oct 22 02:09:26.256 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.256 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.257 INFO kablam! | Oct 22 02:09:26.257 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.257 INFO kablam! | Oct 22 02:09:26.257 INFO kablam! Oct 22 02:09:26.257 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.257 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.257 INFO kablam! | Oct 22 02:09:26.257 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.257 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.257 INFO kablam! ... Oct 22 02:09:26.257 INFO kablam! 721 | rt_alloc_excess_used!(rt_primes_31bytes_1align_alloc_excess_used, 31, 1); Oct 22 02:09:26.257 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.257 INFO kablam! Oct 22 02:09:26.257 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.257 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.257 INFO kablam! | Oct 22 02:09:26.257 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.257 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.257 INFO kablam! ... Oct 22 02:09:26.257 INFO kablam! 721 | rt_alloc_excess_used!(rt_primes_31bytes_1align_alloc_excess_used, 31, 1); Oct 22 02:09:26.257 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.257 INFO kablam! | Oct 22 02:09:26.257 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.257 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.257 INFO kablam! | Oct 22 02:09:26.257 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.257 INFO kablam! | Oct 22 02:09:26.257 INFO kablam! Oct 22 02:09:26.264 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.264 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.264 INFO kablam! | Oct 22 02:09:26.264 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.264 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.264 INFO kablam! ... Oct 22 02:09:26.264 INFO kablam! 734 | rt_alloc_excess_used!(rt_primes_61bytes_1align_alloc_excess_used, 61, 1); Oct 22 02:09:26.264 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.264 INFO kablam! Oct 22 02:09:26.264 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.264 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.264 INFO kablam! | Oct 22 02:09:26.264 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.264 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.264 INFO kablam! ... Oct 22 02:09:26.264 INFO kablam! 734 | rt_alloc_excess_used!(rt_primes_61bytes_1align_alloc_excess_used, 61, 1); Oct 22 02:09:26.264 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.264 INFO kablam! | Oct 22 02:09:26.264 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.264 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.264 INFO kablam! | Oct 22 02:09:26.264 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.264 INFO kablam! | Oct 22 02:09:26.264 INFO kablam! Oct 22 02:09:26.264 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.264 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.264 INFO kablam! | Oct 22 02:09:26.264 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.264 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.264 INFO kablam! ... Oct 22 02:09:26.264 INFO kablam! 747 | rt_alloc_excess_used!(rt_primes_96bytes_1align_alloc_excess_used, 96, 1); Oct 22 02:09:26.264 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.264 INFO kablam! Oct 22 02:09:26.264 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.264 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.264 INFO kablam! | Oct 22 02:09:26.264 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.264 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.264 INFO kablam! ... Oct 22 02:09:26.264 INFO kablam! 747 | rt_alloc_excess_used!(rt_primes_96bytes_1align_alloc_excess_used, 96, 1); Oct 22 02:09:26.264 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.265 INFO kablam! | Oct 22 02:09:26.265 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.265 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.265 INFO kablam! | Oct 22 02:09:26.265 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.265 INFO kablam! | Oct 22 02:09:26.265 INFO kablam! Oct 22 02:09:26.265 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.265 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.265 INFO kablam! | Oct 22 02:09:26.265 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.265 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.265 INFO kablam! ... Oct 22 02:09:26.265 INFO kablam! 760 | rt_alloc_excess_used!(rt_primes_127bytes_1align_alloc_excess_used, 127, 1); Oct 22 02:09:26.265 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.265 INFO kablam! Oct 22 02:09:26.265 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.265 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.265 INFO kablam! | Oct 22 02:09:26.265 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.265 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.265 INFO kablam! ... Oct 22 02:09:26.265 INFO kablam! 760 | rt_alloc_excess_used!(rt_primes_127bytes_1align_alloc_excess_used, 127, 1); Oct 22 02:09:26.265 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.265 INFO kablam! | Oct 22 02:09:26.265 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.265 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.265 INFO kablam! | Oct 22 02:09:26.265 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.265 INFO kablam! | Oct 22 02:09:26.265 INFO kablam! Oct 22 02:09:26.265 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.265 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.265 INFO kablam! | Oct 22 02:09:26.265 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.265 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.265 INFO kablam! ... Oct 22 02:09:26.265 INFO kablam! 773 | rt_alloc_excess_used!(rt_primes_257bytes_1align_alloc_excess_used, 257, 1); Oct 22 02:09:26.265 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.265 INFO kablam! Oct 22 02:09:26.265 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.265 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.265 INFO kablam! | Oct 22 02:09:26.265 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.265 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.265 INFO kablam! ... Oct 22 02:09:26.265 INFO kablam! 773 | rt_alloc_excess_used!(rt_primes_257bytes_1align_alloc_excess_used, 257, 1); Oct 22 02:09:26.265 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.265 INFO kablam! | Oct 22 02:09:26.265 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.265 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.265 INFO kablam! | Oct 22 02:09:26.265 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.265 INFO kablam! | Oct 22 02:09:26.265 INFO kablam! Oct 22 02:09:26.265 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.265 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.265 INFO kablam! | Oct 22 02:09:26.265 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.265 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.265 INFO kablam! ... Oct 22 02:09:26.265 INFO kablam! 786 | rt_alloc_excess_used!(rt_primes_509bytes_1align_alloc_excess_used, 509, 1); Oct 22 02:09:26.265 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.265 INFO kablam! Oct 22 02:09:26.265 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.265 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.265 INFO kablam! | Oct 22 02:09:26.265 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.265 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.265 INFO kablam! ... Oct 22 02:09:26.265 INFO kablam! 786 | rt_alloc_excess_used!(rt_primes_509bytes_1align_alloc_excess_used, 509, 1); Oct 22 02:09:26.265 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.265 INFO kablam! | Oct 22 02:09:26.265 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.265 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.265 INFO kablam! | Oct 22 02:09:26.265 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.265 INFO kablam! | Oct 22 02:09:26.265 INFO kablam! Oct 22 02:09:26.272 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.272 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.272 INFO kablam! | Oct 22 02:09:26.272 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.272 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.272 INFO kablam! ... Oct 22 02:09:26.272 INFO kablam! 799 | rt_alloc_excess_used!(rt_primes_1021bytes_1align_alloc_excess_used, 1021, 1); Oct 22 02:09:26.272 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.272 INFO kablam! Oct 22 02:09:26.272 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.272 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.272 INFO kablam! | Oct 22 02:09:26.272 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.272 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.272 INFO kablam! ... Oct 22 02:09:26.272 INFO kablam! 799 | rt_alloc_excess_used!(rt_primes_1021bytes_1align_alloc_excess_used, 1021, 1); Oct 22 02:09:26.272 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.272 INFO kablam! | Oct 22 02:09:26.272 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.272 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.272 INFO kablam! | Oct 22 02:09:26.272 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.272 INFO kablam! | Oct 22 02:09:26.272 INFO kablam! Oct 22 02:09:26.272 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.272 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.272 INFO kablam! | Oct 22 02:09:26.272 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.272 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.272 INFO kablam! ... Oct 22 02:09:26.272 INFO kablam! 812 | rt_alloc_excess_used!(rt_primes_2039bytes_1align_alloc_excess_used, 2039, 1); Oct 22 02:09:26.272 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.272 INFO kablam! Oct 22 02:09:26.272 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.272 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.272 INFO kablam! | Oct 22 02:09:26.272 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.272 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.272 INFO kablam! ... Oct 22 02:09:26.272 INFO kablam! 812 | rt_alloc_excess_used!(rt_primes_2039bytes_1align_alloc_excess_used, 2039, 1); Oct 22 02:09:26.272 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.272 INFO kablam! | Oct 22 02:09:26.272 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.272 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.273 INFO kablam! | Oct 22 02:09:26.273 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.273 INFO kablam! | Oct 22 02:09:26.273 INFO kablam! Oct 22 02:09:26.273 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.273 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.273 INFO kablam! | Oct 22 02:09:26.273 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.273 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.273 INFO kablam! ... Oct 22 02:09:26.273 INFO kablam! 825 | rt_alloc_excess_used!(rt_primes_4093bytes_1align_alloc_excess_used, 4093, 1); Oct 22 02:09:26.273 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.273 INFO kablam! Oct 22 02:09:26.273 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.273 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.273 INFO kablam! | Oct 22 02:09:26.273 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.273 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.273 INFO kablam! ... Oct 22 02:09:26.273 INFO kablam! 825 | rt_alloc_excess_used!(rt_primes_4093bytes_1align_alloc_excess_used, 4093, 1); Oct 22 02:09:26.273 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.273 INFO kablam! | Oct 22 02:09:26.273 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.273 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.273 INFO kablam! | Oct 22 02:09:26.273 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.273 INFO kablam! | Oct 22 02:09:26.273 INFO kablam! Oct 22 02:09:26.273 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.273 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.273 INFO kablam! | Oct 22 02:09:26.273 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.273 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.273 INFO kablam! ... Oct 22 02:09:26.273 INFO kablam! 838 | rt_alloc_excess_used!(rt_primes_8191bytes_1align_alloc_excess_used, 8191, 1); Oct 22 02:09:26.273 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.273 INFO kablam! Oct 22 02:09:26.273 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.273 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.273 INFO kablam! | Oct 22 02:09:26.273 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.273 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.273 INFO kablam! ... Oct 22 02:09:26.273 INFO kablam! 838 | rt_alloc_excess_used!(rt_primes_8191bytes_1align_alloc_excess_used, 8191, 1); Oct 22 02:09:26.273 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.273 INFO kablam! | Oct 22 02:09:26.273 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.273 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.273 INFO kablam! | Oct 22 02:09:26.273 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.273 INFO kablam! | Oct 22 02:09:26.273 INFO kablam! Oct 22 02:09:26.281 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.281 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.281 INFO kablam! | Oct 22 02:09:26.281 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.281 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.281 INFO kablam! ... Oct 22 02:09:26.281 INFO kablam! 851 | rt_alloc_excess_used!(rt_primes_16381bytes_1align_alloc_excess_used, 16381, 1); Oct 22 02:09:26.281 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.281 INFO kablam! Oct 22 02:09:26.281 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.281 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.281 INFO kablam! | Oct 22 02:09:26.281 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.281 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.281 INFO kablam! ... Oct 22 02:09:26.281 INFO kablam! 851 | rt_alloc_excess_used!(rt_primes_16381bytes_1align_alloc_excess_used, 16381, 1); Oct 22 02:09:26.281 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.281 INFO kablam! | Oct 22 02:09:26.281 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.281 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.281 INFO kablam! | Oct 22 02:09:26.281 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.281 INFO kablam! | Oct 22 02:09:26.281 INFO kablam! Oct 22 02:09:26.281 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.281 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.281 INFO kablam! | Oct 22 02:09:26.281 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.281 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.281 INFO kablam! ... Oct 22 02:09:26.281 INFO kablam! 864 | rt_alloc_excess_used!(rt_primes_32749bytes_1align_alloc_excess_used, 32749, 1); Oct 22 02:09:26.281 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.281 INFO kablam! Oct 22 02:09:26.281 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.281 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.281 INFO kablam! | Oct 22 02:09:26.281 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.281 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.281 INFO kablam! ... Oct 22 02:09:26.281 INFO kablam! 864 | rt_alloc_excess_used!(rt_primes_32749bytes_1align_alloc_excess_used, 32749, 1); Oct 22 02:09:26.281 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.281 INFO kablam! | Oct 22 02:09:26.281 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.281 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.282 INFO kablam! | Oct 22 02:09:26.282 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.282 INFO kablam! | Oct 22 02:09:26.282 INFO kablam! Oct 22 02:09:26.282 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.282 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.282 INFO kablam! | Oct 22 02:09:26.282 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.282 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.282 INFO kablam! ... Oct 22 02:09:26.282 INFO kablam! 877 | rt_alloc_excess_used!(rt_primes_65537bytes_1align_alloc_excess_used, 65537, 1); Oct 22 02:09:26.282 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.282 INFO kablam! Oct 22 02:09:26.282 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.282 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.282 INFO kablam! | Oct 22 02:09:26.282 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.282 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.282 INFO kablam! ... Oct 22 02:09:26.282 INFO kablam! 877 | rt_alloc_excess_used!(rt_primes_65537bytes_1align_alloc_excess_used, 65537, 1); Oct 22 02:09:26.282 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.282 INFO kablam! | Oct 22 02:09:26.282 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.282 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.282 INFO kablam! | Oct 22 02:09:26.282 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.282 INFO kablam! | Oct 22 02:09:26.282 INFO kablam! Oct 22 02:09:26.282 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.282 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.282 INFO kablam! | Oct 22 02:09:26.282 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.282 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.282 INFO kablam! ... Oct 22 02:09:26.282 INFO kablam! 890 | rt_alloc_excess_used!(rt_primes_131071bytes_1align_alloc_excess_used, 131071, 1); Oct 22 02:09:26.282 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.282 INFO kablam! Oct 22 02:09:26.282 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.282 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.282 INFO kablam! | Oct 22 02:09:26.282 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.282 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.282 INFO kablam! ... Oct 22 02:09:26.282 INFO kablam! 890 | rt_alloc_excess_used!(rt_primes_131071bytes_1align_alloc_excess_used, 131071, 1); Oct 22 02:09:26.282 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.282 INFO kablam! | Oct 22 02:09:26.282 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.282 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.282 INFO kablam! | Oct 22 02:09:26.282 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.282 INFO kablam! | Oct 22 02:09:26.282 INFO kablam! Oct 22 02:09:26.288 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.288 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.288 INFO kablam! | Oct 22 02:09:26.288 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.288 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.288 INFO kablam! ... Oct 22 02:09:26.288 INFO kablam! 903 | rt_alloc_excess_used!(rt_primes_4194301bytes_1align_alloc_excess_used, 4194301, 1); Oct 22 02:09:26.288 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.288 INFO kablam! Oct 22 02:09:26.288 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.288 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.288 INFO kablam! | Oct 22 02:09:26.288 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.288 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.288 INFO kablam! ... Oct 22 02:09:26.288 INFO kablam! 903 | rt_alloc_excess_used!(rt_primes_4194301bytes_1align_alloc_excess_used, 4194301, 1); Oct 22 02:09:26.288 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.288 INFO kablam! | Oct 22 02:09:26.288 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.288 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.288 INFO kablam! | Oct 22 02:09:26.288 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.288 INFO kablam! | Oct 22 02:09:26.288 INFO kablam! Oct 22 02:09:26.288 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.288 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.288 INFO kablam! | Oct 22 02:09:26.288 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.288 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.288 INFO kablam! ... Oct 22 02:09:26.288 INFO kablam! 919 | rt_alloc_excess_used!(rt_pow2_1bytes_2align_alloc_excess_used, 1, 2); Oct 22 02:09:26.288 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.288 INFO kablam! Oct 22 02:09:26.293 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.293 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.293 INFO kablam! | Oct 22 02:09:26.293 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.293 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.293 INFO kablam! ... Oct 22 02:09:26.293 INFO kablam! 919 | rt_alloc_excess_used!(rt_pow2_1bytes_2align_alloc_excess_used, 1, 2); Oct 22 02:09:26.293 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.293 INFO kablam! | Oct 22 02:09:26.293 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.293 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.293 INFO kablam! | Oct 22 02:09:26.293 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.293 INFO kablam! | Oct 22 02:09:26.293 INFO kablam! Oct 22 02:09:26.293 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.293 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.293 INFO kablam! | Oct 22 02:09:26.293 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.293 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.293 INFO kablam! ... Oct 22 02:09:26.293 INFO kablam! 932 | rt_alloc_excess_used!(rt_pow2_2bytes_2align_alloc_excess_used, 2, 2); Oct 22 02:09:26.293 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.293 INFO kablam! Oct 22 02:09:26.293 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.293 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.293 INFO kablam! | Oct 22 02:09:26.293 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.293 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.293 INFO kablam! ... Oct 22 02:09:26.293 INFO kablam! 932 | rt_alloc_excess_used!(rt_pow2_2bytes_2align_alloc_excess_used, 2, 2); Oct 22 02:09:26.293 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.293 INFO kablam! | Oct 22 02:09:26.293 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.293 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.293 INFO kablam! | Oct 22 02:09:26.293 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.293 INFO kablam! | Oct 22 02:09:26.293 INFO kablam! Oct 22 02:09:26.293 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.293 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.293 INFO kablam! | Oct 22 02:09:26.293 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.293 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.293 INFO kablam! ... Oct 22 02:09:26.293 INFO kablam! 945 | rt_alloc_excess_used!(rt_pow2_4bytes_2align_alloc_excess_used, 4, 2); Oct 22 02:09:26.293 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.293 INFO kablam! Oct 22 02:09:26.293 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.293 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.293 INFO kablam! | Oct 22 02:09:26.293 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.293 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.293 INFO kablam! ... Oct 22 02:09:26.293 INFO kablam! 945 | rt_alloc_excess_used!(rt_pow2_4bytes_2align_alloc_excess_used, 4, 2); Oct 22 02:09:26.293 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.294 INFO kablam! | Oct 22 02:09:26.294 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.294 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.294 INFO kablam! | Oct 22 02:09:26.294 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.294 INFO kablam! | Oct 22 02:09:26.294 INFO kablam! Oct 22 02:09:26.294 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.294 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.294 INFO kablam! | Oct 22 02:09:26.294 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.294 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.294 INFO kablam! ... Oct 22 02:09:26.294 INFO kablam! 958 | rt_alloc_excess_used!(rt_pow2_8bytes_2align_alloc_excess_used, 8, 2); Oct 22 02:09:26.294 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.294 INFO kablam! Oct 22 02:09:26.294 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.294 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.294 INFO kablam! | Oct 22 02:09:26.294 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.294 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.294 INFO kablam! ... Oct 22 02:09:26.294 INFO kablam! 958 | rt_alloc_excess_used!(rt_pow2_8bytes_2align_alloc_excess_used, 8, 2); Oct 22 02:09:26.294 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.294 INFO kablam! | Oct 22 02:09:26.294 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.294 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.294 INFO kablam! | Oct 22 02:09:26.294 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.294 INFO kablam! | Oct 22 02:09:26.294 INFO kablam! Oct 22 02:09:26.294 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.294 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.294 INFO kablam! | Oct 22 02:09:26.294 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.294 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.294 INFO kablam! ... Oct 22 02:09:26.294 INFO kablam! 971 | rt_alloc_excess_used!(rt_pow2_16bytes_2align_alloc_excess_used, 16, 2); Oct 22 02:09:26.294 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.294 INFO kablam! Oct 22 02:09:26.294 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.294 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.294 INFO kablam! | Oct 22 02:09:26.294 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.294 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.294 INFO kablam! ... Oct 22 02:09:26.294 INFO kablam! 971 | rt_alloc_excess_used!(rt_pow2_16bytes_2align_alloc_excess_used, 16, 2); Oct 22 02:09:26.294 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.294 INFO kablam! | Oct 22 02:09:26.295 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.295 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.295 INFO kablam! | Oct 22 02:09:26.295 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.295 INFO kablam! | Oct 22 02:09:26.295 INFO kablam! Oct 22 02:09:26.295 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.295 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.295 INFO kablam! | Oct 22 02:09:26.295 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.295 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.295 INFO kablam! ... Oct 22 02:09:26.295 INFO kablam! 984 | rt_alloc_excess_used!(rt_pow2_32bytes_2align_alloc_excess_used, 32, 2); Oct 22 02:09:26.296 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.296 INFO kablam! Oct 22 02:09:26.296 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.296 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.296 INFO kablam! | Oct 22 02:09:26.296 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.296 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.296 INFO kablam! ... Oct 22 02:09:26.296 INFO kablam! 984 | rt_alloc_excess_used!(rt_pow2_32bytes_2align_alloc_excess_used, 32, 2); Oct 22 02:09:26.296 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.296 INFO kablam! | Oct 22 02:09:26.296 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.296 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.296 INFO kablam! | Oct 22 02:09:26.296 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.296 INFO kablam! | Oct 22 02:09:26.296 INFO kablam! Oct 22 02:09:26.298 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.298 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.298 INFO kablam! | Oct 22 02:09:26.298 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.298 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.298 INFO kablam! ... Oct 22 02:09:26.298 INFO kablam! 997 | rt_alloc_excess_used!(rt_pow2_64bytes_2align_alloc_excess_used, 64, 2); Oct 22 02:09:26.298 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.298 INFO kablam! Oct 22 02:09:26.298 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.298 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.298 INFO kablam! | Oct 22 02:09:26.298 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.298 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.298 INFO kablam! ... Oct 22 02:09:26.298 INFO kablam! 997 | rt_alloc_excess_used!(rt_pow2_64bytes_2align_alloc_excess_used, 64, 2); Oct 22 02:09:26.298 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.298 INFO kablam! | Oct 22 02:09:26.298 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.298 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.298 INFO kablam! | Oct 22 02:09:26.298 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.298 INFO kablam! | Oct 22 02:09:26.298 INFO kablam! Oct 22 02:09:26.298 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.298 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.298 INFO kablam! | Oct 22 02:09:26.298 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.298 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.298 INFO kablam! ... Oct 22 02:09:26.298 INFO kablam! 1010 | rt_alloc_excess_used!(rt_pow2_128bytes_2align_alloc_excess_used, 128, 2); Oct 22 02:09:26.299 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.299 INFO kablam! Oct 22 02:09:26.305 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.305 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.305 INFO kablam! | Oct 22 02:09:26.305 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.305 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.305 INFO kablam! ... Oct 22 02:09:26.305 INFO kablam! 1010 | rt_alloc_excess_used!(rt_pow2_128bytes_2align_alloc_excess_used, 128, 2); Oct 22 02:09:26.305 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.305 INFO kablam! | Oct 22 02:09:26.305 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.305 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.305 INFO kablam! | Oct 22 02:09:26.305 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.305 INFO kablam! | Oct 22 02:09:26.305 INFO kablam! Oct 22 02:09:26.305 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.305 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.305 INFO kablam! | Oct 22 02:09:26.305 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.305 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.305 INFO kablam! ... Oct 22 02:09:26.305 INFO kablam! 1023 | rt_alloc_excess_used!(rt_pow2_256bytes_2align_alloc_excess_used, 256, 2); Oct 22 02:09:26.305 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.305 INFO kablam! Oct 22 02:09:26.305 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.305 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.305 INFO kablam! | Oct 22 02:09:26.306 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.306 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.306 INFO kablam! ... Oct 22 02:09:26.306 INFO kablam! 1023 | rt_alloc_excess_used!(rt_pow2_256bytes_2align_alloc_excess_used, 256, 2); Oct 22 02:09:26.306 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.306 INFO kablam! | Oct 22 02:09:26.306 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.306 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.306 INFO kablam! | Oct 22 02:09:26.306 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.306 INFO kablam! | Oct 22 02:09:26.306 INFO kablam! Oct 22 02:09:26.306 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.306 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.306 INFO kablam! | Oct 22 02:09:26.306 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.306 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.306 INFO kablam! ... Oct 22 02:09:26.306 INFO kablam! 1036 | rt_alloc_excess_used!(rt_pow2_512bytes_2align_alloc_excess_used, 512, 2); Oct 22 02:09:26.306 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.306 INFO kablam! Oct 22 02:09:26.308 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.308 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.308 INFO kablam! | Oct 22 02:09:26.308 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.308 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.308 INFO kablam! ... Oct 22 02:09:26.308 INFO kablam! 1036 | rt_alloc_excess_used!(rt_pow2_512bytes_2align_alloc_excess_used, 512, 2); Oct 22 02:09:26.308 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.308 INFO kablam! | Oct 22 02:09:26.308 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.308 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.308 INFO kablam! | Oct 22 02:09:26.308 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.308 INFO kablam! | Oct 22 02:09:26.308 INFO kablam! Oct 22 02:09:26.308 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.309 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.309 INFO kablam! | Oct 22 02:09:26.309 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.309 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.309 INFO kablam! ... Oct 22 02:09:26.309 INFO kablam! 1049 | rt_alloc_excess_used!(rt_pow2_1024bytes_2align_alloc_excess_used, 1024, 2); Oct 22 02:09:26.309 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.309 INFO kablam! Oct 22 02:09:26.309 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.309 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.309 INFO kablam! | Oct 22 02:09:26.309 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.309 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.309 INFO kablam! ... Oct 22 02:09:26.309 INFO kablam! 1049 | rt_alloc_excess_used!(rt_pow2_1024bytes_2align_alloc_excess_used, 1024, 2); Oct 22 02:09:26.309 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.309 INFO kablam! | Oct 22 02:09:26.309 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.309 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.309 INFO kablam! | Oct 22 02:09:26.309 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.309 INFO kablam! | Oct 22 02:09:26.309 INFO kablam! Oct 22 02:09:26.309 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.309 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.309 INFO kablam! | Oct 22 02:09:26.309 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.309 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.309 INFO kablam! ... Oct 22 02:09:26.309 INFO kablam! 1062 | rt_alloc_excess_used!(rt_pow2_2048bytes_2align_alloc_excess_used, 2048, 2); Oct 22 02:09:26.309 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.309 INFO kablam! Oct 22 02:09:26.309 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.309 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.309 INFO kablam! | Oct 22 02:09:26.309 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.309 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.309 INFO kablam! ... Oct 22 02:09:26.309 INFO kablam! 1062 | rt_alloc_excess_used!(rt_pow2_2048bytes_2align_alloc_excess_used, 2048, 2); Oct 22 02:09:26.309 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.309 INFO kablam! | Oct 22 02:09:26.309 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.309 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.309 INFO kablam! | Oct 22 02:09:26.309 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.309 INFO kablam! | Oct 22 02:09:26.309 INFO kablam! Oct 22 02:09:26.309 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.309 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.309 INFO kablam! | Oct 22 02:09:26.309 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.309 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.309 INFO kablam! ... Oct 22 02:09:26.309 INFO kablam! 1075 | rt_alloc_excess_used!(rt_pow2_4096bytes_2align_alloc_excess_used, 4096, 2); Oct 22 02:09:26.309 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.309 INFO kablam! Oct 22 02:09:26.309 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.309 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.309 INFO kablam! | Oct 22 02:09:26.309 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.309 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.309 INFO kablam! ... Oct 22 02:09:26.309 INFO kablam! 1075 | rt_alloc_excess_used!(rt_pow2_4096bytes_2align_alloc_excess_used, 4096, 2); Oct 22 02:09:26.309 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.309 INFO kablam! | Oct 22 02:09:26.309 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.309 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.309 INFO kablam! | Oct 22 02:09:26.309 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.309 INFO kablam! | Oct 22 02:09:26.309 INFO kablam! Oct 22 02:09:26.309 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.309 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.309 INFO kablam! | Oct 22 02:09:26.309 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.309 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.309 INFO kablam! ... Oct 22 02:09:26.309 INFO kablam! 1088 | rt_alloc_excess_used!(rt_pow2_8192bytes_2align_alloc_excess_used, 8192, 2); Oct 22 02:09:26.309 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.309 INFO kablam! Oct 22 02:09:26.310 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.310 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.310 INFO kablam! | Oct 22 02:09:26.310 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.310 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.310 INFO kablam! ... Oct 22 02:09:26.310 INFO kablam! 1088 | rt_alloc_excess_used!(rt_pow2_8192bytes_2align_alloc_excess_used, 8192, 2); Oct 22 02:09:26.310 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.310 INFO kablam! | Oct 22 02:09:26.310 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.310 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.310 INFO kablam! | Oct 22 02:09:26.310 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.310 INFO kablam! | Oct 22 02:09:26.310 INFO kablam! Oct 22 02:09:26.311 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.311 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.311 INFO kablam! | Oct 22 02:09:26.311 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.311 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.311 INFO kablam! ... Oct 22 02:09:26.311 INFO kablam! 1101 | rt_alloc_excess_used!(rt_pow2_16384bytes_2align_alloc_excess_used, 16384, 2); Oct 22 02:09:26.311 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.311 INFO kablam! Oct 22 02:09:26.312 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.312 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.312 INFO kablam! | Oct 22 02:09:26.312 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.312 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.312 INFO kablam! ... Oct 22 02:09:26.312 INFO kablam! 1101 | rt_alloc_excess_used!(rt_pow2_16384bytes_2align_alloc_excess_used, 16384, 2); Oct 22 02:09:26.312 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.312 INFO kablam! | Oct 22 02:09:26.312 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.312 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.312 INFO kablam! | Oct 22 02:09:26.312 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.312 INFO kablam! | Oct 22 02:09:26.312 INFO kablam! Oct 22 02:09:26.316 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.316 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.316 INFO kablam! | Oct 22 02:09:26.316 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.316 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.316 INFO kablam! ... Oct 22 02:09:26.316 INFO kablam! 1114 | rt_alloc_excess_used!(rt_pow2_32768bytes_2align_alloc_excess_used, 32768, 2); Oct 22 02:09:26.316 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.316 INFO kablam! Oct 22 02:09:26.316 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.316 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.316 INFO kablam! | Oct 22 02:09:26.316 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.316 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.316 INFO kablam! ... Oct 22 02:09:26.316 INFO kablam! 1114 | rt_alloc_excess_used!(rt_pow2_32768bytes_2align_alloc_excess_used, 32768, 2); Oct 22 02:09:26.316 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.317 INFO kablam! | Oct 22 02:09:26.317 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.317 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.317 INFO kablam! | Oct 22 02:09:26.317 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.317 INFO kablam! | Oct 22 02:09:26.317 INFO kablam! Oct 22 02:09:26.317 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.317 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.317 INFO kablam! | Oct 22 02:09:26.317 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.317 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.317 INFO kablam! ... Oct 22 02:09:26.317 INFO kablam! 1127 | rt_alloc_excess_used!(rt_pow2_65536bytes_2align_alloc_excess_used, 65536, 2); Oct 22 02:09:26.317 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.317 INFO kablam! Oct 22 02:09:26.317 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.317 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.317 INFO kablam! | Oct 22 02:09:26.317 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.317 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.317 INFO kablam! ... Oct 22 02:09:26.317 INFO kablam! 1127 | rt_alloc_excess_used!(rt_pow2_65536bytes_2align_alloc_excess_used, 65536, 2); Oct 22 02:09:26.317 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.317 INFO kablam! | Oct 22 02:09:26.317 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.317 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.317 INFO kablam! | Oct 22 02:09:26.317 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.317 INFO kablam! | Oct 22 02:09:26.317 INFO kablam! Oct 22 02:09:26.321 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.321 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.321 INFO kablam! | Oct 22 02:09:26.321 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.321 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.321 INFO kablam! ... Oct 22 02:09:26.321 INFO kablam! 1140 | rt_alloc_excess_used!(rt_pow2_131072bytes_2align_alloc_excess_used, 131072, 2); Oct 22 02:09:26.321 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.321 INFO kablam! Oct 22 02:09:26.321 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.321 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.321 INFO kablam! | Oct 22 02:09:26.321 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.321 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.321 INFO kablam! ... Oct 22 02:09:26.321 INFO kablam! 1140 | rt_alloc_excess_used!(rt_pow2_131072bytes_2align_alloc_excess_used, 131072, 2); Oct 22 02:09:26.321 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.321 INFO kablam! | Oct 22 02:09:26.321 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.321 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.321 INFO kablam! | Oct 22 02:09:26.321 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.321 INFO kablam! | Oct 22 02:09:26.321 INFO kablam! Oct 22 02:09:26.321 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.321 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.321 INFO kablam! | Oct 22 02:09:26.321 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.321 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.321 INFO kablam! ... Oct 22 02:09:26.321 INFO kablam! 1153 | rt_alloc_excess_used!(rt_pow2_4194304bytes_2align_alloc_excess_used, 4194304, 2); Oct 22 02:09:26.321 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.321 INFO kablam! Oct 22 02:09:26.321 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.321 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.321 INFO kablam! | Oct 22 02:09:26.321 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.321 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.321 INFO kablam! ... Oct 22 02:09:26.321 INFO kablam! 1153 | rt_alloc_excess_used!(rt_pow2_4194304bytes_2align_alloc_excess_used, 4194304, 2); Oct 22 02:09:26.321 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.321 INFO kablam! | Oct 22 02:09:26.321 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.321 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.321 INFO kablam! | Oct 22 02:09:26.321 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.321 INFO kablam! | Oct 22 02:09:26.321 INFO kablam! Oct 22 02:09:26.330 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.330 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.330 INFO kablam! | Oct 22 02:09:26.330 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.330 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.330 INFO kablam! ... Oct 22 02:09:26.330 INFO kablam! 1167 | rt_alloc_excess_used!(rt_even_10bytes_2align_alloc_excess_used, 10, 2); Oct 22 02:09:26.330 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.330 INFO kablam! Oct 22 02:09:26.330 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.330 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.330 INFO kablam! | Oct 22 02:09:26.330 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.330 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.330 INFO kablam! ... Oct 22 02:09:26.330 INFO kablam! 1167 | rt_alloc_excess_used!(rt_even_10bytes_2align_alloc_excess_used, 10, 2); Oct 22 02:09:26.330 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.330 INFO kablam! | Oct 22 02:09:26.330 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.330 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.330 INFO kablam! | Oct 22 02:09:26.330 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.330 INFO kablam! | Oct 22 02:09:26.330 INFO kablam! Oct 22 02:09:26.330 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.330 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.330 INFO kablam! | Oct 22 02:09:26.330 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.330 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.330 INFO kablam! ... Oct 22 02:09:26.330 INFO kablam! 1180 | rt_alloc_excess_used!(rt_even_100bytes_2align_alloc_excess_used, 100, 2); Oct 22 02:09:26.330 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.330 INFO kablam! Oct 22 02:09:26.330 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.330 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.330 INFO kablam! | Oct 22 02:09:26.330 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.330 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.330 INFO kablam! ... Oct 22 02:09:26.330 INFO kablam! 1180 | rt_alloc_excess_used!(rt_even_100bytes_2align_alloc_excess_used, 100, 2); Oct 22 02:09:26.330 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.330 INFO kablam! | Oct 22 02:09:26.330 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.330 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.330 INFO kablam! | Oct 22 02:09:26.330 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.330 INFO kablam! | Oct 22 02:09:26.330 INFO kablam! Oct 22 02:09:26.330 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.330 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.330 INFO kablam! | Oct 22 02:09:26.330 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.330 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.330 INFO kablam! ... Oct 22 02:09:26.330 INFO kablam! 1193 | rt_alloc_excess_used!(rt_even_1000bytes_2align_alloc_excess_used, 1000, 2); Oct 22 02:09:26.330 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.330 INFO kablam! Oct 22 02:09:26.330 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.330 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.330 INFO kablam! | Oct 22 02:09:26.330 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.330 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.330 INFO kablam! ... Oct 22 02:09:26.330 INFO kablam! 1193 | rt_alloc_excess_used!(rt_even_1000bytes_2align_alloc_excess_used, 1000, 2); Oct 22 02:09:26.330 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.330 INFO kablam! | Oct 22 02:09:26.330 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.331 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.331 INFO kablam! | Oct 22 02:09:26.331 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.331 INFO kablam! | Oct 22 02:09:26.331 INFO kablam! Oct 22 02:09:26.331 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.331 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.331 INFO kablam! | Oct 22 02:09:26.331 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.331 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.331 INFO kablam! ... Oct 22 02:09:26.331 INFO kablam! 1206 | rt_alloc_excess_used!(rt_even_10000bytes_2align_alloc_excess_used, 10000, 2); Oct 22 02:09:26.331 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.331 INFO kablam! Oct 22 02:09:26.331 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.331 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.331 INFO kablam! | Oct 22 02:09:26.331 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.331 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.331 INFO kablam! ... Oct 22 02:09:26.331 INFO kablam! 1206 | rt_alloc_excess_used!(rt_even_10000bytes_2align_alloc_excess_used, 10000, 2); Oct 22 02:09:26.331 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.331 INFO kablam! | Oct 22 02:09:26.331 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.331 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.331 INFO kablam! | Oct 22 02:09:26.331 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.331 INFO kablam! | Oct 22 02:09:26.331 INFO kablam! Oct 22 02:09:26.331 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.331 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.331 INFO kablam! | Oct 22 02:09:26.331 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.331 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.331 INFO kablam! ... Oct 22 02:09:26.331 INFO kablam! 1219 | rt_alloc_excess_used!(rt_even_100000bytes_2align_alloc_excess_used, 100000, 2); Oct 22 02:09:26.331 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.331 INFO kablam! Oct 22 02:09:26.331 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.331 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.331 INFO kablam! | Oct 22 02:09:26.331 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.331 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.331 INFO kablam! ... Oct 22 02:09:26.331 INFO kablam! 1219 | rt_alloc_excess_used!(rt_even_100000bytes_2align_alloc_excess_used, 100000, 2); Oct 22 02:09:26.331 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.331 INFO kablam! | Oct 22 02:09:26.331 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.331 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.331 INFO kablam! | Oct 22 02:09:26.331 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.331 INFO kablam! | Oct 22 02:09:26.331 INFO kablam! Oct 22 02:09:26.336 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.338 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.338 INFO kablam! | Oct 22 02:09:26.338 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.338 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.338 INFO kablam! ... Oct 22 02:09:26.338 INFO kablam! 1232 | rt_alloc_excess_used!(rt_even_1000000bytes_2align_alloc_excess_used, 1000000, 2); Oct 22 02:09:26.338 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.338 INFO kablam! Oct 22 02:09:26.338 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.338 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.338 INFO kablam! | Oct 22 02:09:26.338 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.338 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.338 INFO kablam! ... Oct 22 02:09:26.338 INFO kablam! 1232 | rt_alloc_excess_used!(rt_even_1000000bytes_2align_alloc_excess_used, 1000000, 2); Oct 22 02:09:26.338 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.338 INFO kablam! | Oct 22 02:09:26.338 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.338 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.338 INFO kablam! | Oct 22 02:09:26.338 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.338 INFO kablam! | Oct 22 02:09:26.338 INFO kablam! Oct 22 02:09:26.338 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.338 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.339 INFO kablam! | Oct 22 02:09:26.339 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.339 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.339 INFO kablam! ... Oct 22 02:09:26.339 INFO kablam! 1246 | rt_alloc_excess_used!(rt_odd_10bytes_2align_alloc_excess_used, 10- 1, 2); Oct 22 02:09:26.339 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.339 INFO kablam! Oct 22 02:09:26.339 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.339 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.339 INFO kablam! | Oct 22 02:09:26.339 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.339 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.339 INFO kablam! ... Oct 22 02:09:26.339 INFO kablam! 1246 | rt_alloc_excess_used!(rt_odd_10bytes_2align_alloc_excess_used, 10- 1, 2); Oct 22 02:09:26.339 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.339 INFO kablam! | Oct 22 02:09:26.339 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.339 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.339 INFO kablam! | Oct 22 02:09:26.339 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.339 INFO kablam! | Oct 22 02:09:26.339 INFO kablam! Oct 22 02:09:26.339 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.339 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.339 INFO kablam! | Oct 22 02:09:26.339 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.339 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.339 INFO kablam! ... Oct 22 02:09:26.339 INFO kablam! 1259 | rt_alloc_excess_used!(rt_odd_100bytes_2align_alloc_excess_used, 100- 1, 2); Oct 22 02:09:26.339 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.339 INFO kablam! Oct 22 02:09:26.339 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.339 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.339 INFO kablam! | Oct 22 02:09:26.339 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.339 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.339 INFO kablam! ... Oct 22 02:09:26.339 INFO kablam! 1259 | rt_alloc_excess_used!(rt_odd_100bytes_2align_alloc_excess_used, 100- 1, 2); Oct 22 02:09:26.339 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.339 INFO kablam! | Oct 22 02:09:26.339 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.339 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.339 INFO kablam! | Oct 22 02:09:26.339 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.339 INFO kablam! | Oct 22 02:09:26.339 INFO kablam! Oct 22 02:09:26.342 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.342 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.342 INFO kablam! | Oct 22 02:09:26.342 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.342 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.342 INFO kablam! ... Oct 22 02:09:26.342 INFO kablam! 1272 | rt_alloc_excess_used!(rt_odd_1000bytes_2align_alloc_excess_used, 1000- 1, 2); Oct 22 02:09:26.342 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.342 INFO kablam! Oct 22 02:09:26.342 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.342 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.342 INFO kablam! | Oct 22 02:09:26.342 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.342 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.342 INFO kablam! ... Oct 22 02:09:26.342 INFO kablam! 1272 | rt_alloc_excess_used!(rt_odd_1000bytes_2align_alloc_excess_used, 1000- 1, 2); Oct 22 02:09:26.342 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.342 INFO kablam! | Oct 22 02:09:26.342 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.342 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.342 INFO kablam! | Oct 22 02:09:26.342 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.343 INFO kablam! | Oct 22 02:09:26.343 INFO kablam! Oct 22 02:09:26.343 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.343 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.343 INFO kablam! | Oct 22 02:09:26.343 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.343 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.343 INFO kablam! ... Oct 22 02:09:26.343 INFO kablam! 1285 | rt_alloc_excess_used!(rt_odd_10000bytes_2align_alloc_excess_used, 10000- 1, 2); Oct 22 02:09:26.343 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.343 INFO kablam! Oct 22 02:09:26.344 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.344 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.344 INFO kablam! | Oct 22 02:09:26.344 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.344 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.344 INFO kablam! ... Oct 22 02:09:26.344 INFO kablam! 1285 | rt_alloc_excess_used!(rt_odd_10000bytes_2align_alloc_excess_used, 10000- 1, 2); Oct 22 02:09:26.344 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.344 INFO kablam! | Oct 22 02:09:26.344 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.344 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.344 INFO kablam! | Oct 22 02:09:26.344 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.344 INFO kablam! | Oct 22 02:09:26.344 INFO kablam! Oct 22 02:09:26.344 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.344 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.345 INFO kablam! | Oct 22 02:09:26.345 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.345 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.345 INFO kablam! ... Oct 22 02:09:26.345 INFO kablam! 1298 | rt_alloc_excess_used!(rt_odd_100000bytes_2align_alloc_excess_used, 100000- 1, 2); Oct 22 02:09:26.345 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.345 INFO kablam! Oct 22 02:09:26.345 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.345 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.345 INFO kablam! | Oct 22 02:09:26.345 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.345 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.345 INFO kablam! ... Oct 22 02:09:26.345 INFO kablam! 1298 | rt_alloc_excess_used!(rt_odd_100000bytes_2align_alloc_excess_used, 100000- 1, 2); Oct 22 02:09:26.345 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.345 INFO kablam! | Oct 22 02:09:26.345 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.345 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.345 INFO kablam! | Oct 22 02:09:26.345 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.345 INFO kablam! | Oct 22 02:09:26.345 INFO kablam! Oct 22 02:09:26.345 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.345 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.345 INFO kablam! | Oct 22 02:09:26.345 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.345 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.345 INFO kablam! ... Oct 22 02:09:26.345 INFO kablam! 1311 | rt_alloc_excess_used!(rt_odd_1000000bytes_2align_alloc_excess_used, 1000000- 1, 2); Oct 22 02:09:26.345 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.345 INFO kablam! Oct 22 02:09:26.345 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.345 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.345 INFO kablam! | Oct 22 02:09:26.345 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.345 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.345 INFO kablam! ... Oct 22 02:09:26.345 INFO kablam! 1311 | rt_alloc_excess_used!(rt_odd_1000000bytes_2align_alloc_excess_used, 1000000- 1, 2); Oct 22 02:09:26.345 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.345 INFO kablam! | Oct 22 02:09:26.345 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.345 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.345 INFO kablam! | Oct 22 02:09:26.345 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.345 INFO kablam! | Oct 22 02:09:26.345 INFO kablam! Oct 22 02:09:26.348 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.348 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.348 INFO kablam! | Oct 22 02:09:26.348 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.348 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.348 INFO kablam! ... Oct 22 02:09:26.348 INFO kablam! 1325 | rt_alloc_excess_used!(rt_primes_3bytes_2align_alloc_excess_used, 3, 2); Oct 22 02:09:26.348 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.348 INFO kablam! Oct 22 02:09:26.348 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.348 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.348 INFO kablam! | Oct 22 02:09:26.348 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.348 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.348 INFO kablam! ... Oct 22 02:09:26.348 INFO kablam! 1325 | rt_alloc_excess_used!(rt_primes_3bytes_2align_alloc_excess_used, 3, 2); Oct 22 02:09:26.349 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.349 INFO kablam! | Oct 22 02:09:26.349 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.349 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.349 INFO kablam! | Oct 22 02:09:26.349 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.349 INFO kablam! | Oct 22 02:09:26.349 INFO kablam! Oct 22 02:09:26.349 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.349 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.349 INFO kablam! | Oct 22 02:09:26.349 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.349 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.349 INFO kablam! ... Oct 22 02:09:26.349 INFO kablam! 1338 | rt_alloc_excess_used!(rt_primes_7bytes_2align_alloc_excess_used, 7, 2); Oct 22 02:09:26.349 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.349 INFO kablam! Oct 22 02:09:26.349 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.349 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.349 INFO kablam! | Oct 22 02:09:26.349 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.349 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.349 INFO kablam! ... Oct 22 02:09:26.349 INFO kablam! 1338 | rt_alloc_excess_used!(rt_primes_7bytes_2align_alloc_excess_used, 7, 2); Oct 22 02:09:26.349 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.349 INFO kablam! | Oct 22 02:09:26.349 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.349 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.349 INFO kablam! | Oct 22 02:09:26.349 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.349 INFO kablam! | Oct 22 02:09:26.349 INFO kablam! Oct 22 02:09:26.349 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.349 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.349 INFO kablam! | Oct 22 02:09:26.349 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.349 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.349 INFO kablam! ... Oct 22 02:09:26.349 INFO kablam! 1351 | rt_alloc_excess_used!(rt_primes_13bytes_2align_alloc_excess_used, 13, 2); Oct 22 02:09:26.349 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.349 INFO kablam! Oct 22 02:09:26.352 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.352 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.352 INFO kablam! | Oct 22 02:09:26.352 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.352 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.352 INFO kablam! ... Oct 22 02:09:26.352 INFO kablam! 1351 | rt_alloc_excess_used!(rt_primes_13bytes_2align_alloc_excess_used, 13, 2); Oct 22 02:09:26.352 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.352 INFO kablam! | Oct 22 02:09:26.352 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.352 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.352 INFO kablam! | Oct 22 02:09:26.352 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.352 INFO kablam! | Oct 22 02:09:26.352 INFO kablam! Oct 22 02:09:26.352 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.352 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.352 INFO kablam! | Oct 22 02:09:26.352 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.352 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.352 INFO kablam! ... Oct 22 02:09:26.352 INFO kablam! 1364 | rt_alloc_excess_used!(rt_primes_17bytes_2align_alloc_excess_used, 17, 2); Oct 22 02:09:26.352 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.352 INFO kablam! Oct 22 02:09:26.352 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.352 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.352 INFO kablam! | Oct 22 02:09:26.352 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.352 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.352 INFO kablam! ... Oct 22 02:09:26.352 INFO kablam! 1364 | rt_alloc_excess_used!(rt_primes_17bytes_2align_alloc_excess_used, 17, 2); Oct 22 02:09:26.352 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.352 INFO kablam! | Oct 22 02:09:26.352 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.352 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.352 INFO kablam! | Oct 22 02:09:26.352 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.352 INFO kablam! | Oct 22 02:09:26.352 INFO kablam! Oct 22 02:09:26.361 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.361 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.361 INFO kablam! | Oct 22 02:09:26.361 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.361 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.361 INFO kablam! ... Oct 22 02:09:26.361 INFO kablam! 1377 | rt_alloc_excess_used!(rt_primes_31bytes_2align_alloc_excess_used, 31, 2); Oct 22 02:09:26.361 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.361 INFO kablam! Oct 22 02:09:26.361 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.361 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.361 INFO kablam! | Oct 22 02:09:26.361 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.361 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.361 INFO kablam! ... Oct 22 02:09:26.361 INFO kablam! 1377 | rt_alloc_excess_used!(rt_primes_31bytes_2align_alloc_excess_used, 31, 2); Oct 22 02:09:26.361 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.361 INFO kablam! | Oct 22 02:09:26.361 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.361 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.361 INFO kablam! | Oct 22 02:09:26.361 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.361 INFO kablam! | Oct 22 02:09:26.361 INFO kablam! Oct 22 02:09:26.361 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.361 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.361 INFO kablam! | Oct 22 02:09:26.361 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.361 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.361 INFO kablam! ... Oct 22 02:09:26.361 INFO kablam! 1390 | rt_alloc_excess_used!(rt_primes_61bytes_2align_alloc_excess_used, 61, 2); Oct 22 02:09:26.361 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.361 INFO kablam! Oct 22 02:09:26.361 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.361 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.361 INFO kablam! | Oct 22 02:09:26.361 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.361 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.361 INFO kablam! ... Oct 22 02:09:26.361 INFO kablam! 1390 | rt_alloc_excess_used!(rt_primes_61bytes_2align_alloc_excess_used, 61, 2); Oct 22 02:09:26.361 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.361 INFO kablam! | Oct 22 02:09:26.361 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.361 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.361 INFO kablam! | Oct 22 02:09:26.361 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.361 INFO kablam! | Oct 22 02:09:26.361 INFO kablam! Oct 22 02:09:26.361 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.361 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.361 INFO kablam! | Oct 22 02:09:26.361 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.361 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.361 INFO kablam! ... Oct 22 02:09:26.361 INFO kablam! 1403 | rt_alloc_excess_used!(rt_primes_96bytes_2align_alloc_excess_used, 96, 2); Oct 22 02:09:26.361 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.361 INFO kablam! Oct 22 02:09:26.361 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.361 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.361 INFO kablam! | Oct 22 02:09:26.362 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.362 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.362 INFO kablam! ... Oct 22 02:09:26.362 INFO kablam! 1403 | rt_alloc_excess_used!(rt_primes_96bytes_2align_alloc_excess_used, 96, 2); Oct 22 02:09:26.362 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.362 INFO kablam! | Oct 22 02:09:26.362 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.362 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.362 INFO kablam! | Oct 22 02:09:26.362 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.362 INFO kablam! | Oct 22 02:09:26.362 INFO kablam! Oct 22 02:09:26.362 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.362 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.362 INFO kablam! | Oct 22 02:09:26.362 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.362 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.362 INFO kablam! ... Oct 22 02:09:26.362 INFO kablam! 1416 | rt_alloc_excess_used!(rt_primes_127bytes_2align_alloc_excess_used, 127, 2); Oct 22 02:09:26.362 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.362 INFO kablam! Oct 22 02:09:26.362 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.362 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.362 INFO kablam! | Oct 22 02:09:26.362 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.362 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.362 INFO kablam! ... Oct 22 02:09:26.362 INFO kablam! 1416 | rt_alloc_excess_used!(rt_primes_127bytes_2align_alloc_excess_used, 127, 2); Oct 22 02:09:26.362 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.362 INFO kablam! | Oct 22 02:09:26.362 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.362 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.362 INFO kablam! | Oct 22 02:09:26.362 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.362 INFO kablam! | Oct 22 02:09:26.362 INFO kablam! Oct 22 02:09:26.362 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.362 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.362 INFO kablam! | Oct 22 02:09:26.362 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.362 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.362 INFO kablam! ... Oct 22 02:09:26.362 INFO kablam! 1429 | rt_alloc_excess_used!(rt_primes_257bytes_2align_alloc_excess_used, 257, 2); Oct 22 02:09:26.362 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.362 INFO kablam! Oct 22 02:09:26.368 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.368 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.368 INFO kablam! | Oct 22 02:09:26.368 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.368 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.368 INFO kablam! ... Oct 22 02:09:26.368 INFO kablam! 1429 | rt_alloc_excess_used!(rt_primes_257bytes_2align_alloc_excess_used, 257, 2); Oct 22 02:09:26.368 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.368 INFO kablam! | Oct 22 02:09:26.368 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.368 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.368 INFO kablam! | Oct 22 02:09:26.368 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.368 INFO kablam! | Oct 22 02:09:26.368 INFO kablam! Oct 22 02:09:26.368 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.368 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.368 INFO kablam! | Oct 22 02:09:26.368 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.368 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.368 INFO kablam! ... Oct 22 02:09:26.369 INFO kablam! 1442 | rt_alloc_excess_used!(rt_primes_509bytes_2align_alloc_excess_used, 509, 2); Oct 22 02:09:26.369 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.369 INFO kablam! Oct 22 02:09:26.369 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.369 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.369 INFO kablam! | Oct 22 02:09:26.369 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.369 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.369 INFO kablam! ... Oct 22 02:09:26.369 INFO kablam! 1442 | rt_alloc_excess_used!(rt_primes_509bytes_2align_alloc_excess_used, 509, 2); Oct 22 02:09:26.369 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.369 INFO kablam! | Oct 22 02:09:26.369 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.369 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.369 INFO kablam! | Oct 22 02:09:26.369 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.369 INFO kablam! | Oct 22 02:09:26.369 INFO kablam! Oct 22 02:09:26.369 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.369 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.369 INFO kablam! | Oct 22 02:09:26.369 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.369 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.369 INFO kablam! ... Oct 22 02:09:26.369 INFO kablam! 1455 | rt_alloc_excess_used!(rt_primes_1021bytes_2align_alloc_excess_used, 1021, 2); Oct 22 02:09:26.369 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.369 INFO kablam! Oct 22 02:09:26.369 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.369 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.369 INFO kablam! | Oct 22 02:09:26.369 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.369 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.369 INFO kablam! ... Oct 22 02:09:26.369 INFO kablam! 1455 | rt_alloc_excess_used!(rt_primes_1021bytes_2align_alloc_excess_used, 1021, 2); Oct 22 02:09:26.369 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.369 INFO kablam! | Oct 22 02:09:26.369 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.369 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.369 INFO kablam! | Oct 22 02:09:26.369 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.369 INFO kablam! | Oct 22 02:09:26.369 INFO kablam! Oct 22 02:09:26.370 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.370 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.370 INFO kablam! | Oct 22 02:09:26.370 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.370 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.370 INFO kablam! ... Oct 22 02:09:26.370 INFO kablam! 1468 | rt_alloc_excess_used!(rt_primes_2039bytes_2align_alloc_excess_used, 2039, 2); Oct 22 02:09:26.370 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.370 INFO kablam! Oct 22 02:09:26.370 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.371 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.371 INFO kablam! | Oct 22 02:09:26.371 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.371 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.371 INFO kablam! ... Oct 22 02:09:26.371 INFO kablam! 1468 | rt_alloc_excess_used!(rt_primes_2039bytes_2align_alloc_excess_used, 2039, 2); Oct 22 02:09:26.371 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.371 INFO kablam! | Oct 22 02:09:26.371 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.371 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.371 INFO kablam! | Oct 22 02:09:26.371 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.371 INFO kablam! | Oct 22 02:09:26.371 INFO kablam! Oct 22 02:09:26.372 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.372 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.372 INFO kablam! | Oct 22 02:09:26.372 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.372 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.372 INFO kablam! ... Oct 22 02:09:26.372 INFO kablam! 1481 | rt_alloc_excess_used!(rt_primes_4093bytes_2align_alloc_excess_used, 4093, 2); Oct 22 02:09:26.372 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.372 INFO kablam! Oct 22 02:09:26.372 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.372 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.372 INFO kablam! | Oct 22 02:09:26.372 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.372 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.372 INFO kablam! ... Oct 22 02:09:26.372 INFO kablam! 1481 | rt_alloc_excess_used!(rt_primes_4093bytes_2align_alloc_excess_used, 4093, 2); Oct 22 02:09:26.372 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.372 INFO kablam! | Oct 22 02:09:26.372 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.372 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.373 INFO kablam! | Oct 22 02:09:26.373 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.373 INFO kablam! | Oct 22 02:09:26.373 INFO kablam! Oct 22 02:09:26.373 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.373 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.373 INFO kablam! | Oct 22 02:09:26.373 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.373 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.373 INFO kablam! ... Oct 22 02:09:26.373 INFO kablam! 1494 | rt_alloc_excess_used!(rt_primes_8191bytes_2align_alloc_excess_used, 8191, 2); Oct 22 02:09:26.373 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.373 INFO kablam! Oct 22 02:09:26.373 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.373 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.373 INFO kablam! | Oct 22 02:09:26.373 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.373 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.373 INFO kablam! ... Oct 22 02:09:26.373 INFO kablam! 1494 | rt_alloc_excess_used!(rt_primes_8191bytes_2align_alloc_excess_used, 8191, 2); Oct 22 02:09:26.373 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.374 INFO kablam! | Oct 22 02:09:26.374 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.374 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.374 INFO kablam! | Oct 22 02:09:26.374 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.374 INFO kablam! | Oct 22 02:09:26.374 INFO kablam! Oct 22 02:09:26.374 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.374 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.375 INFO kablam! | Oct 22 02:09:26.375 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.375 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.375 INFO kablam! ... Oct 22 02:09:26.375 INFO kablam! 1507 | rt_alloc_excess_used!(rt_primes_16381bytes_2align_alloc_excess_used, 16381, 2); Oct 22 02:09:26.375 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.375 INFO kablam! Oct 22 02:09:26.375 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.375 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.375 INFO kablam! | Oct 22 02:09:26.375 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.375 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.375 INFO kablam! ... Oct 22 02:09:26.375 INFO kablam! 1507 | rt_alloc_excess_used!(rt_primes_16381bytes_2align_alloc_excess_used, 16381, 2); Oct 22 02:09:26.375 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.375 INFO kablam! | Oct 22 02:09:26.376 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.376 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.376 INFO kablam! | Oct 22 02:09:26.376 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.376 INFO kablam! | Oct 22 02:09:26.376 INFO kablam! Oct 22 02:09:26.376 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.376 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.376 INFO kablam! | Oct 22 02:09:26.376 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.376 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.376 INFO kablam! ... Oct 22 02:09:26.376 INFO kablam! 1520 | rt_alloc_excess_used!(rt_primes_32749bytes_2align_alloc_excess_used, 32749, 2); Oct 22 02:09:26.376 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.376 INFO kablam! Oct 22 02:09:26.377 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.377 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.377 INFO kablam! | Oct 22 02:09:26.377 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.377 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.377 INFO kablam! ... Oct 22 02:09:26.377 INFO kablam! 1520 | rt_alloc_excess_used!(rt_primes_32749bytes_2align_alloc_excess_used, 32749, 2); Oct 22 02:09:26.377 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.377 INFO kablam! | Oct 22 02:09:26.377 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.377 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.377 INFO kablam! | Oct 22 02:09:26.377 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.377 INFO kablam! | Oct 22 02:09:26.377 INFO kablam! Oct 22 02:09:26.378 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.378 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.378 INFO kablam! | Oct 22 02:09:26.378 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.378 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.378 INFO kablam! ... Oct 22 02:09:26.378 INFO kablam! 1533 | rt_alloc_excess_used!(rt_primes_65537bytes_2align_alloc_excess_used, 65537, 2); Oct 22 02:09:26.378 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.378 INFO kablam! Oct 22 02:09:26.378 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.378 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.378 INFO kablam! | Oct 22 02:09:26.378 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.378 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.378 INFO kablam! ... Oct 22 02:09:26.378 INFO kablam! 1533 | rt_alloc_excess_used!(rt_primes_65537bytes_2align_alloc_excess_used, 65537, 2); Oct 22 02:09:26.378 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.378 INFO kablam! | Oct 22 02:09:26.378 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.378 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.378 INFO kablam! | Oct 22 02:09:26.378 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.379 INFO kablam! | Oct 22 02:09:26.379 INFO kablam! Oct 22 02:09:26.379 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.379 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.379 INFO kablam! | Oct 22 02:09:26.379 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.379 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.379 INFO kablam! ... Oct 22 02:09:26.379 INFO kablam! 1546 | rt_alloc_excess_used!(rt_primes_131071bytes_2align_alloc_excess_used, 131071, 2); Oct 22 02:09:26.379 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.379 INFO kablam! Oct 22 02:09:26.379 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.379 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.379 INFO kablam! | Oct 22 02:09:26.379 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.379 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.379 INFO kablam! ... Oct 22 02:09:26.380 INFO kablam! 1546 | rt_alloc_excess_used!(rt_primes_131071bytes_2align_alloc_excess_used, 131071, 2); Oct 22 02:09:26.380 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.384 INFO kablam! | Oct 22 02:09:26.384 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.384 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.384 INFO kablam! | Oct 22 02:09:26.384 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.384 INFO kablam! | Oct 22 02:09:26.385 INFO kablam! Oct 22 02:09:26.385 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.385 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.385 INFO kablam! | Oct 22 02:09:26.385 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.385 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.396 INFO kablam! ... Oct 22 02:09:26.396 INFO kablam! 1559 | rt_alloc_excess_used!(rt_primes_4194301bytes_2align_alloc_excess_used, 4194301, 2); Oct 22 02:09:26.396 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.396 INFO kablam! Oct 22 02:09:26.396 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.396 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.396 INFO kablam! | Oct 22 02:09:26.396 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.396 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.396 INFO kablam! ... Oct 22 02:09:26.396 INFO kablam! 1559 | rt_alloc_excess_used!(rt_primes_4194301bytes_2align_alloc_excess_used, 4194301, 2); Oct 22 02:09:26.396 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.396 INFO kablam! | Oct 22 02:09:26.396 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.396 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.396 INFO kablam! | Oct 22 02:09:26.396 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.396 INFO kablam! | Oct 22 02:09:26.396 INFO kablam! Oct 22 02:09:26.396 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.396 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.396 INFO kablam! | Oct 22 02:09:26.396 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.396 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.396 INFO kablam! ... Oct 22 02:09:26.396 INFO kablam! 1575 | rt_alloc_excess_used!(rt_pow2_1bytes_4align_alloc_excess_used, 1, 4); Oct 22 02:09:26.396 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.396 INFO kablam! Oct 22 02:09:26.396 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.396 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.396 INFO kablam! | Oct 22 02:09:26.396 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.396 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.396 INFO kablam! ... Oct 22 02:09:26.396 INFO kablam! 1575 | rt_alloc_excess_used!(rt_pow2_1bytes_4align_alloc_excess_used, 1, 4); Oct 22 02:09:26.396 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.396 INFO kablam! | Oct 22 02:09:26.396 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.396 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.396 INFO kablam! | Oct 22 02:09:26.396 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.396 INFO kablam! | Oct 22 02:09:26.396 INFO kablam! Oct 22 02:09:26.396 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.396 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.396 INFO kablam! | Oct 22 02:09:26.396 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.397 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.397 INFO kablam! ... Oct 22 02:09:26.397 INFO kablam! 1588 | rt_alloc_excess_used!(rt_pow2_2bytes_4align_alloc_excess_used, 2, 4); Oct 22 02:09:26.397 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.397 INFO kablam! Oct 22 02:09:26.397 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.397 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.397 INFO kablam! | Oct 22 02:09:26.397 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.397 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.397 INFO kablam! ... Oct 22 02:09:26.397 INFO kablam! 1588 | rt_alloc_excess_used!(rt_pow2_2bytes_4align_alloc_excess_used, 2, 4); Oct 22 02:09:26.397 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.397 INFO kablam! | Oct 22 02:09:26.397 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.397 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.397 INFO kablam! | Oct 22 02:09:26.397 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.397 INFO kablam! | Oct 22 02:09:26.397 INFO kablam! Oct 22 02:09:26.397 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.397 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.397 INFO kablam! | Oct 22 02:09:26.397 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.397 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.397 INFO kablam! ... Oct 22 02:09:26.397 INFO kablam! 1601 | rt_alloc_excess_used!(rt_pow2_4bytes_4align_alloc_excess_used, 4, 4); Oct 22 02:09:26.397 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.397 INFO kablam! Oct 22 02:09:26.397 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.397 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.397 INFO kablam! | Oct 22 02:09:26.397 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.397 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.397 INFO kablam! ... Oct 22 02:09:26.397 INFO kablam! 1601 | rt_alloc_excess_used!(rt_pow2_4bytes_4align_alloc_excess_used, 4, 4); Oct 22 02:09:26.397 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.397 INFO kablam! | Oct 22 02:09:26.397 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.397 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.397 INFO kablam! | Oct 22 02:09:26.397 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.397 INFO kablam! | Oct 22 02:09:26.397 INFO kablam! Oct 22 02:09:26.397 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.397 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.397 INFO kablam! | Oct 22 02:09:26.397 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.397 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.397 INFO kablam! ... Oct 22 02:09:26.397 INFO kablam! 1614 | rt_alloc_excess_used!(rt_pow2_8bytes_4align_alloc_excess_used, 8, 4); Oct 22 02:09:26.397 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.397 INFO kablam! Oct 22 02:09:26.397 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.397 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.397 INFO kablam! | Oct 22 02:09:26.397 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.397 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.397 INFO kablam! ... Oct 22 02:09:26.397 INFO kablam! 1614 | rt_alloc_excess_used!(rt_pow2_8bytes_4align_alloc_excess_used, 8, 4); Oct 22 02:09:26.397 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.397 INFO kablam! | Oct 22 02:09:26.397 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.397 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.397 INFO kablam! | Oct 22 02:09:26.397 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.397 INFO kablam! | Oct 22 02:09:26.397 INFO kablam! Oct 22 02:09:26.397 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.397 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.397 INFO kablam! | Oct 22 02:09:26.397 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.397 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.397 INFO kablam! ... Oct 22 02:09:26.397 INFO kablam! 1627 | rt_alloc_excess_used!(rt_pow2_16bytes_4align_alloc_excess_used, 16, 4); Oct 22 02:09:26.397 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.397 INFO kablam! Oct 22 02:09:26.397 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.397 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.397 INFO kablam! | Oct 22 02:09:26.397 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.397 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.397 INFO kablam! ... Oct 22 02:09:26.397 INFO kablam! 1627 | rt_alloc_excess_used!(rt_pow2_16bytes_4align_alloc_excess_used, 16, 4); Oct 22 02:09:26.398 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.398 INFO kablam! | Oct 22 02:09:26.398 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.398 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.398 INFO kablam! | Oct 22 02:09:26.398 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.398 INFO kablam! | Oct 22 02:09:26.398 INFO kablam! Oct 22 02:09:26.398 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.398 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.398 INFO kablam! | Oct 22 02:09:26.398 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.398 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.398 INFO kablam! ... Oct 22 02:09:26.398 INFO kablam! 1640 | rt_alloc_excess_used!(rt_pow2_32bytes_4align_alloc_excess_used, 32, 4); Oct 22 02:09:26.398 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.398 INFO kablam! Oct 22 02:09:26.398 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.398 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.398 INFO kablam! | Oct 22 02:09:26.398 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.398 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.398 INFO kablam! ... Oct 22 02:09:26.398 INFO kablam! 1640 | rt_alloc_excess_used!(rt_pow2_32bytes_4align_alloc_excess_used, 32, 4); Oct 22 02:09:26.398 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.398 INFO kablam! | Oct 22 02:09:26.398 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.398 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.398 INFO kablam! | Oct 22 02:09:26.398 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.398 INFO kablam! | Oct 22 02:09:26.398 INFO kablam! Oct 22 02:09:26.398 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.398 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.398 INFO kablam! | Oct 22 02:09:26.398 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.398 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.398 INFO kablam! ... Oct 22 02:09:26.398 INFO kablam! 1653 | rt_alloc_excess_used!(rt_pow2_64bytes_4align_alloc_excess_used, 64, 4); Oct 22 02:09:26.398 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.398 INFO kablam! Oct 22 02:09:26.400 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.400 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.400 INFO kablam! | Oct 22 02:09:26.400 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.400 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.400 INFO kablam! ... Oct 22 02:09:26.400 INFO kablam! 1653 | rt_alloc_excess_used!(rt_pow2_64bytes_4align_alloc_excess_used, 64, 4); Oct 22 02:09:26.400 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.400 INFO kablam! | Oct 22 02:09:26.400 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.400 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.400 INFO kablam! | Oct 22 02:09:26.400 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.400 INFO kablam! | Oct 22 02:09:26.400 INFO kablam! Oct 22 02:09:26.400 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.400 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.400 INFO kablam! | Oct 22 02:09:26.400 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.400 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.400 INFO kablam! ... Oct 22 02:09:26.400 INFO kablam! 1666 | rt_alloc_excess_used!(rt_pow2_128bytes_4align_alloc_excess_used, 128, 4); Oct 22 02:09:26.400 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.400 INFO kablam! Oct 22 02:09:26.400 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.400 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.400 INFO kablam! | Oct 22 02:09:26.400 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.400 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.400 INFO kablam! ... Oct 22 02:09:26.400 INFO kablam! 1666 | rt_alloc_excess_used!(rt_pow2_128bytes_4align_alloc_excess_used, 128, 4); Oct 22 02:09:26.400 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.400 INFO kablam! | Oct 22 02:09:26.400 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.400 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.400 INFO kablam! | Oct 22 02:09:26.400 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.400 INFO kablam! | Oct 22 02:09:26.400 INFO kablam! Oct 22 02:09:26.404 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.404 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.404 INFO kablam! | Oct 22 02:09:26.404 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.404 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.404 INFO kablam! ... Oct 22 02:09:26.404 INFO kablam! 1679 | rt_alloc_excess_used!(rt_pow2_256bytes_4align_alloc_excess_used, 256, 4); Oct 22 02:09:26.404 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.404 INFO kablam! Oct 22 02:09:26.404 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.404 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.404 INFO kablam! | Oct 22 02:09:26.404 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.404 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.404 INFO kablam! ... Oct 22 02:09:26.404 INFO kablam! 1679 | rt_alloc_excess_used!(rt_pow2_256bytes_4align_alloc_excess_used, 256, 4); Oct 22 02:09:26.404 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.404 INFO kablam! | Oct 22 02:09:26.404 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.404 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.404 INFO kablam! | Oct 22 02:09:26.404 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.404 INFO kablam! | Oct 22 02:09:26.404 INFO kablam! Oct 22 02:09:26.404 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.404 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.404 INFO kablam! | Oct 22 02:09:26.404 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.404 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.404 INFO kablam! ... Oct 22 02:09:26.404 INFO kablam! 1692 | rt_alloc_excess_used!(rt_pow2_512bytes_4align_alloc_excess_used, 512, 4); Oct 22 02:09:26.404 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.404 INFO kablam! Oct 22 02:09:26.404 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.404 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.404 INFO kablam! | Oct 22 02:09:26.404 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.404 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.404 INFO kablam! ... Oct 22 02:09:26.404 INFO kablam! 1692 | rt_alloc_excess_used!(rt_pow2_512bytes_4align_alloc_excess_used, 512, 4); Oct 22 02:09:26.404 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.404 INFO kablam! | Oct 22 02:09:26.404 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.404 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.404 INFO kablam! | Oct 22 02:09:26.404 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.404 INFO kablam! | Oct 22 02:09:26.404 INFO kablam! Oct 22 02:09:26.412 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.412 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.412 INFO kablam! | Oct 22 02:09:26.412 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.412 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.412 INFO kablam! ... Oct 22 02:09:26.412 INFO kablam! 1705 | rt_alloc_excess_used!(rt_pow2_1024bytes_4align_alloc_excess_used, 1024, 4); Oct 22 02:09:26.412 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.412 INFO kablam! Oct 22 02:09:26.412 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.412 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.412 INFO kablam! | Oct 22 02:09:26.412 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.412 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.412 INFO kablam! ... Oct 22 02:09:26.412 INFO kablam! 1705 | rt_alloc_excess_used!(rt_pow2_1024bytes_4align_alloc_excess_used, 1024, 4); Oct 22 02:09:26.412 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.412 INFO kablam! | Oct 22 02:09:26.412 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.412 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.412 INFO kablam! | Oct 22 02:09:26.412 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.412 INFO kablam! | Oct 22 02:09:26.412 INFO kablam! Oct 22 02:09:26.412 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.412 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.412 INFO kablam! | Oct 22 02:09:26.412 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.412 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.412 INFO kablam! ... Oct 22 02:09:26.412 INFO kablam! 1718 | rt_alloc_excess_used!(rt_pow2_2048bytes_4align_alloc_excess_used, 2048, 4); Oct 22 02:09:26.412 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.412 INFO kablam! Oct 22 02:09:26.412 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.412 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.412 INFO kablam! | Oct 22 02:09:26.412 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.412 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.412 INFO kablam! ... Oct 22 02:09:26.412 INFO kablam! 1718 | rt_alloc_excess_used!(rt_pow2_2048bytes_4align_alloc_excess_used, 2048, 4); Oct 22 02:09:26.412 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.412 INFO kablam! | Oct 22 02:09:26.412 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.412 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.412 INFO kablam! | Oct 22 02:09:26.412 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.413 INFO kablam! | Oct 22 02:09:26.413 INFO kablam! Oct 22 02:09:26.413 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.413 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.413 INFO kablam! | Oct 22 02:09:26.413 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.413 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.413 INFO kablam! ... Oct 22 02:09:26.413 INFO kablam! 1731 | rt_alloc_excess_used!(rt_pow2_4096bytes_4align_alloc_excess_used, 4096, 4); Oct 22 02:09:26.413 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.413 INFO kablam! Oct 22 02:09:26.413 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.413 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.413 INFO kablam! | Oct 22 02:09:26.413 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.413 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.413 INFO kablam! ... Oct 22 02:09:26.413 INFO kablam! 1731 | rt_alloc_excess_used!(rt_pow2_4096bytes_4align_alloc_excess_used, 4096, 4); Oct 22 02:09:26.413 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.413 INFO kablam! | Oct 22 02:09:26.413 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.413 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.413 INFO kablam! | Oct 22 02:09:26.413 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.413 INFO kablam! | Oct 22 02:09:26.413 INFO kablam! Oct 22 02:09:26.413 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.413 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.413 INFO kablam! | Oct 22 02:09:26.413 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.413 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.413 INFO kablam! ... Oct 22 02:09:26.413 INFO kablam! 1744 | rt_alloc_excess_used!(rt_pow2_8192bytes_4align_alloc_excess_used, 8192, 4); Oct 22 02:09:26.413 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.413 INFO kablam! Oct 22 02:09:26.413 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.413 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.413 INFO kablam! | Oct 22 02:09:26.413 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.413 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.413 INFO kablam! ... Oct 22 02:09:26.413 INFO kablam! 1744 | rt_alloc_excess_used!(rt_pow2_8192bytes_4align_alloc_excess_used, 8192, 4); Oct 22 02:09:26.413 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.413 INFO kablam! | Oct 22 02:09:26.413 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.413 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.413 INFO kablam! | Oct 22 02:09:26.413 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.413 INFO kablam! | Oct 22 02:09:26.413 INFO kablam! Oct 22 02:09:26.413 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.413 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.413 INFO kablam! | Oct 22 02:09:26.413 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.413 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.413 INFO kablam! ... Oct 22 02:09:26.413 INFO kablam! 1757 | rt_alloc_excess_used!(rt_pow2_16384bytes_4align_alloc_excess_used, 16384, 4); Oct 22 02:09:26.413 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.413 INFO kablam! Oct 22 02:09:26.413 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.413 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.413 INFO kablam! | Oct 22 02:09:26.413 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.413 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.413 INFO kablam! ... Oct 22 02:09:26.413 INFO kablam! 1757 | rt_alloc_excess_used!(rt_pow2_16384bytes_4align_alloc_excess_used, 16384, 4); Oct 22 02:09:26.413 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.413 INFO kablam! | Oct 22 02:09:26.413 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.413 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.413 INFO kablam! | Oct 22 02:09:26.413 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.413 INFO kablam! | Oct 22 02:09:26.413 INFO kablam! Oct 22 02:09:26.420 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.420 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.420 INFO kablam! | Oct 22 02:09:26.420 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.420 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.420 INFO kablam! ... Oct 22 02:09:26.420 INFO kablam! 1770 | rt_alloc_excess_used!(rt_pow2_32768bytes_4align_alloc_excess_used, 32768, 4); Oct 22 02:09:26.420 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.420 INFO kablam! Oct 22 02:09:26.420 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.420 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.420 INFO kablam! | Oct 22 02:09:26.420 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.420 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.420 INFO kablam! ... Oct 22 02:09:26.420 INFO kablam! 1770 | rt_alloc_excess_used!(rt_pow2_32768bytes_4align_alloc_excess_used, 32768, 4); Oct 22 02:09:26.420 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.420 INFO kablam! | Oct 22 02:09:26.420 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.420 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.420 INFO kablam! | Oct 22 02:09:26.420 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.420 INFO kablam! | Oct 22 02:09:26.420 INFO kablam! Oct 22 02:09:26.420 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.420 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.420 INFO kablam! | Oct 22 02:09:26.420 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.420 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.420 INFO kablam! ... Oct 22 02:09:26.420 INFO kablam! 1783 | rt_alloc_excess_used!(rt_pow2_65536bytes_4align_alloc_excess_used, 65536, 4); Oct 22 02:09:26.420 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.420 INFO kablam! Oct 22 02:09:26.420 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.420 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.420 INFO kablam! | Oct 22 02:09:26.420 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.420 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.420 INFO kablam! ... Oct 22 02:09:26.420 INFO kablam! 1783 | rt_alloc_excess_used!(rt_pow2_65536bytes_4align_alloc_excess_used, 65536, 4); Oct 22 02:09:26.420 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.420 INFO kablam! | Oct 22 02:09:26.420 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.420 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.420 INFO kablam! | Oct 22 02:09:26.420 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.421 INFO kablam! | Oct 22 02:09:26.421 INFO kablam! Oct 22 02:09:26.424 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.424 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.424 INFO kablam! | Oct 22 02:09:26.424 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.424 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.424 INFO kablam! ... Oct 22 02:09:26.424 INFO kablam! 1796 | rt_alloc_excess_used!(rt_pow2_131072bytes_4align_alloc_excess_used, 131072, 4); Oct 22 02:09:26.424 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.424 INFO kablam! Oct 22 02:09:26.424 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.424 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.424 INFO kablam! | Oct 22 02:09:26.424 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.424 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.424 INFO kablam! ... Oct 22 02:09:26.424 INFO kablam! 1796 | rt_alloc_excess_used!(rt_pow2_131072bytes_4align_alloc_excess_used, 131072, 4); Oct 22 02:09:26.424 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.424 INFO kablam! | Oct 22 02:09:26.424 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.424 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.424 INFO kablam! | Oct 22 02:09:26.424 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.424 INFO kablam! | Oct 22 02:09:26.424 INFO kablam! Oct 22 02:09:26.424 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.424 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.424 INFO kablam! | Oct 22 02:09:26.424 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.424 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.424 INFO kablam! ... Oct 22 02:09:26.424 INFO kablam! 1809 | rt_alloc_excess_used!(rt_pow2_4194304bytes_4align_alloc_excess_used, 4194304, 4); Oct 22 02:09:26.424 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.424 INFO kablam! Oct 22 02:09:26.424 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.424 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.424 INFO kablam! | Oct 22 02:09:26.424 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.424 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.424 INFO kablam! ... Oct 22 02:09:26.424 INFO kablam! 1809 | rt_alloc_excess_used!(rt_pow2_4194304bytes_4align_alloc_excess_used, 4194304, 4); Oct 22 02:09:26.424 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.424 INFO kablam! | Oct 22 02:09:26.424 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.424 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.424 INFO kablam! | Oct 22 02:09:26.424 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.424 INFO kablam! | Oct 22 02:09:26.424 INFO kablam! Oct 22 02:09:26.425 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.425 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.425 INFO kablam! | Oct 22 02:09:26.425 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.425 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.425 INFO kablam! ... Oct 22 02:09:26.425 INFO kablam! 1823 | rt_alloc_excess_used!(rt_even_10bytes_4align_alloc_excess_used, 10, 4); Oct 22 02:09:26.425 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.425 INFO kablam! Oct 22 02:09:26.425 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.425 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.425 INFO kablam! | Oct 22 02:09:26.425 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.425 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.425 INFO kablam! ... Oct 22 02:09:26.425 INFO kablam! 1823 | rt_alloc_excess_used!(rt_even_10bytes_4align_alloc_excess_used, 10, 4); Oct 22 02:09:26.425 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.425 INFO kablam! | Oct 22 02:09:26.425 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.425 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.425 INFO kablam! | Oct 22 02:09:26.425 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.425 INFO kablam! | Oct 22 02:09:26.425 INFO kablam! Oct 22 02:09:26.425 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.425 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.425 INFO kablam! | Oct 22 02:09:26.425 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.425 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.425 INFO kablam! ... Oct 22 02:09:26.425 INFO kablam! 1836 | rt_alloc_excess_used!(rt_even_100bytes_4align_alloc_excess_used, 100, 4); Oct 22 02:09:26.425 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.425 INFO kablam! Oct 22 02:09:26.425 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.425 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.425 INFO kablam! | Oct 22 02:09:26.425 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.425 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.425 INFO kablam! ... Oct 22 02:09:26.425 INFO kablam! 1836 | rt_alloc_excess_used!(rt_even_100bytes_4align_alloc_excess_used, 100, 4); Oct 22 02:09:26.425 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.428 INFO kablam! | Oct 22 02:09:26.428 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.428 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.428 INFO kablam! | Oct 22 02:09:26.428 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.428 INFO kablam! | Oct 22 02:09:26.428 INFO kablam! Oct 22 02:09:26.428 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.428 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.428 INFO kablam! | Oct 22 02:09:26.428 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.428 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.428 INFO kablam! ... Oct 22 02:09:26.428 INFO kablam! 1849 | rt_alloc_excess_used!(rt_even_1000bytes_4align_alloc_excess_used, 1000, 4); Oct 22 02:09:26.428 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.428 INFO kablam! Oct 22 02:09:26.428 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.428 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.428 INFO kablam! | Oct 22 02:09:26.428 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.428 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.428 INFO kablam! ... Oct 22 02:09:26.428 INFO kablam! 1849 | rt_alloc_excess_used!(rt_even_1000bytes_4align_alloc_excess_used, 1000, 4); Oct 22 02:09:26.428 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.428 INFO kablam! | Oct 22 02:09:26.428 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.428 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.428 INFO kablam! | Oct 22 02:09:26.428 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.428 INFO kablam! | Oct 22 02:09:26.428 INFO kablam! Oct 22 02:09:26.432 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.432 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.432 INFO kablam! | Oct 22 02:09:26.432 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.432 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.432 INFO kablam! ... Oct 22 02:09:26.432 INFO kablam! 1862 | rt_alloc_excess_used!(rt_even_10000bytes_4align_alloc_excess_used, 10000, 4); Oct 22 02:09:26.432 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.432 INFO kablam! Oct 22 02:09:26.432 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.432 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.432 INFO kablam! | Oct 22 02:09:26.432 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.432 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.432 INFO kablam! ... Oct 22 02:09:26.432 INFO kablam! 1862 | rt_alloc_excess_used!(rt_even_10000bytes_4align_alloc_excess_used, 10000, 4); Oct 22 02:09:26.432 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.432 INFO kablam! | Oct 22 02:09:26.432 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.432 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.432 INFO kablam! | Oct 22 02:09:26.432 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.432 INFO kablam! | Oct 22 02:09:26.432 INFO kablam! Oct 22 02:09:26.432 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.432 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.432 INFO kablam! | Oct 22 02:09:26.432 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.432 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.432 INFO kablam! ... Oct 22 02:09:26.432 INFO kablam! 1875 | rt_alloc_excess_used!(rt_even_100000bytes_4align_alloc_excess_used, 100000, 4); Oct 22 02:09:26.432 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.432 INFO kablam! Oct 22 02:09:26.432 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.432 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.432 INFO kablam! | Oct 22 02:09:26.432 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.432 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.432 INFO kablam! ... Oct 22 02:09:26.432 INFO kablam! 1875 | rt_alloc_excess_used!(rt_even_100000bytes_4align_alloc_excess_used, 100000, 4); Oct 22 02:09:26.432 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.432 INFO kablam! | Oct 22 02:09:26.432 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.432 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.432 INFO kablam! | Oct 22 02:09:26.432 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.432 INFO kablam! | Oct 22 02:09:26.432 INFO kablam! Oct 22 02:09:26.433 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.433 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.433 INFO kablam! | Oct 22 02:09:26.433 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.433 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.433 INFO kablam! ... Oct 22 02:09:26.433 INFO kablam! 1888 | rt_alloc_excess_used!(rt_even_1000000bytes_4align_alloc_excess_used, 1000000, 4); Oct 22 02:09:26.433 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.433 INFO kablam! Oct 22 02:09:26.433 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.433 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.433 INFO kablam! | Oct 22 02:09:26.433 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.433 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.433 INFO kablam! ... Oct 22 02:09:26.433 INFO kablam! 1888 | rt_alloc_excess_used!(rt_even_1000000bytes_4align_alloc_excess_used, 1000000, 4); Oct 22 02:09:26.433 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.433 INFO kablam! | Oct 22 02:09:26.433 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.433 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.433 INFO kablam! | Oct 22 02:09:26.433 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.433 INFO kablam! | Oct 22 02:09:26.433 INFO kablam! Oct 22 02:09:26.440 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.444 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.444 INFO kablam! | Oct 22 02:09:26.444 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.444 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.444 INFO kablam! ... Oct 22 02:09:26.444 INFO kablam! 1902 | rt_alloc_excess_used!(rt_odd_10bytes_4align_alloc_excess_used, 10- 1, 4); Oct 22 02:09:26.444 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.444 INFO kablam! Oct 22 02:09:26.444 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.444 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.444 INFO kablam! | Oct 22 02:09:26.444 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.444 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.444 INFO kablam! ... Oct 22 02:09:26.444 INFO kablam! 1902 | rt_alloc_excess_used!(rt_odd_10bytes_4align_alloc_excess_used, 10- 1, 4); Oct 22 02:09:26.444 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.444 INFO kablam! | Oct 22 02:09:26.444 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.444 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.444 INFO kablam! | Oct 22 02:09:26.444 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.444 INFO kablam! | Oct 22 02:09:26.444 INFO kablam! Oct 22 02:09:26.444 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.444 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.444 INFO kablam! | Oct 22 02:09:26.444 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.444 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.444 INFO kablam! ... Oct 22 02:09:26.444 INFO kablam! 1915 | rt_alloc_excess_used!(rt_odd_100bytes_4align_alloc_excess_used, 100- 1, 4); Oct 22 02:09:26.444 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.444 INFO kablam! Oct 22 02:09:26.444 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.444 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.444 INFO kablam! | Oct 22 02:09:26.444 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.444 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.444 INFO kablam! ... Oct 22 02:09:26.444 INFO kablam! 1915 | rt_alloc_excess_used!(rt_odd_100bytes_4align_alloc_excess_used, 100- 1, 4); Oct 22 02:09:26.444 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.444 INFO kablam! | Oct 22 02:09:26.444 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.444 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.444 INFO kablam! | Oct 22 02:09:26.444 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.445 INFO kablam! | Oct 22 02:09:26.445 INFO kablam! Oct 22 02:09:26.445 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.445 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.445 INFO kablam! | Oct 22 02:09:26.445 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.445 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.445 INFO kablam! ... Oct 22 02:09:26.445 INFO kablam! 1928 | rt_alloc_excess_used!(rt_odd_1000bytes_4align_alloc_excess_used, 1000- 1, 4); Oct 22 02:09:26.445 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.445 INFO kablam! Oct 22 02:09:26.445 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.445 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.445 INFO kablam! | Oct 22 02:09:26.445 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.445 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.445 INFO kablam! ... Oct 22 02:09:26.445 INFO kablam! 1928 | rt_alloc_excess_used!(rt_odd_1000bytes_4align_alloc_excess_used, 1000- 1, 4); Oct 22 02:09:26.445 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.445 INFO kablam! | Oct 22 02:09:26.445 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.445 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.445 INFO kablam! | Oct 22 02:09:26.445 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.445 INFO kablam! | Oct 22 02:09:26.445 INFO kablam! Oct 22 02:09:26.445 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.445 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.445 INFO kablam! | Oct 22 02:09:26.445 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.445 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.445 INFO kablam! ... Oct 22 02:09:26.445 INFO kablam! 1941 | rt_alloc_excess_used!(rt_odd_10000bytes_4align_alloc_excess_used, 10000- 1, 4); Oct 22 02:09:26.445 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.445 INFO kablam! Oct 22 02:09:26.445 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.445 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.445 INFO kablam! | Oct 22 02:09:26.445 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.445 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.445 INFO kablam! ... Oct 22 02:09:26.445 INFO kablam! 1941 | rt_alloc_excess_used!(rt_odd_10000bytes_4align_alloc_excess_used, 10000- 1, 4); Oct 22 02:09:26.445 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.445 INFO kablam! | Oct 22 02:09:26.445 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.445 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.445 INFO kablam! | Oct 22 02:09:26.445 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.445 INFO kablam! | Oct 22 02:09:26.445 INFO kablam! Oct 22 02:09:26.445 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.445 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.445 INFO kablam! | Oct 22 02:09:26.445 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.445 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.445 INFO kablam! ... Oct 22 02:09:26.445 INFO kablam! 1954 | rt_alloc_excess_used!(rt_odd_100000bytes_4align_alloc_excess_used, 100000- 1, 4); Oct 22 02:09:26.445 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.445 INFO kablam! Oct 22 02:09:26.445 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.445 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.445 INFO kablam! | Oct 22 02:09:26.445 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.445 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.445 INFO kablam! ... Oct 22 02:09:26.445 INFO kablam! 1954 | rt_alloc_excess_used!(rt_odd_100000bytes_4align_alloc_excess_used, 100000- 1, 4); Oct 22 02:09:26.445 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.445 INFO kablam! | Oct 22 02:09:26.445 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.445 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.445 INFO kablam! | Oct 22 02:09:26.445 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.445 INFO kablam! | Oct 22 02:09:26.445 INFO kablam! Oct 22 02:09:26.445 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.445 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.445 INFO kablam! | Oct 22 02:09:26.445 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.445 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.445 INFO kablam! ... Oct 22 02:09:26.445 INFO kablam! 1967 | rt_alloc_excess_used!(rt_odd_1000000bytes_4align_alloc_excess_used, 1000000- 1, 4); Oct 22 02:09:26.445 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.446 INFO kablam! Oct 22 02:09:26.446 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.446 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.446 INFO kablam! | Oct 22 02:09:26.446 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.446 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.446 INFO kablam! ... Oct 22 02:09:26.446 INFO kablam! 1967 | rt_alloc_excess_used!(rt_odd_1000000bytes_4align_alloc_excess_used, 1000000- 1, 4); Oct 22 02:09:26.446 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.446 INFO kablam! | Oct 22 02:09:26.446 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.446 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.446 INFO kablam! | Oct 22 02:09:26.446 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.446 INFO kablam! | Oct 22 02:09:26.446 INFO kablam! Oct 22 02:09:26.446 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.446 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.446 INFO kablam! | Oct 22 02:09:26.446 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.446 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.446 INFO kablam! ... Oct 22 02:09:26.446 INFO kablam! 1981 | rt_alloc_excess_used!(rt_primes_3bytes_4align_alloc_excess_used, 3, 4); Oct 22 02:09:26.446 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.446 INFO kablam! Oct 22 02:09:26.446 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.446 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.446 INFO kablam! | Oct 22 02:09:26.446 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.446 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.446 INFO kablam! ... Oct 22 02:09:26.446 INFO kablam! 1981 | rt_alloc_excess_used!(rt_primes_3bytes_4align_alloc_excess_used, 3, 4); Oct 22 02:09:26.446 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.446 INFO kablam! | Oct 22 02:09:26.446 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.446 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.446 INFO kablam! | Oct 22 02:09:26.446 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.446 INFO kablam! | Oct 22 02:09:26.446 INFO kablam! Oct 22 02:09:26.448 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.448 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.448 INFO kablam! | Oct 22 02:09:26.448 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.448 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.448 INFO kablam! ... Oct 22 02:09:26.448 INFO kablam! 1994 | rt_alloc_excess_used!(rt_primes_7bytes_4align_alloc_excess_used, 7, 4); Oct 22 02:09:26.448 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.448 INFO kablam! Oct 22 02:09:26.448 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.448 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.448 INFO kablam! | Oct 22 02:09:26.448 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.448 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.448 INFO kablam! ... Oct 22 02:09:26.448 INFO kablam! 1994 | rt_alloc_excess_used!(rt_primes_7bytes_4align_alloc_excess_used, 7, 4); Oct 22 02:09:26.448 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.448 INFO kablam! | Oct 22 02:09:26.448 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.448 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.448 INFO kablam! | Oct 22 02:09:26.448 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.448 INFO kablam! | Oct 22 02:09:26.448 INFO kablam! Oct 22 02:09:26.449 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.449 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.449 INFO kablam! | Oct 22 02:09:26.449 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.449 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.449 INFO kablam! ... Oct 22 02:09:26.449 INFO kablam! 2007 | rt_alloc_excess_used!(rt_primes_13bytes_4align_alloc_excess_used, 13, 4); Oct 22 02:09:26.449 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.449 INFO kablam! Oct 22 02:09:26.450 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.450 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.450 INFO kablam! | Oct 22 02:09:26.450 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.450 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.450 INFO kablam! ... Oct 22 02:09:26.450 INFO kablam! 2007 | rt_alloc_excess_used!(rt_primes_13bytes_4align_alloc_excess_used, 13, 4); Oct 22 02:09:26.450 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.450 INFO kablam! | Oct 22 02:09:26.450 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.450 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.450 INFO kablam! | Oct 22 02:09:26.450 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.450 INFO kablam! | Oct 22 02:09:26.450 INFO kablam! Oct 22 02:09:26.451 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.451 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.451 INFO kablam! | Oct 22 02:09:26.451 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.451 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.451 INFO kablam! ... Oct 22 02:09:26.451 INFO kablam! 2020 | rt_alloc_excess_used!(rt_primes_17bytes_4align_alloc_excess_used, 17, 4); Oct 22 02:09:26.451 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.451 INFO kablam! Oct 22 02:09:26.452 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.452 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.452 INFO kablam! | Oct 22 02:09:26.452 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.452 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.452 INFO kablam! ... Oct 22 02:09:26.452 INFO kablam! 2020 | rt_alloc_excess_used!(rt_primes_17bytes_4align_alloc_excess_used, 17, 4); Oct 22 02:09:26.452 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.452 INFO kablam! | Oct 22 02:09:26.452 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.452 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.452 INFO kablam! | Oct 22 02:09:26.452 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.452 INFO kablam! | Oct 22 02:09:26.452 INFO kablam! Oct 22 02:09:26.453 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.453 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.453 INFO kablam! | Oct 22 02:09:26.453 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.453 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.453 INFO kablam! ... Oct 22 02:09:26.453 INFO kablam! 2033 | rt_alloc_excess_used!(rt_primes_31bytes_4align_alloc_excess_used, 31, 4); Oct 22 02:09:26.453 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.453 INFO kablam! Oct 22 02:09:26.454 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.454 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.454 INFO kablam! | Oct 22 02:09:26.454 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.454 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.454 INFO kablam! ... Oct 22 02:09:26.454 INFO kablam! 2033 | rt_alloc_excess_used!(rt_primes_31bytes_4align_alloc_excess_used, 31, 4); Oct 22 02:09:26.454 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.454 INFO kablam! | Oct 22 02:09:26.454 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.454 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.454 INFO kablam! | Oct 22 02:09:26.454 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.455 INFO kablam! | Oct 22 02:09:26.455 INFO kablam! Oct 22 02:09:26.455 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.455 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.455 INFO kablam! | Oct 22 02:09:26.455 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.455 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.455 INFO kablam! ... Oct 22 02:09:26.455 INFO kablam! 2046 | rt_alloc_excess_used!(rt_primes_61bytes_4align_alloc_excess_used, 61, 4); Oct 22 02:09:26.455 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.455 INFO kablam! Oct 22 02:09:26.456 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.456 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.456 INFO kablam! | Oct 22 02:09:26.456 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.456 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.456 INFO kablam! ... Oct 22 02:09:26.456 INFO kablam! 2046 | rt_alloc_excess_used!(rt_primes_61bytes_4align_alloc_excess_used, 61, 4); Oct 22 02:09:26.456 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.457 INFO kablam! | Oct 22 02:09:26.457 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.457 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.457 INFO kablam! | Oct 22 02:09:26.457 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.457 INFO kablam! | Oct 22 02:09:26.457 INFO kablam! Oct 22 02:09:26.458 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.458 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.458 INFO kablam! | Oct 22 02:09:26.458 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.458 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.458 INFO kablam! ... Oct 22 02:09:26.458 INFO kablam! 2059 | rt_alloc_excess_used!(rt_primes_96bytes_4align_alloc_excess_used, 96, 4); Oct 22 02:09:26.458 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.458 INFO kablam! Oct 22 02:09:26.458 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.458 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.458 INFO kablam! | Oct 22 02:09:26.458 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.458 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.458 INFO kablam! ... Oct 22 02:09:26.458 INFO kablam! 2059 | rt_alloc_excess_used!(rt_primes_96bytes_4align_alloc_excess_used, 96, 4); Oct 22 02:09:26.458 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.458 INFO kablam! | Oct 22 02:09:26.458 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.458 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.458 INFO kablam! | Oct 22 02:09:26.459 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.459 INFO kablam! | Oct 22 02:09:26.459 INFO kablam! Oct 22 02:09:26.462 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.462 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.462 INFO kablam! | Oct 22 02:09:26.462 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.462 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.462 INFO kablam! ... Oct 22 02:09:26.462 INFO kablam! 2072 | rt_alloc_excess_used!(rt_primes_127bytes_4align_alloc_excess_used, 127, 4); Oct 22 02:09:26.462 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.462 INFO kablam! Oct 22 02:09:26.464 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.464 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.464 INFO kablam! | Oct 22 02:09:26.464 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.464 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.464 INFO kablam! ... Oct 22 02:09:26.464 INFO kablam! 2072 | rt_alloc_excess_used!(rt_primes_127bytes_4align_alloc_excess_used, 127, 4); Oct 22 02:09:26.464 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.464 INFO kablam! | Oct 22 02:09:26.464 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.464 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.464 INFO kablam! | Oct 22 02:09:26.464 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.464 INFO kablam! | Oct 22 02:09:26.464 INFO kablam! Oct 22 02:09:26.464 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.464 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.465 INFO kablam! | Oct 22 02:09:26.465 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.465 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.465 INFO kablam! ... Oct 22 02:09:26.465 INFO kablam! 2085 | rt_alloc_excess_used!(rt_primes_257bytes_4align_alloc_excess_used, 257, 4); Oct 22 02:09:26.465 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.465 INFO kablam! Oct 22 02:09:26.465 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.465 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.465 INFO kablam! | Oct 22 02:09:26.465 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.465 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.465 INFO kablam! ... Oct 22 02:09:26.465 INFO kablam! 2085 | rt_alloc_excess_used!(rt_primes_257bytes_4align_alloc_excess_used, 257, 4); Oct 22 02:09:26.465 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.465 INFO kablam! | Oct 22 02:09:26.465 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.465 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.465 INFO kablam! | Oct 22 02:09:26.465 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.465 INFO kablam! | Oct 22 02:09:26.465 INFO kablam! Oct 22 02:09:26.465 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.465 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.465 INFO kablam! | Oct 22 02:09:26.465 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.465 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.465 INFO kablam! ... Oct 22 02:09:26.465 INFO kablam! 2098 | rt_alloc_excess_used!(rt_primes_509bytes_4align_alloc_excess_used, 509, 4); Oct 22 02:09:26.465 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.465 INFO kablam! Oct 22 02:09:26.465 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.465 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.465 INFO kablam! | Oct 22 02:09:26.465 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.465 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.465 INFO kablam! ... Oct 22 02:09:26.465 INFO kablam! 2098 | rt_alloc_excess_used!(rt_primes_509bytes_4align_alloc_excess_used, 509, 4); Oct 22 02:09:26.465 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.465 INFO kablam! | Oct 22 02:09:26.465 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.465 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.465 INFO kablam! | Oct 22 02:09:26.465 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.465 INFO kablam! | Oct 22 02:09:26.465 INFO kablam! Oct 22 02:09:26.468 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.468 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.468 INFO kablam! | Oct 22 02:09:26.468 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.468 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.468 INFO kablam! ... Oct 22 02:09:26.468 INFO kablam! 2111 | rt_alloc_excess_used!(rt_primes_1021bytes_4align_alloc_excess_used, 1021, 4); Oct 22 02:09:26.468 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.468 INFO kablam! Oct 22 02:09:26.468 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.468 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.468 INFO kablam! | Oct 22 02:09:26.468 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.468 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.468 INFO kablam! ... Oct 22 02:09:26.468 INFO kablam! 2111 | rt_alloc_excess_used!(rt_primes_1021bytes_4align_alloc_excess_used, 1021, 4); Oct 22 02:09:26.468 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.468 INFO kablam! | Oct 22 02:09:26.468 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.468 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.468 INFO kablam! | Oct 22 02:09:26.468 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.468 INFO kablam! | Oct 22 02:09:26.468 INFO kablam! Oct 22 02:09:26.468 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.468 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.468 INFO kablam! | Oct 22 02:09:26.468 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.469 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.469 INFO kablam! ... Oct 22 02:09:26.469 INFO kablam! 2124 | rt_alloc_excess_used!(rt_primes_2039bytes_4align_alloc_excess_used, 2039, 4); Oct 22 02:09:26.469 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.469 INFO kablam! Oct 22 02:09:26.474 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.475 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.475 INFO kablam! | Oct 22 02:09:26.475 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.475 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.475 INFO kablam! ... Oct 22 02:09:26.475 INFO kablam! 2124 | rt_alloc_excess_used!(rt_primes_2039bytes_4align_alloc_excess_used, 2039, 4); Oct 22 02:09:26.475 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.475 INFO kablam! | Oct 22 02:09:26.475 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.475 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.475 INFO kablam! | Oct 22 02:09:26.475 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.475 INFO kablam! | Oct 22 02:09:26.475 INFO kablam! Oct 22 02:09:26.475 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.476 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.476 INFO kablam! | Oct 22 02:09:26.476 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.476 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.476 INFO kablam! ... Oct 22 02:09:26.476 INFO kablam! 2137 | rt_alloc_excess_used!(rt_primes_4093bytes_4align_alloc_excess_used, 4093, 4); Oct 22 02:09:26.476 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.476 INFO kablam! Oct 22 02:09:26.476 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.476 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.476 INFO kablam! | Oct 22 02:09:26.476 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.476 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.476 INFO kablam! ... Oct 22 02:09:26.477 INFO kablam! 2137 | rt_alloc_excess_used!(rt_primes_4093bytes_4align_alloc_excess_used, 4093, 4); Oct 22 02:09:26.477 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.477 INFO kablam! | Oct 22 02:09:26.477 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.477 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.477 INFO kablam! | Oct 22 02:09:26.477 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.477 INFO kablam! | Oct 22 02:09:26.477 INFO kablam! Oct 22 02:09:26.477 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.477 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.477 INFO kablam! | Oct 22 02:09:26.477 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.477 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.477 INFO kablam! ... Oct 22 02:09:26.477 INFO kablam! 2150 | rt_alloc_excess_used!(rt_primes_8191bytes_4align_alloc_excess_used, 8191, 4); Oct 22 02:09:26.478 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.478 INFO kablam! Oct 22 02:09:26.478 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.478 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.478 INFO kablam! | Oct 22 02:09:26.478 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.478 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.478 INFO kablam! ... Oct 22 02:09:26.478 INFO kablam! 2150 | rt_alloc_excess_used!(rt_primes_8191bytes_4align_alloc_excess_used, 8191, 4); Oct 22 02:09:26.478 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.478 INFO kablam! | Oct 22 02:09:26.478 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.478 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.478 INFO kablam! | Oct 22 02:09:26.478 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.478 INFO kablam! | Oct 22 02:09:26.478 INFO kablam! Oct 22 02:09:26.478 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.478 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.478 INFO kablam! | Oct 22 02:09:26.479 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.479 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.479 INFO kablam! ... Oct 22 02:09:26.479 INFO kablam! 2163 | rt_alloc_excess_used!(rt_primes_16381bytes_4align_alloc_excess_used, 16381, 4); Oct 22 02:09:26.479 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.479 INFO kablam! Oct 22 02:09:26.479 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.479 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.479 INFO kablam! | Oct 22 02:09:26.479 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.479 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.479 INFO kablam! ... Oct 22 02:09:26.479 INFO kablam! 2163 | rt_alloc_excess_used!(rt_primes_16381bytes_4align_alloc_excess_used, 16381, 4); Oct 22 02:09:26.479 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.479 INFO kablam! | Oct 22 02:09:26.479 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.479 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.479 INFO kablam! | Oct 22 02:09:26.480 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.480 INFO kablam! | Oct 22 02:09:26.480 INFO kablam! Oct 22 02:09:26.480 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.480 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.480 INFO kablam! | Oct 22 02:09:26.480 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.480 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.480 INFO kablam! ... Oct 22 02:09:26.480 INFO kablam! 2176 | rt_alloc_excess_used!(rt_primes_32749bytes_4align_alloc_excess_used, 32749, 4); Oct 22 02:09:26.480 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.480 INFO kablam! Oct 22 02:09:26.483 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.483 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.483 INFO kablam! | Oct 22 02:09:26.483 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.483 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.483 INFO kablam! ... Oct 22 02:09:26.483 INFO kablam! 2176 | rt_alloc_excess_used!(rt_primes_32749bytes_4align_alloc_excess_used, 32749, 4); Oct 22 02:09:26.483 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.483 INFO kablam! | Oct 22 02:09:26.483 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.484 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.484 INFO kablam! | Oct 22 02:09:26.484 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.484 INFO kablam! | Oct 22 02:09:26.484 INFO kablam! Oct 22 02:09:26.484 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.484 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.484 INFO kablam! | Oct 22 02:09:26.484 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.484 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.484 INFO kablam! ... Oct 22 02:09:26.484 INFO kablam! 2189 | rt_alloc_excess_used!(rt_primes_65537bytes_4align_alloc_excess_used, 65537, 4); Oct 22 02:09:26.484 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.484 INFO kablam! Oct 22 02:09:26.484 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.484 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.484 INFO kablam! | Oct 22 02:09:26.484 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.484 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.484 INFO kablam! ... Oct 22 02:09:26.485 INFO kablam! 2189 | rt_alloc_excess_used!(rt_primes_65537bytes_4align_alloc_excess_used, 65537, 4); Oct 22 02:09:26.485 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.485 INFO kablam! | Oct 22 02:09:26.485 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.485 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.485 INFO kablam! | Oct 22 02:09:26.485 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.485 INFO kablam! | Oct 22 02:09:26.485 INFO kablam! Oct 22 02:09:26.485 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.485 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.485 INFO kablam! | Oct 22 02:09:26.485 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.485 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.485 INFO kablam! ... Oct 22 02:09:26.485 INFO kablam! 2202 | rt_alloc_excess_used!(rt_primes_131071bytes_4align_alloc_excess_used, 131071, 4); Oct 22 02:09:26.485 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.485 INFO kablam! Oct 22 02:09:26.485 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.485 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.485 INFO kablam! | Oct 22 02:09:26.486 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.486 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.486 INFO kablam! ... Oct 22 02:09:26.486 INFO kablam! 2202 | rt_alloc_excess_used!(rt_primes_131071bytes_4align_alloc_excess_used, 131071, 4); Oct 22 02:09:26.486 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.486 INFO kablam! | Oct 22 02:09:26.486 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.486 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.486 INFO kablam! | Oct 22 02:09:26.486 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.486 INFO kablam! | Oct 22 02:09:26.486 INFO kablam! Oct 22 02:09:26.486 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.486 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.486 INFO kablam! | Oct 22 02:09:26.486 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.486 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.486 INFO kablam! ... Oct 22 02:09:26.486 INFO kablam! 2215 | rt_alloc_excess_used!(rt_primes_4194301bytes_4align_alloc_excess_used, 4194301, 4); Oct 22 02:09:26.486 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.486 INFO kablam! Oct 22 02:09:26.486 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.487 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.487 INFO kablam! | Oct 22 02:09:26.487 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.487 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.487 INFO kablam! ... Oct 22 02:09:26.487 INFO kablam! 2215 | rt_alloc_excess_used!(rt_primes_4194301bytes_4align_alloc_excess_used, 4194301, 4); Oct 22 02:09:26.487 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.487 INFO kablam! | Oct 22 02:09:26.487 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.487 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.487 INFO kablam! | Oct 22 02:09:26.487 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.487 INFO kablam! | Oct 22 02:09:26.487 INFO kablam! Oct 22 02:09:26.496 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.496 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.496 INFO kablam! | Oct 22 02:09:26.496 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.496 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.496 INFO kablam! ... Oct 22 02:09:26.496 INFO kablam! 2231 | rt_alloc_excess_used!(rt_pow2_1bytes_8align_alloc_excess_used, 1, 8); Oct 22 02:09:26.496 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.497 INFO kablam! Oct 22 02:09:26.497 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.497 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.497 INFO kablam! | Oct 22 02:09:26.497 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.497 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.497 INFO kablam! ... Oct 22 02:09:26.497 INFO kablam! 2231 | rt_alloc_excess_used!(rt_pow2_1bytes_8align_alloc_excess_used, 1, 8); Oct 22 02:09:26.497 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.497 INFO kablam! | Oct 22 02:09:26.497 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.498 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.498 INFO kablam! | Oct 22 02:09:26.498 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.498 INFO kablam! | Oct 22 02:09:26.498 INFO kablam! Oct 22 02:09:26.498 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.498 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.498 INFO kablam! | Oct 22 02:09:26.498 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.498 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.498 INFO kablam! ... Oct 22 02:09:26.498 INFO kablam! 2244 | rt_alloc_excess_used!(rt_pow2_2bytes_8align_alloc_excess_used, 2, 8); Oct 22 02:09:26.498 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.498 INFO kablam! Oct 22 02:09:26.498 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.498 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.498 INFO kablam! | Oct 22 02:09:26.499 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.499 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.499 INFO kablam! ... Oct 22 02:09:26.499 INFO kablam! 2244 | rt_alloc_excess_used!(rt_pow2_2bytes_8align_alloc_excess_used, 2, 8); Oct 22 02:09:26.499 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.499 INFO kablam! | Oct 22 02:09:26.499 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.499 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.499 INFO kablam! | Oct 22 02:09:26.499 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.499 INFO kablam! | Oct 22 02:09:26.499 INFO kablam! Oct 22 02:09:26.499 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.499 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.499 INFO kablam! | Oct 22 02:09:26.499 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.499 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.499 INFO kablam! ... Oct 22 02:09:26.500 INFO kablam! 2257 | rt_alloc_excess_used!(rt_pow2_4bytes_8align_alloc_excess_used, 4, 8); Oct 22 02:09:26.500 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.500 INFO kablam! Oct 22 02:09:26.500 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.500 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.500 INFO kablam! | Oct 22 02:09:26.500 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.500 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.500 INFO kablam! ... Oct 22 02:09:26.500 INFO kablam! 2257 | rt_alloc_excess_used!(rt_pow2_4bytes_8align_alloc_excess_used, 4, 8); Oct 22 02:09:26.500 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.500 INFO kablam! | Oct 22 02:09:26.500 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.500 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.500 INFO kablam! | Oct 22 02:09:26.500 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.500 INFO kablam! | Oct 22 02:09:26.500 INFO kablam! Oct 22 02:09:26.500 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.500 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.500 INFO kablam! | Oct 22 02:09:26.500 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.501 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.501 INFO kablam! ... Oct 22 02:09:26.501 INFO kablam! 2270 | rt_alloc_excess_used!(rt_pow2_8bytes_8align_alloc_excess_used, 8, 8); Oct 22 02:09:26.501 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.501 INFO kablam! Oct 22 02:09:26.501 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.501 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.501 INFO kablam! | Oct 22 02:09:26.501 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.501 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.501 INFO kablam! ... Oct 22 02:09:26.501 INFO kablam! 2270 | rt_alloc_excess_used!(rt_pow2_8bytes_8align_alloc_excess_used, 8, 8); Oct 22 02:09:26.501 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.501 INFO kablam! | Oct 22 02:09:26.501 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.501 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.501 INFO kablam! | Oct 22 02:09:26.501 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.501 INFO kablam! | Oct 22 02:09:26.501 INFO kablam! Oct 22 02:09:26.501 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.501 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.501 INFO kablam! | Oct 22 02:09:26.501 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.502 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.502 INFO kablam! ... Oct 22 02:09:26.502 INFO kablam! 2283 | rt_alloc_excess_used!(rt_pow2_16bytes_8align_alloc_excess_used, 16, 8); Oct 22 02:09:26.502 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.502 INFO kablam! Oct 22 02:09:26.502 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.502 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.502 INFO kablam! | Oct 22 02:09:26.502 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.502 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.502 INFO kablam! ... Oct 22 02:09:26.502 INFO kablam! 2283 | rt_alloc_excess_used!(rt_pow2_16bytes_8align_alloc_excess_used, 16, 8); Oct 22 02:09:26.502 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.502 INFO kablam! | Oct 22 02:09:26.502 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.502 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.502 INFO kablam! | Oct 22 02:09:26.502 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.502 INFO kablam! | Oct 22 02:09:26.503 INFO kablam! Oct 22 02:09:26.503 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.503 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.503 INFO kablam! | Oct 22 02:09:26.503 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.503 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.503 INFO kablam! ... Oct 22 02:09:26.503 INFO kablam! 2296 | rt_alloc_excess_used!(rt_pow2_32bytes_8align_alloc_excess_used, 32, 8); Oct 22 02:09:26.503 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.503 INFO kablam! Oct 22 02:09:26.503 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.503 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.503 INFO kablam! | Oct 22 02:09:26.503 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.503 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.503 INFO kablam! ... Oct 22 02:09:26.503 INFO kablam! 2296 | rt_alloc_excess_used!(rt_pow2_32bytes_8align_alloc_excess_used, 32, 8); Oct 22 02:09:26.503 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.503 INFO kablam! | Oct 22 02:09:26.503 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.503 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.504 INFO kablam! | Oct 22 02:09:26.504 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.504 INFO kablam! | Oct 22 02:09:26.504 INFO kablam! Oct 22 02:09:26.504 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.504 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.504 INFO kablam! | Oct 22 02:09:26.504 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.504 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.504 INFO kablam! ... Oct 22 02:09:26.504 INFO kablam! 2309 | rt_alloc_excess_used!(rt_pow2_64bytes_8align_alloc_excess_used, 64, 8); Oct 22 02:09:26.504 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.504 INFO kablam! Oct 22 02:09:26.504 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.504 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.505 INFO kablam! | Oct 22 02:09:26.505 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.505 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.505 INFO kablam! ... Oct 22 02:09:26.505 INFO kablam! 2309 | rt_alloc_excess_used!(rt_pow2_64bytes_8align_alloc_excess_used, 64, 8); Oct 22 02:09:26.505 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.505 INFO kablam! | Oct 22 02:09:26.505 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.505 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.505 INFO kablam! | Oct 22 02:09:26.505 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.505 INFO kablam! | Oct 22 02:09:26.505 INFO kablam! Oct 22 02:09:26.505 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.505 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.505 INFO kablam! | Oct 22 02:09:26.505 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.505 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.505 INFO kablam! ... Oct 22 02:09:26.505 INFO kablam! 2322 | rt_alloc_excess_used!(rt_pow2_128bytes_8align_alloc_excess_used, 128, 8); Oct 22 02:09:26.505 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.506 INFO kablam! Oct 22 02:09:26.506 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.506 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.506 INFO kablam! | Oct 22 02:09:26.506 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.506 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.506 INFO kablam! ... Oct 22 02:09:26.506 INFO kablam! 2322 | rt_alloc_excess_used!(rt_pow2_128bytes_8align_alloc_excess_used, 128, 8); Oct 22 02:09:26.506 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.506 INFO kablam! | Oct 22 02:09:26.506 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.506 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.506 INFO kablam! | Oct 22 02:09:26.506 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.506 INFO kablam! | Oct 22 02:09:26.506 INFO kablam! Oct 22 02:09:26.506 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.506 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.506 INFO kablam! | Oct 22 02:09:26.506 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.506 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.506 INFO kablam! ... Oct 22 02:09:26.507 INFO kablam! 2335 | rt_alloc_excess_used!(rt_pow2_256bytes_8align_alloc_excess_used, 256, 8); Oct 22 02:09:26.507 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.507 INFO kablam! Oct 22 02:09:26.507 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.507 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.507 INFO kablam! | Oct 22 02:09:26.507 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.507 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.507 INFO kablam! ... Oct 22 02:09:26.507 INFO kablam! 2335 | rt_alloc_excess_used!(rt_pow2_256bytes_8align_alloc_excess_used, 256, 8); Oct 22 02:09:26.507 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.507 INFO kablam! | Oct 22 02:09:26.507 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.507 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.507 INFO kablam! | Oct 22 02:09:26.507 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.507 INFO kablam! | Oct 22 02:09:26.507 INFO kablam! Oct 22 02:09:26.507 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.507 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.507 INFO kablam! | Oct 22 02:09:26.508 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.508 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.508 INFO kablam! ... Oct 22 02:09:26.508 INFO kablam! 2348 | rt_alloc_excess_used!(rt_pow2_512bytes_8align_alloc_excess_used, 512, 8); Oct 22 02:09:26.508 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.508 INFO kablam! Oct 22 02:09:26.508 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.508 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.508 INFO kablam! | Oct 22 02:09:26.508 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.508 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.508 INFO kablam! ... Oct 22 02:09:26.508 INFO kablam! 2348 | rt_alloc_excess_used!(rt_pow2_512bytes_8align_alloc_excess_used, 512, 8); Oct 22 02:09:26.508 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.508 INFO kablam! | Oct 22 02:09:26.508 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.508 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.508 INFO kablam! | Oct 22 02:09:26.508 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.508 INFO kablam! | Oct 22 02:09:26.508 INFO kablam! Oct 22 02:09:26.509 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.509 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.509 INFO kablam! | Oct 22 02:09:26.509 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.509 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.509 INFO kablam! ... Oct 22 02:09:26.509 INFO kablam! 2361 | rt_alloc_excess_used!(rt_pow2_1024bytes_8align_alloc_excess_used, 1024, 8); Oct 22 02:09:26.509 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.509 INFO kablam! Oct 22 02:09:26.509 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.509 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.509 INFO kablam! | Oct 22 02:09:26.509 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.509 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.509 INFO kablam! ... Oct 22 02:09:26.509 INFO kablam! 2361 | rt_alloc_excess_used!(rt_pow2_1024bytes_8align_alloc_excess_used, 1024, 8); Oct 22 02:09:26.509 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.509 INFO kablam! | Oct 22 02:09:26.509 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.509 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.509 INFO kablam! | Oct 22 02:09:26.509 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.510 INFO kablam! | Oct 22 02:09:26.510 INFO kablam! Oct 22 02:09:26.510 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.510 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.510 INFO kablam! | Oct 22 02:09:26.510 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.510 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.510 INFO kablam! ... Oct 22 02:09:26.510 INFO kablam! 2374 | rt_alloc_excess_used!(rt_pow2_2048bytes_8align_alloc_excess_used, 2048, 8); Oct 22 02:09:26.510 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.510 INFO kablam! Oct 22 02:09:26.510 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.510 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.510 INFO kablam! | Oct 22 02:09:26.510 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.510 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.510 INFO kablam! ... Oct 22 02:09:26.510 INFO kablam! 2374 | rt_alloc_excess_used!(rt_pow2_2048bytes_8align_alloc_excess_used, 2048, 8); Oct 22 02:09:26.510 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.511 INFO kablam! | Oct 22 02:09:26.518 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.518 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.518 INFO kablam! | Oct 22 02:09:26.518 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.518 INFO kablam! | Oct 22 02:09:26.518 INFO kablam! Oct 22 02:09:26.518 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.518 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.518 INFO kablam! | Oct 22 02:09:26.518 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.518 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.518 INFO kablam! ... Oct 22 02:09:26.519 INFO kablam! 2387 | rt_alloc_excess_used!(rt_pow2_4096bytes_8align_alloc_excess_used, 4096, 8); Oct 22 02:09:26.519 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.519 INFO kablam! Oct 22 02:09:26.519 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.519 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.519 INFO kablam! | Oct 22 02:09:26.519 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.519 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.519 INFO kablam! ... Oct 22 02:09:26.519 INFO kablam! 2387 | rt_alloc_excess_used!(rt_pow2_4096bytes_8align_alloc_excess_used, 4096, 8); Oct 22 02:09:26.519 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.519 INFO kablam! | Oct 22 02:09:26.519 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.519 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.519 INFO kablam! | Oct 22 02:09:26.519 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.519 INFO kablam! | Oct 22 02:09:26.519 INFO kablam! Oct 22 02:09:26.520 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.520 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.520 INFO kablam! | Oct 22 02:09:26.520 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.520 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.520 INFO kablam! ... Oct 22 02:09:26.520 INFO kablam! 2400 | rt_alloc_excess_used!(rt_pow2_8192bytes_8align_alloc_excess_used, 8192, 8); Oct 22 02:09:26.520 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.521 INFO kablam! Oct 22 02:09:26.521 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.521 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.521 INFO kablam! | Oct 22 02:09:26.521 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.521 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.521 INFO kablam! ... Oct 22 02:09:26.521 INFO kablam! 2400 | rt_alloc_excess_used!(rt_pow2_8192bytes_8align_alloc_excess_used, 8192, 8); Oct 22 02:09:26.521 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.521 INFO kablam! | Oct 22 02:09:26.522 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.523 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.523 INFO kablam! | Oct 22 02:09:26.523 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.523 INFO kablam! | Oct 22 02:09:26.523 INFO kablam! Oct 22 02:09:26.523 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.523 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.523 INFO kablam! | Oct 22 02:09:26.523 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.523 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.523 INFO kablam! ... Oct 22 02:09:26.524 INFO kablam! 2413 | rt_alloc_excess_used!(rt_pow2_16384bytes_8align_alloc_excess_used, 16384, 8); Oct 22 02:09:26.524 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.524 INFO kablam! Oct 22 02:09:26.524 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.524 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.524 INFO kablam! | Oct 22 02:09:26.524 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.524 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.524 INFO kablam! ... Oct 22 02:09:26.524 INFO kablam! 2413 | rt_alloc_excess_used!(rt_pow2_16384bytes_8align_alloc_excess_used, 16384, 8); Oct 22 02:09:26.525 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.525 INFO kablam! | Oct 22 02:09:26.526 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.526 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.526 INFO kablam! | Oct 22 02:09:26.526 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.526 INFO kablam! | Oct 22 02:09:26.526 INFO kablam! Oct 22 02:09:26.526 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.526 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.526 INFO kablam! | Oct 22 02:09:26.526 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.526 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.526 INFO kablam! ... Oct 22 02:09:26.526 INFO kablam! 2426 | rt_alloc_excess_used!(rt_pow2_32768bytes_8align_alloc_excess_used, 32768, 8); Oct 22 02:09:26.526 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.526 INFO kablam! Oct 22 02:09:26.526 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.526 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.526 INFO kablam! | Oct 22 02:09:26.526 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.526 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.526 INFO kablam! ... Oct 22 02:09:26.527 INFO kablam! 2426 | rt_alloc_excess_used!(rt_pow2_32768bytes_8align_alloc_excess_used, 32768, 8); Oct 22 02:09:26.527 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.527 INFO kablam! | Oct 22 02:09:26.527 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.527 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.527 INFO kablam! | Oct 22 02:09:26.527 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.527 INFO kablam! | Oct 22 02:09:26.527 INFO kablam! Oct 22 02:09:26.527 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.527 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.528 INFO kablam! | Oct 22 02:09:26.528 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.528 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.528 INFO kablam! ... Oct 22 02:09:26.528 INFO kablam! 2439 | rt_alloc_excess_used!(rt_pow2_65536bytes_8align_alloc_excess_used, 65536, 8); Oct 22 02:09:26.528 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.528 INFO kablam! Oct 22 02:09:26.529 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.529 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.529 INFO kablam! | Oct 22 02:09:26.529 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.529 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.529 INFO kablam! ... Oct 22 02:09:26.529 INFO kablam! 2439 | rt_alloc_excess_used!(rt_pow2_65536bytes_8align_alloc_excess_used, 65536, 8); Oct 22 02:09:26.529 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.529 INFO kablam! | Oct 22 02:09:26.529 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.529 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.529 INFO kablam! | Oct 22 02:09:26.529 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.529 INFO kablam! | Oct 22 02:09:26.529 INFO kablam! Oct 22 02:09:26.529 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.529 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.529 INFO kablam! | Oct 22 02:09:26.529 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.529 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.529 INFO kablam! ... Oct 22 02:09:26.529 INFO kablam! 2452 | rt_alloc_excess_used!(rt_pow2_131072bytes_8align_alloc_excess_used, 131072, 8); Oct 22 02:09:26.529 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.529 INFO kablam! Oct 22 02:09:26.529 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.529 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.529 INFO kablam! | Oct 22 02:09:26.529 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.529 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.529 INFO kablam! ... Oct 22 02:09:26.529 INFO kablam! 2452 | rt_alloc_excess_used!(rt_pow2_131072bytes_8align_alloc_excess_used, 131072, 8); Oct 22 02:09:26.529 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.529 INFO kablam! | Oct 22 02:09:26.529 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.529 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.529 INFO kablam! | Oct 22 02:09:26.529 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.529 INFO kablam! | Oct 22 02:09:26.529 INFO kablam! Oct 22 02:09:26.529 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.529 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.529 INFO kablam! | Oct 22 02:09:26.529 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.529 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.536 INFO kablam! ... Oct 22 02:09:26.536 INFO kablam! 2465 | rt_alloc_excess_used!(rt_pow2_4194304bytes_8align_alloc_excess_used, 4194304, 8); Oct 22 02:09:26.536 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.536 INFO kablam! Oct 22 02:09:26.536 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.536 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.536 INFO kablam! | Oct 22 02:09:26.540 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.540 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.540 INFO kablam! ... Oct 22 02:09:26.540 INFO kablam! 2465 | rt_alloc_excess_used!(rt_pow2_4194304bytes_8align_alloc_excess_used, 4194304, 8); Oct 22 02:09:26.540 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.540 INFO kablam! | Oct 22 02:09:26.540 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.540 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.540 INFO kablam! | Oct 22 02:09:26.540 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.540 INFO kablam! | Oct 22 02:09:26.540 INFO kablam! Oct 22 02:09:26.540 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.540 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.540 INFO kablam! | Oct 22 02:09:26.540 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.540 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.540 INFO kablam! ... Oct 22 02:09:26.540 INFO kablam! 2479 | rt_alloc_excess_used!(rt_even_10bytes_8align_alloc_excess_used, 10, 8); Oct 22 02:09:26.540 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.540 INFO kablam! Oct 22 02:09:26.540 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.540 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.540 INFO kablam! | Oct 22 02:09:26.540 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.540 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.540 INFO kablam! ... Oct 22 02:09:26.540 INFO kablam! 2479 | rt_alloc_excess_used!(rt_even_10bytes_8align_alloc_excess_used, 10, 8); Oct 22 02:09:26.540 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.540 INFO kablam! | Oct 22 02:09:26.540 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.540 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.540 INFO kablam! | Oct 22 02:09:26.540 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.540 INFO kablam! | Oct 22 02:09:26.540 INFO kablam! Oct 22 02:09:26.540 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.540 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.540 INFO kablam! | Oct 22 02:09:26.540 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.540 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.540 INFO kablam! ... Oct 22 02:09:26.540 INFO kablam! 2492 | rt_alloc_excess_used!(rt_even_100bytes_8align_alloc_excess_used, 100, 8); Oct 22 02:09:26.540 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.540 INFO kablam! Oct 22 02:09:26.541 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.541 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.541 INFO kablam! | Oct 22 02:09:26.541 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.541 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.541 INFO kablam! ... Oct 22 02:09:26.541 INFO kablam! 2492 | rt_alloc_excess_used!(rt_even_100bytes_8align_alloc_excess_used, 100, 8); Oct 22 02:09:26.541 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.541 INFO kablam! | Oct 22 02:09:26.541 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.541 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.541 INFO kablam! | Oct 22 02:09:26.541 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.541 INFO kablam! | Oct 22 02:09:26.541 INFO kablam! Oct 22 02:09:26.541 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.541 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.541 INFO kablam! | Oct 22 02:09:26.541 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.541 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.541 INFO kablam! ... Oct 22 02:09:26.541 INFO kablam! 2505 | rt_alloc_excess_used!(rt_even_1000bytes_8align_alloc_excess_used, 1000, 8); Oct 22 02:09:26.541 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.541 INFO kablam! Oct 22 02:09:26.541 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.541 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.541 INFO kablam! | Oct 22 02:09:26.541 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.541 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.541 INFO kablam! ... Oct 22 02:09:26.541 INFO kablam! 2505 | rt_alloc_excess_used!(rt_even_1000bytes_8align_alloc_excess_used, 1000, 8); Oct 22 02:09:26.541 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.541 INFO kablam! | Oct 22 02:09:26.541 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.541 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.541 INFO kablam! | Oct 22 02:09:26.541 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.541 INFO kablam! | Oct 22 02:09:26.541 INFO kablam! Oct 22 02:09:26.541 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.541 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.541 INFO kablam! | Oct 22 02:09:26.541 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.541 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.541 INFO kablam! ... Oct 22 02:09:26.541 INFO kablam! 2518 | rt_alloc_excess_used!(rt_even_10000bytes_8align_alloc_excess_used, 10000, 8); Oct 22 02:09:26.541 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.541 INFO kablam! Oct 22 02:09:26.541 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.541 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.541 INFO kablam! | Oct 22 02:09:26.541 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.541 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.541 INFO kablam! ... Oct 22 02:09:26.541 INFO kablam! 2518 | rt_alloc_excess_used!(rt_even_10000bytes_8align_alloc_excess_used, 10000, 8); Oct 22 02:09:26.541 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.541 INFO kablam! | Oct 22 02:09:26.541 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.541 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.541 INFO kablam! | Oct 22 02:09:26.541 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.541 INFO kablam! | Oct 22 02:09:26.541 INFO kablam! Oct 22 02:09:26.541 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.541 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.541 INFO kablam! | Oct 22 02:09:26.541 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.541 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.541 INFO kablam! ... Oct 22 02:09:26.541 INFO kablam! 2531 | rt_alloc_excess_used!(rt_even_100000bytes_8align_alloc_excess_used, 100000, 8); Oct 22 02:09:26.541 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.541 INFO kablam! Oct 22 02:09:26.541 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.541 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.541 INFO kablam! | Oct 22 02:09:26.541 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.541 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.541 INFO kablam! ... Oct 22 02:09:26.541 INFO kablam! 2531 | rt_alloc_excess_used!(rt_even_100000bytes_8align_alloc_excess_used, 100000, 8); Oct 22 02:09:26.541 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.541 INFO kablam! | Oct 22 02:09:26.542 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.542 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.542 INFO kablam! | Oct 22 02:09:26.542 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.542 INFO kablam! | Oct 22 02:09:26.542 INFO kablam! Oct 22 02:09:26.542 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.542 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.542 INFO kablam! | Oct 22 02:09:26.542 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.542 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.542 INFO kablam! ... Oct 22 02:09:26.542 INFO kablam! 2544 | rt_alloc_excess_used!(rt_even_1000000bytes_8align_alloc_excess_used, 1000000, 8); Oct 22 02:09:26.542 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.542 INFO kablam! Oct 22 02:09:26.542 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.542 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.542 INFO kablam! | Oct 22 02:09:26.542 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.542 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.542 INFO kablam! ... Oct 22 02:09:26.542 INFO kablam! 2544 | rt_alloc_excess_used!(rt_even_1000000bytes_8align_alloc_excess_used, 1000000, 8); Oct 22 02:09:26.542 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.542 INFO kablam! | Oct 22 02:09:26.542 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.542 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.542 INFO kablam! | Oct 22 02:09:26.542 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.542 INFO kablam! | Oct 22 02:09:26.542 INFO kablam! Oct 22 02:09:26.548 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.548 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.548 INFO kablam! | Oct 22 02:09:26.548 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.548 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.548 INFO kablam! ... Oct 22 02:09:26.548 INFO kablam! 2558 | rt_alloc_excess_used!(rt_odd_10bytes_8align_alloc_excess_used, 10- 1, 8); Oct 22 02:09:26.548 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.548 INFO kablam! Oct 22 02:09:26.548 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.548 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.548 INFO kablam! | Oct 22 02:09:26.549 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.549 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.549 INFO kablam! ... Oct 22 02:09:26.549 INFO kablam! 2558 | rt_alloc_excess_used!(rt_odd_10bytes_8align_alloc_excess_used, 10- 1, 8); Oct 22 02:09:26.549 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.549 INFO kablam! | Oct 22 02:09:26.549 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.549 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.549 INFO kablam! | Oct 22 02:09:26.549 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.549 INFO kablam! | Oct 22 02:09:26.549 INFO kablam! Oct 22 02:09:26.549 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.549 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.549 INFO kablam! | Oct 22 02:09:26.549 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.549 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.549 INFO kablam! ... Oct 22 02:09:26.549 INFO kablam! 2571 | rt_alloc_excess_used!(rt_odd_100bytes_8align_alloc_excess_used, 100- 1, 8); Oct 22 02:09:26.549 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.549 INFO kablam! Oct 22 02:09:26.549 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.549 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.549 INFO kablam! | Oct 22 02:09:26.549 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.550 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.550 INFO kablam! ... Oct 22 02:09:26.550 INFO kablam! 2571 | rt_alloc_excess_used!(rt_odd_100bytes_8align_alloc_excess_used, 100- 1, 8); Oct 22 02:09:26.550 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.550 INFO kablam! | Oct 22 02:09:26.550 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.550 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.550 INFO kablam! | Oct 22 02:09:26.550 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.550 INFO kablam! | Oct 22 02:09:26.550 INFO kablam! Oct 22 02:09:26.550 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.550 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.550 INFO kablam! | Oct 22 02:09:26.550 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.550 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.550 INFO kablam! ... Oct 22 02:09:26.550 INFO kablam! 2584 | rt_alloc_excess_used!(rt_odd_1000bytes_8align_alloc_excess_used, 1000- 1, 8); Oct 22 02:09:26.550 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.550 INFO kablam! Oct 22 02:09:26.550 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.550 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.550 INFO kablam! | Oct 22 02:09:26.550 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.550 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.551 INFO kablam! ... Oct 22 02:09:26.551 INFO kablam! 2584 | rt_alloc_excess_used!(rt_odd_1000bytes_8align_alloc_excess_used, 1000- 1, 8); Oct 22 02:09:26.551 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.551 INFO kablam! | Oct 22 02:09:26.551 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.551 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.551 INFO kablam! | Oct 22 02:09:26.551 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.551 INFO kablam! | Oct 22 02:09:26.551 INFO kablam! Oct 22 02:09:26.551 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.551 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.551 INFO kablam! | Oct 22 02:09:26.551 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.551 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.551 INFO kablam! ... Oct 22 02:09:26.551 INFO kablam! 2597 | rt_alloc_excess_used!(rt_odd_10000bytes_8align_alloc_excess_used, 10000- 1, 8); Oct 22 02:09:26.551 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.551 INFO kablam! Oct 22 02:09:26.551 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.551 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.551 INFO kablam! | Oct 22 02:09:26.551 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.551 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.552 INFO kablam! ... Oct 22 02:09:26.552 INFO kablam! 2597 | rt_alloc_excess_used!(rt_odd_10000bytes_8align_alloc_excess_used, 10000- 1, 8); Oct 22 02:09:26.552 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.552 INFO kablam! | Oct 22 02:09:26.552 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.552 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.552 INFO kablam! | Oct 22 02:09:26.552 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.552 INFO kablam! | Oct 22 02:09:26.552 INFO kablam! Oct 22 02:09:26.552 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.552 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.552 INFO kablam! | Oct 22 02:09:26.552 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.552 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.552 INFO kablam! ... Oct 22 02:09:26.552 INFO kablam! 2610 | rt_alloc_excess_used!(rt_odd_100000bytes_8align_alloc_excess_used, 100000- 1, 8); Oct 22 02:09:26.552 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.552 INFO kablam! Oct 22 02:09:26.552 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.552 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.552 INFO kablam! | Oct 22 02:09:26.552 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.552 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.552 INFO kablam! ... Oct 22 02:09:26.552 INFO kablam! 2610 | rt_alloc_excess_used!(rt_odd_100000bytes_8align_alloc_excess_used, 100000- 1, 8); Oct 22 02:09:26.553 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.553 INFO kablam! | Oct 22 02:09:26.553 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.553 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.553 INFO kablam! | Oct 22 02:09:26.553 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.553 INFO kablam! | Oct 22 02:09:26.553 INFO kablam! Oct 22 02:09:26.553 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.553 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.553 INFO kablam! | Oct 22 02:09:26.553 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.553 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.553 INFO kablam! ... Oct 22 02:09:26.553 INFO kablam! 2623 | rt_alloc_excess_used!(rt_odd_1000000bytes_8align_alloc_excess_used, 1000000- 1, 8); Oct 22 02:09:26.553 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.553 INFO kablam! Oct 22 02:09:26.553 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.553 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.553 INFO kablam! | Oct 22 02:09:26.553 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.553 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.553 INFO kablam! ... Oct 22 02:09:26.553 INFO kablam! 2623 | rt_alloc_excess_used!(rt_odd_1000000bytes_8align_alloc_excess_used, 1000000- 1, 8); Oct 22 02:09:26.553 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.554 INFO kablam! | Oct 22 02:09:26.554 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.554 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.554 INFO kablam! | Oct 22 02:09:26.554 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.554 INFO kablam! | Oct 22 02:09:26.554 INFO kablam! Oct 22 02:09:26.554 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.554 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.554 INFO kablam! | Oct 22 02:09:26.554 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.554 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.554 INFO kablam! ... Oct 22 02:09:26.554 INFO kablam! 2637 | rt_alloc_excess_used!(rt_primes_3bytes_8align_alloc_excess_used, 3, 8); Oct 22 02:09:26.554 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.554 INFO kablam! Oct 22 02:09:26.554 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.554 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.554 INFO kablam! | Oct 22 02:09:26.554 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.554 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.554 INFO kablam! ... Oct 22 02:09:26.554 INFO kablam! 2637 | rt_alloc_excess_used!(rt_primes_3bytes_8align_alloc_excess_used, 3, 8); Oct 22 02:09:26.554 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.554 INFO kablam! | Oct 22 02:09:26.555 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.555 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.555 INFO kablam! | Oct 22 02:09:26.555 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.555 INFO kablam! | Oct 22 02:09:26.555 INFO kablam! Oct 22 02:09:26.560 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.560 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.560 INFO kablam! | Oct 22 02:09:26.560 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.560 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.560 INFO kablam! ... Oct 22 02:09:26.560 INFO kablam! 2650 | rt_alloc_excess_used!(rt_primes_7bytes_8align_alloc_excess_used, 7, 8); Oct 22 02:09:26.560 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.560 INFO kablam! Oct 22 02:09:26.560 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.560 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.560 INFO kablam! | Oct 22 02:09:26.560 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.561 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.561 INFO kablam! ... Oct 22 02:09:26.561 INFO kablam! 2650 | rt_alloc_excess_used!(rt_primes_7bytes_8align_alloc_excess_used, 7, 8); Oct 22 02:09:26.561 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.561 INFO kablam! | Oct 22 02:09:26.561 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.561 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.561 INFO kablam! | Oct 22 02:09:26.561 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.561 INFO kablam! | Oct 22 02:09:26.561 INFO kablam! Oct 22 02:09:26.561 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.561 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.561 INFO kablam! | Oct 22 02:09:26.561 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.561 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.561 INFO kablam! ... Oct 22 02:09:26.561 INFO kablam! 2663 | rt_alloc_excess_used!(rt_primes_13bytes_8align_alloc_excess_used, 13, 8); Oct 22 02:09:26.561 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.561 INFO kablam! Oct 22 02:09:26.561 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.561 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.561 INFO kablam! | Oct 22 02:09:26.561 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.562 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.562 INFO kablam! ... Oct 22 02:09:26.562 INFO kablam! 2663 | rt_alloc_excess_used!(rt_primes_13bytes_8align_alloc_excess_used, 13, 8); Oct 22 02:09:26.562 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.562 INFO kablam! | Oct 22 02:09:26.562 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.562 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.562 INFO kablam! | Oct 22 02:09:26.562 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.562 INFO kablam! | Oct 22 02:09:26.562 INFO kablam! Oct 22 02:09:26.562 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.562 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.562 INFO kablam! | Oct 22 02:09:26.562 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.562 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.562 INFO kablam! ... Oct 22 02:09:26.562 INFO kablam! 2676 | rt_alloc_excess_used!(rt_primes_17bytes_8align_alloc_excess_used, 17, 8); Oct 22 02:09:26.562 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.562 INFO kablam! Oct 22 02:09:26.562 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.562 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.562 INFO kablam! | Oct 22 02:09:26.562 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.562 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.563 INFO kablam! ... Oct 22 02:09:26.563 INFO kablam! 2676 | rt_alloc_excess_used!(rt_primes_17bytes_8align_alloc_excess_used, 17, 8); Oct 22 02:09:26.563 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.563 INFO kablam! | Oct 22 02:09:26.563 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.563 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.563 INFO kablam! | Oct 22 02:09:26.563 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.563 INFO kablam! | Oct 22 02:09:26.563 INFO kablam! Oct 22 02:09:26.563 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.563 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.563 INFO kablam! | Oct 22 02:09:26.563 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.563 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.563 INFO kablam! ... Oct 22 02:09:26.563 INFO kablam! 2689 | rt_alloc_excess_used!(rt_primes_31bytes_8align_alloc_excess_used, 31, 8); Oct 22 02:09:26.563 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.563 INFO kablam! Oct 22 02:09:26.563 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.563 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.563 INFO kablam! | Oct 22 02:09:26.563 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.564 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.564 INFO kablam! ... Oct 22 02:09:26.564 INFO kablam! 2689 | rt_alloc_excess_used!(rt_primes_31bytes_8align_alloc_excess_used, 31, 8); Oct 22 02:09:26.564 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.564 INFO kablam! | Oct 22 02:09:26.564 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.564 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.564 INFO kablam! | Oct 22 02:09:26.568 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.568 INFO kablam! | Oct 22 02:09:26.568 INFO kablam! Oct 22 02:09:26.568 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.568 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.568 INFO kablam! | Oct 22 02:09:26.568 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.568 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.568 INFO kablam! ... Oct 22 02:09:26.568 INFO kablam! 2702 | rt_alloc_excess_used!(rt_primes_61bytes_8align_alloc_excess_used, 61, 8); Oct 22 02:09:26.568 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.568 INFO kablam! Oct 22 02:09:26.568 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.569 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.569 INFO kablam! | Oct 22 02:09:26.569 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.569 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.569 INFO kablam! ... Oct 22 02:09:26.569 INFO kablam! 2702 | rt_alloc_excess_used!(rt_primes_61bytes_8align_alloc_excess_used, 61, 8); Oct 22 02:09:26.569 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.569 INFO kablam! | Oct 22 02:09:26.569 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.569 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.569 INFO kablam! | Oct 22 02:09:26.569 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.569 INFO kablam! | Oct 22 02:09:26.569 INFO kablam! Oct 22 02:09:26.569 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.569 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.569 INFO kablam! | Oct 22 02:09:26.569 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.569 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.569 INFO kablam! ... Oct 22 02:09:26.569 INFO kablam! 2715 | rt_alloc_excess_used!(rt_primes_96bytes_8align_alloc_excess_used, 96, 8); Oct 22 02:09:26.569 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.569 INFO kablam! Oct 22 02:09:26.569 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.569 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.569 INFO kablam! | Oct 22 02:09:26.570 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.570 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.570 INFO kablam! ... Oct 22 02:09:26.570 INFO kablam! 2715 | rt_alloc_excess_used!(rt_primes_96bytes_8align_alloc_excess_used, 96, 8); Oct 22 02:09:26.570 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.570 INFO kablam! | Oct 22 02:09:26.570 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.570 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.570 INFO kablam! | Oct 22 02:09:26.570 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.570 INFO kablam! | Oct 22 02:09:26.570 INFO kablam! Oct 22 02:09:26.570 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.570 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.570 INFO kablam! | Oct 22 02:09:26.570 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.570 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.570 INFO kablam! ... Oct 22 02:09:26.570 INFO kablam! 2728 | rt_alloc_excess_used!(rt_primes_127bytes_8align_alloc_excess_used, 127, 8); Oct 22 02:09:26.570 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.570 INFO kablam! Oct 22 02:09:26.570 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.570 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.570 INFO kablam! | Oct 22 02:09:26.571 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.571 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.571 INFO kablam! ... Oct 22 02:09:26.571 INFO kablam! 2728 | rt_alloc_excess_used!(rt_primes_127bytes_8align_alloc_excess_used, 127, 8); Oct 22 02:09:26.571 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.571 INFO kablam! | Oct 22 02:09:26.571 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.571 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.571 INFO kablam! | Oct 22 02:09:26.571 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.571 INFO kablam! | Oct 22 02:09:26.571 INFO kablam! Oct 22 02:09:26.571 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.571 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.571 INFO kablam! | Oct 22 02:09:26.571 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.571 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.571 INFO kablam! ... Oct 22 02:09:26.571 INFO kablam! 2741 | rt_alloc_excess_used!(rt_primes_257bytes_8align_alloc_excess_used, 257, 8); Oct 22 02:09:26.571 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.571 INFO kablam! Oct 22 02:09:26.571 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.571 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.571 INFO kablam! | Oct 22 02:09:26.571 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.572 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.572 INFO kablam! ... Oct 22 02:09:26.572 INFO kablam! 2741 | rt_alloc_excess_used!(rt_primes_257bytes_8align_alloc_excess_used, 257, 8); Oct 22 02:09:26.572 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.572 INFO kablam! | Oct 22 02:09:26.572 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.572 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.572 INFO kablam! | Oct 22 02:09:26.572 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.576 INFO kablam! | Oct 22 02:09:26.576 INFO kablam! Oct 22 02:09:26.576 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.576 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.576 INFO kablam! | Oct 22 02:09:26.576 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.576 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.576 INFO kablam! ... Oct 22 02:09:26.576 INFO kablam! 2754 | rt_alloc_excess_used!(rt_primes_509bytes_8align_alloc_excess_used, 509, 8); Oct 22 02:09:26.576 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.576 INFO kablam! Oct 22 02:09:26.576 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.576 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.577 INFO kablam! | Oct 22 02:09:26.577 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.577 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.577 INFO kablam! ... Oct 22 02:09:26.577 INFO kablam! 2754 | rt_alloc_excess_used!(rt_primes_509bytes_8align_alloc_excess_used, 509, 8); Oct 22 02:09:26.577 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.577 INFO kablam! | Oct 22 02:09:26.577 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.577 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.577 INFO kablam! | Oct 22 02:09:26.577 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.577 INFO kablam! | Oct 22 02:09:26.577 INFO kablam! Oct 22 02:09:26.577 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.577 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.577 INFO kablam! | Oct 22 02:09:26.577 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.577 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.577 INFO kablam! ... Oct 22 02:09:26.577 INFO kablam! 2767 | rt_alloc_excess_used!(rt_primes_1021bytes_8align_alloc_excess_used, 1021, 8); Oct 22 02:09:26.577 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.577 INFO kablam! Oct 22 02:09:26.577 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.577 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.577 INFO kablam! | Oct 22 02:09:26.578 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.578 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.578 INFO kablam! ... Oct 22 02:09:26.578 INFO kablam! 2767 | rt_alloc_excess_used!(rt_primes_1021bytes_8align_alloc_excess_used, 1021, 8); Oct 22 02:09:26.578 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.578 INFO kablam! | Oct 22 02:09:26.578 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.578 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.578 INFO kablam! | Oct 22 02:09:26.578 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.578 INFO kablam! | Oct 22 02:09:26.578 INFO kablam! Oct 22 02:09:26.578 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.578 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.578 INFO kablam! | Oct 22 02:09:26.578 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.578 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.578 INFO kablam! ... Oct 22 02:09:26.578 INFO kablam! 2780 | rt_alloc_excess_used!(rt_primes_2039bytes_8align_alloc_excess_used, 2039, 8); Oct 22 02:09:26.578 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.578 INFO kablam! Oct 22 02:09:26.578 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.578 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.578 INFO kablam! | Oct 22 02:09:26.578 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.579 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.579 INFO kablam! ... Oct 22 02:09:26.579 INFO kablam! 2780 | rt_alloc_excess_used!(rt_primes_2039bytes_8align_alloc_excess_used, 2039, 8); Oct 22 02:09:26.579 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.579 INFO kablam! | Oct 22 02:09:26.579 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.579 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.579 INFO kablam! | Oct 22 02:09:26.579 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.579 INFO kablam! | Oct 22 02:09:26.579 INFO kablam! Oct 22 02:09:26.579 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.579 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.579 INFO kablam! | Oct 22 02:09:26.579 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.579 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.579 INFO kablam! ... Oct 22 02:09:26.579 INFO kablam! 2793 | rt_alloc_excess_used!(rt_primes_4093bytes_8align_alloc_excess_used, 4093, 8); Oct 22 02:09:26.579 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.579 INFO kablam! Oct 22 02:09:26.579 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.579 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.579 INFO kablam! | Oct 22 02:09:26.579 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.579 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.579 INFO kablam! ... Oct 22 02:09:26.580 INFO kablam! 2793 | rt_alloc_excess_used!(rt_primes_4093bytes_8align_alloc_excess_used, 4093, 8); Oct 22 02:09:26.580 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.580 INFO kablam! | Oct 22 02:09:26.580 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.580 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.580 INFO kablam! | Oct 22 02:09:26.580 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.580 INFO kablam! | Oct 22 02:09:26.584 INFO kablam! Oct 22 02:09:26.584 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.584 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.584 INFO kablam! | Oct 22 02:09:26.584 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.584 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.584 INFO kablam! ... Oct 22 02:09:26.584 INFO kablam! 2806 | rt_alloc_excess_used!(rt_primes_8191bytes_8align_alloc_excess_used, 8191, 8); Oct 22 02:09:26.584 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.584 INFO kablam! Oct 22 02:09:26.584 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.584 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.585 INFO kablam! | Oct 22 02:09:26.585 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.585 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.585 INFO kablam! ... Oct 22 02:09:26.585 INFO kablam! 2806 | rt_alloc_excess_used!(rt_primes_8191bytes_8align_alloc_excess_used, 8191, 8); Oct 22 02:09:26.585 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.585 INFO kablam! | Oct 22 02:09:26.585 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.585 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.585 INFO kablam! | Oct 22 02:09:26.585 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.585 INFO kablam! | Oct 22 02:09:26.585 INFO kablam! Oct 22 02:09:26.585 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.585 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.585 INFO kablam! | Oct 22 02:09:26.585 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.585 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.585 INFO kablam! ... Oct 22 02:09:26.585 INFO kablam! 2819 | rt_alloc_excess_used!(rt_primes_16381bytes_8align_alloc_excess_used, 16381, 8); Oct 22 02:09:26.585 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.585 INFO kablam! Oct 22 02:09:26.585 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.585 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.586 INFO kablam! | Oct 22 02:09:26.586 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.586 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.586 INFO kablam! ... Oct 22 02:09:26.586 INFO kablam! 2819 | rt_alloc_excess_used!(rt_primes_16381bytes_8align_alloc_excess_used, 16381, 8); Oct 22 02:09:26.586 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.586 INFO kablam! | Oct 22 02:09:26.586 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.586 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.586 INFO kablam! | Oct 22 02:09:26.586 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.586 INFO kablam! | Oct 22 02:09:26.586 INFO kablam! Oct 22 02:09:26.586 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.586 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.586 INFO kablam! | Oct 22 02:09:26.586 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.586 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.586 INFO kablam! ... Oct 22 02:09:26.586 INFO kablam! 2832 | rt_alloc_excess_used!(rt_primes_32749bytes_8align_alloc_excess_used, 32749, 8); Oct 22 02:09:26.586 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.586 INFO kablam! Oct 22 02:09:26.586 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.586 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.586 INFO kablam! | Oct 22 02:09:26.587 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.587 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.587 INFO kablam! ... Oct 22 02:09:26.587 INFO kablam! 2832 | rt_alloc_excess_used!(rt_primes_32749bytes_8align_alloc_excess_used, 32749, 8); Oct 22 02:09:26.587 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.587 INFO kablam! | Oct 22 02:09:26.587 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.587 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.587 INFO kablam! | Oct 22 02:09:26.587 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.587 INFO kablam! | Oct 22 02:09:26.587 INFO kablam! Oct 22 02:09:26.587 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.587 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.587 INFO kablam! | Oct 22 02:09:26.587 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.587 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.587 INFO kablam! ... Oct 22 02:09:26.587 INFO kablam! 2845 | rt_alloc_excess_used!(rt_primes_65537bytes_8align_alloc_excess_used, 65537, 8); Oct 22 02:09:26.587 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.587 INFO kablam! Oct 22 02:09:26.587 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.587 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.587 INFO kablam! | Oct 22 02:09:26.587 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.588 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.588 INFO kablam! ... Oct 22 02:09:26.588 INFO kablam! 2845 | rt_alloc_excess_used!(rt_primes_65537bytes_8align_alloc_excess_used, 65537, 8); Oct 22 02:09:26.588 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.588 INFO kablam! | Oct 22 02:09:26.588 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.588 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.588 INFO kablam! | Oct 22 02:09:26.588 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.596 INFO kablam! | Oct 22 02:09:26.596 INFO kablam! Oct 22 02:09:26.596 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.596 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.596 INFO kablam! | Oct 22 02:09:26.596 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.596 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.596 INFO kablam! ... Oct 22 02:09:26.596 INFO kablam! 2858 | rt_alloc_excess_used!(rt_primes_131071bytes_8align_alloc_excess_used, 131071, 8); Oct 22 02:09:26.596 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.596 INFO kablam! Oct 22 02:09:26.596 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.596 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.597 INFO kablam! | Oct 22 02:09:26.597 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.597 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.597 INFO kablam! ... Oct 22 02:09:26.597 INFO kablam! 2858 | rt_alloc_excess_used!(rt_primes_131071bytes_8align_alloc_excess_used, 131071, 8); Oct 22 02:09:26.597 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.597 INFO kablam! | Oct 22 02:09:26.597 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.597 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.597 INFO kablam! | Oct 22 02:09:26.597 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.597 INFO kablam! | Oct 22 02:09:26.597 INFO kablam! Oct 22 02:09:26.597 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.597 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.597 INFO kablam! | Oct 22 02:09:26.597 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.597 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.597 INFO kablam! ... Oct 22 02:09:26.597 INFO kablam! 2871 | rt_alloc_excess_used!(rt_primes_4194301bytes_8align_alloc_excess_used, 4194301, 8); Oct 22 02:09:26.597 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.597 INFO kablam! Oct 22 02:09:26.597 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.597 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.598 INFO kablam! | Oct 22 02:09:26.598 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.598 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.598 INFO kablam! ... Oct 22 02:09:26.598 INFO kablam! 2871 | rt_alloc_excess_used!(rt_primes_4194301bytes_8align_alloc_excess_used, 4194301, 8); Oct 22 02:09:26.598 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.598 INFO kablam! | Oct 22 02:09:26.598 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.598 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.598 INFO kablam! | Oct 22 02:09:26.598 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.598 INFO kablam! | Oct 22 02:09:26.598 INFO kablam! Oct 22 02:09:26.598 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.598 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.598 INFO kablam! | Oct 22 02:09:26.598 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.598 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.598 INFO kablam! ... Oct 22 02:09:26.598 INFO kablam! 2887 | rt_alloc_excess_used!(rt_pow2_1bytes_16align_alloc_excess_used, 1, 16); Oct 22 02:09:26.598 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.598 INFO kablam! Oct 22 02:09:26.598 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.598 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.598 INFO kablam! | Oct 22 02:09:26.599 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.599 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.599 INFO kablam! ... Oct 22 02:09:26.599 INFO kablam! 2887 | rt_alloc_excess_used!(rt_pow2_1bytes_16align_alloc_excess_used, 1, 16); Oct 22 02:09:26.599 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.599 INFO kablam! | Oct 22 02:09:26.599 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.599 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.599 INFO kablam! | Oct 22 02:09:26.599 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.599 INFO kablam! | Oct 22 02:09:26.599 INFO kablam! Oct 22 02:09:26.599 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.599 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.599 INFO kablam! | Oct 22 02:09:26.599 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.599 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.599 INFO kablam! ... Oct 22 02:09:26.599 INFO kablam! 2900 | rt_alloc_excess_used!(rt_pow2_2bytes_16align_alloc_excess_used, 2, 16); Oct 22 02:09:26.599 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.599 INFO kablam! Oct 22 02:09:26.599 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.599 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.599 INFO kablam! | Oct 22 02:09:26.599 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.600 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.600 INFO kablam! ... Oct 22 02:09:26.600 INFO kablam! 2900 | rt_alloc_excess_used!(rt_pow2_2bytes_16align_alloc_excess_used, 2, 16); Oct 22 02:09:26.600 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.600 INFO kablam! | Oct 22 02:09:26.600 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.600 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.600 INFO kablam! | Oct 22 02:09:26.600 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.600 INFO kablam! | Oct 22 02:09:26.600 INFO kablam! Oct 22 02:09:26.600 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.600 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.600 INFO kablam! | Oct 22 02:09:26.600 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.600 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.600 INFO kablam! ... Oct 22 02:09:26.600 INFO kablam! 2913 | rt_alloc_excess_used!(rt_pow2_4bytes_16align_alloc_excess_used, 4, 16); Oct 22 02:09:26.600 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.600 INFO kablam! Oct 22 02:09:26.600 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.600 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.600 INFO kablam! | Oct 22 02:09:26.600 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.601 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.601 INFO kablam! ... Oct 22 02:09:26.601 INFO kablam! 2913 | rt_alloc_excess_used!(rt_pow2_4bytes_16align_alloc_excess_used, 4, 16); Oct 22 02:09:26.601 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.601 INFO kablam! | Oct 22 02:09:26.601 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.601 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.601 INFO kablam! | Oct 22 02:09:26.601 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.601 INFO kablam! | Oct 22 02:09:26.601 INFO kablam! Oct 22 02:09:26.601 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.601 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.601 INFO kablam! | Oct 22 02:09:26.601 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.601 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.601 INFO kablam! ... Oct 22 02:09:26.601 INFO kablam! 2926 | rt_alloc_excess_used!(rt_pow2_8bytes_16align_alloc_excess_used, 8, 16); Oct 22 02:09:26.601 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.601 INFO kablam! Oct 22 02:09:26.601 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.601 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.601 INFO kablam! | Oct 22 02:09:26.601 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.602 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.602 INFO kablam! ... Oct 22 02:09:26.602 INFO kablam! 2926 | rt_alloc_excess_used!(rt_pow2_8bytes_16align_alloc_excess_used, 8, 16); Oct 22 02:09:26.602 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.602 INFO kablam! | Oct 22 02:09:26.602 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.602 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.602 INFO kablam! | Oct 22 02:09:26.602 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.602 INFO kablam! | Oct 22 02:09:26.602 INFO kablam! Oct 22 02:09:26.602 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.602 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.602 INFO kablam! | Oct 22 02:09:26.602 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.602 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.602 INFO kablam! ... Oct 22 02:09:26.602 INFO kablam! 2939 | rt_alloc_excess_used!(rt_pow2_16bytes_16align_alloc_excess_used, 16, 16); Oct 22 02:09:26.602 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.602 INFO kablam! Oct 22 02:09:26.602 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.602 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.602 INFO kablam! | Oct 22 02:09:26.602 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.603 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.603 INFO kablam! ... Oct 22 02:09:26.603 INFO kablam! 2939 | rt_alloc_excess_used!(rt_pow2_16bytes_16align_alloc_excess_used, 16, 16); Oct 22 02:09:26.603 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.603 INFO kablam! | Oct 22 02:09:26.603 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.603 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.603 INFO kablam! | Oct 22 02:09:26.603 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.603 INFO kablam! | Oct 22 02:09:26.603 INFO kablam! Oct 22 02:09:26.603 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.603 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.603 INFO kablam! | Oct 22 02:09:26.603 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.603 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.603 INFO kablam! ... Oct 22 02:09:26.603 INFO kablam! 2952 | rt_alloc_excess_used!(rt_pow2_32bytes_16align_alloc_excess_used, 32, 16); Oct 22 02:09:26.603 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.603 INFO kablam! Oct 22 02:09:26.603 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.603 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.603 INFO kablam! | Oct 22 02:09:26.603 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.604 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.604 INFO kablam! ... Oct 22 02:09:26.604 INFO kablam! 2952 | rt_alloc_excess_used!(rt_pow2_32bytes_16align_alloc_excess_used, 32, 16); Oct 22 02:09:26.604 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.604 INFO kablam! | Oct 22 02:09:26.604 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.604 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.604 INFO kablam! | Oct 22 02:09:26.612 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.612 INFO kablam! | Oct 22 02:09:26.612 INFO kablam! Oct 22 02:09:26.612 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.612 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.612 INFO kablam! | Oct 22 02:09:26.612 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.612 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.612 INFO kablam! ... Oct 22 02:09:26.612 INFO kablam! 2965 | rt_alloc_excess_used!(rt_pow2_64bytes_16align_alloc_excess_used, 64, 16); Oct 22 02:09:26.612 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.612 INFO kablam! Oct 22 02:09:26.612 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.613 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.613 INFO kablam! | Oct 22 02:09:26.613 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.613 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.613 INFO kablam! ... Oct 22 02:09:26.613 INFO kablam! 2965 | rt_alloc_excess_used!(rt_pow2_64bytes_16align_alloc_excess_used, 64, 16); Oct 22 02:09:26.613 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.613 INFO kablam! | Oct 22 02:09:26.613 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.613 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.613 INFO kablam! | Oct 22 02:09:26.613 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.613 INFO kablam! | Oct 22 02:09:26.613 INFO kablam! Oct 22 02:09:26.613 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.613 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.613 INFO kablam! | Oct 22 02:09:26.613 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.613 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.613 INFO kablam! ... Oct 22 02:09:26.613 INFO kablam! 2978 | rt_alloc_excess_used!(rt_pow2_128bytes_16align_alloc_excess_used, 128, 16); Oct 22 02:09:26.613 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.613 INFO kablam! Oct 22 02:09:26.613 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.614 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.614 INFO kablam! | Oct 22 02:09:26.614 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.614 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.614 INFO kablam! ... Oct 22 02:09:26.614 INFO kablam! 2978 | rt_alloc_excess_used!(rt_pow2_128bytes_16align_alloc_excess_used, 128, 16); Oct 22 02:09:26.614 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.614 INFO kablam! | Oct 22 02:09:26.614 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.614 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.614 INFO kablam! | Oct 22 02:09:26.614 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.614 INFO kablam! | Oct 22 02:09:26.614 INFO kablam! Oct 22 02:09:26.614 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.614 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.614 INFO kablam! | Oct 22 02:09:26.614 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.614 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.614 INFO kablam! ... Oct 22 02:09:26.614 INFO kablam! 2991 | rt_alloc_excess_used!(rt_pow2_256bytes_16align_alloc_excess_used, 256, 16); Oct 22 02:09:26.614 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.614 INFO kablam! Oct 22 02:09:26.614 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.615 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.615 INFO kablam! | Oct 22 02:09:26.615 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.615 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.615 INFO kablam! ... Oct 22 02:09:26.615 INFO kablam! 2991 | rt_alloc_excess_used!(rt_pow2_256bytes_16align_alloc_excess_used, 256, 16); Oct 22 02:09:26.615 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.615 INFO kablam! | Oct 22 02:09:26.615 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.615 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.615 INFO kablam! | Oct 22 02:09:26.615 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.615 INFO kablam! | Oct 22 02:09:26.615 INFO kablam! Oct 22 02:09:26.615 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.615 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.615 INFO kablam! | Oct 22 02:09:26.615 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.615 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.615 INFO kablam! ... Oct 22 02:09:26.615 INFO kablam! 3004 | rt_alloc_excess_used!(rt_pow2_512bytes_16align_alloc_excess_used, 512, 16); Oct 22 02:09:26.615 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.615 INFO kablam! Oct 22 02:09:26.615 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.615 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.616 INFO kablam! | Oct 22 02:09:26.616 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.616 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.616 INFO kablam! ... Oct 22 02:09:26.616 INFO kablam! 3004 | rt_alloc_excess_used!(rt_pow2_512bytes_16align_alloc_excess_used, 512, 16); Oct 22 02:09:26.616 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.616 INFO kablam! | Oct 22 02:09:26.616 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.616 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.616 INFO kablam! | Oct 22 02:09:26.616 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.616 INFO kablam! | Oct 22 02:09:26.616 INFO kablam! Oct 22 02:09:26.616 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.616 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.616 INFO kablam! | Oct 22 02:09:26.616 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.616 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.616 INFO kablam! ... Oct 22 02:09:26.616 INFO kablam! 3017 | rt_alloc_excess_used!(rt_pow2_1024bytes_16align_alloc_excess_used, 1024, 16); Oct 22 02:09:26.616 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.616 INFO kablam! Oct 22 02:09:26.616 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.616 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.617 INFO kablam! | Oct 22 02:09:26.617 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.617 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.617 INFO kablam! ... Oct 22 02:09:26.617 INFO kablam! 3017 | rt_alloc_excess_used!(rt_pow2_1024bytes_16align_alloc_excess_used, 1024, 16); Oct 22 02:09:26.617 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.617 INFO kablam! | Oct 22 02:09:26.617 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.617 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.617 INFO kablam! | Oct 22 02:09:26.617 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.617 INFO kablam! | Oct 22 02:09:26.617 INFO kablam! Oct 22 02:09:26.617 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.617 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.617 INFO kablam! | Oct 22 02:09:26.617 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.617 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.617 INFO kablam! ... Oct 22 02:09:26.617 INFO kablam! 3030 | rt_alloc_excess_used!(rt_pow2_2048bytes_16align_alloc_excess_used, 2048, 16); Oct 22 02:09:26.617 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.617 INFO kablam! Oct 22 02:09:26.617 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.617 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.617 INFO kablam! | Oct 22 02:09:26.618 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.618 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.618 INFO kablam! ... Oct 22 02:09:26.618 INFO kablam! 3030 | rt_alloc_excess_used!(rt_pow2_2048bytes_16align_alloc_excess_used, 2048, 16); Oct 22 02:09:26.618 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.618 INFO kablam! | Oct 22 02:09:26.618 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.618 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.618 INFO kablam! | Oct 22 02:09:26.618 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.618 INFO kablam! | Oct 22 02:09:26.618 INFO kablam! Oct 22 02:09:26.618 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.618 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.618 INFO kablam! | Oct 22 02:09:26.618 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.618 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.618 INFO kablam! ... Oct 22 02:09:26.618 INFO kablam! 3043 | rt_alloc_excess_used!(rt_pow2_4096bytes_16align_alloc_excess_used, 4096, 16); Oct 22 02:09:26.618 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.618 INFO kablam! Oct 22 02:09:26.618 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.618 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.618 INFO kablam! | Oct 22 02:09:26.618 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.619 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.619 INFO kablam! ... Oct 22 02:09:26.619 INFO kablam! 3043 | rt_alloc_excess_used!(rt_pow2_4096bytes_16align_alloc_excess_used, 4096, 16); Oct 22 02:09:26.619 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.619 INFO kablam! | Oct 22 02:09:26.619 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.619 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.619 INFO kablam! | Oct 22 02:09:26.619 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.619 INFO kablam! | Oct 22 02:09:26.619 INFO kablam! Oct 22 02:09:26.619 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.619 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.619 INFO kablam! | Oct 22 02:09:26.619 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.619 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.619 INFO kablam! ... Oct 22 02:09:26.619 INFO kablam! 3056 | rt_alloc_excess_used!(rt_pow2_8192bytes_16align_alloc_excess_used, 8192, 16); Oct 22 02:09:26.619 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.619 INFO kablam! Oct 22 02:09:26.620 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.620 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.620 INFO kablam! | Oct 22 02:09:26.620 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.620 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.620 INFO kablam! ... Oct 22 02:09:26.620 INFO kablam! 3056 | rt_alloc_excess_used!(rt_pow2_8192bytes_16align_alloc_excess_used, 8192, 16); Oct 22 02:09:26.620 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.620 INFO kablam! | Oct 22 02:09:26.620 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.620 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.620 INFO kablam! | Oct 22 02:09:26.620 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.620 INFO kablam! | Oct 22 02:09:26.620 INFO kablam! Oct 22 02:09:26.620 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.620 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.620 INFO kablam! | Oct 22 02:09:26.620 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.620 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.620 INFO kablam! ... Oct 22 02:09:26.620 INFO kablam! 3069 | rt_alloc_excess_used!(rt_pow2_16384bytes_16align_alloc_excess_used, 16384, 16); Oct 22 02:09:26.620 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.620 INFO kablam! Oct 22 02:09:26.620 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.620 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.620 INFO kablam! | Oct 22 02:09:26.620 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.620 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.620 INFO kablam! ... Oct 22 02:09:26.620 INFO kablam! 3069 | rt_alloc_excess_used!(rt_pow2_16384bytes_16align_alloc_excess_used, 16384, 16); Oct 22 02:09:26.620 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.620 INFO kablam! | Oct 22 02:09:26.620 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.620 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.620 INFO kablam! | Oct 22 02:09:26.620 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.620 INFO kablam! | Oct 22 02:09:26.620 INFO kablam! Oct 22 02:09:26.620 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.620 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.620 INFO kablam! | Oct 22 02:09:26.620 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.620 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.620 INFO kablam! ... Oct 22 02:09:26.620 INFO kablam! 3082 | rt_alloc_excess_used!(rt_pow2_32768bytes_16align_alloc_excess_used, 32768, 16); Oct 22 02:09:26.620 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.620 INFO kablam! Oct 22 02:09:26.621 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.621 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.621 INFO kablam! | Oct 22 02:09:26.621 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.621 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.621 INFO kablam! ... Oct 22 02:09:26.621 INFO kablam! 3082 | rt_alloc_excess_used!(rt_pow2_32768bytes_16align_alloc_excess_used, 32768, 16); Oct 22 02:09:26.621 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.621 INFO kablam! | Oct 22 02:09:26.621 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.621 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.621 INFO kablam! | Oct 22 02:09:26.621 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.621 INFO kablam! | Oct 22 02:09:26.621 INFO kablam! Oct 22 02:09:26.621 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.621 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.621 INFO kablam! | Oct 22 02:09:26.621 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.621 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.621 INFO kablam! ... Oct 22 02:09:26.621 INFO kablam! 3095 | rt_alloc_excess_used!(rt_pow2_65536bytes_16align_alloc_excess_used, 65536, 16); Oct 22 02:09:26.621 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.621 INFO kablam! Oct 22 02:09:26.621 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.621 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.621 INFO kablam! | Oct 22 02:09:26.621 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.621 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.621 INFO kablam! ... Oct 22 02:09:26.621 INFO kablam! 3095 | rt_alloc_excess_used!(rt_pow2_65536bytes_16align_alloc_excess_used, 65536, 16); Oct 22 02:09:26.621 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.621 INFO kablam! | Oct 22 02:09:26.621 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.621 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.621 INFO kablam! | Oct 22 02:09:26.621 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.621 INFO kablam! | Oct 22 02:09:26.621 INFO kablam! Oct 22 02:09:26.621 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.621 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.621 INFO kablam! | Oct 22 02:09:26.621 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.621 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.621 INFO kablam! ... Oct 22 02:09:26.621 INFO kablam! 3108 | rt_alloc_excess_used!(rt_pow2_131072bytes_16align_alloc_excess_used, 131072, 16); Oct 22 02:09:26.621 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.621 INFO kablam! Oct 22 02:09:26.628 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.628 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.629 INFO kablam! | Oct 22 02:09:26.629 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.629 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.629 INFO kablam! ... Oct 22 02:09:26.629 INFO kablam! 3108 | rt_alloc_excess_used!(rt_pow2_131072bytes_16align_alloc_excess_used, 131072, 16); Oct 22 02:09:26.629 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.629 INFO kablam! | Oct 22 02:09:26.629 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.629 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.629 INFO kablam! | Oct 22 02:09:26.629 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.629 INFO kablam! | Oct 22 02:09:26.629 INFO kablam! Oct 22 02:09:26.629 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.629 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.629 INFO kablam! | Oct 22 02:09:26.629 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.629 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.629 INFO kablam! ... Oct 22 02:09:26.629 INFO kablam! 3121 | rt_alloc_excess_used!(rt_pow2_4194304bytes_16align_alloc_excess_used, 4194304, 16); Oct 22 02:09:26.629 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.629 INFO kablam! Oct 22 02:09:26.629 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.629 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.629 INFO kablam! | Oct 22 02:09:26.629 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.629 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.629 INFO kablam! ... Oct 22 02:09:26.629 INFO kablam! 3121 | rt_alloc_excess_used!(rt_pow2_4194304bytes_16align_alloc_excess_used, 4194304, 16); Oct 22 02:09:26.629 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.629 INFO kablam! | Oct 22 02:09:26.629 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.629 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.629 INFO kablam! | Oct 22 02:09:26.629 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.629 INFO kablam! | Oct 22 02:09:26.629 INFO kablam! Oct 22 02:09:26.629 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.629 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.629 INFO kablam! | Oct 22 02:09:26.629 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.629 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.629 INFO kablam! ... Oct 22 02:09:26.629 INFO kablam! 3135 | rt_alloc_excess_used!(rt_even_10bytes_16align_alloc_excess_used, 10, 16); Oct 22 02:09:26.629 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.629 INFO kablam! Oct 22 02:09:26.629 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.629 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.629 INFO kablam! | Oct 22 02:09:26.629 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.629 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.629 INFO kablam! ... Oct 22 02:09:26.629 INFO kablam! 3135 | rt_alloc_excess_used!(rt_even_10bytes_16align_alloc_excess_used, 10, 16); Oct 22 02:09:26.629 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.629 INFO kablam! | Oct 22 02:09:26.629 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.629 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.629 INFO kablam! | Oct 22 02:09:26.629 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.629 INFO kablam! | Oct 22 02:09:26.629 INFO kablam! Oct 22 02:09:26.629 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.629 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.629 INFO kablam! | Oct 22 02:09:26.629 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.629 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.629 INFO kablam! ... Oct 22 02:09:26.629 INFO kablam! 3148 | rt_alloc_excess_used!(rt_even_100bytes_16align_alloc_excess_used, 100, 16); Oct 22 02:09:26.629 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.629 INFO kablam! Oct 22 02:09:26.629 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.629 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.629 INFO kablam! | Oct 22 02:09:26.629 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.629 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.629 INFO kablam! ... Oct 22 02:09:26.629 INFO kablam! 3148 | rt_alloc_excess_used!(rt_even_100bytes_16align_alloc_excess_used, 100, 16); Oct 22 02:09:26.629 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.629 INFO kablam! | Oct 22 02:09:26.629 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.629 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.629 INFO kablam! | Oct 22 02:09:26.629 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.629 INFO kablam! | Oct 22 02:09:26.629 INFO kablam! Oct 22 02:09:26.629 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.629 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.630 INFO kablam! | Oct 22 02:09:26.630 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.630 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.630 INFO kablam! ... Oct 22 02:09:26.630 INFO kablam! 3161 | rt_alloc_excess_used!(rt_even_1000bytes_16align_alloc_excess_used, 1000, 16); Oct 22 02:09:26.630 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.630 INFO kablam! Oct 22 02:09:26.630 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.630 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.630 INFO kablam! | Oct 22 02:09:26.630 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.630 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.630 INFO kablam! ... Oct 22 02:09:26.630 INFO kablam! 3161 | rt_alloc_excess_used!(rt_even_1000bytes_16align_alloc_excess_used, 1000, 16); Oct 22 02:09:26.630 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.630 INFO kablam! | Oct 22 02:09:26.630 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.630 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.630 INFO kablam! | Oct 22 02:09:26.630 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.630 INFO kablam! | Oct 22 02:09:26.630 INFO kablam! Oct 22 02:09:26.640 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.640 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.640 INFO kablam! | Oct 22 02:09:26.640 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.640 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.640 INFO kablam! ... Oct 22 02:09:26.640 INFO kablam! 3174 | rt_alloc_excess_used!(rt_even_10000bytes_16align_alloc_excess_used, 10000, 16); Oct 22 02:09:26.640 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.640 INFO kablam! Oct 22 02:09:26.640 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.640 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.640 INFO kablam! | Oct 22 02:09:26.640 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.640 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.640 INFO kablam! ... Oct 22 02:09:26.640 INFO kablam! 3174 | rt_alloc_excess_used!(rt_even_10000bytes_16align_alloc_excess_used, 10000, 16); Oct 22 02:09:26.640 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.640 INFO kablam! | Oct 22 02:09:26.640 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.640 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.640 INFO kablam! | Oct 22 02:09:26.640 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.640 INFO kablam! | Oct 22 02:09:26.640 INFO kablam! Oct 22 02:09:26.640 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.640 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.640 INFO kablam! | Oct 22 02:09:26.640 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.640 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.640 INFO kablam! ... Oct 22 02:09:26.640 INFO kablam! 3187 | rt_alloc_excess_used!(rt_even_100000bytes_16align_alloc_excess_used, 100000, 16); Oct 22 02:09:26.640 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.640 INFO kablam! Oct 22 02:09:26.640 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.640 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.640 INFO kablam! | Oct 22 02:09:26.640 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.640 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.640 INFO kablam! ... Oct 22 02:09:26.640 INFO kablam! 3187 | rt_alloc_excess_used!(rt_even_100000bytes_16align_alloc_excess_used, 100000, 16); Oct 22 02:09:26.640 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.640 INFO kablam! | Oct 22 02:09:26.640 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.640 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.640 INFO kablam! | Oct 22 02:09:26.641 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.641 INFO kablam! | Oct 22 02:09:26.641 INFO kablam! Oct 22 02:09:26.641 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.641 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.641 INFO kablam! | Oct 22 02:09:26.641 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.641 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.641 INFO kablam! ... Oct 22 02:09:26.641 INFO kablam! 3200 | rt_alloc_excess_used!(rt_even_1000000bytes_16align_alloc_excess_used, 1000000, 16); Oct 22 02:09:26.641 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.641 INFO kablam! Oct 22 02:09:26.641 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.641 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.641 INFO kablam! | Oct 22 02:09:26.641 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.641 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.641 INFO kablam! ... Oct 22 02:09:26.641 INFO kablam! 3200 | rt_alloc_excess_used!(rt_even_1000000bytes_16align_alloc_excess_used, 1000000, 16); Oct 22 02:09:26.641 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.641 INFO kablam! | Oct 22 02:09:26.641 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.641 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.641 INFO kablam! | Oct 22 02:09:26.641 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.641 INFO kablam! | Oct 22 02:09:26.641 INFO kablam! Oct 22 02:09:26.641 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.641 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.641 INFO kablam! | Oct 22 02:09:26.641 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.641 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.641 INFO kablam! ... Oct 22 02:09:26.641 INFO kablam! 3214 | rt_alloc_excess_used!(rt_odd_10bytes_16align_alloc_excess_used, 10- 1, 16); Oct 22 02:09:26.641 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.641 INFO kablam! Oct 22 02:09:26.641 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.641 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.641 INFO kablam! | Oct 22 02:09:26.641 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.641 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.641 INFO kablam! ... Oct 22 02:09:26.641 INFO kablam! 3214 | rt_alloc_excess_used!(rt_odd_10bytes_16align_alloc_excess_used, 10- 1, 16); Oct 22 02:09:26.641 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.641 INFO kablam! | Oct 22 02:09:26.641 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.641 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.641 INFO kablam! | Oct 22 02:09:26.641 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.641 INFO kablam! | Oct 22 02:09:26.641 INFO kablam! Oct 22 02:09:26.641 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.641 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.641 INFO kablam! | Oct 22 02:09:26.641 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.641 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.641 INFO kablam! ... Oct 22 02:09:26.641 INFO kablam! 3227 | rt_alloc_excess_used!(rt_odd_100bytes_16align_alloc_excess_used, 100- 1, 16); Oct 22 02:09:26.641 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.641 INFO kablam! Oct 22 02:09:26.641 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.641 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.641 INFO kablam! | Oct 22 02:09:26.641 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.641 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.641 INFO kablam! ... Oct 22 02:09:26.641 INFO kablam! 3227 | rt_alloc_excess_used!(rt_odd_100bytes_16align_alloc_excess_used, 100- 1, 16); Oct 22 02:09:26.641 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.641 INFO kablam! | Oct 22 02:09:26.641 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.641 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.641 INFO kablam! | Oct 22 02:09:26.641 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.641 INFO kablam! | Oct 22 02:09:26.641 INFO kablam! Oct 22 02:09:26.641 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.641 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.641 INFO kablam! | Oct 22 02:09:26.641 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.641 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.641 INFO kablam! ... Oct 22 02:09:26.641 INFO kablam! 3240 | rt_alloc_excess_used!(rt_odd_1000bytes_16align_alloc_excess_used, 1000- 1, 16); Oct 22 02:09:26.641 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.641 INFO kablam! Oct 22 02:09:26.641 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.642 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.642 INFO kablam! | Oct 22 02:09:26.642 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.642 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.642 INFO kablam! ... Oct 22 02:09:26.642 INFO kablam! 3240 | rt_alloc_excess_used!(rt_odd_1000bytes_16align_alloc_excess_used, 1000- 1, 16); Oct 22 02:09:26.642 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.642 INFO kablam! | Oct 22 02:09:26.642 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.642 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.642 INFO kablam! | Oct 22 02:09:26.642 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.642 INFO kablam! | Oct 22 02:09:26.642 INFO kablam! Oct 22 02:09:26.648 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.648 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.648 INFO kablam! | Oct 22 02:09:26.648 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.648 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.648 INFO kablam! ... Oct 22 02:09:26.648 INFO kablam! 3253 | rt_alloc_excess_used!(rt_odd_10000bytes_16align_alloc_excess_used, 10000- 1, 16); Oct 22 02:09:26.648 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.648 INFO kablam! Oct 22 02:09:26.648 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.648 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.648 INFO kablam! | Oct 22 02:09:26.648 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.648 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.648 INFO kablam! ... Oct 22 02:09:26.648 INFO kablam! 3253 | rt_alloc_excess_used!(rt_odd_10000bytes_16align_alloc_excess_used, 10000- 1, 16); Oct 22 02:09:26.648 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.648 INFO kablam! | Oct 22 02:09:26.648 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.648 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.648 INFO kablam! | Oct 22 02:09:26.648 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.648 INFO kablam! | Oct 22 02:09:26.648 INFO kablam! Oct 22 02:09:26.648 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.648 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.648 INFO kablam! | Oct 22 02:09:26.648 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.648 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.648 INFO kablam! ... Oct 22 02:09:26.648 INFO kablam! 3266 | rt_alloc_excess_used!(rt_odd_100000bytes_16align_alloc_excess_used, 100000- 1, 16); Oct 22 02:09:26.648 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.648 INFO kablam! Oct 22 02:09:26.648 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.648 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.648 INFO kablam! | Oct 22 02:09:26.648 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.648 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.648 INFO kablam! ... Oct 22 02:09:26.648 INFO kablam! 3266 | rt_alloc_excess_used!(rt_odd_100000bytes_16align_alloc_excess_used, 100000- 1, 16); Oct 22 02:09:26.648 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.648 INFO kablam! | Oct 22 02:09:26.648 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.648 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.648 INFO kablam! | Oct 22 02:09:26.648 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.648 INFO kablam! | Oct 22 02:09:26.649 INFO kablam! Oct 22 02:09:26.649 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.649 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.649 INFO kablam! | Oct 22 02:09:26.649 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.649 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.649 INFO kablam! ... Oct 22 02:09:26.649 INFO kablam! 3279 | rt_alloc_excess_used!(rt_odd_1000000bytes_16align_alloc_excess_used, 1000000- 1, 16); Oct 22 02:09:26.649 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.649 INFO kablam! Oct 22 02:09:26.649 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.649 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.649 INFO kablam! | Oct 22 02:09:26.649 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.649 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.649 INFO kablam! ... Oct 22 02:09:26.649 INFO kablam! 3279 | rt_alloc_excess_used!(rt_odd_1000000bytes_16align_alloc_excess_used, 1000000- 1, 16); Oct 22 02:09:26.649 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.649 INFO kablam! | Oct 22 02:09:26.649 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.649 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.649 INFO kablam! | Oct 22 02:09:26.649 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.649 INFO kablam! | Oct 22 02:09:26.649 INFO kablam! Oct 22 02:09:26.649 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.649 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.649 INFO kablam! | Oct 22 02:09:26.649 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.649 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.649 INFO kablam! ... Oct 22 02:09:26.649 INFO kablam! 3293 | rt_alloc_excess_used!(rt_primes_3bytes_16align_alloc_excess_used, 3, 16); Oct 22 02:09:26.649 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.649 INFO kablam! Oct 22 02:09:26.656 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.656 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.656 INFO kablam! | Oct 22 02:09:26.656 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.656 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.656 INFO kablam! ... Oct 22 02:09:26.657 INFO kablam! 3293 | rt_alloc_excess_used!(rt_primes_3bytes_16align_alloc_excess_used, 3, 16); Oct 22 02:09:26.657 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.657 INFO kablam! | Oct 22 02:09:26.657 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.657 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.657 INFO kablam! | Oct 22 02:09:26.657 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.657 INFO kablam! | Oct 22 02:09:26.657 INFO kablam! Oct 22 02:09:26.657 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.657 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.657 INFO kablam! | Oct 22 02:09:26.657 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.657 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.657 INFO kablam! ... Oct 22 02:09:26.657 INFO kablam! 3306 | rt_alloc_excess_used!(rt_primes_7bytes_16align_alloc_excess_used, 7, 16); Oct 22 02:09:26.657 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.657 INFO kablam! Oct 22 02:09:26.657 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.657 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.657 INFO kablam! | Oct 22 02:09:26.657 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.657 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.657 INFO kablam! ... Oct 22 02:09:26.658 INFO kablam! 3306 | rt_alloc_excess_used!(rt_primes_7bytes_16align_alloc_excess_used, 7, 16); Oct 22 02:09:26.658 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.658 INFO kablam! | Oct 22 02:09:26.658 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.658 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.658 INFO kablam! | Oct 22 02:09:26.658 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.658 INFO kablam! | Oct 22 02:09:26.658 INFO kablam! Oct 22 02:09:26.658 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.658 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.658 INFO kablam! | Oct 22 02:09:26.658 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.658 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.658 INFO kablam! ... Oct 22 02:09:26.658 INFO kablam! 3319 | rt_alloc_excess_used!(rt_primes_13bytes_16align_alloc_excess_used, 13, 16); Oct 22 02:09:26.658 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.658 INFO kablam! Oct 22 02:09:26.658 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.658 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.658 INFO kablam! | Oct 22 02:09:26.658 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.658 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.658 INFO kablam! ... Oct 22 02:09:26.658 INFO kablam! 3319 | rt_alloc_excess_used!(rt_primes_13bytes_16align_alloc_excess_used, 13, 16); Oct 22 02:09:26.659 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.659 INFO kablam! | Oct 22 02:09:26.659 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.659 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.659 INFO kablam! | Oct 22 02:09:26.659 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.659 INFO kablam! | Oct 22 02:09:26.659 INFO kablam! Oct 22 02:09:26.659 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.659 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.659 INFO kablam! | Oct 22 02:09:26.659 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.659 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.659 INFO kablam! ... Oct 22 02:09:26.659 INFO kablam! 3332 | rt_alloc_excess_used!(rt_primes_17bytes_16align_alloc_excess_used, 17, 16); Oct 22 02:09:26.659 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.659 INFO kablam! Oct 22 02:09:26.659 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.659 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.659 INFO kablam! | Oct 22 02:09:26.659 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.659 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.659 INFO kablam! ... Oct 22 02:09:26.659 INFO kablam! 3332 | rt_alloc_excess_used!(rt_primes_17bytes_16align_alloc_excess_used, 17, 16); Oct 22 02:09:26.659 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.660 INFO kablam! | Oct 22 02:09:26.660 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.660 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.660 INFO kablam! | Oct 22 02:09:26.660 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.660 INFO kablam! | Oct 22 02:09:26.660 INFO kablam! Oct 22 02:09:26.660 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.660 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.660 INFO kablam! | Oct 22 02:09:26.660 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.660 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.660 INFO kablam! ... Oct 22 02:09:26.660 INFO kablam! 3345 | rt_alloc_excess_used!(rt_primes_31bytes_16align_alloc_excess_used, 31, 16); Oct 22 02:09:26.660 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.660 INFO kablam! Oct 22 02:09:26.660 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.660 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.660 INFO kablam! | Oct 22 02:09:26.660 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.660 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.660 INFO kablam! ... Oct 22 02:09:26.660 INFO kablam! 3345 | rt_alloc_excess_used!(rt_primes_31bytes_16align_alloc_excess_used, 31, 16); Oct 22 02:09:26.660 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.660 INFO kablam! | Oct 22 02:09:26.660 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.660 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.660 INFO kablam! | Oct 22 02:09:26.660 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.660 INFO kablam! | Oct 22 02:09:26.660 INFO kablam! Oct 22 02:09:26.661 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.661 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.661 INFO kablam! | Oct 22 02:09:26.661 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.661 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.661 INFO kablam! ... Oct 22 02:09:26.661 INFO kablam! 3358 | rt_alloc_excess_used!(rt_primes_61bytes_16align_alloc_excess_used, 61, 16); Oct 22 02:09:26.661 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.661 INFO kablam! Oct 22 02:09:26.661 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.661 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.661 INFO kablam! | Oct 22 02:09:26.661 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.661 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.661 INFO kablam! ... Oct 22 02:09:26.661 INFO kablam! 3358 | rt_alloc_excess_used!(rt_primes_61bytes_16align_alloc_excess_used, 61, 16); Oct 22 02:09:26.661 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.661 INFO kablam! | Oct 22 02:09:26.661 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.662 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.662 INFO kablam! | Oct 22 02:09:26.662 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.662 INFO kablam! | Oct 22 02:09:26.662 INFO kablam! Oct 22 02:09:26.662 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.662 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.662 INFO kablam! | Oct 22 02:09:26.662 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.662 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.662 INFO kablam! ... Oct 22 02:09:26.662 INFO kablam! 3371 | rt_alloc_excess_used!(rt_primes_96bytes_16align_alloc_excess_used, 96, 16); Oct 22 02:09:26.662 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.662 INFO kablam! Oct 22 02:09:26.664 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.664 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.664 INFO kablam! | Oct 22 02:09:26.664 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.664 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.665 INFO kablam! ... Oct 22 02:09:26.665 INFO kablam! 3371 | rt_alloc_excess_used!(rt_primes_96bytes_16align_alloc_excess_used, 96, 16); Oct 22 02:09:26.665 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.665 INFO kablam! | Oct 22 02:09:26.665 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.665 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.665 INFO kablam! | Oct 22 02:09:26.665 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.665 INFO kablam! | Oct 22 02:09:26.665 INFO kablam! Oct 22 02:09:26.665 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.665 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.665 INFO kablam! | Oct 22 02:09:26.665 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.665 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.665 INFO kablam! ... Oct 22 02:09:26.665 INFO kablam! 3384 | rt_alloc_excess_used!(rt_primes_127bytes_16align_alloc_excess_used, 127, 16); Oct 22 02:09:26.665 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.665 INFO kablam! Oct 22 02:09:26.665 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.666 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.666 INFO kablam! | Oct 22 02:09:26.666 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.666 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.666 INFO kablam! ... Oct 22 02:09:26.666 INFO kablam! 3384 | rt_alloc_excess_used!(rt_primes_127bytes_16align_alloc_excess_used, 127, 16); Oct 22 02:09:26.666 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.666 INFO kablam! | Oct 22 02:09:26.666 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.666 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.666 INFO kablam! | Oct 22 02:09:26.666 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.666 INFO kablam! | Oct 22 02:09:26.666 INFO kablam! Oct 22 02:09:26.666 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.666 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.666 INFO kablam! | Oct 22 02:09:26.666 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.666 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.666 INFO kablam! ... Oct 22 02:09:26.666 INFO kablam! 3397 | rt_alloc_excess_used!(rt_primes_257bytes_16align_alloc_excess_used, 257, 16); Oct 22 02:09:26.666 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.667 INFO kablam! Oct 22 02:09:26.667 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.667 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.667 INFO kablam! | Oct 22 02:09:26.667 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.667 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.667 INFO kablam! ... Oct 22 02:09:26.667 INFO kablam! 3397 | rt_alloc_excess_used!(rt_primes_257bytes_16align_alloc_excess_used, 257, 16); Oct 22 02:09:26.667 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.667 INFO kablam! | Oct 22 02:09:26.667 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.667 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.667 INFO kablam! | Oct 22 02:09:26.667 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.667 INFO kablam! | Oct 22 02:09:26.667 INFO kablam! Oct 22 02:09:26.667 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.667 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.667 INFO kablam! | Oct 22 02:09:26.667 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.667 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.667 INFO kablam! ... Oct 22 02:09:26.668 INFO kablam! 3410 | rt_alloc_excess_used!(rt_primes_509bytes_16align_alloc_excess_used, 509, 16); Oct 22 02:09:26.668 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.668 INFO kablam! Oct 22 02:09:26.668 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.668 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.668 INFO kablam! | Oct 22 02:09:26.668 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.668 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.668 INFO kablam! ... Oct 22 02:09:26.668 INFO kablam! 3410 | rt_alloc_excess_used!(rt_primes_509bytes_16align_alloc_excess_used, 509, 16); Oct 22 02:09:26.668 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.668 INFO kablam! | Oct 22 02:09:26.668 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.668 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.669 INFO kablam! | Oct 22 02:09:26.669 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.669 INFO kablam! | Oct 22 02:09:26.669 INFO kablam! Oct 22 02:09:26.676 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.676 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.676 INFO kablam! | Oct 22 02:09:26.676 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.676 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.676 INFO kablam! ... Oct 22 02:09:26.676 INFO kablam! 3423 | rt_alloc_excess_used!(rt_primes_1021bytes_16align_alloc_excess_used, 1021, 16); Oct 22 02:09:26.676 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.676 INFO kablam! Oct 22 02:09:26.676 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.677 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.677 INFO kablam! | Oct 22 02:09:26.677 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.677 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.677 INFO kablam! ... Oct 22 02:09:26.677 INFO kablam! 3423 | rt_alloc_excess_used!(rt_primes_1021bytes_16align_alloc_excess_used, 1021, 16); Oct 22 02:09:26.677 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.677 INFO kablam! | Oct 22 02:09:26.677 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.677 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.677 INFO kablam! | Oct 22 02:09:26.677 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.677 INFO kablam! | Oct 22 02:09:26.677 INFO kablam! Oct 22 02:09:26.677 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.677 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.677 INFO kablam! | Oct 22 02:09:26.677 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.677 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.677 INFO kablam! ... Oct 22 02:09:26.678 INFO kablam! 3436 | rt_alloc_excess_used!(rt_primes_2039bytes_16align_alloc_excess_used, 2039, 16); Oct 22 02:09:26.678 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.678 INFO kablam! Oct 22 02:09:26.678 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.678 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.678 INFO kablam! | Oct 22 02:09:26.678 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.678 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.678 INFO kablam! ... Oct 22 02:09:26.678 INFO kablam! 3436 | rt_alloc_excess_used!(rt_primes_2039bytes_16align_alloc_excess_used, 2039, 16); Oct 22 02:09:26.678 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.679 INFO kablam! | Oct 22 02:09:26.679 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.679 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.679 INFO kablam! | Oct 22 02:09:26.679 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.679 INFO kablam! | Oct 22 02:09:26.679 INFO kablam! Oct 22 02:09:26.679 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.679 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.679 INFO kablam! | Oct 22 02:09:26.679 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.680 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.680 INFO kablam! ... Oct 22 02:09:26.680 INFO kablam! 3449 | rt_alloc_excess_used!(rt_primes_4093bytes_16align_alloc_excess_used, 4093, 16); Oct 22 02:09:26.680 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.680 INFO kablam! Oct 22 02:09:26.680 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.680 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.680 INFO kablam! | Oct 22 02:09:26.680 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.680 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.680 INFO kablam! ... Oct 22 02:09:26.680 INFO kablam! 3449 | rt_alloc_excess_used!(rt_primes_4093bytes_16align_alloc_excess_used, 4093, 16); Oct 22 02:09:26.680 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.681 INFO kablam! | Oct 22 02:09:26.681 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.681 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.681 INFO kablam! | Oct 22 02:09:26.681 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.681 INFO kablam! | Oct 22 02:09:26.681 INFO kablam! Oct 22 02:09:26.681 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.681 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.681 INFO kablam! | Oct 22 02:09:26.681 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.681 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.681 INFO kablam! ... Oct 22 02:09:26.681 INFO kablam! 3462 | rt_alloc_excess_used!(rt_primes_8191bytes_16align_alloc_excess_used, 8191, 16); Oct 22 02:09:26.681 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.681 INFO kablam! Oct 22 02:09:26.681 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.681 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.681 INFO kablam! | Oct 22 02:09:26.681 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.681 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.681 INFO kablam! ... Oct 22 02:09:26.682 INFO kablam! 3462 | rt_alloc_excess_used!(rt_primes_8191bytes_16align_alloc_excess_used, 8191, 16); Oct 22 02:09:26.682 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.682 INFO kablam! | Oct 22 02:09:26.682 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.682 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.682 INFO kablam! | Oct 22 02:09:26.682 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.682 INFO kablam! | Oct 22 02:09:26.682 INFO kablam! Oct 22 02:09:26.682 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.682 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.682 INFO kablam! | Oct 22 02:09:26.682 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.682 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.682 INFO kablam! ... Oct 22 02:09:26.682 INFO kablam! 3475 | rt_alloc_excess_used!(rt_primes_16381bytes_16align_alloc_excess_used, 16381, 16); Oct 22 02:09:26.682 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.682 INFO kablam! Oct 22 02:09:26.682 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.682 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.682 INFO kablam! | Oct 22 02:09:26.682 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.682 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.682 INFO kablam! ... Oct 22 02:09:26.683 INFO kablam! 3475 | rt_alloc_excess_used!(rt_primes_16381bytes_16align_alloc_excess_used, 16381, 16); Oct 22 02:09:26.683 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.683 INFO kablam! | Oct 22 02:09:26.683 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.683 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.683 INFO kablam! | Oct 22 02:09:26.683 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.683 INFO kablam! | Oct 22 02:09:26.683 INFO kablam! Oct 22 02:09:26.683 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.683 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.683 INFO kablam! | Oct 22 02:09:26.683 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.683 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.683 INFO kablam! ... Oct 22 02:09:26.683 INFO kablam! 3488 | rt_alloc_excess_used!(rt_primes_32749bytes_16align_alloc_excess_used, 32749, 16); Oct 22 02:09:26.683 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.683 INFO kablam! Oct 22 02:09:26.683 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.683 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.683 INFO kablam! | Oct 22 02:09:26.683 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.683 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.683 INFO kablam! ... Oct 22 02:09:26.684 INFO kablam! 3488 | rt_alloc_excess_used!(rt_primes_32749bytes_16align_alloc_excess_used, 32749, 16); Oct 22 02:09:26.684 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.684 INFO kablam! | Oct 22 02:09:26.684 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.684 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.684 INFO kablam! | Oct 22 02:09:26.684 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.684 INFO kablam! | Oct 22 02:09:26.684 INFO kablam! Oct 22 02:09:26.684 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.684 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.684 INFO kablam! | Oct 22 02:09:26.684 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.684 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.684 INFO kablam! ... Oct 22 02:09:26.684 INFO kablam! 3501 | rt_alloc_excess_used!(rt_primes_65537bytes_16align_alloc_excess_used, 65537, 16); Oct 22 02:09:26.684 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.684 INFO kablam! Oct 22 02:09:26.684 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.685 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.685 INFO kablam! | Oct 22 02:09:26.685 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.685 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.685 INFO kablam! ... Oct 22 02:09:26.685 INFO kablam! 3501 | rt_alloc_excess_used!(rt_primes_65537bytes_16align_alloc_excess_used, 65537, 16); Oct 22 02:09:26.685 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.685 INFO kablam! | Oct 22 02:09:26.685 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.685 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.685 INFO kablam! | Oct 22 02:09:26.685 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.685 INFO kablam! | Oct 22 02:09:26.685 INFO kablam! Oct 22 02:09:26.685 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.685 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.685 INFO kablam! | Oct 22 02:09:26.685 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.685 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.685 INFO kablam! ... Oct 22 02:09:26.685 INFO kablam! 3514 | rt_alloc_excess_used!(rt_primes_131071bytes_16align_alloc_excess_used, 131071, 16); Oct 22 02:09:26.685 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.685 INFO kablam! Oct 22 02:09:26.685 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.686 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.686 INFO kablam! | Oct 22 02:09:26.686 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.686 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.686 INFO kablam! ... Oct 22 02:09:26.686 INFO kablam! 3514 | rt_alloc_excess_used!(rt_primes_131071bytes_16align_alloc_excess_used, 131071, 16); Oct 22 02:09:26.686 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.686 INFO kablam! | Oct 22 02:09:26.686 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.686 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.686 INFO kablam! | Oct 22 02:09:26.686 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.686 INFO kablam! | Oct 22 02:09:26.686 INFO kablam! Oct 22 02:09:26.686 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.686 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.686 INFO kablam! | Oct 22 02:09:26.686 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.686 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.686 INFO kablam! ... Oct 22 02:09:26.686 INFO kablam! 3527 | rt_alloc_excess_used!(rt_primes_4194301bytes_16align_alloc_excess_used, 4194301, 16); Oct 22 02:09:26.686 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.686 INFO kablam! Oct 22 02:09:26.690 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.690 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.690 INFO kablam! | Oct 22 02:09:26.690 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.693 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.693 INFO kablam! ... Oct 22 02:09:26.693 INFO kablam! 3527 | rt_alloc_excess_used!(rt_primes_4194301bytes_16align_alloc_excess_used, 4194301, 16); Oct 22 02:09:26.693 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.693 INFO kablam! | Oct 22 02:09:26.693 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.693 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.693 INFO kablam! | Oct 22 02:09:26.693 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.694 INFO kablam! | Oct 22 02:09:26.694 INFO kablam! Oct 22 02:09:26.694 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.694 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.694 INFO kablam! | Oct 22 02:09:26.694 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.694 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.694 INFO kablam! ... Oct 22 02:09:26.694 INFO kablam! 3543 | rt_alloc_excess_used!(rt_pow2_1bytes_32align_alloc_excess_used, 1, 32); Oct 22 02:09:26.694 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.694 INFO kablam! Oct 22 02:09:26.694 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.694 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.694 INFO kablam! | Oct 22 02:09:26.694 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.694 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.694 INFO kablam! ... Oct 22 02:09:26.694 INFO kablam! 3543 | rt_alloc_excess_used!(rt_pow2_1bytes_32align_alloc_excess_used, 1, 32); Oct 22 02:09:26.694 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.694 INFO kablam! | Oct 22 02:09:26.695 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.695 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.695 INFO kablam! | Oct 22 02:09:26.695 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.695 INFO kablam! | Oct 22 02:09:26.695 INFO kablam! Oct 22 02:09:26.695 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.695 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.695 INFO kablam! | Oct 22 02:09:26.695 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.695 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.695 INFO kablam! ... Oct 22 02:09:26.695 INFO kablam! 3556 | rt_alloc_excess_used!(rt_pow2_2bytes_32align_alloc_excess_used, 2, 32); Oct 22 02:09:26.695 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.695 INFO kablam! Oct 22 02:09:26.695 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.695 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.695 INFO kablam! | Oct 22 02:09:26.696 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.696 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.696 INFO kablam! ... Oct 22 02:09:26.696 INFO kablam! 3556 | rt_alloc_excess_used!(rt_pow2_2bytes_32align_alloc_excess_used, 2, 32); Oct 22 02:09:26.696 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.696 INFO kablam! | Oct 22 02:09:26.696 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.696 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.696 INFO kablam! | Oct 22 02:09:26.696 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.696 INFO kablam! | Oct 22 02:09:26.696 INFO kablam! Oct 22 02:09:26.696 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.696 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.696 INFO kablam! | Oct 22 02:09:26.696 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.696 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.696 INFO kablam! ... Oct 22 02:09:26.696 INFO kablam! 3569 | rt_alloc_excess_used!(rt_pow2_4bytes_32align_alloc_excess_used, 4, 32); Oct 22 02:09:26.696 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.696 INFO kablam! Oct 22 02:09:26.697 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.697 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.697 INFO kablam! | Oct 22 02:09:26.697 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.697 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.697 INFO kablam! ... Oct 22 02:09:26.697 INFO kablam! 3569 | rt_alloc_excess_used!(rt_pow2_4bytes_32align_alloc_excess_used, 4, 32); Oct 22 02:09:26.697 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.697 INFO kablam! | Oct 22 02:09:26.697 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.697 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.697 INFO kablam! | Oct 22 02:09:26.697 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.697 INFO kablam! | Oct 22 02:09:26.697 INFO kablam! Oct 22 02:09:26.697 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.697 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.697 INFO kablam! | Oct 22 02:09:26.697 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.697 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.697 INFO kablam! ... Oct 22 02:09:26.697 INFO kablam! 3582 | rt_alloc_excess_used!(rt_pow2_8bytes_32align_alloc_excess_used, 8, 32); Oct 22 02:09:26.697 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.697 INFO kablam! Oct 22 02:09:26.697 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.698 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.698 INFO kablam! | Oct 22 02:09:26.698 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.698 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.698 INFO kablam! ... Oct 22 02:09:26.698 INFO kablam! 3582 | rt_alloc_excess_used!(rt_pow2_8bytes_32align_alloc_excess_used, 8, 32); Oct 22 02:09:26.698 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.698 INFO kablam! | Oct 22 02:09:26.698 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.698 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.698 INFO kablam! | Oct 22 02:09:26.698 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.698 INFO kablam! | Oct 22 02:09:26.698 INFO kablam! Oct 22 02:09:26.698 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.698 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.698 INFO kablam! | Oct 22 02:09:26.698 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.698 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.698 INFO kablam! ... Oct 22 02:09:26.698 INFO kablam! 3595 | rt_alloc_excess_used!(rt_pow2_16bytes_32align_alloc_excess_used, 16, 32); Oct 22 02:09:26.698 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.698 INFO kablam! Oct 22 02:09:26.698 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.699 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.699 INFO kablam! | Oct 22 02:09:26.699 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.699 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.699 INFO kablam! ... Oct 22 02:09:26.699 INFO kablam! 3595 | rt_alloc_excess_used!(rt_pow2_16bytes_32align_alloc_excess_used, 16, 32); Oct 22 02:09:26.699 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.699 INFO kablam! | Oct 22 02:09:26.699 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.699 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.699 INFO kablam! | Oct 22 02:09:26.699 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.699 INFO kablam! | Oct 22 02:09:26.699 INFO kablam! Oct 22 02:09:26.699 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.699 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.699 INFO kablam! | Oct 22 02:09:26.699 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.699 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.699 INFO kablam! ... Oct 22 02:09:26.699 INFO kablam! 3608 | rt_alloc_excess_used!(rt_pow2_32bytes_32align_alloc_excess_used, 32, 32); Oct 22 02:09:26.699 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.699 INFO kablam! Oct 22 02:09:26.699 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.699 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.700 INFO kablam! | Oct 22 02:09:26.700 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.700 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.700 INFO kablam! ... Oct 22 02:09:26.700 INFO kablam! 3608 | rt_alloc_excess_used!(rt_pow2_32bytes_32align_alloc_excess_used, 32, 32); Oct 22 02:09:26.700 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.700 INFO kablam! | Oct 22 02:09:26.700 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.700 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.700 INFO kablam! | Oct 22 02:09:26.700 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.700 INFO kablam! | Oct 22 02:09:26.700 INFO kablam! Oct 22 02:09:26.700 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.700 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.700 INFO kablam! | Oct 22 02:09:26.700 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.700 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.700 INFO kablam! ... Oct 22 02:09:26.701 INFO kablam! 3621 | rt_alloc_excess_used!(rt_pow2_64bytes_32align_alloc_excess_used, 64, 32); Oct 22 02:09:26.701 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.701 INFO kablam! Oct 22 02:09:26.701 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.701 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.701 INFO kablam! | Oct 22 02:09:26.701 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.701 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.701 INFO kablam! ... Oct 22 02:09:26.701 INFO kablam! 3621 | rt_alloc_excess_used!(rt_pow2_64bytes_32align_alloc_excess_used, 64, 32); Oct 22 02:09:26.701 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.701 INFO kablam! | Oct 22 02:09:26.701 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.701 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.701 INFO kablam! | Oct 22 02:09:26.701 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.701 INFO kablam! | Oct 22 02:09:26.701 INFO kablam! Oct 22 02:09:26.701 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.701 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.701 INFO kablam! | Oct 22 02:09:26.701 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.701 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.701 INFO kablam! ... Oct 22 02:09:26.701 INFO kablam! 3634 | rt_alloc_excess_used!(rt_pow2_128bytes_32align_alloc_excess_used, 128, 32); Oct 22 02:09:26.702 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.702 INFO kablam! Oct 22 02:09:26.702 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.702 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.702 INFO kablam! | Oct 22 02:09:26.702 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.702 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.702 INFO kablam! ... Oct 22 02:09:26.702 INFO kablam! 3634 | rt_alloc_excess_used!(rt_pow2_128bytes_32align_alloc_excess_used, 128, 32); Oct 22 02:09:26.702 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.702 INFO kablam! | Oct 22 02:09:26.702 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.702 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.702 INFO kablam! | Oct 22 02:09:26.702 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.702 INFO kablam! | Oct 22 02:09:26.702 INFO kablam! Oct 22 02:09:26.707 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.707 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.707 INFO kablam! | Oct 22 02:09:26.707 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.707 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.707 INFO kablam! ... Oct 22 02:09:26.707 INFO kablam! 3647 | rt_alloc_excess_used!(rt_pow2_256bytes_32align_alloc_excess_used, 256, 32); Oct 22 02:09:26.707 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.707 INFO kablam! Oct 22 02:09:26.707 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.707 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.707 INFO kablam! | Oct 22 02:09:26.708 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.708 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.708 INFO kablam! ... Oct 22 02:09:26.708 INFO kablam! 3647 | rt_alloc_excess_used!(rt_pow2_256bytes_32align_alloc_excess_used, 256, 32); Oct 22 02:09:26.708 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.708 INFO kablam! | Oct 22 02:09:26.708 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.708 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.708 INFO kablam! | Oct 22 02:09:26.708 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.708 INFO kablam! | Oct 22 02:09:26.708 INFO kablam! Oct 22 02:09:26.708 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.708 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.708 INFO kablam! | Oct 22 02:09:26.708 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.708 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.708 INFO kablam! ... Oct 22 02:09:26.708 INFO kablam! 3660 | rt_alloc_excess_used!(rt_pow2_512bytes_32align_alloc_excess_used, 512, 32); Oct 22 02:09:26.708 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.708 INFO kablam! Oct 22 02:09:26.708 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.709 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.709 INFO kablam! | Oct 22 02:09:26.709 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.709 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.709 INFO kablam! ... Oct 22 02:09:26.709 INFO kablam! 3660 | rt_alloc_excess_used!(rt_pow2_512bytes_32align_alloc_excess_used, 512, 32); Oct 22 02:09:26.709 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.709 INFO kablam! | Oct 22 02:09:26.709 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.709 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.709 INFO kablam! | Oct 22 02:09:26.709 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.709 INFO kablam! | Oct 22 02:09:26.709 INFO kablam! Oct 22 02:09:26.709 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.709 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.709 INFO kablam! | Oct 22 02:09:26.709 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.709 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.709 INFO kablam! ... Oct 22 02:09:26.709 INFO kablam! 3673 | rt_alloc_excess_used!(rt_pow2_1024bytes_32align_alloc_excess_used, 1024, 32); Oct 22 02:09:26.709 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.709 INFO kablam! Oct 22 02:09:26.713 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.713 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.713 INFO kablam! | Oct 22 02:09:26.713 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.713 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.713 INFO kablam! ... Oct 22 02:09:26.713 INFO kablam! 3673 | rt_alloc_excess_used!(rt_pow2_1024bytes_32align_alloc_excess_used, 1024, 32); Oct 22 02:09:26.713 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.713 INFO kablam! | Oct 22 02:09:26.713 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.713 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.713 INFO kablam! | Oct 22 02:09:26.713 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.713 INFO kablam! | Oct 22 02:09:26.713 INFO kablam! Oct 22 02:09:26.713 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.713 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.714 INFO kablam! | Oct 22 02:09:26.714 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.714 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.714 INFO kablam! ... Oct 22 02:09:26.714 INFO kablam! 3686 | rt_alloc_excess_used!(rt_pow2_2048bytes_32align_alloc_excess_used, 2048, 32); Oct 22 02:09:26.714 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.714 INFO kablam! Oct 22 02:09:26.714 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.714 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.714 INFO kablam! | Oct 22 02:09:26.714 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.714 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.714 INFO kablam! ... Oct 22 02:09:26.714 INFO kablam! 3686 | rt_alloc_excess_used!(rt_pow2_2048bytes_32align_alloc_excess_used, 2048, 32); Oct 22 02:09:26.714 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.714 INFO kablam! | Oct 22 02:09:26.714 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.714 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.714 INFO kablam! | Oct 22 02:09:26.714 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.714 INFO kablam! | Oct 22 02:09:26.714 INFO kablam! Oct 22 02:09:26.714 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.714 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.714 INFO kablam! | Oct 22 02:09:26.715 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.715 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.715 INFO kablam! ... Oct 22 02:09:26.715 INFO kablam! 3699 | rt_alloc_excess_used!(rt_pow2_4096bytes_32align_alloc_excess_used, 4096, 32); Oct 22 02:09:26.715 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.715 INFO kablam! Oct 22 02:09:26.715 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.715 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.715 INFO kablam! | Oct 22 02:09:26.715 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.715 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.715 INFO kablam! ... Oct 22 02:09:26.715 INFO kablam! 3699 | rt_alloc_excess_used!(rt_pow2_4096bytes_32align_alloc_excess_used, 4096, 32); Oct 22 02:09:26.715 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.715 INFO kablam! | Oct 22 02:09:26.715 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.715 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.715 INFO kablam! | Oct 22 02:09:26.715 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.715 INFO kablam! | Oct 22 02:09:26.715 INFO kablam! Oct 22 02:09:26.715 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.715 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.715 INFO kablam! | Oct 22 02:09:26.715 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.716 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.716 INFO kablam! ... Oct 22 02:09:26.716 INFO kablam! 3712 | rt_alloc_excess_used!(rt_pow2_8192bytes_32align_alloc_excess_used, 8192, 32); Oct 22 02:09:26.716 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.716 INFO kablam! Oct 22 02:09:26.716 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.716 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.716 INFO kablam! | Oct 22 02:09:26.716 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.716 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.716 INFO kablam! ... Oct 22 02:09:26.716 INFO kablam! 3712 | rt_alloc_excess_used!(rt_pow2_8192bytes_32align_alloc_excess_used, 8192, 32); Oct 22 02:09:26.716 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.716 INFO kablam! | Oct 22 02:09:26.716 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.716 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.716 INFO kablam! | Oct 22 02:09:26.716 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.716 INFO kablam! | Oct 22 02:09:26.716 INFO kablam! Oct 22 02:09:26.716 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.716 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.717 INFO kablam! | Oct 22 02:09:26.717 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.717 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.717 INFO kablam! ... Oct 22 02:09:26.717 INFO kablam! 3725 | rt_alloc_excess_used!(rt_pow2_16384bytes_32align_alloc_excess_used, 16384, 32); Oct 22 02:09:26.717 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.717 INFO kablam! Oct 22 02:09:26.717 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.717 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.717 INFO kablam! | Oct 22 02:09:26.717 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.717 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.717 INFO kablam! ... Oct 22 02:09:26.717 INFO kablam! 3725 | rt_alloc_excess_used!(rt_pow2_16384bytes_32align_alloc_excess_used, 16384, 32); Oct 22 02:09:26.717 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.717 INFO kablam! | Oct 22 02:09:26.717 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.717 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.717 INFO kablam! | Oct 22 02:09:26.717 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.717 INFO kablam! | Oct 22 02:09:26.717 INFO kablam! Oct 22 02:09:26.721 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.721 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.721 INFO kablam! | Oct 22 02:09:26.721 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.722 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.722 INFO kablam! ... Oct 22 02:09:26.722 INFO kablam! 3738 | rt_alloc_excess_used!(rt_pow2_32768bytes_32align_alloc_excess_used, 32768, 32); Oct 22 02:09:26.722 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.722 INFO kablam! Oct 22 02:09:26.722 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.722 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.730 INFO kablam! | Oct 22 02:09:26.731 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.731 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.731 INFO kablam! ... Oct 22 02:09:26.731 INFO kablam! 3738 | rt_alloc_excess_used!(rt_pow2_32768bytes_32align_alloc_excess_used, 32768, 32); Oct 22 02:09:26.731 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.731 INFO kablam! | Oct 22 02:09:26.732 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.732 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.732 INFO kablam! | Oct 22 02:09:26.732 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.732 INFO kablam! | Oct 22 02:09:26.732 INFO kablam! Oct 22 02:09:26.732 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.732 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.732 INFO kablam! | Oct 22 02:09:26.732 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.732 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.732 INFO kablam! ... Oct 22 02:09:26.733 INFO kablam! 3751 | rt_alloc_excess_used!(rt_pow2_65536bytes_32align_alloc_excess_used, 65536, 32); Oct 22 02:09:26.733 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.733 INFO kablam! Oct 22 02:09:26.733 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.733 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.733 INFO kablam! | Oct 22 02:09:26.733 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.733 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.733 INFO kablam! ... Oct 22 02:09:26.733 INFO kablam! 3751 | rt_alloc_excess_used!(rt_pow2_65536bytes_32align_alloc_excess_used, 65536, 32); Oct 22 02:09:26.733 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.733 INFO kablam! | Oct 22 02:09:26.733 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.733 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.734 INFO kablam! | Oct 22 02:09:26.734 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.734 INFO kablam! | Oct 22 02:09:26.734 INFO kablam! Oct 22 02:09:26.734 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.734 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.734 INFO kablam! | Oct 22 02:09:26.734 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.734 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.734 INFO kablam! ... Oct 22 02:09:26.734 INFO kablam! 3764 | rt_alloc_excess_used!(rt_pow2_131072bytes_32align_alloc_excess_used, 131072, 32); Oct 22 02:09:26.734 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.734 INFO kablam! Oct 22 02:09:26.734 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.734 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.734 INFO kablam! | Oct 22 02:09:26.734 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.734 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.734 INFO kablam! ... Oct 22 02:09:26.734 INFO kablam! 3764 | rt_alloc_excess_used!(rt_pow2_131072bytes_32align_alloc_excess_used, 131072, 32); Oct 22 02:09:26.734 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.735 INFO kablam! | Oct 22 02:09:26.735 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.735 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.735 INFO kablam! | Oct 22 02:09:26.735 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.735 INFO kablam! | Oct 22 02:09:26.735 INFO kablam! Oct 22 02:09:26.735 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.735 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.735 INFO kablam! | Oct 22 02:09:26.735 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.735 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.735 INFO kablam! ... Oct 22 02:09:26.735 INFO kablam! 3777 | rt_alloc_excess_used!(rt_pow2_4194304bytes_32align_alloc_excess_used, 4194304, 32); Oct 22 02:09:26.735 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.735 INFO kablam! Oct 22 02:09:26.735 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.735 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.735 INFO kablam! | Oct 22 02:09:26.735 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.735 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.735 INFO kablam! ... Oct 22 02:09:26.736 INFO kablam! 3777 | rt_alloc_excess_used!(rt_pow2_4194304bytes_32align_alloc_excess_used, 4194304, 32); Oct 22 02:09:26.736 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.736 INFO kablam! | Oct 22 02:09:26.736 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.736 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.736 INFO kablam! | Oct 22 02:09:26.736 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.736 INFO kablam! | Oct 22 02:09:26.736 INFO kablam! Oct 22 02:09:26.736 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.736 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.736 INFO kablam! | Oct 22 02:09:26.736 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.736 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.736 INFO kablam! ... Oct 22 02:09:26.736 INFO kablam! 3791 | rt_alloc_excess_used!(rt_even_10bytes_32align_alloc_excess_used, 10, 32); Oct 22 02:09:26.736 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.736 INFO kablam! Oct 22 02:09:26.736 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.737 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.737 INFO kablam! | Oct 22 02:09:26.737 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.737 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.737 INFO kablam! ... Oct 22 02:09:26.737 INFO kablam! 3791 | rt_alloc_excess_used!(rt_even_10bytes_32align_alloc_excess_used, 10, 32); Oct 22 02:09:26.737 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.737 INFO kablam! | Oct 22 02:09:26.737 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.737 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.737 INFO kablam! | Oct 22 02:09:26.737 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.737 INFO kablam! | Oct 22 02:09:26.738 INFO kablam! Oct 22 02:09:26.738 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.738 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.738 INFO kablam! | Oct 22 02:09:26.738 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.738 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.738 INFO kablam! ... Oct 22 02:09:26.738 INFO kablam! 3804 | rt_alloc_excess_used!(rt_even_100bytes_32align_alloc_excess_used, 100, 32); Oct 22 02:09:26.738 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.738 INFO kablam! Oct 22 02:09:26.738 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.738 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.738 INFO kablam! | Oct 22 02:09:26.738 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.738 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.738 INFO kablam! ... Oct 22 02:09:26.738 INFO kablam! 3804 | rt_alloc_excess_used!(rt_even_100bytes_32align_alloc_excess_used, 100, 32); Oct 22 02:09:26.738 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.738 INFO kablam! | Oct 22 02:09:26.738 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.738 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.738 INFO kablam! | Oct 22 02:09:26.738 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.738 INFO kablam! | Oct 22 02:09:26.738 INFO kablam! Oct 22 02:09:26.738 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.738 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.738 INFO kablam! | Oct 22 02:09:26.738 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.738 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.738 INFO kablam! ... Oct 22 02:09:26.738 INFO kablam! 3817 | rt_alloc_excess_used!(rt_even_1000bytes_32align_alloc_excess_used, 1000, 32); Oct 22 02:09:26.738 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.738 INFO kablam! Oct 22 02:09:26.738 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.738 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.738 INFO kablam! | Oct 22 02:09:26.738 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.738 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.738 INFO kablam! ... Oct 22 02:09:26.738 INFO kablam! 3817 | rt_alloc_excess_used!(rt_even_1000bytes_32align_alloc_excess_used, 1000, 32); Oct 22 02:09:26.738 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.738 INFO kablam! | Oct 22 02:09:26.738 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.738 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.738 INFO kablam! | Oct 22 02:09:26.738 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.738 INFO kablam! | Oct 22 02:09:26.738 INFO kablam! Oct 22 02:09:26.738 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.738 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.738 INFO kablam! | Oct 22 02:09:26.738 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.738 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.738 INFO kablam! ... Oct 22 02:09:26.738 INFO kablam! 3830 | rt_alloc_excess_used!(rt_even_10000bytes_32align_alloc_excess_used, 10000, 32); Oct 22 02:09:26.738 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.738 INFO kablam! Oct 22 02:09:26.738 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.738 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.738 INFO kablam! | Oct 22 02:09:26.738 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.738 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.738 INFO kablam! ... Oct 22 02:09:26.738 INFO kablam! 3830 | rt_alloc_excess_used!(rt_even_10000bytes_32align_alloc_excess_used, 10000, 32); Oct 22 02:09:26.738 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.738 INFO kablam! | Oct 22 02:09:26.738 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.738 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.738 INFO kablam! | Oct 22 02:09:26.738 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.738 INFO kablam! | Oct 22 02:09:26.738 INFO kablam! Oct 22 02:09:26.738 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.738 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.738 INFO kablam! | Oct 22 02:09:26.738 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.738 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.738 INFO kablam! ... Oct 22 02:09:26.738 INFO kablam! 3843 | rt_alloc_excess_used!(rt_even_100000bytes_32align_alloc_excess_used, 100000, 32); Oct 22 02:09:26.738 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.738 INFO kablam! Oct 22 02:09:26.738 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.738 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.738 INFO kablam! | Oct 22 02:09:26.738 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.739 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.739 INFO kablam! ... Oct 22 02:09:26.739 INFO kablam! 3843 | rt_alloc_excess_used!(rt_even_100000bytes_32align_alloc_excess_used, 100000, 32); Oct 22 02:09:26.739 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.739 INFO kablam! | Oct 22 02:09:26.739 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.739 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.739 INFO kablam! | Oct 22 02:09:26.739 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.739 INFO kablam! | Oct 22 02:09:26.739 INFO kablam! Oct 22 02:09:26.739 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.739 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.739 INFO kablam! | Oct 22 02:09:26.739 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.739 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.739 INFO kablam! ... Oct 22 02:09:26.739 INFO kablam! 3856 | rt_alloc_excess_used!(rt_even_1000000bytes_32align_alloc_excess_used, 1000000, 32); Oct 22 02:09:26.739 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.739 INFO kablam! Oct 22 02:09:26.739 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.739 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.739 INFO kablam! | Oct 22 02:09:26.739 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.739 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.739 INFO kablam! ... Oct 22 02:09:26.739 INFO kablam! 3856 | rt_alloc_excess_used!(rt_even_1000000bytes_32align_alloc_excess_used, 1000000, 32); Oct 22 02:09:26.739 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.739 INFO kablam! | Oct 22 02:09:26.739 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.739 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.739 INFO kablam! | Oct 22 02:09:26.739 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.739 INFO kablam! | Oct 22 02:09:26.739 INFO kablam! Oct 22 02:09:26.739 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.739 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.739 INFO kablam! | Oct 22 02:09:26.739 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.739 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.739 INFO kablam! ... Oct 22 02:09:26.739 INFO kablam! 3870 | rt_alloc_excess_used!(rt_odd_10bytes_32align_alloc_excess_used, 10- 1, 32); Oct 22 02:09:26.739 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.739 INFO kablam! Oct 22 02:09:26.739 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.739 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.739 INFO kablam! | Oct 22 02:09:26.739 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.739 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.739 INFO kablam! ... Oct 22 02:09:26.739 INFO kablam! 3870 | rt_alloc_excess_used!(rt_odd_10bytes_32align_alloc_excess_used, 10- 1, 32); Oct 22 02:09:26.739 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.739 INFO kablam! | Oct 22 02:09:26.739 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.739 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.739 INFO kablam! | Oct 22 02:09:26.739 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.739 INFO kablam! | Oct 22 02:09:26.739 INFO kablam! Oct 22 02:09:26.739 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.739 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.739 INFO kablam! | Oct 22 02:09:26.739 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.739 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.739 INFO kablam! ... Oct 22 02:09:26.739 INFO kablam! 3883 | rt_alloc_excess_used!(rt_odd_100bytes_32align_alloc_excess_used, 100- 1, 32); Oct 22 02:09:26.739 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.739 INFO kablam! Oct 22 02:09:26.739 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.739 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.739 INFO kablam! | Oct 22 02:09:26.739 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.739 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.739 INFO kablam! ... Oct 22 02:09:26.739 INFO kablam! 3883 | rt_alloc_excess_used!(rt_odd_100bytes_32align_alloc_excess_used, 100- 1, 32); Oct 22 02:09:26.739 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.739 INFO kablam! | Oct 22 02:09:26.739 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.739 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.739 INFO kablam! | Oct 22 02:09:26.739 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.739 INFO kablam! | Oct 22 02:09:26.739 INFO kablam! Oct 22 02:09:26.740 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.740 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.740 INFO kablam! | Oct 22 02:09:26.740 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.740 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.740 INFO kablam! ... Oct 22 02:09:26.740 INFO kablam! 3896 | rt_alloc_excess_used!(rt_odd_1000bytes_32align_alloc_excess_used, 1000- 1, 32); Oct 22 02:09:26.740 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.740 INFO kablam! Oct 22 02:09:26.740 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.740 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.740 INFO kablam! | Oct 22 02:09:26.740 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.740 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.740 INFO kablam! ... Oct 22 02:09:26.740 INFO kablam! 3896 | rt_alloc_excess_used!(rt_odd_1000bytes_32align_alloc_excess_used, 1000- 1, 32); Oct 22 02:09:26.740 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.740 INFO kablam! | Oct 22 02:09:26.740 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.740 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.740 INFO kablam! | Oct 22 02:09:26.740 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.740 INFO kablam! | Oct 22 02:09:26.740 INFO kablam! Oct 22 02:09:26.740 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.741 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.741 INFO kablam! | Oct 22 02:09:26.741 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.741 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.741 INFO kablam! ... Oct 22 02:09:26.741 INFO kablam! 3909 | rt_alloc_excess_used!(rt_odd_10000bytes_32align_alloc_excess_used, 10000- 1, 32); Oct 22 02:09:26.741 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.741 INFO kablam! Oct 22 02:09:26.741 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.741 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.741 INFO kablam! | Oct 22 02:09:26.741 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.741 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.741 INFO kablam! ... Oct 22 02:09:26.741 INFO kablam! 3909 | rt_alloc_excess_used!(rt_odd_10000bytes_32align_alloc_excess_used, 10000- 1, 32); Oct 22 02:09:26.741 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.741 INFO kablam! | Oct 22 02:09:26.741 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.742 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.742 INFO kablam! | Oct 22 02:09:26.742 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.742 INFO kablam! | Oct 22 02:09:26.742 INFO kablam! Oct 22 02:09:26.748 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.748 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.748 INFO kablam! | Oct 22 02:09:26.748 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.748 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.748 INFO kablam! ... Oct 22 02:09:26.748 INFO kablam! 3922 | rt_alloc_excess_used!(rt_odd_100000bytes_32align_alloc_excess_used, 100000- 1, 32); Oct 22 02:09:26.748 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.748 INFO kablam! Oct 22 02:09:26.748 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.748 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.748 INFO kablam! | Oct 22 02:09:26.748 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.748 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.748 INFO kablam! ... Oct 22 02:09:26.748 INFO kablam! 3922 | rt_alloc_excess_used!(rt_odd_100000bytes_32align_alloc_excess_used, 100000- 1, 32); Oct 22 02:09:26.748 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.748 INFO kablam! | Oct 22 02:09:26.748 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.748 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.748 INFO kablam! | Oct 22 02:09:26.748 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.748 INFO kablam! | Oct 22 02:09:26.748 INFO kablam! Oct 22 02:09:26.748 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.748 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.748 INFO kablam! | Oct 22 02:09:26.748 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.748 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.748 INFO kablam! ... Oct 22 02:09:26.748 INFO kablam! 3935 | rt_alloc_excess_used!(rt_odd_1000000bytes_32align_alloc_excess_used, 1000000- 1, 32); Oct 22 02:09:26.748 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.748 INFO kablam! Oct 22 02:09:26.748 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.748 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.748 INFO kablam! | Oct 22 02:09:26.748 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.748 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.748 INFO kablam! ... Oct 22 02:09:26.748 INFO kablam! 3935 | rt_alloc_excess_used!(rt_odd_1000000bytes_32align_alloc_excess_used, 1000000- 1, 32); Oct 22 02:09:26.748 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.748 INFO kablam! | Oct 22 02:09:26.748 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.748 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.749 INFO kablam! | Oct 22 02:09:26.749 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.749 INFO kablam! | Oct 22 02:09:26.749 INFO kablam! Oct 22 02:09:26.749 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.749 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.749 INFO kablam! | Oct 22 02:09:26.749 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.749 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.749 INFO kablam! ... Oct 22 02:09:26.749 INFO kablam! 3949 | rt_alloc_excess_used!(rt_primes_3bytes_32align_alloc_excess_used, 3, 32); Oct 22 02:09:26.749 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.749 INFO kablam! Oct 22 02:09:26.749 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.749 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.749 INFO kablam! | Oct 22 02:09:26.749 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.749 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.749 INFO kablam! ... Oct 22 02:09:26.749 INFO kablam! 3949 | rt_alloc_excess_used!(rt_primes_3bytes_32align_alloc_excess_used, 3, 32); Oct 22 02:09:26.749 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.749 INFO kablam! | Oct 22 02:09:26.749 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.749 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.749 INFO kablam! | Oct 22 02:09:26.749 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.749 INFO kablam! | Oct 22 02:09:26.749 INFO kablam! Oct 22 02:09:26.749 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.749 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.749 INFO kablam! | Oct 22 02:09:26.749 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.749 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.749 INFO kablam! ... Oct 22 02:09:26.749 INFO kablam! 3962 | rt_alloc_excess_used!(rt_primes_7bytes_32align_alloc_excess_used, 7, 32); Oct 22 02:09:26.749 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.749 INFO kablam! Oct 22 02:09:26.749 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.749 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.749 INFO kablam! | Oct 22 02:09:26.749 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.749 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.749 INFO kablam! ... Oct 22 02:09:26.749 INFO kablam! 3962 | rt_alloc_excess_used!(rt_primes_7bytes_32align_alloc_excess_used, 7, 32); Oct 22 02:09:26.749 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.749 INFO kablam! | Oct 22 02:09:26.749 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.749 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.749 INFO kablam! | Oct 22 02:09:26.749 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.749 INFO kablam! | Oct 22 02:09:26.749 INFO kablam! Oct 22 02:09:26.749 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.749 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.749 INFO kablam! | Oct 22 02:09:26.749 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.749 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.749 INFO kablam! ... Oct 22 02:09:26.749 INFO kablam! 3975 | rt_alloc_excess_used!(rt_primes_13bytes_32align_alloc_excess_used, 13, 32); Oct 22 02:09:26.749 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.749 INFO kablam! Oct 22 02:09:26.749 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.749 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.749 INFO kablam! | Oct 22 02:09:26.749 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.749 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.749 INFO kablam! ... Oct 22 02:09:26.749 INFO kablam! 3975 | rt_alloc_excess_used!(rt_primes_13bytes_32align_alloc_excess_used, 13, 32); Oct 22 02:09:26.749 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.749 INFO kablam! | Oct 22 02:09:26.749 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.749 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.749 INFO kablam! | Oct 22 02:09:26.749 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.749 INFO kablam! | Oct 22 02:09:26.749 INFO kablam! Oct 22 02:09:26.749 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.749 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.749 INFO kablam! | Oct 22 02:09:26.749 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.749 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.749 INFO kablam! ... Oct 22 02:09:26.749 INFO kablam! 3988 | rt_alloc_excess_used!(rt_primes_17bytes_32align_alloc_excess_used, 17, 32); Oct 22 02:09:26.749 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.749 INFO kablam! Oct 22 02:09:26.757 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.757 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.757 INFO kablam! | Oct 22 02:09:26.757 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.757 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.757 INFO kablam! ... Oct 22 02:09:26.757 INFO kablam! 3988 | rt_alloc_excess_used!(rt_primes_17bytes_32align_alloc_excess_used, 17, 32); Oct 22 02:09:26.757 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.757 INFO kablam! | Oct 22 02:09:26.757 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.757 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.757 INFO kablam! | Oct 22 02:09:26.757 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.757 INFO kablam! | Oct 22 02:09:26.757 INFO kablam! Oct 22 02:09:26.757 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.757 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.757 INFO kablam! | Oct 22 02:09:26.757 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.757 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.757 INFO kablam! ... Oct 22 02:09:26.757 INFO kablam! 4001 | rt_alloc_excess_used!(rt_primes_31bytes_32align_alloc_excess_used, 31, 32); Oct 22 02:09:26.757 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.757 INFO kablam! Oct 22 02:09:26.757 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.757 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.757 INFO kablam! | Oct 22 02:09:26.757 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.757 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.757 INFO kablam! ... Oct 22 02:09:26.757 INFO kablam! 4001 | rt_alloc_excess_used!(rt_primes_31bytes_32align_alloc_excess_used, 31, 32); Oct 22 02:09:26.757 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.757 INFO kablam! | Oct 22 02:09:26.757 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.757 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.757 INFO kablam! | Oct 22 02:09:26.757 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.757 INFO kablam! | Oct 22 02:09:26.757 INFO kablam! Oct 22 02:09:26.757 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.757 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.757 INFO kablam! | Oct 22 02:09:26.757 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.757 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.757 INFO kablam! ... Oct 22 02:09:26.757 INFO kablam! 4014 | rt_alloc_excess_used!(rt_primes_61bytes_32align_alloc_excess_used, 61, 32); Oct 22 02:09:26.757 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.757 INFO kablam! Oct 22 02:09:26.757 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.757 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.757 INFO kablam! | Oct 22 02:09:26.757 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.757 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.757 INFO kablam! ... Oct 22 02:09:26.757 INFO kablam! 4014 | rt_alloc_excess_used!(rt_primes_61bytes_32align_alloc_excess_used, 61, 32); Oct 22 02:09:26.757 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.757 INFO kablam! | Oct 22 02:09:26.757 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.757 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.757 INFO kablam! | Oct 22 02:09:26.759 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.759 INFO kablam! | Oct 22 02:09:26.759 INFO kablam! Oct 22 02:09:26.759 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.759 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.759 INFO kablam! | Oct 22 02:09:26.759 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.759 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.759 INFO kablam! ... Oct 22 02:09:26.759 INFO kablam! 4027 | rt_alloc_excess_used!(rt_primes_96bytes_32align_alloc_excess_used, 96, 32); Oct 22 02:09:26.759 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.759 INFO kablam! Oct 22 02:09:26.759 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.759 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.759 INFO kablam! | Oct 22 02:09:26.759 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.759 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.759 INFO kablam! ... Oct 22 02:09:26.759 INFO kablam! 4027 | rt_alloc_excess_used!(rt_primes_96bytes_32align_alloc_excess_used, 96, 32); Oct 22 02:09:26.759 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.759 INFO kablam! | Oct 22 02:09:26.759 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.759 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.759 INFO kablam! | Oct 22 02:09:26.759 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.759 INFO kablam! | Oct 22 02:09:26.759 INFO kablam! Oct 22 02:09:26.759 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.759 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.759 INFO kablam! | Oct 22 02:09:26.759 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.759 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.759 INFO kablam! ... Oct 22 02:09:26.759 INFO kablam! 4040 | rt_alloc_excess_used!(rt_primes_127bytes_32align_alloc_excess_used, 127, 32); Oct 22 02:09:26.759 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.759 INFO kablam! Oct 22 02:09:26.759 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.759 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.759 INFO kablam! | Oct 22 02:09:26.759 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.759 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.759 INFO kablam! ... Oct 22 02:09:26.759 INFO kablam! 4040 | rt_alloc_excess_used!(rt_primes_127bytes_32align_alloc_excess_used, 127, 32); Oct 22 02:09:26.759 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.759 INFO kablam! | Oct 22 02:09:26.759 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.759 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.759 INFO kablam! | Oct 22 02:09:26.760 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.760 INFO kablam! | Oct 22 02:09:26.760 INFO kablam! Oct 22 02:09:26.760 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.760 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.760 INFO kablam! | Oct 22 02:09:26.760 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.760 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.760 INFO kablam! ... Oct 22 02:09:26.760 INFO kablam! 4053 | rt_alloc_excess_used!(rt_primes_257bytes_32align_alloc_excess_used, 257, 32); Oct 22 02:09:26.760 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.760 INFO kablam! Oct 22 02:09:26.760 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.760 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.760 INFO kablam! | Oct 22 02:09:26.760 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.760 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.760 INFO kablam! ... Oct 22 02:09:26.760 INFO kablam! 4053 | rt_alloc_excess_used!(rt_primes_257bytes_32align_alloc_excess_used, 257, 32); Oct 22 02:09:26.760 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.760 INFO kablam! | Oct 22 02:09:26.760 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.760 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.760 INFO kablam! | Oct 22 02:09:26.760 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.760 INFO kablam! | Oct 22 02:09:26.760 INFO kablam! Oct 22 02:09:26.760 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.760 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.760 INFO kablam! | Oct 22 02:09:26.760 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.760 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.760 INFO kablam! ... Oct 22 02:09:26.760 INFO kablam! 4066 | rt_alloc_excess_used!(rt_primes_509bytes_32align_alloc_excess_used, 509, 32); Oct 22 02:09:26.760 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.760 INFO kablam! Oct 22 02:09:26.760 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.760 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.760 INFO kablam! | Oct 22 02:09:26.760 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.760 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.760 INFO kablam! ... Oct 22 02:09:26.760 INFO kablam! 4066 | rt_alloc_excess_used!(rt_primes_509bytes_32align_alloc_excess_used, 509, 32); Oct 22 02:09:26.760 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.760 INFO kablam! | Oct 22 02:09:26.760 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.760 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.760 INFO kablam! | Oct 22 02:09:26.760 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.760 INFO kablam! | Oct 22 02:09:26.760 INFO kablam! Oct 22 02:09:26.768 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.768 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.768 INFO kablam! | Oct 22 02:09:26.768 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.768 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.768 INFO kablam! ... Oct 22 02:09:26.768 INFO kablam! 4079 | rt_alloc_excess_used!(rt_primes_1021bytes_32align_alloc_excess_used, 1021, 32); Oct 22 02:09:26.768 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.768 INFO kablam! Oct 22 02:09:26.768 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.768 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.768 INFO kablam! | Oct 22 02:09:26.768 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.768 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.768 INFO kablam! ... Oct 22 02:09:26.768 INFO kablam! 4079 | rt_alloc_excess_used!(rt_primes_1021bytes_32align_alloc_excess_used, 1021, 32); Oct 22 02:09:26.768 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.768 INFO kablam! | Oct 22 02:09:26.768 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.768 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.768 INFO kablam! | Oct 22 02:09:26.768 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.768 INFO kablam! | Oct 22 02:09:26.768 INFO kablam! Oct 22 02:09:26.768 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.768 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.768 INFO kablam! | Oct 22 02:09:26.768 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.768 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.768 INFO kablam! ... Oct 22 02:09:26.768 INFO kablam! 4092 | rt_alloc_excess_used!(rt_primes_2039bytes_32align_alloc_excess_used, 2039, 32); Oct 22 02:09:26.768 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.768 INFO kablam! Oct 22 02:09:26.768 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.768 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.768 INFO kablam! | Oct 22 02:09:26.768 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.768 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.768 INFO kablam! ... Oct 22 02:09:26.768 INFO kablam! 4092 | rt_alloc_excess_used!(rt_primes_2039bytes_32align_alloc_excess_used, 2039, 32); Oct 22 02:09:26.768 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.768 INFO kablam! | Oct 22 02:09:26.769 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.769 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.769 INFO kablam! | Oct 22 02:09:26.769 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.769 INFO kablam! | Oct 22 02:09:26.769 INFO kablam! Oct 22 02:09:26.769 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.769 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.769 INFO kablam! | Oct 22 02:09:26.769 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.769 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.769 INFO kablam! ... Oct 22 02:09:26.769 INFO kablam! 4105 | rt_alloc_excess_used!(rt_primes_4093bytes_32align_alloc_excess_used, 4093, 32); Oct 22 02:09:26.769 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.769 INFO kablam! Oct 22 02:09:26.772 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.772 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.772 INFO kablam! | Oct 22 02:09:26.772 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.772 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.772 INFO kablam! ... Oct 22 02:09:26.772 INFO kablam! 4105 | rt_alloc_excess_used!(rt_primes_4093bytes_32align_alloc_excess_used, 4093, 32); Oct 22 02:09:26.772 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.772 INFO kablam! | Oct 22 02:09:26.772 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.772 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.772 INFO kablam! | Oct 22 02:09:26.773 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.773 INFO kablam! | Oct 22 02:09:26.773 INFO kablam! Oct 22 02:09:26.773 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.773 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.773 INFO kablam! | Oct 22 02:09:26.773 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.773 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.773 INFO kablam! ... Oct 22 02:09:26.773 INFO kablam! 4118 | rt_alloc_excess_used!(rt_primes_8191bytes_32align_alloc_excess_used, 8191, 32); Oct 22 02:09:26.773 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.773 INFO kablam! Oct 22 02:09:26.773 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.773 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.773 INFO kablam! | Oct 22 02:09:26.773 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.773 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.773 INFO kablam! ... Oct 22 02:09:26.773 INFO kablam! 4118 | rt_alloc_excess_used!(rt_primes_8191bytes_32align_alloc_excess_used, 8191, 32); Oct 22 02:09:26.773 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.773 INFO kablam! | Oct 22 02:09:26.773 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.773 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.773 INFO kablam! | Oct 22 02:09:26.774 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.774 INFO kablam! | Oct 22 02:09:26.774 INFO kablam! Oct 22 02:09:26.774 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.774 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.774 INFO kablam! | Oct 22 02:09:26.774 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.774 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.774 INFO kablam! ... Oct 22 02:09:26.774 INFO kablam! 4131 | rt_alloc_excess_used!(rt_primes_16381bytes_32align_alloc_excess_used, 16381, 32); Oct 22 02:09:26.774 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.774 INFO kablam! Oct 22 02:09:26.774 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.774 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.774 INFO kablam! | Oct 22 02:09:26.774 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.774 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.774 INFO kablam! ... Oct 22 02:09:26.774 INFO kablam! 4131 | rt_alloc_excess_used!(rt_primes_16381bytes_32align_alloc_excess_used, 16381, 32); Oct 22 02:09:26.774 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.774 INFO kablam! | Oct 22 02:09:26.774 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.774 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.774 INFO kablam! | Oct 22 02:09:26.774 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.774 INFO kablam! | Oct 22 02:09:26.774 INFO kablam! Oct 22 02:09:26.774 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.774 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.774 INFO kablam! | Oct 22 02:09:26.774 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.774 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.774 INFO kablam! ... Oct 22 02:09:26.774 INFO kablam! 4144 | rt_alloc_excess_used!(rt_primes_32749bytes_32align_alloc_excess_used, 32749, 32); Oct 22 02:09:26.774 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.774 INFO kablam! Oct 22 02:09:26.774 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.774 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.774 INFO kablam! | Oct 22 02:09:26.774 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.774 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.774 INFO kablam! ... Oct 22 02:09:26.774 INFO kablam! 4144 | rt_alloc_excess_used!(rt_primes_32749bytes_32align_alloc_excess_used, 32749, 32); Oct 22 02:09:26.774 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.774 INFO kablam! | Oct 22 02:09:26.774 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.774 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.774 INFO kablam! | Oct 22 02:09:26.774 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.774 INFO kablam! | Oct 22 02:09:26.774 INFO kablam! Oct 22 02:09:26.774 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.775 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.775 INFO kablam! | Oct 22 02:09:26.775 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.775 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.775 INFO kablam! ... Oct 22 02:09:26.775 INFO kablam! 4157 | rt_alloc_excess_used!(rt_primes_65537bytes_32align_alloc_excess_used, 65537, 32); Oct 22 02:09:26.775 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.775 INFO kablam! Oct 22 02:09:26.775 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.775 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.775 INFO kablam! | Oct 22 02:09:26.775 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.775 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.775 INFO kablam! ... Oct 22 02:09:26.775 INFO kablam! 4157 | rt_alloc_excess_used!(rt_primes_65537bytes_32align_alloc_excess_used, 65537, 32); Oct 22 02:09:26.775 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.775 INFO kablam! | Oct 22 02:09:26.775 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.775 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.775 INFO kablam! | Oct 22 02:09:26.775 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.775 INFO kablam! | Oct 22 02:09:26.775 INFO kablam! Oct 22 02:09:26.775 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.775 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.775 INFO kablam! | Oct 22 02:09:26.775 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.775 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.775 INFO kablam! ... Oct 22 02:09:26.775 INFO kablam! 4170 | rt_alloc_excess_used!(rt_primes_131071bytes_32align_alloc_excess_used, 131071, 32); Oct 22 02:09:26.775 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.775 INFO kablam! Oct 22 02:09:26.775 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.775 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.775 INFO kablam! | Oct 22 02:09:26.775 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.775 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.775 INFO kablam! ... Oct 22 02:09:26.775 INFO kablam! 4170 | rt_alloc_excess_used!(rt_primes_131071bytes_32align_alloc_excess_used, 131071, 32); Oct 22 02:09:26.775 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.775 INFO kablam! | Oct 22 02:09:26.775 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.775 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.775 INFO kablam! | Oct 22 02:09:26.775 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.775 INFO kablam! | Oct 22 02:09:26.775 INFO kablam! Oct 22 02:09:26.775 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.775 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 22 02:09:26.775 INFO kablam! | Oct 22 02:09:26.775 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 22 02:09:26.775 INFO kablam! | ^^^^^^^^^^^^ Oct 22 02:09:26.775 INFO kablam! ... Oct 22 02:09:26.775 INFO kablam! 4183 | rt_alloc_excess_used!(rt_primes_4194301bytes_32align_alloc_excess_used, 4194301, 32); Oct 22 02:09:26.775 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.775 INFO kablam! Oct 22 02:09:26.775 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:26.775 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 22 02:09:26.775 INFO kablam! | Oct 22 02:09:26.775 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:26.775 INFO kablam! | ^^^^^^^ Oct 22 02:09:26.775 INFO kablam! ... Oct 22 02:09:26.775 INFO kablam! 4183 | rt_alloc_excess_used!(rt_primes_4194301bytes_32align_alloc_excess_used, 4194301, 32); Oct 22 02:09:26.775 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:26.775 INFO kablam! | Oct 22 02:09:26.775 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:26.775 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:26.775 INFO kablam! | Oct 22 02:09:26.775 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:26.775 INFO kablam! | Oct 22 02:09:26.775 INFO kablam! Oct 22 02:09:27.104 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.104 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.104 INFO kablam! | Oct 22 02:09:27.104 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.104 INFO kablam! | ^^^^^ Oct 22 02:09:27.104 INFO kablam! ... Oct 22 02:09:27.104 INFO kablam! 264 | rt_realloc_naive!(rt_pow2_1bytes_1align_realloc_naive, 1, 1); Oct 22 02:09:27.104 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.104 INFO kablam! | Oct 22 02:09:27.104 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.104 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.104 INFO kablam! | Oct 22 02:09:27.104 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.104 INFO kablam! | Oct 22 02:09:27.104 INFO kablam! Oct 22 02:09:27.109 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.109 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.109 INFO kablam! | Oct 22 02:09:27.109 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.109 INFO kablam! | ^^^^^ Oct 22 02:09:27.109 INFO kablam! ... Oct 22 02:09:27.109 INFO kablam! 264 | rt_realloc_naive!(rt_pow2_1bytes_1align_realloc_naive, 1, 1); Oct 22 02:09:27.109 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.109 INFO kablam! | Oct 22 02:09:27.109 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.109 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.109 INFO kablam! | Oct 22 02:09:27.109 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.109 INFO kablam! | Oct 22 02:09:27.109 INFO kablam! Oct 22 02:09:27.109 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.109 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.109 INFO kablam! | Oct 22 02:09:27.109 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.109 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.109 INFO kablam! ... Oct 22 02:09:27.109 INFO kablam! 264 | rt_realloc_naive!(rt_pow2_1bytes_1align_realloc_naive, 1, 1); Oct 22 02:09:27.109 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.109 INFO kablam! | Oct 22 02:09:27.109 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.109 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.109 INFO kablam! | Oct 22 02:09:27.109 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.109 INFO kablam! | Oct 22 02:09:27.109 INFO kablam! Oct 22 02:09:27.109 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.109 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.109 INFO kablam! | Oct 22 02:09:27.109 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.109 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.109 INFO kablam! ... Oct 22 02:09:27.109 INFO kablam! 264 | rt_realloc_naive!(rt_pow2_1bytes_1align_realloc_naive, 1, 1); Oct 22 02:09:27.109 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.109 INFO kablam! | Oct 22 02:09:27.109 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.109 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.109 INFO kablam! | Oct 22 02:09:27.109 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.110 INFO kablam! | Oct 22 02:09:27.110 INFO kablam! Oct 22 02:09:27.112 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.112 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.112 INFO kablam! | Oct 22 02:09:27.112 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.112 INFO kablam! | ^^^^^ Oct 22 02:09:27.112 INFO kablam! ... Oct 22 02:09:27.112 INFO kablam! 277 | rt_realloc_naive!(rt_pow2_2bytes_1align_realloc_naive, 2, 1); Oct 22 02:09:27.112 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.112 INFO kablam! | Oct 22 02:09:27.112 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.112 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.112 INFO kablam! | Oct 22 02:09:27.112 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.112 INFO kablam! | Oct 22 02:09:27.112 INFO kablam! Oct 22 02:09:27.112 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.112 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.112 INFO kablam! | Oct 22 02:09:27.112 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.113 INFO kablam! | ^^^^^ Oct 22 02:09:27.113 INFO kablam! ... Oct 22 02:09:27.113 INFO kablam! 277 | rt_realloc_naive!(rt_pow2_2bytes_1align_realloc_naive, 2, 1); Oct 22 02:09:27.113 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.113 INFO kablam! | Oct 22 02:09:27.113 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.113 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.113 INFO kablam! | Oct 22 02:09:27.113 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.113 INFO kablam! | Oct 22 02:09:27.113 INFO kablam! Oct 22 02:09:27.113 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.113 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.113 INFO kablam! | Oct 22 02:09:27.113 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.113 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.113 INFO kablam! ... Oct 22 02:09:27.113 INFO kablam! 277 | rt_realloc_naive!(rt_pow2_2bytes_1align_realloc_naive, 2, 1); Oct 22 02:09:27.113 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.113 INFO kablam! | Oct 22 02:09:27.113 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.113 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.113 INFO kablam! | Oct 22 02:09:27.113 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.113 INFO kablam! | Oct 22 02:09:27.113 INFO kablam! Oct 22 02:09:27.113 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.113 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.113 INFO kablam! | Oct 22 02:09:27.113 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.113 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.113 INFO kablam! ... Oct 22 02:09:27.113 INFO kablam! 277 | rt_realloc_naive!(rt_pow2_2bytes_1align_realloc_naive, 2, 1); Oct 22 02:09:27.113 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.113 INFO kablam! | Oct 22 02:09:27.113 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.113 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.113 INFO kablam! | Oct 22 02:09:27.113 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.113 INFO kablam! | Oct 22 02:09:27.113 INFO kablam! Oct 22 02:09:27.117 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.117 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.117 INFO kablam! | Oct 22 02:09:27.117 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.117 INFO kablam! | ^^^^^ Oct 22 02:09:27.117 INFO kablam! ... Oct 22 02:09:27.117 INFO kablam! 290 | rt_realloc_naive!(rt_pow2_4bytes_1align_realloc_naive, 4, 1); Oct 22 02:09:27.117 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.117 INFO kablam! | Oct 22 02:09:27.117 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.117 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.117 INFO kablam! | Oct 22 02:09:27.117 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.117 INFO kablam! | Oct 22 02:09:27.117 INFO kablam! Oct 22 02:09:27.117 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.117 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.117 INFO kablam! | Oct 22 02:09:27.117 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.117 INFO kablam! | ^^^^^ Oct 22 02:09:27.117 INFO kablam! ... Oct 22 02:09:27.117 INFO kablam! 290 | rt_realloc_naive!(rt_pow2_4bytes_1align_realloc_naive, 4, 1); Oct 22 02:09:27.117 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.117 INFO kablam! | Oct 22 02:09:27.117 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.117 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.117 INFO kablam! | Oct 22 02:09:27.117 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.117 INFO kablam! | Oct 22 02:09:27.117 INFO kablam! Oct 22 02:09:27.117 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.117 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.117 INFO kablam! | Oct 22 02:09:27.117 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.117 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.117 INFO kablam! ... Oct 22 02:09:27.117 INFO kablam! 290 | rt_realloc_naive!(rt_pow2_4bytes_1align_realloc_naive, 4, 1); Oct 22 02:09:27.117 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.117 INFO kablam! | Oct 22 02:09:27.117 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.117 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.117 INFO kablam! | Oct 22 02:09:27.117 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.117 INFO kablam! | Oct 22 02:09:27.117 INFO kablam! Oct 22 02:09:27.117 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.118 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.118 INFO kablam! | Oct 22 02:09:27.118 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.118 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.118 INFO kablam! ... Oct 22 02:09:27.118 INFO kablam! 290 | rt_realloc_naive!(rt_pow2_4bytes_1align_realloc_naive, 4, 1); Oct 22 02:09:27.118 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.118 INFO kablam! | Oct 22 02:09:27.118 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.118 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.118 INFO kablam! | Oct 22 02:09:27.118 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.118 INFO kablam! | Oct 22 02:09:27.118 INFO kablam! Oct 22 02:09:27.124 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.124 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.124 INFO kablam! | Oct 22 02:09:27.124 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.124 INFO kablam! | ^^^^^ Oct 22 02:09:27.124 INFO kablam! ... Oct 22 02:09:27.124 INFO kablam! 303 | rt_realloc_naive!(rt_pow2_8bytes_1align_realloc_naive, 8, 1); Oct 22 02:09:27.124 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.124 INFO kablam! | Oct 22 02:09:27.124 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.124 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.124 INFO kablam! | Oct 22 02:09:27.124 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.124 INFO kablam! | Oct 22 02:09:27.124 INFO kablam! Oct 22 02:09:27.124 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.124 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.124 INFO kablam! | Oct 22 02:09:27.124 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.124 INFO kablam! | ^^^^^ Oct 22 02:09:27.124 INFO kablam! ... Oct 22 02:09:27.124 INFO kablam! 303 | rt_realloc_naive!(rt_pow2_8bytes_1align_realloc_naive, 8, 1); Oct 22 02:09:27.124 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.124 INFO kablam! | Oct 22 02:09:27.124 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.124 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.124 INFO kablam! | Oct 22 02:09:27.124 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.124 INFO kablam! | Oct 22 02:09:27.124 INFO kablam! Oct 22 02:09:27.127 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.127 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.127 INFO kablam! | Oct 22 02:09:27.127 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.127 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.127 INFO kablam! ... Oct 22 02:09:27.127 INFO kablam! 303 | rt_realloc_naive!(rt_pow2_8bytes_1align_realloc_naive, 8, 1); Oct 22 02:09:27.127 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.127 INFO kablam! | Oct 22 02:09:27.127 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.127 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.127 INFO kablam! | Oct 22 02:09:27.127 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.127 INFO kablam! | Oct 22 02:09:27.127 INFO kablam! Oct 22 02:09:27.127 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.127 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.127 INFO kablam! | Oct 22 02:09:27.127 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.127 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.127 INFO kablam! ... Oct 22 02:09:27.127 INFO kablam! 303 | rt_realloc_naive!(rt_pow2_8bytes_1align_realloc_naive, 8, 1); Oct 22 02:09:27.127 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.127 INFO kablam! | Oct 22 02:09:27.127 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.127 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.127 INFO kablam! | Oct 22 02:09:27.127 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.127 INFO kablam! | Oct 22 02:09:27.127 INFO kablam! Oct 22 02:09:27.127 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.127 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.127 INFO kablam! | Oct 22 02:09:27.127 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.127 INFO kablam! | ^^^^^ Oct 22 02:09:27.127 INFO kablam! ... Oct 22 02:09:27.127 INFO kablam! 316 | rt_realloc_naive!(rt_pow2_16bytes_1align_realloc_naive, 16, 1); Oct 22 02:09:27.127 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.127 INFO kablam! | Oct 22 02:09:27.127 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.127 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.127 INFO kablam! | Oct 22 02:09:27.127 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.127 INFO kablam! | Oct 22 02:09:27.127 INFO kablam! Oct 22 02:09:27.127 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.127 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.127 INFO kablam! | Oct 22 02:09:27.127 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.127 INFO kablam! | ^^^^^ Oct 22 02:09:27.127 INFO kablam! ... Oct 22 02:09:27.127 INFO kablam! 316 | rt_realloc_naive!(rt_pow2_16bytes_1align_realloc_naive, 16, 1); Oct 22 02:09:27.127 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.127 INFO kablam! | Oct 22 02:09:27.127 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.127 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.127 INFO kablam! | Oct 22 02:09:27.127 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.127 INFO kablam! | Oct 22 02:09:27.127 INFO kablam! Oct 22 02:09:27.127 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.127 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.127 INFO kablam! | Oct 22 02:09:27.127 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.127 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.127 INFO kablam! ... Oct 22 02:09:27.127 INFO kablam! 316 | rt_realloc_naive!(rt_pow2_16bytes_1align_realloc_naive, 16, 1); Oct 22 02:09:27.127 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.127 INFO kablam! | Oct 22 02:09:27.127 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.127 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.127 INFO kablam! | Oct 22 02:09:27.127 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.127 INFO kablam! | Oct 22 02:09:27.128 INFO kablam! Oct 22 02:09:27.128 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.128 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.128 INFO kablam! | Oct 22 02:09:27.128 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.128 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.128 INFO kablam! ... Oct 22 02:09:27.128 INFO kablam! 316 | rt_realloc_naive!(rt_pow2_16bytes_1align_realloc_naive, 16, 1); Oct 22 02:09:27.128 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.128 INFO kablam! | Oct 22 02:09:27.128 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.128 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.128 INFO kablam! | Oct 22 02:09:27.128 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.128 INFO kablam! | Oct 22 02:09:27.128 INFO kablam! Oct 22 02:09:27.128 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.128 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.128 INFO kablam! | Oct 22 02:09:27.128 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.128 INFO kablam! | ^^^^^ Oct 22 02:09:27.128 INFO kablam! ... Oct 22 02:09:27.128 INFO kablam! 329 | rt_realloc_naive!(rt_pow2_32bytes_1align_realloc_naive, 32, 1); Oct 22 02:09:27.128 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.128 INFO kablam! | Oct 22 02:09:27.128 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.128 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.128 INFO kablam! | Oct 22 02:09:27.128 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.128 INFO kablam! | Oct 22 02:09:27.128 INFO kablam! Oct 22 02:09:27.130 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.130 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.130 INFO kablam! | Oct 22 02:09:27.130 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.130 INFO kablam! | ^^^^^ Oct 22 02:09:27.130 INFO kablam! ... Oct 22 02:09:27.130 INFO kablam! 329 | rt_realloc_naive!(rt_pow2_32bytes_1align_realloc_naive, 32, 1); Oct 22 02:09:27.130 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.130 INFO kablam! | Oct 22 02:09:27.130 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.130 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.130 INFO kablam! | Oct 22 02:09:27.130 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.130 INFO kablam! | Oct 22 02:09:27.131 INFO kablam! Oct 22 02:09:27.131 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.131 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.131 INFO kablam! | Oct 22 02:09:27.131 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.131 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.131 INFO kablam! ... Oct 22 02:09:27.131 INFO kablam! 329 | rt_realloc_naive!(rt_pow2_32bytes_1align_realloc_naive, 32, 1); Oct 22 02:09:27.131 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.131 INFO kablam! | Oct 22 02:09:27.131 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.131 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.131 INFO kablam! | Oct 22 02:09:27.131 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.131 INFO kablam! | Oct 22 02:09:27.131 INFO kablam! Oct 22 02:09:27.131 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.131 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.131 INFO kablam! | Oct 22 02:09:27.131 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.131 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.131 INFO kablam! ... Oct 22 02:09:27.131 INFO kablam! 329 | rt_realloc_naive!(rt_pow2_32bytes_1align_realloc_naive, 32, 1); Oct 22 02:09:27.131 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.131 INFO kablam! | Oct 22 02:09:27.131 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.131 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.131 INFO kablam! | Oct 22 02:09:27.131 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.131 INFO kablam! | Oct 22 02:09:27.131 INFO kablam! Oct 22 02:09:27.131 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.131 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.131 INFO kablam! | Oct 22 02:09:27.131 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.131 INFO kablam! | ^^^^^ Oct 22 02:09:27.131 INFO kablam! ... Oct 22 02:09:27.131 INFO kablam! 342 | rt_realloc_naive!(rt_pow2_64bytes_1align_realloc_naive, 64, 1); Oct 22 02:09:27.131 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.131 INFO kablam! | Oct 22 02:09:27.131 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.131 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.131 INFO kablam! | Oct 22 02:09:27.131 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.131 INFO kablam! | Oct 22 02:09:27.131 INFO kablam! Oct 22 02:09:27.131 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.131 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.131 INFO kablam! | Oct 22 02:09:27.131 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.131 INFO kablam! | ^^^^^ Oct 22 02:09:27.131 INFO kablam! ... Oct 22 02:09:27.131 INFO kablam! 342 | rt_realloc_naive!(rt_pow2_64bytes_1align_realloc_naive, 64, 1); Oct 22 02:09:27.131 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.131 INFO kablam! | Oct 22 02:09:27.131 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.131 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.131 INFO kablam! | Oct 22 02:09:27.131 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.131 INFO kablam! | Oct 22 02:09:27.131 INFO kablam! Oct 22 02:09:27.140 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.140 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.140 INFO kablam! | Oct 22 02:09:27.140 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.140 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.140 INFO kablam! ... Oct 22 02:09:27.140 INFO kablam! 342 | rt_realloc_naive!(rt_pow2_64bytes_1align_realloc_naive, 64, 1); Oct 22 02:09:27.140 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.140 INFO kablam! | Oct 22 02:09:27.140 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.140 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.140 INFO kablam! | Oct 22 02:09:27.140 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.140 INFO kablam! | Oct 22 02:09:27.140 INFO kablam! Oct 22 02:09:27.140 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.140 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.140 INFO kablam! | Oct 22 02:09:27.140 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.140 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.140 INFO kablam! ... Oct 22 02:09:27.140 INFO kablam! 342 | rt_realloc_naive!(rt_pow2_64bytes_1align_realloc_naive, 64, 1); Oct 22 02:09:27.140 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.140 INFO kablam! | Oct 22 02:09:27.140 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.140 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.140 INFO kablam! | Oct 22 02:09:27.140 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.140 INFO kablam! | Oct 22 02:09:27.140 INFO kablam! Oct 22 02:09:27.144 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.144 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.144 INFO kablam! | Oct 22 02:09:27.144 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.144 INFO kablam! | ^^^^^ Oct 22 02:09:27.144 INFO kablam! ... Oct 22 02:09:27.144 INFO kablam! 355 | rt_realloc_naive!(rt_pow2_128bytes_1align_realloc_naive, 128, 1); Oct 22 02:09:27.144 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.144 INFO kablam! | Oct 22 02:09:27.144 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.144 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.144 INFO kablam! | Oct 22 02:09:27.144 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.144 INFO kablam! | Oct 22 02:09:27.144 INFO kablam! Oct 22 02:09:27.144 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.144 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.144 INFO kablam! | Oct 22 02:09:27.144 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.144 INFO kablam! | ^^^^^ Oct 22 02:09:27.144 INFO kablam! ... Oct 22 02:09:27.144 INFO kablam! 355 | rt_realloc_naive!(rt_pow2_128bytes_1align_realloc_naive, 128, 1); Oct 22 02:09:27.144 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.144 INFO kablam! | Oct 22 02:09:27.144 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.144 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.144 INFO kablam! | Oct 22 02:09:27.144 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.144 INFO kablam! | Oct 22 02:09:27.144 INFO kablam! Oct 22 02:09:27.144 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.144 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.144 INFO kablam! | Oct 22 02:09:27.144 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.144 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.144 INFO kablam! ... Oct 22 02:09:27.144 INFO kablam! 355 | rt_realloc_naive!(rt_pow2_128bytes_1align_realloc_naive, 128, 1); Oct 22 02:09:27.144 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.144 INFO kablam! | Oct 22 02:09:27.144 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.144 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.144 INFO kablam! | Oct 22 02:09:27.144 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.144 INFO kablam! | Oct 22 02:09:27.144 INFO kablam! Oct 22 02:09:27.145 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.145 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.145 INFO kablam! | Oct 22 02:09:27.145 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.145 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.145 INFO kablam! ... Oct 22 02:09:27.145 INFO kablam! 355 | rt_realloc_naive!(rt_pow2_128bytes_1align_realloc_naive, 128, 1); Oct 22 02:09:27.145 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.145 INFO kablam! | Oct 22 02:09:27.145 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.145 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.145 INFO kablam! | Oct 22 02:09:27.145 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.145 INFO kablam! | Oct 22 02:09:27.145 INFO kablam! Oct 22 02:09:27.145 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.145 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.145 INFO kablam! | Oct 22 02:09:27.145 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.145 INFO kablam! | ^^^^^ Oct 22 02:09:27.145 INFO kablam! ... Oct 22 02:09:27.145 INFO kablam! 368 | rt_realloc_naive!(rt_pow2_256bytes_1align_realloc_naive, 256, 1); Oct 22 02:09:27.145 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.145 INFO kablam! | Oct 22 02:09:27.145 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.145 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.145 INFO kablam! | Oct 22 02:09:27.145 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.145 INFO kablam! | Oct 22 02:09:27.145 INFO kablam! Oct 22 02:09:27.145 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.145 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.145 INFO kablam! | Oct 22 02:09:27.145 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.145 INFO kablam! | ^^^^^ Oct 22 02:09:27.145 INFO kablam! ... Oct 22 02:09:27.145 INFO kablam! 368 | rt_realloc_naive!(rt_pow2_256bytes_1align_realloc_naive, 256, 1); Oct 22 02:09:27.145 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.145 INFO kablam! | Oct 22 02:09:27.145 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.145 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.145 INFO kablam! | Oct 22 02:09:27.145 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.145 INFO kablam! | Oct 22 02:09:27.145 INFO kablam! Oct 22 02:09:27.145 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.145 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.145 INFO kablam! | Oct 22 02:09:27.145 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.145 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.145 INFO kablam! ... Oct 22 02:09:27.145 INFO kablam! 368 | rt_realloc_naive!(rt_pow2_256bytes_1align_realloc_naive, 256, 1); Oct 22 02:09:27.145 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.145 INFO kablam! | Oct 22 02:09:27.145 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.145 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.145 INFO kablam! | Oct 22 02:09:27.145 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.145 INFO kablam! | Oct 22 02:09:27.145 INFO kablam! Oct 22 02:09:27.145 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.145 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.145 INFO kablam! | Oct 22 02:09:27.145 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.145 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.145 INFO kablam! ... Oct 22 02:09:27.145 INFO kablam! 368 | rt_realloc_naive!(rt_pow2_256bytes_1align_realloc_naive, 256, 1); Oct 22 02:09:27.145 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.145 INFO kablam! | Oct 22 02:09:27.145 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.145 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.145 INFO kablam! | Oct 22 02:09:27.145 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.145 INFO kablam! | Oct 22 02:09:27.145 INFO kablam! Oct 22 02:09:27.145 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.145 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.145 INFO kablam! | Oct 22 02:09:27.145 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.145 INFO kablam! | ^^^^^ Oct 22 02:09:27.145 INFO kablam! ... Oct 22 02:09:27.145 INFO kablam! 381 | rt_realloc_naive!(rt_pow2_512bytes_1align_realloc_naive, 512, 1); Oct 22 02:09:27.145 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.145 INFO kablam! | Oct 22 02:09:27.146 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.146 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.146 INFO kablam! | Oct 22 02:09:27.146 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.146 INFO kablam! | Oct 22 02:09:27.146 INFO kablam! Oct 22 02:09:27.146 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.148 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.148 INFO kablam! | Oct 22 02:09:27.148 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.148 INFO kablam! | ^^^^^ Oct 22 02:09:27.148 INFO kablam! ... Oct 22 02:09:27.148 INFO kablam! 381 | rt_realloc_naive!(rt_pow2_512bytes_1align_realloc_naive, 512, 1); Oct 22 02:09:27.148 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.148 INFO kablam! | Oct 22 02:09:27.148 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.148 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.148 INFO kablam! | Oct 22 02:09:27.148 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.148 INFO kablam! | Oct 22 02:09:27.148 INFO kablam! Oct 22 02:09:27.148 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.148 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.148 INFO kablam! | Oct 22 02:09:27.148 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.148 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.148 INFO kablam! ... Oct 22 02:09:27.148 INFO kablam! 381 | rt_realloc_naive!(rt_pow2_512bytes_1align_realloc_naive, 512, 1); Oct 22 02:09:27.148 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.148 INFO kablam! | Oct 22 02:09:27.148 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.148 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.148 INFO kablam! | Oct 22 02:09:27.148 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.148 INFO kablam! | Oct 22 02:09:27.148 INFO kablam! Oct 22 02:09:27.148 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.148 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.148 INFO kablam! | Oct 22 02:09:27.148 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.148 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.148 INFO kablam! ... Oct 22 02:09:27.148 INFO kablam! 381 | rt_realloc_naive!(rt_pow2_512bytes_1align_realloc_naive, 512, 1); Oct 22 02:09:27.148 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.148 INFO kablam! | Oct 22 02:09:27.148 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.148 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.148 INFO kablam! | Oct 22 02:09:27.148 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.148 INFO kablam! | Oct 22 02:09:27.148 INFO kablam! Oct 22 02:09:27.148 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.148 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.148 INFO kablam! | Oct 22 02:09:27.149 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.149 INFO kablam! | ^^^^^ Oct 22 02:09:27.149 INFO kablam! ... Oct 22 02:09:27.149 INFO kablam! 394 | rt_realloc_naive!(rt_pow2_1024bytes_1align_realloc_naive, 1024, 1); Oct 22 02:09:27.149 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.149 INFO kablam! | Oct 22 02:09:27.149 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.149 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.149 INFO kablam! | Oct 22 02:09:27.149 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.149 INFO kablam! | Oct 22 02:09:27.149 INFO kablam! Oct 22 02:09:27.152 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.152 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.152 INFO kablam! | Oct 22 02:09:27.152 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.152 INFO kablam! | ^^^^^ Oct 22 02:09:27.152 INFO kablam! ... Oct 22 02:09:27.152 INFO kablam! 394 | rt_realloc_naive!(rt_pow2_1024bytes_1align_realloc_naive, 1024, 1); Oct 22 02:09:27.152 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.152 INFO kablam! | Oct 22 02:09:27.152 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.152 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.152 INFO kablam! | Oct 22 02:09:27.152 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.152 INFO kablam! | Oct 22 02:09:27.152 INFO kablam! Oct 22 02:09:27.152 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.152 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.152 INFO kablam! | Oct 22 02:09:27.152 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.152 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.152 INFO kablam! ... Oct 22 02:09:27.152 INFO kablam! 394 | rt_realloc_naive!(rt_pow2_1024bytes_1align_realloc_naive, 1024, 1); Oct 22 02:09:27.152 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.152 INFO kablam! | Oct 22 02:09:27.152 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.152 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.152 INFO kablam! | Oct 22 02:09:27.152 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.152 INFO kablam! | Oct 22 02:09:27.152 INFO kablam! Oct 22 02:09:27.152 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.152 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.152 INFO kablam! | Oct 22 02:09:27.152 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.152 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.152 INFO kablam! ... Oct 22 02:09:27.152 INFO kablam! 394 | rt_realloc_naive!(rt_pow2_1024bytes_1align_realloc_naive, 1024, 1); Oct 22 02:09:27.152 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.152 INFO kablam! | Oct 22 02:09:27.152 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.152 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.152 INFO kablam! | Oct 22 02:09:27.152 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.152 INFO kablam! | Oct 22 02:09:27.152 INFO kablam! Oct 22 02:09:27.152 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.152 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.153 INFO kablam! | Oct 22 02:09:27.153 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.153 INFO kablam! | ^^^^^ Oct 22 02:09:27.153 INFO kablam! ... Oct 22 02:09:27.153 INFO kablam! 407 | rt_realloc_naive!(rt_pow2_2048bytes_1align_realloc_naive, 2048, 1); Oct 22 02:09:27.153 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.153 INFO kablam! | Oct 22 02:09:27.153 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.153 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.153 INFO kablam! | Oct 22 02:09:27.153 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.153 INFO kablam! | Oct 22 02:09:27.153 INFO kablam! Oct 22 02:09:27.156 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.156 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.156 INFO kablam! | Oct 22 02:09:27.156 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.156 INFO kablam! | ^^^^^ Oct 22 02:09:27.156 INFO kablam! ... Oct 22 02:09:27.156 INFO kablam! 407 | rt_realloc_naive!(rt_pow2_2048bytes_1align_realloc_naive, 2048, 1); Oct 22 02:09:27.156 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.156 INFO kablam! | Oct 22 02:09:27.156 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.156 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.156 INFO kablam! | Oct 22 02:09:27.156 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.156 INFO kablam! | Oct 22 02:09:27.156 INFO kablam! Oct 22 02:09:27.156 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.156 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.156 INFO kablam! | Oct 22 02:09:27.156 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.156 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.157 INFO kablam! ... Oct 22 02:09:27.157 INFO kablam! 407 | rt_realloc_naive!(rt_pow2_2048bytes_1align_realloc_naive, 2048, 1); Oct 22 02:09:27.157 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.157 INFO kablam! | Oct 22 02:09:27.157 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.157 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.157 INFO kablam! | Oct 22 02:09:27.157 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.157 INFO kablam! | Oct 22 02:09:27.157 INFO kablam! Oct 22 02:09:27.157 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.157 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.157 INFO kablam! | Oct 22 02:09:27.157 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.157 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.157 INFO kablam! ... Oct 22 02:09:27.157 INFO kablam! 407 | rt_realloc_naive!(rt_pow2_2048bytes_1align_realloc_naive, 2048, 1); Oct 22 02:09:27.157 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.157 INFO kablam! | Oct 22 02:09:27.157 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.157 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.157 INFO kablam! | Oct 22 02:09:27.157 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.157 INFO kablam! | Oct 22 02:09:27.157 INFO kablam! Oct 22 02:09:27.157 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.157 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.157 INFO kablam! | Oct 22 02:09:27.157 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.157 INFO kablam! | ^^^^^ Oct 22 02:09:27.157 INFO kablam! ... Oct 22 02:09:27.157 INFO kablam! 420 | rt_realloc_naive!(rt_pow2_4096bytes_1align_realloc_naive, 4096, 1); Oct 22 02:09:27.157 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.157 INFO kablam! | Oct 22 02:09:27.157 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.157 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.157 INFO kablam! | Oct 22 02:09:27.157 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.157 INFO kablam! | Oct 22 02:09:27.157 INFO kablam! Oct 22 02:09:27.157 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.157 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.157 INFO kablam! | Oct 22 02:09:27.157 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.157 INFO kablam! | ^^^^^ Oct 22 02:09:27.157 INFO kablam! ... Oct 22 02:09:27.157 INFO kablam! 420 | rt_realloc_naive!(rt_pow2_4096bytes_1align_realloc_naive, 4096, 1); Oct 22 02:09:27.157 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.157 INFO kablam! | Oct 22 02:09:27.157 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.157 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.157 INFO kablam! | Oct 22 02:09:27.157 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.157 INFO kablam! | Oct 22 02:09:27.157 INFO kablam! Oct 22 02:09:27.157 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.157 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.157 INFO kablam! | Oct 22 02:09:27.157 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.157 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.157 INFO kablam! ... Oct 22 02:09:27.157 INFO kablam! 420 | rt_realloc_naive!(rt_pow2_4096bytes_1align_realloc_naive, 4096, 1); Oct 22 02:09:27.157 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.157 INFO kablam! | Oct 22 02:09:27.157 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.157 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.157 INFO kablam! | Oct 22 02:09:27.157 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.157 INFO kablam! | Oct 22 02:09:27.157 INFO kablam! Oct 22 02:09:27.157 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.157 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.157 INFO kablam! | Oct 22 02:09:27.157 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.157 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.157 INFO kablam! ... Oct 22 02:09:27.157 INFO kablam! 420 | rt_realloc_naive!(rt_pow2_4096bytes_1align_realloc_naive, 4096, 1); Oct 22 02:09:27.157 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.157 INFO kablam! | Oct 22 02:09:27.157 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.157 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.157 INFO kablam! | Oct 22 02:09:27.157 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.157 INFO kablam! | Oct 22 02:09:27.157 INFO kablam! Oct 22 02:09:27.157 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.158 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.158 INFO kablam! | Oct 22 02:09:27.158 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.158 INFO kablam! | ^^^^^ Oct 22 02:09:27.158 INFO kablam! ... Oct 22 02:09:27.158 INFO kablam! 433 | rt_realloc_naive!(rt_pow2_8192bytes_1align_realloc_naive, 8192, 1); Oct 22 02:09:27.158 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.158 INFO kablam! | Oct 22 02:09:27.158 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.158 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.158 INFO kablam! | Oct 22 02:09:27.158 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.158 INFO kablam! | Oct 22 02:09:27.158 INFO kablam! Oct 22 02:09:27.168 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.168 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.168 INFO kablam! | Oct 22 02:09:27.168 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.168 INFO kablam! | ^^^^^ Oct 22 02:09:27.168 INFO kablam! ... Oct 22 02:09:27.168 INFO kablam! 433 | rt_realloc_naive!(rt_pow2_8192bytes_1align_realloc_naive, 8192, 1); Oct 22 02:09:27.168 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.168 INFO kablam! | Oct 22 02:09:27.168 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.168 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.168 INFO kablam! | Oct 22 02:09:27.168 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.168 INFO kablam! | Oct 22 02:09:27.168 INFO kablam! Oct 22 02:09:27.168 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.168 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.168 INFO kablam! | Oct 22 02:09:27.168 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.168 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.168 INFO kablam! ... Oct 22 02:09:27.168 INFO kablam! 433 | rt_realloc_naive!(rt_pow2_8192bytes_1align_realloc_naive, 8192, 1); Oct 22 02:09:27.168 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.168 INFO kablam! | Oct 22 02:09:27.168 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.168 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.168 INFO kablam! | Oct 22 02:09:27.168 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.168 INFO kablam! | Oct 22 02:09:27.168 INFO kablam! Oct 22 02:09:27.168 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.168 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.168 INFO kablam! | Oct 22 02:09:27.168 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.168 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.168 INFO kablam! ... Oct 22 02:09:27.168 INFO kablam! 433 | rt_realloc_naive!(rt_pow2_8192bytes_1align_realloc_naive, 8192, 1); Oct 22 02:09:27.168 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.168 INFO kablam! | Oct 22 02:09:27.168 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.168 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.168 INFO kablam! | Oct 22 02:09:27.168 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.169 INFO kablam! | Oct 22 02:09:27.169 INFO kablam! Oct 22 02:09:27.169 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.169 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.169 INFO kablam! | Oct 22 02:09:27.169 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.169 INFO kablam! | ^^^^^ Oct 22 02:09:27.169 INFO kablam! ... Oct 22 02:09:27.169 INFO kablam! 446 | rt_realloc_naive!(rt_pow2_16384bytes_1align_realloc_naive, 16384, 1); Oct 22 02:09:27.169 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.169 INFO kablam! | Oct 22 02:09:27.169 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.169 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.169 INFO kablam! | Oct 22 02:09:27.169 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.169 INFO kablam! | Oct 22 02:09:27.169 INFO kablam! Oct 22 02:09:27.169 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.169 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.169 INFO kablam! | Oct 22 02:09:27.169 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.169 INFO kablam! | ^^^^^ Oct 22 02:09:27.169 INFO kablam! ... Oct 22 02:09:27.169 INFO kablam! 446 | rt_realloc_naive!(rt_pow2_16384bytes_1align_realloc_naive, 16384, 1); Oct 22 02:09:27.169 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.169 INFO kablam! | Oct 22 02:09:27.169 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.169 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.169 INFO kablam! | Oct 22 02:09:27.169 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.169 INFO kablam! | Oct 22 02:09:27.169 INFO kablam! Oct 22 02:09:27.169 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.169 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.169 INFO kablam! | Oct 22 02:09:27.169 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.169 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.169 INFO kablam! ... Oct 22 02:09:27.169 INFO kablam! 446 | rt_realloc_naive!(rt_pow2_16384bytes_1align_realloc_naive, 16384, 1); Oct 22 02:09:27.169 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.169 INFO kablam! | Oct 22 02:09:27.169 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.169 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.169 INFO kablam! | Oct 22 02:09:27.169 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.169 INFO kablam! | Oct 22 02:09:27.169 INFO kablam! Oct 22 02:09:27.169 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.169 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.169 INFO kablam! | Oct 22 02:09:27.169 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.169 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.169 INFO kablam! ... Oct 22 02:09:27.169 INFO kablam! 446 | rt_realloc_naive!(rt_pow2_16384bytes_1align_realloc_naive, 16384, 1); Oct 22 02:09:27.169 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.169 INFO kablam! | Oct 22 02:09:27.169 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.169 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.169 INFO kablam! | Oct 22 02:09:27.169 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.169 INFO kablam! | Oct 22 02:09:27.169 INFO kablam! Oct 22 02:09:27.169 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.169 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.169 INFO kablam! | Oct 22 02:09:27.169 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.169 INFO kablam! | ^^^^^ Oct 22 02:09:27.169 INFO kablam! ... Oct 22 02:09:27.169 INFO kablam! 459 | rt_realloc_naive!(rt_pow2_32768bytes_1align_realloc_naive, 32768, 1); Oct 22 02:09:27.169 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.169 INFO kablam! | Oct 22 02:09:27.169 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.169 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.169 INFO kablam! | Oct 22 02:09:27.169 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.169 INFO kablam! | Oct 22 02:09:27.169 INFO kablam! Oct 22 02:09:27.169 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.169 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.169 INFO kablam! | Oct 22 02:09:27.169 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.169 INFO kablam! | ^^^^^ Oct 22 02:09:27.169 INFO kablam! ... Oct 22 02:09:27.169 INFO kablam! 459 | rt_realloc_naive!(rt_pow2_32768bytes_1align_realloc_naive, 32768, 1); Oct 22 02:09:27.169 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.169 INFO kablam! | Oct 22 02:09:27.169 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.169 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.170 INFO kablam! | Oct 22 02:09:27.170 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.170 INFO kablam! | Oct 22 02:09:27.170 INFO kablam! Oct 22 02:09:27.170 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.170 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.170 INFO kablam! | Oct 22 02:09:27.170 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.170 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.170 INFO kablam! ... Oct 22 02:09:27.170 INFO kablam! 459 | rt_realloc_naive!(rt_pow2_32768bytes_1align_realloc_naive, 32768, 1); Oct 22 02:09:27.170 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.170 INFO kablam! | Oct 22 02:09:27.170 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.170 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.170 INFO kablam! | Oct 22 02:09:27.170 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.170 INFO kablam! | Oct 22 02:09:27.170 INFO kablam! Oct 22 02:09:27.170 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.170 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.170 INFO kablam! | Oct 22 02:09:27.170 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.170 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.170 INFO kablam! ... Oct 22 02:09:27.170 INFO kablam! 459 | rt_realloc_naive!(rt_pow2_32768bytes_1align_realloc_naive, 32768, 1); Oct 22 02:09:27.170 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.170 INFO kablam! | Oct 22 02:09:27.170 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.170 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.170 INFO kablam! | Oct 22 02:09:27.170 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.170 INFO kablam! | Oct 22 02:09:27.170 INFO kablam! Oct 22 02:09:27.170 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.170 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.170 INFO kablam! | Oct 22 02:09:27.170 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.170 INFO kablam! | ^^^^^ Oct 22 02:09:27.170 INFO kablam! ... Oct 22 02:09:27.170 INFO kablam! 472 | rt_realloc_naive!(rt_pow2_65536bytes_1align_realloc_naive, 65536, 1); Oct 22 02:09:27.170 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.170 INFO kablam! | Oct 22 02:09:27.170 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.170 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.170 INFO kablam! | Oct 22 02:09:27.170 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.170 INFO kablam! | Oct 22 02:09:27.170 INFO kablam! Oct 22 02:09:27.170 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.170 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.170 INFO kablam! | Oct 22 02:09:27.170 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.170 INFO kablam! | ^^^^^ Oct 22 02:09:27.170 INFO kablam! ... Oct 22 02:09:27.170 INFO kablam! 472 | rt_realloc_naive!(rt_pow2_65536bytes_1align_realloc_naive, 65536, 1); Oct 22 02:09:27.170 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.170 INFO kablam! | Oct 22 02:09:27.170 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.170 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.170 INFO kablam! | Oct 22 02:09:27.170 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.170 INFO kablam! | Oct 22 02:09:27.170 INFO kablam! Oct 22 02:09:27.170 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.170 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.170 INFO kablam! | Oct 22 02:09:27.170 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.170 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.170 INFO kablam! ... Oct 22 02:09:27.170 INFO kablam! 472 | rt_realloc_naive!(rt_pow2_65536bytes_1align_realloc_naive, 65536, 1); Oct 22 02:09:27.170 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.170 INFO kablam! | Oct 22 02:09:27.170 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.170 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.170 INFO kablam! | Oct 22 02:09:27.170 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.170 INFO kablam! | Oct 22 02:09:27.170 INFO kablam! Oct 22 02:09:27.170 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.170 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.170 INFO kablam! | Oct 22 02:09:27.170 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.170 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.170 INFO kablam! ... Oct 22 02:09:27.170 INFO kablam! 472 | rt_realloc_naive!(rt_pow2_65536bytes_1align_realloc_naive, 65536, 1); Oct 22 02:09:27.171 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.171 INFO kablam! | Oct 22 02:09:27.171 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.171 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.171 INFO kablam! | Oct 22 02:09:27.171 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.171 INFO kablam! | Oct 22 02:09:27.171 INFO kablam! Oct 22 02:09:27.176 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.176 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.176 INFO kablam! | Oct 22 02:09:27.176 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.176 INFO kablam! | ^^^^^ Oct 22 02:09:27.176 INFO kablam! ... Oct 22 02:09:27.176 INFO kablam! 485 | rt_realloc_naive!(rt_pow2_131072bytes_1align_realloc_naive, 131072, 1); Oct 22 02:09:27.176 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.176 INFO kablam! | Oct 22 02:09:27.176 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.176 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.176 INFO kablam! | Oct 22 02:09:27.176 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.176 INFO kablam! | Oct 22 02:09:27.176 INFO kablam! Oct 22 02:09:27.176 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.176 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.176 INFO kablam! | Oct 22 02:09:27.176 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.176 INFO kablam! | ^^^^^ Oct 22 02:09:27.176 INFO kablam! ... Oct 22 02:09:27.176 INFO kablam! 485 | rt_realloc_naive!(rt_pow2_131072bytes_1align_realloc_naive, 131072, 1); Oct 22 02:09:27.176 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.176 INFO kablam! | Oct 22 02:09:27.176 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.176 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.176 INFO kablam! | Oct 22 02:09:27.176 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.176 INFO kablam! | Oct 22 02:09:27.176 INFO kablam! Oct 22 02:09:27.176 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.176 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.176 INFO kablam! | Oct 22 02:09:27.176 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.176 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.176 INFO kablam! ... Oct 22 02:09:27.176 INFO kablam! 485 | rt_realloc_naive!(rt_pow2_131072bytes_1align_realloc_naive, 131072, 1); Oct 22 02:09:27.176 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.176 INFO kablam! | Oct 22 02:09:27.176 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.176 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.176 INFO kablam! | Oct 22 02:09:27.176 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.176 INFO kablam! | Oct 22 02:09:27.176 INFO kablam! Oct 22 02:09:27.176 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.176 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.176 INFO kablam! | Oct 22 02:09:27.177 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.177 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.177 INFO kablam! ... Oct 22 02:09:27.177 INFO kablam! 485 | rt_realloc_naive!(rt_pow2_131072bytes_1align_realloc_naive, 131072, 1); Oct 22 02:09:27.177 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.177 INFO kablam! | Oct 22 02:09:27.177 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.177 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.177 INFO kablam! | Oct 22 02:09:27.177 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.177 INFO kablam! | Oct 22 02:09:27.177 INFO kablam! Oct 22 02:09:27.177 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.177 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.177 INFO kablam! | Oct 22 02:09:27.177 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.177 INFO kablam! | ^^^^^ Oct 22 02:09:27.177 INFO kablam! ... Oct 22 02:09:27.177 INFO kablam! 498 | rt_realloc_naive!(rt_pow2_4194304bytes_1align_realloc_naive, 4194304, 1); Oct 22 02:09:27.177 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.177 INFO kablam! | Oct 22 02:09:27.177 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.177 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.177 INFO kablam! | Oct 22 02:09:27.177 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.177 INFO kablam! | Oct 22 02:09:27.177 INFO kablam! Oct 22 02:09:27.177 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.177 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.177 INFO kablam! | Oct 22 02:09:27.177 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.177 INFO kablam! | ^^^^^ Oct 22 02:09:27.177 INFO kablam! ... Oct 22 02:09:27.177 INFO kablam! 498 | rt_realloc_naive!(rt_pow2_4194304bytes_1align_realloc_naive, 4194304, 1); Oct 22 02:09:27.177 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.177 INFO kablam! | Oct 22 02:09:27.177 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.177 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.177 INFO kablam! | Oct 22 02:09:27.177 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.177 INFO kablam! | Oct 22 02:09:27.177 INFO kablam! Oct 22 02:09:27.177 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.177 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.177 INFO kablam! | Oct 22 02:09:27.177 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.177 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.177 INFO kablam! ... Oct 22 02:09:27.177 INFO kablam! 498 | rt_realloc_naive!(rt_pow2_4194304bytes_1align_realloc_naive, 4194304, 1); Oct 22 02:09:27.177 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.177 INFO kablam! | Oct 22 02:09:27.177 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.177 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.177 INFO kablam! | Oct 22 02:09:27.177 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.177 INFO kablam! | Oct 22 02:09:27.177 INFO kablam! Oct 22 02:09:27.177 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.177 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.177 INFO kablam! | Oct 22 02:09:27.177 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.177 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.177 INFO kablam! ... Oct 22 02:09:27.177 INFO kablam! 498 | rt_realloc_naive!(rt_pow2_4194304bytes_1align_realloc_naive, 4194304, 1); Oct 22 02:09:27.177 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.184 INFO kablam! | Oct 22 02:09:27.184 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.184 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.184 INFO kablam! | Oct 22 02:09:27.184 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.184 INFO kablam! | Oct 22 02:09:27.184 INFO kablam! Oct 22 02:09:27.184 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.184 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.184 INFO kablam! | Oct 22 02:09:27.184 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.184 INFO kablam! | ^^^^^ Oct 22 02:09:27.184 INFO kablam! ... Oct 22 02:09:27.184 INFO kablam! 512 | rt_realloc_naive!(rt_even_10bytes_1align_realloc_naive, 10, 1); Oct 22 02:09:27.184 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.184 INFO kablam! | Oct 22 02:09:27.184 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.184 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.184 INFO kablam! | Oct 22 02:09:27.184 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.184 INFO kablam! | Oct 22 02:09:27.184 INFO kablam! Oct 22 02:09:27.184 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.184 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.184 INFO kablam! | Oct 22 02:09:27.184 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.184 INFO kablam! | ^^^^^ Oct 22 02:09:27.184 INFO kablam! ... Oct 22 02:09:27.184 INFO kablam! 512 | rt_realloc_naive!(rt_even_10bytes_1align_realloc_naive, 10, 1); Oct 22 02:09:27.184 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.184 INFO kablam! | Oct 22 02:09:27.184 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.184 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.184 INFO kablam! | Oct 22 02:09:27.184 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.184 INFO kablam! | Oct 22 02:09:27.184 INFO kablam! Oct 22 02:09:27.184 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.184 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.185 INFO kablam! | Oct 22 02:09:27.185 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.185 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.185 INFO kablam! ... Oct 22 02:09:27.185 INFO kablam! 512 | rt_realloc_naive!(rt_even_10bytes_1align_realloc_naive, 10, 1); Oct 22 02:09:27.185 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.185 INFO kablam! | Oct 22 02:09:27.185 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.185 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.185 INFO kablam! | Oct 22 02:09:27.185 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.185 INFO kablam! | Oct 22 02:09:27.185 INFO kablam! Oct 22 02:09:27.185 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.185 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.185 INFO kablam! | Oct 22 02:09:27.185 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.185 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.185 INFO kablam! ... Oct 22 02:09:27.185 INFO kablam! 512 | rt_realloc_naive!(rt_even_10bytes_1align_realloc_naive, 10, 1); Oct 22 02:09:27.185 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.185 INFO kablam! | Oct 22 02:09:27.185 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.185 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.185 INFO kablam! | Oct 22 02:09:27.185 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.185 INFO kablam! | Oct 22 02:09:27.185 INFO kablam! Oct 22 02:09:27.185 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.185 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.185 INFO kablam! | Oct 22 02:09:27.185 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.185 INFO kablam! | ^^^^^ Oct 22 02:09:27.185 INFO kablam! ... Oct 22 02:09:27.185 INFO kablam! 525 | rt_realloc_naive!(rt_even_100bytes_1align_realloc_naive, 100, 1); Oct 22 02:09:27.185 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.185 INFO kablam! | Oct 22 02:09:27.185 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.185 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.185 INFO kablam! | Oct 22 02:09:27.185 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.185 INFO kablam! | Oct 22 02:09:27.185 INFO kablam! Oct 22 02:09:27.185 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.185 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.185 INFO kablam! | Oct 22 02:09:27.185 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.185 INFO kablam! | ^^^^^ Oct 22 02:09:27.185 INFO kablam! ... Oct 22 02:09:27.185 INFO kablam! 525 | rt_realloc_naive!(rt_even_100bytes_1align_realloc_naive, 100, 1); Oct 22 02:09:27.185 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.185 INFO kablam! | Oct 22 02:09:27.185 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.185 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.185 INFO kablam! | Oct 22 02:09:27.185 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.185 INFO kablam! | Oct 22 02:09:27.185 INFO kablam! Oct 22 02:09:27.185 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.185 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.185 INFO kablam! | Oct 22 02:09:27.185 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.185 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.185 INFO kablam! ... Oct 22 02:09:27.185 INFO kablam! 525 | rt_realloc_naive!(rt_even_100bytes_1align_realloc_naive, 100, 1); Oct 22 02:09:27.185 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.185 INFO kablam! | Oct 22 02:09:27.185 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.185 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.185 INFO kablam! | Oct 22 02:09:27.185 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.185 INFO kablam! | Oct 22 02:09:27.185 INFO kablam! Oct 22 02:09:27.185 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.185 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.185 INFO kablam! | Oct 22 02:09:27.185 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.185 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.185 INFO kablam! ... Oct 22 02:09:27.185 INFO kablam! 525 | rt_realloc_naive!(rt_even_100bytes_1align_realloc_naive, 100, 1); Oct 22 02:09:27.185 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.185 INFO kablam! | Oct 22 02:09:27.185 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.185 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.185 INFO kablam! | Oct 22 02:09:27.185 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.185 INFO kablam! | Oct 22 02:09:27.186 INFO kablam! Oct 22 02:09:27.186 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.186 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.186 INFO kablam! | Oct 22 02:09:27.186 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.186 INFO kablam! | ^^^^^ Oct 22 02:09:27.186 INFO kablam! ... Oct 22 02:09:27.186 INFO kablam! 538 | rt_realloc_naive!(rt_even_1000bytes_1align_realloc_naive, 1000, 1); Oct 22 02:09:27.186 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.186 INFO kablam! | Oct 22 02:09:27.186 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.186 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.186 INFO kablam! | Oct 22 02:09:27.186 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.186 INFO kablam! | Oct 22 02:09:27.186 INFO kablam! Oct 22 02:09:27.186 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.186 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.186 INFO kablam! | Oct 22 02:09:27.186 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.186 INFO kablam! | ^^^^^ Oct 22 02:09:27.186 INFO kablam! ... Oct 22 02:09:27.186 INFO kablam! 538 | rt_realloc_naive!(rt_even_1000bytes_1align_realloc_naive, 1000, 1); Oct 22 02:09:27.186 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.186 INFO kablam! | Oct 22 02:09:27.186 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.186 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.186 INFO kablam! | Oct 22 02:09:27.186 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.186 INFO kablam! | Oct 22 02:09:27.186 INFO kablam! Oct 22 02:09:27.186 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.186 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.186 INFO kablam! | Oct 22 02:09:27.186 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.186 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.186 INFO kablam! ... Oct 22 02:09:27.186 INFO kablam! 538 | rt_realloc_naive!(rt_even_1000bytes_1align_realloc_naive, 1000, 1); Oct 22 02:09:27.186 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.186 INFO kablam! | Oct 22 02:09:27.186 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.186 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.186 INFO kablam! | Oct 22 02:09:27.186 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.186 INFO kablam! | Oct 22 02:09:27.186 INFO kablam! Oct 22 02:09:27.186 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.186 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.186 INFO kablam! | Oct 22 02:09:27.186 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.186 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.186 INFO kablam! ... Oct 22 02:09:27.186 INFO kablam! 538 | rt_realloc_naive!(rt_even_1000bytes_1align_realloc_naive, 1000, 1); Oct 22 02:09:27.186 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.186 INFO kablam! | Oct 22 02:09:27.186 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.186 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.186 INFO kablam! | Oct 22 02:09:27.186 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.186 INFO kablam! | Oct 22 02:09:27.186 INFO kablam! Oct 22 02:09:27.186 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.186 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.186 INFO kablam! | Oct 22 02:09:27.186 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.186 INFO kablam! | ^^^^^ Oct 22 02:09:27.186 INFO kablam! ... Oct 22 02:09:27.186 INFO kablam! 551 | rt_realloc_naive!(rt_even_10000bytes_1align_realloc_naive, 10000, 1); Oct 22 02:09:27.186 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.186 INFO kablam! | Oct 22 02:09:27.186 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.186 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.186 INFO kablam! | Oct 22 02:09:27.186 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.186 INFO kablam! | Oct 22 02:09:27.186 INFO kablam! Oct 22 02:09:27.188 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.188 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.188 INFO kablam! | Oct 22 02:09:27.188 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.188 INFO kablam! | ^^^^^ Oct 22 02:09:27.188 INFO kablam! ... Oct 22 02:09:27.188 INFO kablam! 551 | rt_realloc_naive!(rt_even_10000bytes_1align_realloc_naive, 10000, 1); Oct 22 02:09:27.188 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.188 INFO kablam! | Oct 22 02:09:27.188 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.188 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.188 INFO kablam! | Oct 22 02:09:27.188 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.188 INFO kablam! | Oct 22 02:09:27.188 INFO kablam! Oct 22 02:09:27.188 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.188 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.188 INFO kablam! | Oct 22 02:09:27.188 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.188 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.188 INFO kablam! ... Oct 22 02:09:27.188 INFO kablam! 551 | rt_realloc_naive!(rt_even_10000bytes_1align_realloc_naive, 10000, 1); Oct 22 02:09:27.188 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.188 INFO kablam! | Oct 22 02:09:27.188 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.188 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.188 INFO kablam! | Oct 22 02:09:27.188 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.188 INFO kablam! | Oct 22 02:09:27.188 INFO kablam! Oct 22 02:09:27.188 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.188 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.188 INFO kablam! | Oct 22 02:09:27.188 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.188 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.188 INFO kablam! ... Oct 22 02:09:27.188 INFO kablam! 551 | rt_realloc_naive!(rt_even_10000bytes_1align_realloc_naive, 10000, 1); Oct 22 02:09:27.188 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.188 INFO kablam! | Oct 22 02:09:27.188 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.188 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.188 INFO kablam! | Oct 22 02:09:27.188 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.188 INFO kablam! | Oct 22 02:09:27.188 INFO kablam! Oct 22 02:09:27.196 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.196 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.196 INFO kablam! | Oct 22 02:09:27.196 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.196 INFO kablam! | ^^^^^ Oct 22 02:09:27.196 INFO kablam! ... Oct 22 02:09:27.196 INFO kablam! 564 | rt_realloc_naive!(rt_even_100000bytes_1align_realloc_naive, 100000, 1); Oct 22 02:09:27.196 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.196 INFO kablam! | Oct 22 02:09:27.196 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.196 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.196 INFO kablam! | Oct 22 02:09:27.196 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.196 INFO kablam! | Oct 22 02:09:27.196 INFO kablam! Oct 22 02:09:27.196 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.196 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.196 INFO kablam! | Oct 22 02:09:27.196 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.196 INFO kablam! | ^^^^^ Oct 22 02:09:27.196 INFO kablam! ... Oct 22 02:09:27.196 INFO kablam! 564 | rt_realloc_naive!(rt_even_100000bytes_1align_realloc_naive, 100000, 1); Oct 22 02:09:27.196 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.196 INFO kablam! | Oct 22 02:09:27.196 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.196 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.196 INFO kablam! | Oct 22 02:09:27.196 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.196 INFO kablam! | Oct 22 02:09:27.196 INFO kablam! Oct 22 02:09:27.196 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.196 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.196 INFO kablam! | Oct 22 02:09:27.196 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.196 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.196 INFO kablam! ... Oct 22 02:09:27.196 INFO kablam! 564 | rt_realloc_naive!(rt_even_100000bytes_1align_realloc_naive, 100000, 1); Oct 22 02:09:27.196 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.196 INFO kablam! | Oct 22 02:09:27.196 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.196 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.196 INFO kablam! | Oct 22 02:09:27.196 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.196 INFO kablam! | Oct 22 02:09:27.196 INFO kablam! Oct 22 02:09:27.196 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.196 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.196 INFO kablam! | Oct 22 02:09:27.196 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.197 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.197 INFO kablam! ... Oct 22 02:09:27.197 INFO kablam! 564 | rt_realloc_naive!(rt_even_100000bytes_1align_realloc_naive, 100000, 1); Oct 22 02:09:27.197 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.197 INFO kablam! | Oct 22 02:09:27.197 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.197 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.197 INFO kablam! | Oct 22 02:09:27.197 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.197 INFO kablam! | Oct 22 02:09:27.197 INFO kablam! Oct 22 02:09:27.197 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.197 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.197 INFO kablam! | Oct 22 02:09:27.197 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.197 INFO kablam! | ^^^^^ Oct 22 02:09:27.197 INFO kablam! ... Oct 22 02:09:27.197 INFO kablam! 577 | rt_realloc_naive!(rt_even_1000000bytes_1align_realloc_naive, 1000000, 1); Oct 22 02:09:27.197 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.197 INFO kablam! | Oct 22 02:09:27.197 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.197 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.197 INFO kablam! | Oct 22 02:09:27.197 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.197 INFO kablam! | Oct 22 02:09:27.197 INFO kablam! Oct 22 02:09:27.197 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.197 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.197 INFO kablam! | Oct 22 02:09:27.197 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.197 INFO kablam! | ^^^^^ Oct 22 02:09:27.197 INFO kablam! ... Oct 22 02:09:27.197 INFO kablam! 577 | rt_realloc_naive!(rt_even_1000000bytes_1align_realloc_naive, 1000000, 1); Oct 22 02:09:27.197 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.197 INFO kablam! | Oct 22 02:09:27.197 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.197 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.197 INFO kablam! | Oct 22 02:09:27.197 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.197 INFO kablam! | Oct 22 02:09:27.197 INFO kablam! Oct 22 02:09:27.197 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.197 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.197 INFO kablam! | Oct 22 02:09:27.197 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.197 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.197 INFO kablam! ... Oct 22 02:09:27.197 INFO kablam! 577 | rt_realloc_naive!(rt_even_1000000bytes_1align_realloc_naive, 1000000, 1); Oct 22 02:09:27.197 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.197 INFO kablam! | Oct 22 02:09:27.197 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.197 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.197 INFO kablam! | Oct 22 02:09:27.197 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.197 INFO kablam! | Oct 22 02:09:27.197 INFO kablam! Oct 22 02:09:27.197 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.197 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.197 INFO kablam! | Oct 22 02:09:27.197 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.197 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.197 INFO kablam! ... Oct 22 02:09:27.197 INFO kablam! 577 | rt_realloc_naive!(rt_even_1000000bytes_1align_realloc_naive, 1000000, 1); Oct 22 02:09:27.197 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.197 INFO kablam! | Oct 22 02:09:27.197 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.197 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.197 INFO kablam! | Oct 22 02:09:27.197 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.197 INFO kablam! | Oct 22 02:09:27.197 INFO kablam! Oct 22 02:09:27.200 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.200 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.200 INFO kablam! | Oct 22 02:09:27.200 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.200 INFO kablam! | ^^^^^ Oct 22 02:09:27.200 INFO kablam! ... Oct 22 02:09:27.200 INFO kablam! 591 | rt_realloc_naive!(rt_odd_10bytes_1align_realloc_naive, 10- 1, 1); Oct 22 02:09:27.200 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.200 INFO kablam! | Oct 22 02:09:27.200 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.200 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.200 INFO kablam! | Oct 22 02:09:27.200 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.200 INFO kablam! | Oct 22 02:09:27.200 INFO kablam! Oct 22 02:09:27.200 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.200 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.200 INFO kablam! | Oct 22 02:09:27.200 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.200 INFO kablam! | ^^^^^ Oct 22 02:09:27.200 INFO kablam! ... Oct 22 02:09:27.200 INFO kablam! 591 | rt_realloc_naive!(rt_odd_10bytes_1align_realloc_naive, 10- 1, 1); Oct 22 02:09:27.200 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.200 INFO kablam! | Oct 22 02:09:27.200 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.200 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.200 INFO kablam! | Oct 22 02:09:27.200 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.200 INFO kablam! | Oct 22 02:09:27.200 INFO kablam! Oct 22 02:09:27.200 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.200 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.200 INFO kablam! | Oct 22 02:09:27.200 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.200 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.200 INFO kablam! ... Oct 22 02:09:27.200 INFO kablam! 591 | rt_realloc_naive!(rt_odd_10bytes_1align_realloc_naive, 10- 1, 1); Oct 22 02:09:27.200 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.200 INFO kablam! | Oct 22 02:09:27.200 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.200 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.200 INFO kablam! | Oct 22 02:09:27.200 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.200 INFO kablam! | Oct 22 02:09:27.200 INFO kablam! Oct 22 02:09:27.200 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.200 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.200 INFO kablam! | Oct 22 02:09:27.201 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.201 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.201 INFO kablam! ... Oct 22 02:09:27.201 INFO kablam! 591 | rt_realloc_naive!(rt_odd_10bytes_1align_realloc_naive, 10- 1, 1); Oct 22 02:09:27.201 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.201 INFO kablam! | Oct 22 02:09:27.201 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.201 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.201 INFO kablam! | Oct 22 02:09:27.201 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.201 INFO kablam! | Oct 22 02:09:27.201 INFO kablam! Oct 22 02:09:27.201 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.201 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.201 INFO kablam! | Oct 22 02:09:27.201 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.201 INFO kablam! | ^^^^^ Oct 22 02:09:27.201 INFO kablam! ... Oct 22 02:09:27.201 INFO kablam! 604 | rt_realloc_naive!(rt_odd_100bytes_1align_realloc_naive, 100- 1, 1); Oct 22 02:09:27.201 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.201 INFO kablam! | Oct 22 02:09:27.201 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.201 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.201 INFO kablam! | Oct 22 02:09:27.201 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.201 INFO kablam! | Oct 22 02:09:27.201 INFO kablam! Oct 22 02:09:27.201 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.201 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.201 INFO kablam! | Oct 22 02:09:27.201 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.201 INFO kablam! | ^^^^^ Oct 22 02:09:27.201 INFO kablam! ... Oct 22 02:09:27.201 INFO kablam! 604 | rt_realloc_naive!(rt_odd_100bytes_1align_realloc_naive, 100- 1, 1); Oct 22 02:09:27.201 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.201 INFO kablam! | Oct 22 02:09:27.201 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.201 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.201 INFO kablam! | Oct 22 02:09:27.201 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.201 INFO kablam! | Oct 22 02:09:27.201 INFO kablam! Oct 22 02:09:27.204 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.204 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.204 INFO kablam! | Oct 22 02:09:27.204 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.204 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.204 INFO kablam! ... Oct 22 02:09:27.204 INFO kablam! 604 | rt_realloc_naive!(rt_odd_100bytes_1align_realloc_naive, 100- 1, 1); Oct 22 02:09:27.204 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.204 INFO kablam! | Oct 22 02:09:27.204 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.204 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.204 INFO kablam! | Oct 22 02:09:27.204 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.204 INFO kablam! | Oct 22 02:09:27.204 INFO kablam! Oct 22 02:09:27.204 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.204 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.204 INFO kablam! | Oct 22 02:09:27.204 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.204 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.204 INFO kablam! ... Oct 22 02:09:27.204 INFO kablam! 604 | rt_realloc_naive!(rt_odd_100bytes_1align_realloc_naive, 100- 1, 1); Oct 22 02:09:27.204 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.204 INFO kablam! | Oct 22 02:09:27.204 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.204 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.204 INFO kablam! | Oct 22 02:09:27.204 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.204 INFO kablam! | Oct 22 02:09:27.204 INFO kablam! Oct 22 02:09:27.204 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.204 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.204 INFO kablam! | Oct 22 02:09:27.204 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.204 INFO kablam! | ^^^^^ Oct 22 02:09:27.204 INFO kablam! ... Oct 22 02:09:27.204 INFO kablam! 617 | rt_realloc_naive!(rt_odd_1000bytes_1align_realloc_naive, 1000- 1, 1); Oct 22 02:09:27.204 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.204 INFO kablam! | Oct 22 02:09:27.204 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.204 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.204 INFO kablam! | Oct 22 02:09:27.204 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.204 INFO kablam! | Oct 22 02:09:27.204 INFO kablam! Oct 22 02:09:27.204 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.204 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.204 INFO kablam! | Oct 22 02:09:27.204 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.205 INFO kablam! | ^^^^^ Oct 22 02:09:27.205 INFO kablam! ... Oct 22 02:09:27.205 INFO kablam! 617 | rt_realloc_naive!(rt_odd_1000bytes_1align_realloc_naive, 1000- 1, 1); Oct 22 02:09:27.205 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.205 INFO kablam! | Oct 22 02:09:27.205 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.205 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.205 INFO kablam! | Oct 22 02:09:27.205 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.205 INFO kablam! | Oct 22 02:09:27.205 INFO kablam! Oct 22 02:09:27.205 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.205 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.205 INFO kablam! | Oct 22 02:09:27.205 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.205 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.205 INFO kablam! ... Oct 22 02:09:27.205 INFO kablam! 617 | rt_realloc_naive!(rt_odd_1000bytes_1align_realloc_naive, 1000- 1, 1); Oct 22 02:09:27.205 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.205 INFO kablam! | Oct 22 02:09:27.205 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.205 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.205 INFO kablam! | Oct 22 02:09:27.205 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.205 INFO kablam! | Oct 22 02:09:27.205 INFO kablam! Oct 22 02:09:27.208 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.208 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.208 INFO kablam! | Oct 22 02:09:27.208 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.208 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.208 INFO kablam! ... Oct 22 02:09:27.208 INFO kablam! 617 | rt_realloc_naive!(rt_odd_1000bytes_1align_realloc_naive, 1000- 1, 1); Oct 22 02:09:27.208 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.208 INFO kablam! | Oct 22 02:09:27.208 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.208 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.208 INFO kablam! | Oct 22 02:09:27.208 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.208 INFO kablam! | Oct 22 02:09:27.208 INFO kablam! Oct 22 02:09:27.208 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.208 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.208 INFO kablam! | Oct 22 02:09:27.208 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.208 INFO kablam! | ^^^^^ Oct 22 02:09:27.208 INFO kablam! ... Oct 22 02:09:27.208 INFO kablam! 630 | rt_realloc_naive!(rt_odd_10000bytes_1align_realloc_naive, 10000- 1, 1); Oct 22 02:09:27.208 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.208 INFO kablam! | Oct 22 02:09:27.208 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.208 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.208 INFO kablam! | Oct 22 02:09:27.208 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.208 INFO kablam! | Oct 22 02:09:27.208 INFO kablam! Oct 22 02:09:27.208 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.208 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.208 INFO kablam! | Oct 22 02:09:27.208 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.208 INFO kablam! | ^^^^^ Oct 22 02:09:27.208 INFO kablam! ... Oct 22 02:09:27.208 INFO kablam! 630 | rt_realloc_naive!(rt_odd_10000bytes_1align_realloc_naive, 10000- 1, 1); Oct 22 02:09:27.208 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.208 INFO kablam! | Oct 22 02:09:27.208 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.208 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.208 INFO kablam! | Oct 22 02:09:27.208 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.208 INFO kablam! | Oct 22 02:09:27.208 INFO kablam! Oct 22 02:09:27.208 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.208 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.208 INFO kablam! | Oct 22 02:09:27.209 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.209 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.209 INFO kablam! ... Oct 22 02:09:27.209 INFO kablam! 630 | rt_realloc_naive!(rt_odd_10000bytes_1align_realloc_naive, 10000- 1, 1); Oct 22 02:09:27.209 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.209 INFO kablam! | Oct 22 02:09:27.209 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.209 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.209 INFO kablam! | Oct 22 02:09:27.209 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.209 INFO kablam! | Oct 22 02:09:27.209 INFO kablam! Oct 22 02:09:27.209 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.209 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.209 INFO kablam! | Oct 22 02:09:27.209 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.209 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.209 INFO kablam! ... Oct 22 02:09:27.209 INFO kablam! 630 | rt_realloc_naive!(rt_odd_10000bytes_1align_realloc_naive, 10000- 1, 1); Oct 22 02:09:27.209 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.209 INFO kablam! | Oct 22 02:09:27.209 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.209 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.209 INFO kablam! | Oct 22 02:09:27.209 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.209 INFO kablam! | Oct 22 02:09:27.209 INFO kablam! Oct 22 02:09:27.212 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.212 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.212 INFO kablam! | Oct 22 02:09:27.212 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.212 INFO kablam! | ^^^^^ Oct 22 02:09:27.212 INFO kablam! ... Oct 22 02:09:27.212 INFO kablam! 643 | rt_realloc_naive!(rt_odd_100000bytes_1align_realloc_naive, 100000- 1, 1); Oct 22 02:09:27.212 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.212 INFO kablam! | Oct 22 02:09:27.212 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.212 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.212 INFO kablam! | Oct 22 02:09:27.212 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.212 INFO kablam! | Oct 22 02:09:27.212 INFO kablam! Oct 22 02:09:27.212 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.212 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.212 INFO kablam! | Oct 22 02:09:27.212 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.212 INFO kablam! | ^^^^^ Oct 22 02:09:27.212 INFO kablam! ... Oct 22 02:09:27.212 INFO kablam! 643 | rt_realloc_naive!(rt_odd_100000bytes_1align_realloc_naive, 100000- 1, 1); Oct 22 02:09:27.212 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.212 INFO kablam! | Oct 22 02:09:27.212 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.212 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.212 INFO kablam! | Oct 22 02:09:27.212 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.212 INFO kablam! | Oct 22 02:09:27.212 INFO kablam! Oct 22 02:09:27.212 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.212 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.212 INFO kablam! | Oct 22 02:09:27.212 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.212 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.212 INFO kablam! ... Oct 22 02:09:27.212 INFO kablam! 643 | rt_realloc_naive!(rt_odd_100000bytes_1align_realloc_naive, 100000- 1, 1); Oct 22 02:09:27.212 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.212 INFO kablam! | Oct 22 02:09:27.212 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.212 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.212 INFO kablam! | Oct 22 02:09:27.212 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.212 INFO kablam! | Oct 22 02:09:27.212 INFO kablam! Oct 22 02:09:27.212 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.212 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.212 INFO kablam! | Oct 22 02:09:27.212 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.213 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.213 INFO kablam! ... Oct 22 02:09:27.213 INFO kablam! 643 | rt_realloc_naive!(rt_odd_100000bytes_1align_realloc_naive, 100000- 1, 1); Oct 22 02:09:27.213 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.213 INFO kablam! | Oct 22 02:09:27.213 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.213 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.213 INFO kablam! | Oct 22 02:09:27.213 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.213 INFO kablam! | Oct 22 02:09:27.213 INFO kablam! Oct 22 02:09:27.213 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.213 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.213 INFO kablam! | Oct 22 02:09:27.213 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.213 INFO kablam! | ^^^^^ Oct 22 02:09:27.213 INFO kablam! ... Oct 22 02:09:27.213 INFO kablam! 656 | rt_realloc_naive!(rt_odd_1000000bytes_1align_realloc_naive, 1000000- 1, 1); Oct 22 02:09:27.213 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.213 INFO kablam! | Oct 22 02:09:27.213 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.213 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.213 INFO kablam! | Oct 22 02:09:27.213 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.213 INFO kablam! | Oct 22 02:09:27.213 INFO kablam! Oct 22 02:09:27.213 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.213 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.213 INFO kablam! | Oct 22 02:09:27.213 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.214 INFO kablam! | ^^^^^ Oct 22 02:09:27.214 INFO kablam! ... Oct 22 02:09:27.214 INFO kablam! 656 | rt_realloc_naive!(rt_odd_1000000bytes_1align_realloc_naive, 1000000- 1, 1); Oct 22 02:09:27.214 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.214 INFO kablam! | Oct 22 02:09:27.214 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.214 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.214 INFO kablam! | Oct 22 02:09:27.214 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.214 INFO kablam! | Oct 22 02:09:27.214 INFO kablam! Oct 22 02:09:27.214 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.214 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.214 INFO kablam! | Oct 22 02:09:27.214 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.214 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.214 INFO kablam! ... Oct 22 02:09:27.214 INFO kablam! 656 | rt_realloc_naive!(rt_odd_1000000bytes_1align_realloc_naive, 1000000- 1, 1); Oct 22 02:09:27.214 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.214 INFO kablam! | Oct 22 02:09:27.214 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.214 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.214 INFO kablam! | Oct 22 02:09:27.214 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.214 INFO kablam! | Oct 22 02:09:27.214 INFO kablam! Oct 22 02:09:27.214 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.214 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.214 INFO kablam! | Oct 22 02:09:27.214 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.214 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.214 INFO kablam! ... Oct 22 02:09:27.214 INFO kablam! 656 | rt_realloc_naive!(rt_odd_1000000bytes_1align_realloc_naive, 1000000- 1, 1); Oct 22 02:09:27.214 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.214 INFO kablam! | Oct 22 02:09:27.214 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.214 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.214 INFO kablam! | Oct 22 02:09:27.214 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.214 INFO kablam! | Oct 22 02:09:27.214 INFO kablam! Oct 22 02:09:27.214 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.214 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.214 INFO kablam! | Oct 22 02:09:27.214 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.214 INFO kablam! | ^^^^^ Oct 22 02:09:27.214 INFO kablam! ... Oct 22 02:09:27.214 INFO kablam! 670 | rt_realloc_naive!(rt_primes_3bytes_1align_realloc_naive, 3, 1); Oct 22 02:09:27.214 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.214 INFO kablam! | Oct 22 02:09:27.214 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.214 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.214 INFO kablam! | Oct 22 02:09:27.214 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.214 INFO kablam! | Oct 22 02:09:27.214 INFO kablam! Oct 22 02:09:27.214 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.214 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.214 INFO kablam! | Oct 22 02:09:27.214 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.214 INFO kablam! | ^^^^^ Oct 22 02:09:27.214 INFO kablam! ... Oct 22 02:09:27.214 INFO kablam! 670 | rt_realloc_naive!(rt_primes_3bytes_1align_realloc_naive, 3, 1); Oct 22 02:09:27.214 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.214 INFO kablam! | Oct 22 02:09:27.214 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.214 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.214 INFO kablam! | Oct 22 02:09:27.214 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.214 INFO kablam! | Oct 22 02:09:27.214 INFO kablam! Oct 22 02:09:27.214 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.214 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.214 INFO kablam! | Oct 22 02:09:27.214 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.214 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.214 INFO kablam! ... Oct 22 02:09:27.214 INFO kablam! 670 | rt_realloc_naive!(rt_primes_3bytes_1align_realloc_naive, 3, 1); Oct 22 02:09:27.214 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.214 INFO kablam! | Oct 22 02:09:27.214 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.214 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.214 INFO kablam! | Oct 22 02:09:27.214 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.214 INFO kablam! | Oct 22 02:09:27.214 INFO kablam! Oct 22 02:09:27.214 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.215 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.215 INFO kablam! | Oct 22 02:09:27.215 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.215 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.215 INFO kablam! ... Oct 22 02:09:27.215 INFO kablam! 670 | rt_realloc_naive!(rt_primes_3bytes_1align_realloc_naive, 3, 1); Oct 22 02:09:27.215 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.215 INFO kablam! | Oct 22 02:09:27.215 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.215 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.215 INFO kablam! | Oct 22 02:09:27.215 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.215 INFO kablam! | Oct 22 02:09:27.215 INFO kablam! Oct 22 02:09:27.215 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.215 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.215 INFO kablam! | Oct 22 02:09:27.215 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.215 INFO kablam! | ^^^^^ Oct 22 02:09:27.215 INFO kablam! ... Oct 22 02:09:27.215 INFO kablam! 683 | rt_realloc_naive!(rt_primes_7bytes_1align_realloc_naive, 7, 1); Oct 22 02:09:27.215 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.215 INFO kablam! | Oct 22 02:09:27.215 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.215 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.215 INFO kablam! | Oct 22 02:09:27.215 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.215 INFO kablam! | Oct 22 02:09:27.215 INFO kablam! Oct 22 02:09:27.215 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.215 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.215 INFO kablam! | Oct 22 02:09:27.215 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.215 INFO kablam! | ^^^^^ Oct 22 02:09:27.215 INFO kablam! ... Oct 22 02:09:27.215 INFO kablam! 683 | rt_realloc_naive!(rt_primes_7bytes_1align_realloc_naive, 7, 1); Oct 22 02:09:27.215 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.215 INFO kablam! | Oct 22 02:09:27.215 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.215 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.215 INFO kablam! | Oct 22 02:09:27.215 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.215 INFO kablam! | Oct 22 02:09:27.215 INFO kablam! Oct 22 02:09:27.216 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.216 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.216 INFO kablam! | Oct 22 02:09:27.216 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.216 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.216 INFO kablam! ... Oct 22 02:09:27.216 INFO kablam! 683 | rt_realloc_naive!(rt_primes_7bytes_1align_realloc_naive, 7, 1); Oct 22 02:09:27.216 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.216 INFO kablam! | Oct 22 02:09:27.216 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.216 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.216 INFO kablam! | Oct 22 02:09:27.216 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.216 INFO kablam! | Oct 22 02:09:27.216 INFO kablam! Oct 22 02:09:27.216 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.216 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.216 INFO kablam! | Oct 22 02:09:27.216 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.216 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.216 INFO kablam! ... Oct 22 02:09:27.216 INFO kablam! 683 | rt_realloc_naive!(rt_primes_7bytes_1align_realloc_naive, 7, 1); Oct 22 02:09:27.216 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.216 INFO kablam! | Oct 22 02:09:27.217 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.217 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.217 INFO kablam! | Oct 22 02:09:27.217 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.217 INFO kablam! | Oct 22 02:09:27.217 INFO kablam! Oct 22 02:09:27.217 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.217 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.217 INFO kablam! | Oct 22 02:09:27.217 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.217 INFO kablam! | ^^^^^ Oct 22 02:09:27.217 INFO kablam! ... Oct 22 02:09:27.217 INFO kablam! 696 | rt_realloc_naive!(rt_primes_13bytes_1align_realloc_naive, 13, 1); Oct 22 02:09:27.217 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.217 INFO kablam! | Oct 22 02:09:27.217 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.217 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.217 INFO kablam! | Oct 22 02:09:27.218 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.218 INFO kablam! | Oct 22 02:09:27.218 INFO kablam! Oct 22 02:09:27.218 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.218 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.218 INFO kablam! | Oct 22 02:09:27.218 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.218 INFO kablam! | ^^^^^ Oct 22 02:09:27.218 INFO kablam! ... Oct 22 02:09:27.218 INFO kablam! 696 | rt_realloc_naive!(rt_primes_13bytes_1align_realloc_naive, 13, 1); Oct 22 02:09:27.218 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.218 INFO kablam! | Oct 22 02:09:27.218 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.218 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.218 INFO kablam! | Oct 22 02:09:27.218 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.218 INFO kablam! | Oct 22 02:09:27.218 INFO kablam! Oct 22 02:09:27.219 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.219 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.219 INFO kablam! | Oct 22 02:09:27.219 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.219 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.219 INFO kablam! ... Oct 22 02:09:27.219 INFO kablam! 696 | rt_realloc_naive!(rt_primes_13bytes_1align_realloc_naive, 13, 1); Oct 22 02:09:27.219 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.219 INFO kablam! | Oct 22 02:09:27.219 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.219 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.219 INFO kablam! | Oct 22 02:09:27.219 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.219 INFO kablam! | Oct 22 02:09:27.219 INFO kablam! Oct 22 02:09:27.219 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.219 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.219 INFO kablam! | Oct 22 02:09:27.219 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.219 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.219 INFO kablam! ... Oct 22 02:09:27.219 INFO kablam! 696 | rt_realloc_naive!(rt_primes_13bytes_1align_realloc_naive, 13, 1); Oct 22 02:09:27.219 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.220 INFO kablam! | Oct 22 02:09:27.220 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.220 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.220 INFO kablam! | Oct 22 02:09:27.220 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.220 INFO kablam! | Oct 22 02:09:27.220 INFO kablam! Oct 22 02:09:27.220 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.220 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.220 INFO kablam! | Oct 22 02:09:27.220 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.220 INFO kablam! | ^^^^^ Oct 22 02:09:27.220 INFO kablam! ... Oct 22 02:09:27.220 INFO kablam! 709 | rt_realloc_naive!(rt_primes_17bytes_1align_realloc_naive, 17, 1); Oct 22 02:09:27.221 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.221 INFO kablam! | Oct 22 02:09:27.221 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.221 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.221 INFO kablam! | Oct 22 02:09:27.221 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.221 INFO kablam! | Oct 22 02:09:27.221 INFO kablam! Oct 22 02:09:27.221 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.221 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.221 INFO kablam! | Oct 22 02:09:27.221 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.221 INFO kablam! | ^^^^^ Oct 22 02:09:27.221 INFO kablam! ... Oct 22 02:09:27.221 INFO kablam! 709 | rt_realloc_naive!(rt_primes_17bytes_1align_realloc_naive, 17, 1); Oct 22 02:09:27.221 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.221 INFO kablam! | Oct 22 02:09:27.221 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.221 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.221 INFO kablam! | Oct 22 02:09:27.221 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.221 INFO kablam! | Oct 22 02:09:27.221 INFO kablam! Oct 22 02:09:27.222 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.222 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.222 INFO kablam! | Oct 22 02:09:27.222 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.222 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.222 INFO kablam! ... Oct 22 02:09:27.222 INFO kablam! 709 | rt_realloc_naive!(rt_primes_17bytes_1align_realloc_naive, 17, 1); Oct 22 02:09:27.222 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.222 INFO kablam! | Oct 22 02:09:27.222 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.222 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.222 INFO kablam! | Oct 22 02:09:27.222 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.222 INFO kablam! | Oct 22 02:09:27.222 INFO kablam! Oct 22 02:09:27.222 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.222 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.223 INFO kablam! | Oct 22 02:09:27.223 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.223 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.223 INFO kablam! ... Oct 22 02:09:27.223 INFO kablam! 709 | rt_realloc_naive!(rt_primes_17bytes_1align_realloc_naive, 17, 1); Oct 22 02:09:27.223 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.223 INFO kablam! | Oct 22 02:09:27.223 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.223 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.223 INFO kablam! | Oct 22 02:09:27.223 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.223 INFO kablam! | Oct 22 02:09:27.223 INFO kablam! Oct 22 02:09:27.223 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.223 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.223 INFO kablam! | Oct 22 02:09:27.223 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.223 INFO kablam! | ^^^^^ Oct 22 02:09:27.223 INFO kablam! ... Oct 22 02:09:27.223 INFO kablam! 722 | rt_realloc_naive!(rt_primes_31bytes_1align_realloc_naive, 31, 1); Oct 22 02:09:27.223 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.224 INFO kablam! | Oct 22 02:09:27.224 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.224 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.224 INFO kablam! | Oct 22 02:09:27.224 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.224 INFO kablam! | Oct 22 02:09:27.224 INFO kablam! Oct 22 02:09:27.224 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.224 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.224 INFO kablam! | Oct 22 02:09:27.224 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.224 INFO kablam! | ^^^^^ Oct 22 02:09:27.224 INFO kablam! ... Oct 22 02:09:27.224 INFO kablam! 722 | rt_realloc_naive!(rt_primes_31bytes_1align_realloc_naive, 31, 1); Oct 22 02:09:27.224 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.224 INFO kablam! | Oct 22 02:09:27.224 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.224 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.224 INFO kablam! | Oct 22 02:09:27.224 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.224 INFO kablam! | Oct 22 02:09:27.225 INFO kablam! Oct 22 02:09:27.225 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.225 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.225 INFO kablam! | Oct 22 02:09:27.225 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.225 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.225 INFO kablam! ... Oct 22 02:09:27.225 INFO kablam! 722 | rt_realloc_naive!(rt_primes_31bytes_1align_realloc_naive, 31, 1); Oct 22 02:09:27.225 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.225 INFO kablam! | Oct 22 02:09:27.225 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.225 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.225 INFO kablam! | Oct 22 02:09:27.225 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.225 INFO kablam! | Oct 22 02:09:27.225 INFO kablam! Oct 22 02:09:27.226 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.226 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.226 INFO kablam! | Oct 22 02:09:27.226 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.226 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.226 INFO kablam! ... Oct 22 02:09:27.226 INFO kablam! 722 | rt_realloc_naive!(rt_primes_31bytes_1align_realloc_naive, 31, 1); Oct 22 02:09:27.226 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.226 INFO kablam! | Oct 22 02:09:27.226 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.226 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.226 INFO kablam! | Oct 22 02:09:27.226 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.226 INFO kablam! | Oct 22 02:09:27.226 INFO kablam! Oct 22 02:09:27.227 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.227 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.227 INFO kablam! | Oct 22 02:09:27.227 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.227 INFO kablam! | ^^^^^ Oct 22 02:09:27.227 INFO kablam! ... Oct 22 02:09:27.227 INFO kablam! 735 | rt_realloc_naive!(rt_primes_61bytes_1align_realloc_naive, 61, 1); Oct 22 02:09:27.227 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.227 INFO kablam! | Oct 22 02:09:27.227 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.227 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.227 INFO kablam! | Oct 22 02:09:27.227 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.227 INFO kablam! | Oct 22 02:09:27.227 INFO kablam! Oct 22 02:09:27.227 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.227 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.227 INFO kablam! | Oct 22 02:09:27.227 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.227 INFO kablam! | ^^^^^ Oct 22 02:09:27.227 INFO kablam! ... Oct 22 02:09:27.227 INFO kablam! 735 | rt_realloc_naive!(rt_primes_61bytes_1align_realloc_naive, 61, 1); Oct 22 02:09:27.227 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.227 INFO kablam! | Oct 22 02:09:27.227 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.227 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.227 INFO kablam! | Oct 22 02:09:27.227 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.227 INFO kablam! | Oct 22 02:09:27.228 INFO kablam! Oct 22 02:09:27.228 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.228 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.228 INFO kablam! | Oct 22 02:09:27.228 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.228 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.228 INFO kablam! ... Oct 22 02:09:27.228 INFO kablam! 735 | rt_realloc_naive!(rt_primes_61bytes_1align_realloc_naive, 61, 1); Oct 22 02:09:27.228 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.228 INFO kablam! | Oct 22 02:09:27.228 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.228 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.228 INFO kablam! | Oct 22 02:09:27.228 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.228 INFO kablam! | Oct 22 02:09:27.228 INFO kablam! Oct 22 02:09:27.229 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.229 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.229 INFO kablam! | Oct 22 02:09:27.229 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.229 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.229 INFO kablam! ... Oct 22 02:09:27.229 INFO kablam! 735 | rt_realloc_naive!(rt_primes_61bytes_1align_realloc_naive, 61, 1); Oct 22 02:09:27.229 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.229 INFO kablam! | Oct 22 02:09:27.229 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.229 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.229 INFO kablam! | Oct 22 02:09:27.229 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.229 INFO kablam! | Oct 22 02:09:27.229 INFO kablam! Oct 22 02:09:27.230 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.230 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.230 INFO kablam! | Oct 22 02:09:27.230 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.230 INFO kablam! | ^^^^^ Oct 22 02:09:27.230 INFO kablam! ... Oct 22 02:09:27.230 INFO kablam! 748 | rt_realloc_naive!(rt_primes_96bytes_1align_realloc_naive, 96, 1); Oct 22 02:09:27.230 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.230 INFO kablam! | Oct 22 02:09:27.230 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.230 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.230 INFO kablam! | Oct 22 02:09:27.230 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.230 INFO kablam! | Oct 22 02:09:27.230 INFO kablam! Oct 22 02:09:27.230 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.230 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.230 INFO kablam! | Oct 22 02:09:27.231 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.231 INFO kablam! | ^^^^^ Oct 22 02:09:27.231 INFO kablam! ... Oct 22 02:09:27.231 INFO kablam! 748 | rt_realloc_naive!(rt_primes_96bytes_1align_realloc_naive, 96, 1); Oct 22 02:09:27.231 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.231 INFO kablam! | Oct 22 02:09:27.231 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.231 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.231 INFO kablam! | Oct 22 02:09:27.231 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.231 INFO kablam! | Oct 22 02:09:27.231 INFO kablam! Oct 22 02:09:27.231 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.231 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.231 INFO kablam! | Oct 22 02:09:27.231 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.231 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.231 INFO kablam! ... Oct 22 02:09:27.231 INFO kablam! 748 | rt_realloc_naive!(rt_primes_96bytes_1align_realloc_naive, 96, 1); Oct 22 02:09:27.231 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.231 INFO kablam! | Oct 22 02:09:27.231 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.231 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.231 INFO kablam! | Oct 22 02:09:27.231 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.231 INFO kablam! | Oct 22 02:09:27.231 INFO kablam! Oct 22 02:09:27.232 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.232 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.232 INFO kablam! | Oct 22 02:09:27.232 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.232 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.232 INFO kablam! ... Oct 22 02:09:27.232 INFO kablam! 748 | rt_realloc_naive!(rt_primes_96bytes_1align_realloc_naive, 96, 1); Oct 22 02:09:27.232 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.232 INFO kablam! | Oct 22 02:09:27.232 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.232 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.232 INFO kablam! | Oct 22 02:09:27.232 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.232 INFO kablam! | Oct 22 02:09:27.232 INFO kablam! Oct 22 02:09:27.233 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.233 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.233 INFO kablam! | Oct 22 02:09:27.233 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.233 INFO kablam! | ^^^^^ Oct 22 02:09:27.233 INFO kablam! ... Oct 22 02:09:27.233 INFO kablam! 761 | rt_realloc_naive!(rt_primes_127bytes_1align_realloc_naive, 127, 1); Oct 22 02:09:27.233 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.233 INFO kablam! | Oct 22 02:09:27.233 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.233 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.233 INFO kablam! | Oct 22 02:09:27.233 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.233 INFO kablam! | Oct 22 02:09:27.233 INFO kablam! Oct 22 02:09:27.234 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.234 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.234 INFO kablam! | Oct 22 02:09:27.234 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.234 INFO kablam! | ^^^^^ Oct 22 02:09:27.234 INFO kablam! ... Oct 22 02:09:27.234 INFO kablam! 761 | rt_realloc_naive!(rt_primes_127bytes_1align_realloc_naive, 127, 1); Oct 22 02:09:27.234 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.234 INFO kablam! | Oct 22 02:09:27.234 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.234 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.234 INFO kablam! | Oct 22 02:09:27.234 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.234 INFO kablam! | Oct 22 02:09:27.234 INFO kablam! Oct 22 02:09:27.234 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.234 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.234 INFO kablam! | Oct 22 02:09:27.234 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.234 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.234 INFO kablam! ... Oct 22 02:09:27.234 INFO kablam! 761 | rt_realloc_naive!(rt_primes_127bytes_1align_realloc_naive, 127, 1); Oct 22 02:09:27.234 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.234 INFO kablam! | Oct 22 02:09:27.235 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.235 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.235 INFO kablam! | Oct 22 02:09:27.235 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.235 INFO kablam! | Oct 22 02:09:27.235 INFO kablam! Oct 22 02:09:27.235 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.235 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.235 INFO kablam! | Oct 22 02:09:27.235 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.235 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.235 INFO kablam! ... Oct 22 02:09:27.235 INFO kablam! 761 | rt_realloc_naive!(rt_primes_127bytes_1align_realloc_naive, 127, 1); Oct 22 02:09:27.235 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.235 INFO kablam! | Oct 22 02:09:27.235 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.235 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.235 INFO kablam! | Oct 22 02:09:27.235 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.235 INFO kablam! | Oct 22 02:09:27.235 INFO kablam! Oct 22 02:09:27.236 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.236 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.236 INFO kablam! | Oct 22 02:09:27.236 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.236 INFO kablam! | ^^^^^ Oct 22 02:09:27.236 INFO kablam! ... Oct 22 02:09:27.236 INFO kablam! 774 | rt_realloc_naive!(rt_primes_257bytes_1align_realloc_naive, 257, 1); Oct 22 02:09:27.236 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.236 INFO kablam! | Oct 22 02:09:27.236 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.236 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.236 INFO kablam! | Oct 22 02:09:27.236 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.236 INFO kablam! | Oct 22 02:09:27.240 INFO kablam! Oct 22 02:09:27.240 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.240 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.240 INFO kablam! | Oct 22 02:09:27.240 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.240 INFO kablam! | ^^^^^ Oct 22 02:09:27.240 INFO kablam! ... Oct 22 02:09:27.240 INFO kablam! 774 | rt_realloc_naive!(rt_primes_257bytes_1align_realloc_naive, 257, 1); Oct 22 02:09:27.240 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.240 INFO kablam! | Oct 22 02:09:27.240 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.240 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.240 INFO kablam! | Oct 22 02:09:27.240 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.240 INFO kablam! | Oct 22 02:09:27.240 INFO kablam! Oct 22 02:09:27.240 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.240 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.241 INFO kablam! | Oct 22 02:09:27.241 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.241 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.241 INFO kablam! ... Oct 22 02:09:27.241 INFO kablam! 774 | rt_realloc_naive!(rt_primes_257bytes_1align_realloc_naive, 257, 1); Oct 22 02:09:27.241 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.241 INFO kablam! | Oct 22 02:09:27.241 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.241 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.241 INFO kablam! | Oct 22 02:09:27.241 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.241 INFO kablam! | Oct 22 02:09:27.241 INFO kablam! Oct 22 02:09:27.241 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.241 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.241 INFO kablam! | Oct 22 02:09:27.241 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.241 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.241 INFO kablam! ... Oct 22 02:09:27.241 INFO kablam! 774 | rt_realloc_naive!(rt_primes_257bytes_1align_realloc_naive, 257, 1); Oct 22 02:09:27.241 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.241 INFO kablam! | Oct 22 02:09:27.241 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.241 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.241 INFO kablam! | Oct 22 02:09:27.241 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.241 INFO kablam! | Oct 22 02:09:27.241 INFO kablam! Oct 22 02:09:27.241 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.241 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.241 INFO kablam! | Oct 22 02:09:27.241 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.241 INFO kablam! | ^^^^^ Oct 22 02:09:27.241 INFO kablam! ... Oct 22 02:09:27.241 INFO kablam! 787 | rt_realloc_naive!(rt_primes_509bytes_1align_realloc_naive, 509, 1); Oct 22 02:09:27.241 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.241 INFO kablam! | Oct 22 02:09:27.241 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.241 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.241 INFO kablam! | Oct 22 02:09:27.241 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.241 INFO kablam! | Oct 22 02:09:27.241 INFO kablam! Oct 22 02:09:27.241 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.241 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.241 INFO kablam! | Oct 22 02:09:27.241 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.241 INFO kablam! | ^^^^^ Oct 22 02:09:27.241 INFO kablam! ... Oct 22 02:09:27.241 INFO kablam! 787 | rt_realloc_naive!(rt_primes_509bytes_1align_realloc_naive, 509, 1); Oct 22 02:09:27.241 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.241 INFO kablam! | Oct 22 02:09:27.241 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.241 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.241 INFO kablam! | Oct 22 02:09:27.241 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.241 INFO kablam! | Oct 22 02:09:27.241 INFO kablam! Oct 22 02:09:27.241 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.241 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.241 INFO kablam! | Oct 22 02:09:27.241 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.241 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.241 INFO kablam! ... Oct 22 02:09:27.241 INFO kablam! 787 | rt_realloc_naive!(rt_primes_509bytes_1align_realloc_naive, 509, 1); Oct 22 02:09:27.241 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.241 INFO kablam! | Oct 22 02:09:27.241 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.241 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.241 INFO kablam! | Oct 22 02:09:27.241 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.241 INFO kablam! | Oct 22 02:09:27.241 INFO kablam! Oct 22 02:09:27.248 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.248 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.248 INFO kablam! | Oct 22 02:09:27.248 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.248 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.248 INFO kablam! ... Oct 22 02:09:27.248 INFO kablam! 787 | rt_realloc_naive!(rt_primes_509bytes_1align_realloc_naive, 509, 1); Oct 22 02:09:27.248 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.248 INFO kablam! | Oct 22 02:09:27.248 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.248 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.248 INFO kablam! | Oct 22 02:09:27.248 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.248 INFO kablam! | Oct 22 02:09:27.248 INFO kablam! Oct 22 02:09:27.248 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.248 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.248 INFO kablam! | Oct 22 02:09:27.248 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.248 INFO kablam! | ^^^^^ Oct 22 02:09:27.248 INFO kablam! ... Oct 22 02:09:27.248 INFO kablam! 800 | rt_realloc_naive!(rt_primes_1021bytes_1align_realloc_naive, 1021, 1); Oct 22 02:09:27.248 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.248 INFO kablam! | Oct 22 02:09:27.248 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.248 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.248 INFO kablam! | Oct 22 02:09:27.248 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.248 INFO kablam! | Oct 22 02:09:27.248 INFO kablam! Oct 22 02:09:27.248 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.248 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.248 INFO kablam! | Oct 22 02:09:27.248 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.248 INFO kablam! | ^^^^^ Oct 22 02:09:27.248 INFO kablam! ... Oct 22 02:09:27.248 INFO kablam! 800 | rt_realloc_naive!(rt_primes_1021bytes_1align_realloc_naive, 1021, 1); Oct 22 02:09:27.248 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.248 INFO kablam! | Oct 22 02:09:27.248 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.248 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.248 INFO kablam! | Oct 22 02:09:27.248 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.248 INFO kablam! | Oct 22 02:09:27.248 INFO kablam! Oct 22 02:09:27.248 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.249 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.249 INFO kablam! | Oct 22 02:09:27.249 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.249 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.249 INFO kablam! ... Oct 22 02:09:27.249 INFO kablam! 800 | rt_realloc_naive!(rt_primes_1021bytes_1align_realloc_naive, 1021, 1); Oct 22 02:09:27.249 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.249 INFO kablam! | Oct 22 02:09:27.249 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.249 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.249 INFO kablam! | Oct 22 02:09:27.249 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.249 INFO kablam! | Oct 22 02:09:27.249 INFO kablam! Oct 22 02:09:27.249 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.249 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.249 INFO kablam! | Oct 22 02:09:27.249 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.249 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.249 INFO kablam! ... Oct 22 02:09:27.249 INFO kablam! 800 | rt_realloc_naive!(rt_primes_1021bytes_1align_realloc_naive, 1021, 1); Oct 22 02:09:27.249 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.249 INFO kablam! | Oct 22 02:09:27.249 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.249 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.249 INFO kablam! | Oct 22 02:09:27.249 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.249 INFO kablam! | Oct 22 02:09:27.249 INFO kablam! Oct 22 02:09:27.249 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.249 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.249 INFO kablam! | Oct 22 02:09:27.249 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.249 INFO kablam! | ^^^^^ Oct 22 02:09:27.249 INFO kablam! ... Oct 22 02:09:27.249 INFO kablam! 813 | rt_realloc_naive!(rt_primes_2039bytes_1align_realloc_naive, 2039, 1); Oct 22 02:09:27.249 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.249 INFO kablam! | Oct 22 02:09:27.249 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.249 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.249 INFO kablam! | Oct 22 02:09:27.249 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.249 INFO kablam! | Oct 22 02:09:27.249 INFO kablam! Oct 22 02:09:27.249 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.249 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.249 INFO kablam! | Oct 22 02:09:27.249 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.249 INFO kablam! | ^^^^^ Oct 22 02:09:27.249 INFO kablam! ... Oct 22 02:09:27.249 INFO kablam! 813 | rt_realloc_naive!(rt_primes_2039bytes_1align_realloc_naive, 2039, 1); Oct 22 02:09:27.249 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.249 INFO kablam! | Oct 22 02:09:27.249 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.249 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.249 INFO kablam! | Oct 22 02:09:27.249 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.249 INFO kablam! | Oct 22 02:09:27.249 INFO kablam! Oct 22 02:09:27.249 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.249 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.249 INFO kablam! | Oct 22 02:09:27.249 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.249 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.249 INFO kablam! ... Oct 22 02:09:27.249 INFO kablam! 813 | rt_realloc_naive!(rt_primes_2039bytes_1align_realloc_naive, 2039, 1); Oct 22 02:09:27.249 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.249 INFO kablam! | Oct 22 02:09:27.249 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.249 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.249 INFO kablam! | Oct 22 02:09:27.249 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.249 INFO kablam! | Oct 22 02:09:27.249 INFO kablam! Oct 22 02:09:27.249 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.249 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.249 INFO kablam! | Oct 22 02:09:27.249 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.249 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.249 INFO kablam! ... Oct 22 02:09:27.249 INFO kablam! 813 | rt_realloc_naive!(rt_primes_2039bytes_1align_realloc_naive, 2039, 1); Oct 22 02:09:27.249 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.249 INFO kablam! | Oct 22 02:09:27.249 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.249 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.249 INFO kablam! | Oct 22 02:09:27.249 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.249 INFO kablam! | Oct 22 02:09:27.249 INFO kablam! Oct 22 02:09:27.249 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.249 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.249 INFO kablam! | Oct 22 02:09:27.249 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.249 INFO kablam! | ^^^^^ Oct 22 02:09:27.249 INFO kablam! ... Oct 22 02:09:27.249 INFO kablam! 826 | rt_realloc_naive!(rt_primes_4093bytes_1align_realloc_naive, 4093, 1); Oct 22 02:09:27.249 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.249 INFO kablam! | Oct 22 02:09:27.249 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.249 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.249 INFO kablam! | Oct 22 02:09:27.249 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.249 INFO kablam! | Oct 22 02:09:27.249 INFO kablam! Oct 22 02:09:27.249 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.249 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.249 INFO kablam! | Oct 22 02:09:27.249 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.249 INFO kablam! | ^^^^^ Oct 22 02:09:27.249 INFO kablam! ... Oct 22 02:09:27.249 INFO kablam! 826 | rt_realloc_naive!(rt_primes_4093bytes_1align_realloc_naive, 4093, 1); Oct 22 02:09:27.249 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.249 INFO kablam! | Oct 22 02:09:27.249 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.249 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.249 INFO kablam! | Oct 22 02:09:27.249 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.249 INFO kablam! | Oct 22 02:09:27.249 INFO kablam! Oct 22 02:09:27.252 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.252 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.252 INFO kablam! | Oct 22 02:09:27.252 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.252 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.252 INFO kablam! ... Oct 22 02:09:27.252 INFO kablam! 826 | rt_realloc_naive!(rt_primes_4093bytes_1align_realloc_naive, 4093, 1); Oct 22 02:09:27.252 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.252 INFO kablam! | Oct 22 02:09:27.252 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.252 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.252 INFO kablam! | Oct 22 02:09:27.252 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.252 INFO kablam! | Oct 22 02:09:27.252 INFO kablam! Oct 22 02:09:27.252 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.252 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.252 INFO kablam! | Oct 22 02:09:27.252 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.252 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.252 INFO kablam! ... Oct 22 02:09:27.252 INFO kablam! 826 | rt_realloc_naive!(rt_primes_4093bytes_1align_realloc_naive, 4093, 1); Oct 22 02:09:27.252 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.252 INFO kablam! | Oct 22 02:09:27.252 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.252 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.252 INFO kablam! | Oct 22 02:09:27.252 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.252 INFO kablam! | Oct 22 02:09:27.252 INFO kablam! Oct 22 02:09:27.252 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.252 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.252 INFO kablam! | Oct 22 02:09:27.252 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.252 INFO kablam! | ^^^^^ Oct 22 02:09:27.252 INFO kablam! ... Oct 22 02:09:27.252 INFO kablam! 839 | rt_realloc_naive!(rt_primes_8191bytes_1align_realloc_naive, 8191, 1); Oct 22 02:09:27.252 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.252 INFO kablam! | Oct 22 02:09:27.252 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.252 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.252 INFO kablam! | Oct 22 02:09:27.252 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.252 INFO kablam! | Oct 22 02:09:27.252 INFO kablam! Oct 22 02:09:27.255 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.255 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.255 INFO kablam! | Oct 22 02:09:27.255 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.255 INFO kablam! | ^^^^^ Oct 22 02:09:27.255 INFO kablam! ... Oct 22 02:09:27.255 INFO kablam! 839 | rt_realloc_naive!(rt_primes_8191bytes_1align_realloc_naive, 8191, 1); Oct 22 02:09:27.255 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.255 INFO kablam! | Oct 22 02:09:27.255 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.255 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.255 INFO kablam! | Oct 22 02:09:27.255 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.255 INFO kablam! | Oct 22 02:09:27.255 INFO kablam! Oct 22 02:09:27.255 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.255 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.255 INFO kablam! | Oct 22 02:09:27.255 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.255 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.255 INFO kablam! ... Oct 22 02:09:27.255 INFO kablam! 839 | rt_realloc_naive!(rt_primes_8191bytes_1align_realloc_naive, 8191, 1); Oct 22 02:09:27.255 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.255 INFO kablam! | Oct 22 02:09:27.255 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.255 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.255 INFO kablam! | Oct 22 02:09:27.255 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.255 INFO kablam! | Oct 22 02:09:27.255 INFO kablam! Oct 22 02:09:27.255 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.255 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.255 INFO kablam! | Oct 22 02:09:27.255 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.255 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.256 INFO kablam! ... Oct 22 02:09:27.256 INFO kablam! 839 | rt_realloc_naive!(rt_primes_8191bytes_1align_realloc_naive, 8191, 1); Oct 22 02:09:27.256 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.256 INFO kablam! | Oct 22 02:09:27.256 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.256 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.256 INFO kablam! | Oct 22 02:09:27.256 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.256 INFO kablam! | Oct 22 02:09:27.256 INFO kablam! Oct 22 02:09:27.256 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.256 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.256 INFO kablam! | Oct 22 02:09:27.256 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.256 INFO kablam! | ^^^^^ Oct 22 02:09:27.256 INFO kablam! ... Oct 22 02:09:27.256 INFO kablam! 852 | rt_realloc_naive!(rt_primes_16381bytes_1align_realloc_naive, 16381, 1); Oct 22 02:09:27.256 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.256 INFO kablam! | Oct 22 02:09:27.256 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.256 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.256 INFO kablam! | Oct 22 02:09:27.256 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.256 INFO kablam! | Oct 22 02:09:27.256 INFO kablam! Oct 22 02:09:27.257 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.257 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.257 INFO kablam! | Oct 22 02:09:27.257 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.257 INFO kablam! | ^^^^^ Oct 22 02:09:27.257 INFO kablam! ... Oct 22 02:09:27.257 INFO kablam! 852 | rt_realloc_naive!(rt_primes_16381bytes_1align_realloc_naive, 16381, 1); Oct 22 02:09:27.257 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.257 INFO kablam! | Oct 22 02:09:27.257 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.257 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.257 INFO kablam! | Oct 22 02:09:27.257 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.257 INFO kablam! | Oct 22 02:09:27.257 INFO kablam! Oct 22 02:09:27.257 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.257 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.257 INFO kablam! | Oct 22 02:09:27.257 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.257 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.257 INFO kablam! ... Oct 22 02:09:27.257 INFO kablam! 852 | rt_realloc_naive!(rt_primes_16381bytes_1align_realloc_naive, 16381, 1); Oct 22 02:09:27.257 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.257 INFO kablam! | Oct 22 02:09:27.257 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.257 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.257 INFO kablam! | Oct 22 02:09:27.257 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.258 INFO kablam! | Oct 22 02:09:27.258 INFO kablam! Oct 22 02:09:27.258 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.258 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.258 INFO kablam! | Oct 22 02:09:27.258 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.258 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.258 INFO kablam! ... Oct 22 02:09:27.258 INFO kablam! 852 | rt_realloc_naive!(rt_primes_16381bytes_1align_realloc_naive, 16381, 1); Oct 22 02:09:27.258 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.258 INFO kablam! | Oct 22 02:09:27.258 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.258 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.258 INFO kablam! | Oct 22 02:09:27.258 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.258 INFO kablam! | Oct 22 02:09:27.258 INFO kablam! Oct 22 02:09:27.259 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.259 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.259 INFO kablam! | Oct 22 02:09:27.259 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.259 INFO kablam! | ^^^^^ Oct 22 02:09:27.259 INFO kablam! ... Oct 22 02:09:27.259 INFO kablam! 865 | rt_realloc_naive!(rt_primes_32749bytes_1align_realloc_naive, 32749, 1); Oct 22 02:09:27.259 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.259 INFO kablam! | Oct 22 02:09:27.259 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.259 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.259 INFO kablam! | Oct 22 02:09:27.259 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.259 INFO kablam! | Oct 22 02:09:27.259 INFO kablam! Oct 22 02:09:27.260 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.260 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.260 INFO kablam! | Oct 22 02:09:27.260 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.260 INFO kablam! | ^^^^^ Oct 22 02:09:27.260 INFO kablam! ... Oct 22 02:09:27.260 INFO kablam! 865 | rt_realloc_naive!(rt_primes_32749bytes_1align_realloc_naive, 32749, 1); Oct 22 02:09:27.260 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.260 INFO kablam! | Oct 22 02:09:27.260 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.260 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.260 INFO kablam! | Oct 22 02:09:27.260 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.260 INFO kablam! | Oct 22 02:09:27.260 INFO kablam! Oct 22 02:09:27.260 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.260 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.260 INFO kablam! | Oct 22 02:09:27.260 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.260 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.260 INFO kablam! ... Oct 22 02:09:27.260 INFO kablam! 865 | rt_realloc_naive!(rt_primes_32749bytes_1align_realloc_naive, 32749, 1); Oct 22 02:09:27.260 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.260 INFO kablam! | Oct 22 02:09:27.260 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.260 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.260 INFO kablam! | Oct 22 02:09:27.260 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.261 INFO kablam! | Oct 22 02:09:27.261 INFO kablam! Oct 22 02:09:27.261 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.261 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.261 INFO kablam! | Oct 22 02:09:27.261 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.261 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.261 INFO kablam! ... Oct 22 02:09:27.261 INFO kablam! 865 | rt_realloc_naive!(rt_primes_32749bytes_1align_realloc_naive, 32749, 1); Oct 22 02:09:27.261 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.261 INFO kablam! | Oct 22 02:09:27.261 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.261 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.261 INFO kablam! | Oct 22 02:09:27.261 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.261 INFO kablam! | Oct 22 02:09:27.261 INFO kablam! Oct 22 02:09:27.262 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.262 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.262 INFO kablam! | Oct 22 02:09:27.262 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.262 INFO kablam! | ^^^^^ Oct 22 02:09:27.262 INFO kablam! ... Oct 22 02:09:27.262 INFO kablam! 878 | rt_realloc_naive!(rt_primes_65537bytes_1align_realloc_naive, 65537, 1); Oct 22 02:09:27.262 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.262 INFO kablam! | Oct 22 02:09:27.262 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.262 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.262 INFO kablam! | Oct 22 02:09:27.262 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.262 INFO kablam! | Oct 22 02:09:27.262 INFO kablam! Oct 22 02:09:27.263 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.263 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.263 INFO kablam! | Oct 22 02:09:27.263 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.263 INFO kablam! | ^^^^^ Oct 22 02:09:27.263 INFO kablam! ... Oct 22 02:09:27.263 INFO kablam! 878 | rt_realloc_naive!(rt_primes_65537bytes_1align_realloc_naive, 65537, 1); Oct 22 02:09:27.263 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.263 INFO kablam! | Oct 22 02:09:27.263 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.263 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.263 INFO kablam! | Oct 22 02:09:27.263 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.263 INFO kablam! | Oct 22 02:09:27.263 INFO kablam! Oct 22 02:09:27.263 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.263 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.263 INFO kablam! | Oct 22 02:09:27.263 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.263 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.263 INFO kablam! ... Oct 22 02:09:27.263 INFO kablam! 878 | rt_realloc_naive!(rt_primes_65537bytes_1align_realloc_naive, 65537, 1); Oct 22 02:09:27.263 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.263 INFO kablam! | Oct 22 02:09:27.263 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.263 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.263 INFO kablam! | Oct 22 02:09:27.264 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.264 INFO kablam! | Oct 22 02:09:27.264 INFO kablam! Oct 22 02:09:27.264 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.264 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.264 INFO kablam! | Oct 22 02:09:27.264 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.264 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.264 INFO kablam! ... Oct 22 02:09:27.264 INFO kablam! 878 | rt_realloc_naive!(rt_primes_65537bytes_1align_realloc_naive, 65537, 1); Oct 22 02:09:27.264 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.264 INFO kablam! | Oct 22 02:09:27.264 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.264 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.264 INFO kablam! | Oct 22 02:09:27.264 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.264 INFO kablam! | Oct 22 02:09:27.264 INFO kablam! Oct 22 02:09:27.267 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.267 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.267 INFO kablam! | Oct 22 02:09:27.267 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.267 INFO kablam! | ^^^^^ Oct 22 02:09:27.267 INFO kablam! ... Oct 22 02:09:27.267 INFO kablam! 891 | rt_realloc_naive!(rt_primes_131071bytes_1align_realloc_naive, 131071, 1); Oct 22 02:09:27.267 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.267 INFO kablam! | Oct 22 02:09:27.267 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.267 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.267 INFO kablam! | Oct 22 02:09:27.267 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.267 INFO kablam! | Oct 22 02:09:27.267 INFO kablam! Oct 22 02:09:27.267 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.267 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.267 INFO kablam! | Oct 22 02:09:27.267 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.267 INFO kablam! | ^^^^^ Oct 22 02:09:27.267 INFO kablam! ... Oct 22 02:09:27.267 INFO kablam! 891 | rt_realloc_naive!(rt_primes_131071bytes_1align_realloc_naive, 131071, 1); Oct 22 02:09:27.267 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.267 INFO kablam! | Oct 22 02:09:27.267 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.267 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.267 INFO kablam! | Oct 22 02:09:27.267 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.267 INFO kablam! | Oct 22 02:09:27.267 INFO kablam! Oct 22 02:09:27.272 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.272 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.272 INFO kablam! | Oct 22 02:09:27.272 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.272 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.272 INFO kablam! ... Oct 22 02:09:27.272 INFO kablam! 891 | rt_realloc_naive!(rt_primes_131071bytes_1align_realloc_naive, 131071, 1); Oct 22 02:09:27.272 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.272 INFO kablam! | Oct 22 02:09:27.272 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.272 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.272 INFO kablam! | Oct 22 02:09:27.272 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.272 INFO kablam! | Oct 22 02:09:27.272 INFO kablam! Oct 22 02:09:27.272 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.272 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.272 INFO kablam! | Oct 22 02:09:27.272 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.272 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.272 INFO kablam! ... Oct 22 02:09:27.272 INFO kablam! 891 | rt_realloc_naive!(rt_primes_131071bytes_1align_realloc_naive, 131071, 1); Oct 22 02:09:27.272 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.272 INFO kablam! | Oct 22 02:09:27.272 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.272 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.272 INFO kablam! | Oct 22 02:09:27.272 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.272 INFO kablam! | Oct 22 02:09:27.272 INFO kablam! Oct 22 02:09:27.272 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.272 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.272 INFO kablam! | Oct 22 02:09:27.272 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.272 INFO kablam! | ^^^^^ Oct 22 02:09:27.272 INFO kablam! ... Oct 22 02:09:27.273 INFO kablam! 904 | rt_realloc_naive!(rt_primes_4194301bytes_1align_realloc_naive, 4194301, 1); Oct 22 02:09:27.273 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.273 INFO kablam! | Oct 22 02:09:27.273 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.273 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.273 INFO kablam! | Oct 22 02:09:27.273 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.273 INFO kablam! | Oct 22 02:09:27.273 INFO kablam! Oct 22 02:09:27.273 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.273 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.273 INFO kablam! | Oct 22 02:09:27.273 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.273 INFO kablam! | ^^^^^ Oct 22 02:09:27.273 INFO kablam! ... Oct 22 02:09:27.273 INFO kablam! 904 | rt_realloc_naive!(rt_primes_4194301bytes_1align_realloc_naive, 4194301, 1); Oct 22 02:09:27.273 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.273 INFO kablam! | Oct 22 02:09:27.273 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.273 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.273 INFO kablam! | Oct 22 02:09:27.273 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.273 INFO kablam! | Oct 22 02:09:27.273 INFO kablam! Oct 22 02:09:27.273 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.273 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.273 INFO kablam! | Oct 22 02:09:27.273 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.273 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.273 INFO kablam! ... Oct 22 02:09:27.273 INFO kablam! 904 | rt_realloc_naive!(rt_primes_4194301bytes_1align_realloc_naive, 4194301, 1); Oct 22 02:09:27.273 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.273 INFO kablam! | Oct 22 02:09:27.273 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.273 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.273 INFO kablam! | Oct 22 02:09:27.273 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.273 INFO kablam! | Oct 22 02:09:27.273 INFO kablam! Oct 22 02:09:27.273 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.273 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.273 INFO kablam! | Oct 22 02:09:27.273 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.273 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.273 INFO kablam! ... Oct 22 02:09:27.273 INFO kablam! 904 | rt_realloc_naive!(rt_primes_4194301bytes_1align_realloc_naive, 4194301, 1); Oct 22 02:09:27.273 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.273 INFO kablam! | Oct 22 02:09:27.273 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.273 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.273 INFO kablam! | Oct 22 02:09:27.273 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.273 INFO kablam! | Oct 22 02:09:27.273 INFO kablam! Oct 22 02:09:27.273 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.273 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.273 INFO kablam! | Oct 22 02:09:27.273 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.273 INFO kablam! | ^^^^^ Oct 22 02:09:27.273 INFO kablam! ... Oct 22 02:09:27.273 INFO kablam! 920 | rt_realloc_naive!(rt_pow2_1bytes_2align_realloc_naive, 1, 2); Oct 22 02:09:27.273 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.273 INFO kablam! | Oct 22 02:09:27.273 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.273 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.273 INFO kablam! | Oct 22 02:09:27.273 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.273 INFO kablam! | Oct 22 02:09:27.273 INFO kablam! Oct 22 02:09:27.274 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.274 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.274 INFO kablam! | Oct 22 02:09:27.274 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.274 INFO kablam! | ^^^^^ Oct 22 02:09:27.274 INFO kablam! ... Oct 22 02:09:27.274 INFO kablam! 920 | rt_realloc_naive!(rt_pow2_1bytes_2align_realloc_naive, 1, 2); Oct 22 02:09:27.274 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.274 INFO kablam! | Oct 22 02:09:27.274 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.274 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.274 INFO kablam! | Oct 22 02:09:27.274 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.274 INFO kablam! | Oct 22 02:09:27.274 INFO kablam! Oct 22 02:09:27.274 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.274 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.274 INFO kablam! | Oct 22 02:09:27.274 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.274 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.274 INFO kablam! ... Oct 22 02:09:27.274 INFO kablam! 920 | rt_realloc_naive!(rt_pow2_1bytes_2align_realloc_naive, 1, 2); Oct 22 02:09:27.274 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.274 INFO kablam! | Oct 22 02:09:27.274 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.274 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.274 INFO kablam! | Oct 22 02:09:27.274 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.274 INFO kablam! | Oct 22 02:09:27.274 INFO kablam! Oct 22 02:09:27.275 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.275 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.275 INFO kablam! | Oct 22 02:09:27.275 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.275 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.275 INFO kablam! ... Oct 22 02:09:27.275 INFO kablam! 920 | rt_realloc_naive!(rt_pow2_1bytes_2align_realloc_naive, 1, 2); Oct 22 02:09:27.275 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.275 INFO kablam! | Oct 22 02:09:27.275 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.275 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.275 INFO kablam! | Oct 22 02:09:27.275 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.275 INFO kablam! | Oct 22 02:09:27.275 INFO kablam! Oct 22 02:09:27.276 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.276 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.276 INFO kablam! | Oct 22 02:09:27.276 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.276 INFO kablam! | ^^^^^ Oct 22 02:09:27.276 INFO kablam! ... Oct 22 02:09:27.276 INFO kablam! 933 | rt_realloc_naive!(rt_pow2_2bytes_2align_realloc_naive, 2, 2); Oct 22 02:09:27.276 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.276 INFO kablam! | Oct 22 02:09:27.276 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.276 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.276 INFO kablam! | Oct 22 02:09:27.276 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.276 INFO kablam! | Oct 22 02:09:27.276 INFO kablam! Oct 22 02:09:27.277 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.277 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.277 INFO kablam! | Oct 22 02:09:27.277 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.277 INFO kablam! | ^^^^^ Oct 22 02:09:27.277 INFO kablam! ... Oct 22 02:09:27.277 INFO kablam! 933 | rt_realloc_naive!(rt_pow2_2bytes_2align_realloc_naive, 2, 2); Oct 22 02:09:27.277 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.277 INFO kablam! | Oct 22 02:09:27.277 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.277 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.277 INFO kablam! | Oct 22 02:09:27.277 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.277 INFO kablam! | Oct 22 02:09:27.277 INFO kablam! Oct 22 02:09:27.277 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.277 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.277 INFO kablam! | Oct 22 02:09:27.277 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.277 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.277 INFO kablam! ... Oct 22 02:09:27.277 INFO kablam! 933 | rt_realloc_naive!(rt_pow2_2bytes_2align_realloc_naive, 2, 2); Oct 22 02:09:27.277 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.277 INFO kablam! | Oct 22 02:09:27.277 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.277 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.277 INFO kablam! | Oct 22 02:09:27.277 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.277 INFO kablam! | Oct 22 02:09:27.277 INFO kablam! Oct 22 02:09:27.278 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.278 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.278 INFO kablam! | Oct 22 02:09:27.278 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.278 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.278 INFO kablam! ... Oct 22 02:09:27.278 INFO kablam! 933 | rt_realloc_naive!(rt_pow2_2bytes_2align_realloc_naive, 2, 2); Oct 22 02:09:27.278 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.278 INFO kablam! | Oct 22 02:09:27.278 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.278 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.278 INFO kablam! | Oct 22 02:09:27.278 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.278 INFO kablam! | Oct 22 02:09:27.278 INFO kablam! Oct 22 02:09:27.279 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.279 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.279 INFO kablam! | Oct 22 02:09:27.279 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.279 INFO kablam! | ^^^^^ Oct 22 02:09:27.279 INFO kablam! ... Oct 22 02:09:27.279 INFO kablam! 946 | rt_realloc_naive!(rt_pow2_4bytes_2align_realloc_naive, 4, 2); Oct 22 02:09:27.279 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.279 INFO kablam! | Oct 22 02:09:27.279 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.279 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.279 INFO kablam! | Oct 22 02:09:27.279 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.279 INFO kablam! | Oct 22 02:09:27.279 INFO kablam! Oct 22 02:09:27.280 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.280 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.280 INFO kablam! | Oct 22 02:09:27.280 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.280 INFO kablam! | ^^^^^ Oct 22 02:09:27.280 INFO kablam! ... Oct 22 02:09:27.280 INFO kablam! 946 | rt_realloc_naive!(rt_pow2_4bytes_2align_realloc_naive, 4, 2); Oct 22 02:09:27.280 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.280 INFO kablam! | Oct 22 02:09:27.280 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.280 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.280 INFO kablam! | Oct 22 02:09:27.280 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.280 INFO kablam! | Oct 22 02:09:27.280 INFO kablam! Oct 22 02:09:27.288 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.288 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.288 INFO kablam! | Oct 22 02:09:27.288 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.288 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.288 INFO kablam! ... Oct 22 02:09:27.288 INFO kablam! 946 | rt_realloc_naive!(rt_pow2_4bytes_2align_realloc_naive, 4, 2); Oct 22 02:09:27.288 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.288 INFO kablam! | Oct 22 02:09:27.288 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.288 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.288 INFO kablam! | Oct 22 02:09:27.288 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.288 INFO kablam! | Oct 22 02:09:27.288 INFO kablam! Oct 22 02:09:27.288 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.288 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.288 INFO kablam! | Oct 22 02:09:27.288 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.288 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.289 INFO kablam! ... Oct 22 02:09:27.289 INFO kablam! 946 | rt_realloc_naive!(rt_pow2_4bytes_2align_realloc_naive, 4, 2); Oct 22 02:09:27.289 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.289 INFO kablam! | Oct 22 02:09:27.289 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.289 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.289 INFO kablam! | Oct 22 02:09:27.289 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.289 INFO kablam! | Oct 22 02:09:27.289 INFO kablam! Oct 22 02:09:27.289 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.289 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.289 INFO kablam! | Oct 22 02:09:27.289 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.289 INFO kablam! | ^^^^^ Oct 22 02:09:27.289 INFO kablam! ... Oct 22 02:09:27.289 INFO kablam! 959 | rt_realloc_naive!(rt_pow2_8bytes_2align_realloc_naive, 8, 2); Oct 22 02:09:27.289 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.289 INFO kablam! | Oct 22 02:09:27.289 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.289 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.289 INFO kablam! | Oct 22 02:09:27.289 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.289 INFO kablam! | Oct 22 02:09:27.289 INFO kablam! Oct 22 02:09:27.289 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.289 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.289 INFO kablam! | Oct 22 02:09:27.289 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.289 INFO kablam! | ^^^^^ Oct 22 02:09:27.289 INFO kablam! ... Oct 22 02:09:27.289 INFO kablam! 959 | rt_realloc_naive!(rt_pow2_8bytes_2align_realloc_naive, 8, 2); Oct 22 02:09:27.289 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.289 INFO kablam! | Oct 22 02:09:27.289 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.289 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.289 INFO kablam! | Oct 22 02:09:27.289 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.289 INFO kablam! | Oct 22 02:09:27.289 INFO kablam! Oct 22 02:09:27.294 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.294 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.294 INFO kablam! | Oct 22 02:09:27.294 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.294 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.294 INFO kablam! ... Oct 22 02:09:27.294 INFO kablam! 959 | rt_realloc_naive!(rt_pow2_8bytes_2align_realloc_naive, 8, 2); Oct 22 02:09:27.294 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.294 INFO kablam! | Oct 22 02:09:27.294 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.294 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.294 INFO kablam! | Oct 22 02:09:27.294 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.294 INFO kablam! | Oct 22 02:09:27.294 INFO kablam! Oct 22 02:09:27.294 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.294 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.294 INFO kablam! | Oct 22 02:09:27.294 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.294 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.294 INFO kablam! ... Oct 22 02:09:27.294 INFO kablam! 959 | rt_realloc_naive!(rt_pow2_8bytes_2align_realloc_naive, 8, 2); Oct 22 02:09:27.294 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.294 INFO kablam! | Oct 22 02:09:27.294 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.294 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.294 INFO kablam! | Oct 22 02:09:27.294 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.294 INFO kablam! | Oct 22 02:09:27.294 INFO kablam! Oct 22 02:09:27.294 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.294 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.294 INFO kablam! | Oct 22 02:09:27.294 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.294 INFO kablam! | ^^^^^ Oct 22 02:09:27.294 INFO kablam! ... Oct 22 02:09:27.294 INFO kablam! 972 | rt_realloc_naive!(rt_pow2_16bytes_2align_realloc_naive, 16, 2); Oct 22 02:09:27.294 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.294 INFO kablam! | Oct 22 02:09:27.294 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.294 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.294 INFO kablam! | Oct 22 02:09:27.294 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.294 INFO kablam! | Oct 22 02:09:27.294 INFO kablam! Oct 22 02:09:27.294 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.294 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.294 INFO kablam! | Oct 22 02:09:27.294 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.294 INFO kablam! | ^^^^^ Oct 22 02:09:27.295 INFO kablam! ... Oct 22 02:09:27.295 INFO kablam! 972 | rt_realloc_naive!(rt_pow2_16bytes_2align_realloc_naive, 16, 2); Oct 22 02:09:27.295 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.295 INFO kablam! | Oct 22 02:09:27.295 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.295 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.295 INFO kablam! | Oct 22 02:09:27.295 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.295 INFO kablam! | Oct 22 02:09:27.295 INFO kablam! Oct 22 02:09:27.295 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.295 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.295 INFO kablam! | Oct 22 02:09:27.295 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.295 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.295 INFO kablam! ... Oct 22 02:09:27.295 INFO kablam! 972 | rt_realloc_naive!(rt_pow2_16bytes_2align_realloc_naive, 16, 2); Oct 22 02:09:27.295 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.295 INFO kablam! | Oct 22 02:09:27.295 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.295 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.295 INFO kablam! | Oct 22 02:09:27.295 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.295 INFO kablam! | Oct 22 02:09:27.295 INFO kablam! Oct 22 02:09:27.295 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.295 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.295 INFO kablam! | Oct 22 02:09:27.295 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.295 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.295 INFO kablam! ... Oct 22 02:09:27.295 INFO kablam! 972 | rt_realloc_naive!(rt_pow2_16bytes_2align_realloc_naive, 16, 2); Oct 22 02:09:27.295 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.295 INFO kablam! | Oct 22 02:09:27.295 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.295 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.295 INFO kablam! | Oct 22 02:09:27.295 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.295 INFO kablam! | Oct 22 02:09:27.295 INFO kablam! Oct 22 02:09:27.295 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.295 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.295 INFO kablam! | Oct 22 02:09:27.295 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.295 INFO kablam! | ^^^^^ Oct 22 02:09:27.295 INFO kablam! ... Oct 22 02:09:27.295 INFO kablam! 985 | rt_realloc_naive!(rt_pow2_32bytes_2align_realloc_naive, 32, 2); Oct 22 02:09:27.295 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.295 INFO kablam! | Oct 22 02:09:27.295 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.295 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.295 INFO kablam! | Oct 22 02:09:27.295 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.295 INFO kablam! | Oct 22 02:09:27.295 INFO kablam! Oct 22 02:09:27.295 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.295 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.295 INFO kablam! | Oct 22 02:09:27.295 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.295 INFO kablam! | ^^^^^ Oct 22 02:09:27.295 INFO kablam! ... Oct 22 02:09:27.295 INFO kablam! 985 | rt_realloc_naive!(rt_pow2_32bytes_2align_realloc_naive, 32, 2); Oct 22 02:09:27.295 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.295 INFO kablam! | Oct 22 02:09:27.295 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.295 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.295 INFO kablam! | Oct 22 02:09:27.295 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.295 INFO kablam! | Oct 22 02:09:27.295 INFO kablam! Oct 22 02:09:27.295 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.295 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.295 INFO kablam! | Oct 22 02:09:27.295 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.295 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.295 INFO kablam! ... Oct 22 02:09:27.295 INFO kablam! 985 | rt_realloc_naive!(rt_pow2_32bytes_2align_realloc_naive, 32, 2); Oct 22 02:09:27.295 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.295 INFO kablam! | Oct 22 02:09:27.295 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.295 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.295 INFO kablam! | Oct 22 02:09:27.295 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.295 INFO kablam! | Oct 22 02:09:27.295 INFO kablam! Oct 22 02:09:27.295 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.295 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.296 INFO kablam! | Oct 22 02:09:27.296 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.296 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.296 INFO kablam! ... Oct 22 02:09:27.296 INFO kablam! 985 | rt_realloc_naive!(rt_pow2_32bytes_2align_realloc_naive, 32, 2); Oct 22 02:09:27.296 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.296 INFO kablam! | Oct 22 02:09:27.296 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.296 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.296 INFO kablam! | Oct 22 02:09:27.296 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.296 INFO kablam! | Oct 22 02:09:27.296 INFO kablam! Oct 22 02:09:27.297 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.297 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.297 INFO kablam! | Oct 22 02:09:27.297 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.297 INFO kablam! | ^^^^^ Oct 22 02:09:27.297 INFO kablam! ... Oct 22 02:09:27.297 INFO kablam! 998 | rt_realloc_naive!(rt_pow2_64bytes_2align_realloc_naive, 64, 2); Oct 22 02:09:27.297 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.297 INFO kablam! | Oct 22 02:09:27.297 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.297 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.297 INFO kablam! | Oct 22 02:09:27.297 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.297 INFO kablam! | Oct 22 02:09:27.297 INFO kablam! Oct 22 02:09:27.297 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.297 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.297 INFO kablam! | Oct 22 02:09:27.298 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.298 INFO kablam! | ^^^^^ Oct 22 02:09:27.298 INFO kablam! ... Oct 22 02:09:27.298 INFO kablam! 998 | rt_realloc_naive!(rt_pow2_64bytes_2align_realloc_naive, 64, 2); Oct 22 02:09:27.298 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.298 INFO kablam! | Oct 22 02:09:27.298 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.298 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.298 INFO kablam! | Oct 22 02:09:27.298 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.298 INFO kablam! | Oct 22 02:09:27.298 INFO kablam! Oct 22 02:09:27.298 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.298 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.298 INFO kablam! | Oct 22 02:09:27.298 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.298 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.298 INFO kablam! ... Oct 22 02:09:27.298 INFO kablam! 998 | rt_realloc_naive!(rt_pow2_64bytes_2align_realloc_naive, 64, 2); Oct 22 02:09:27.298 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.298 INFO kablam! | Oct 22 02:09:27.298 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.298 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.298 INFO kablam! | Oct 22 02:09:27.298 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.298 INFO kablam! | Oct 22 02:09:27.298 INFO kablam! Oct 22 02:09:27.298 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.298 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.298 INFO kablam! | Oct 22 02:09:27.298 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.298 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.298 INFO kablam! ... Oct 22 02:09:27.298 INFO kablam! 998 | rt_realloc_naive!(rt_pow2_64bytes_2align_realloc_naive, 64, 2); Oct 22 02:09:27.298 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.298 INFO kablam! | Oct 22 02:09:27.298 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.298 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.298 INFO kablam! | Oct 22 02:09:27.298 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.298 INFO kablam! | Oct 22 02:09:27.298 INFO kablam! Oct 22 02:09:27.298 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.298 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.298 INFO kablam! | Oct 22 02:09:27.298 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.298 INFO kablam! | ^^^^^ Oct 22 02:09:27.298 INFO kablam! ... Oct 22 02:09:27.298 INFO kablam! 1011 | rt_realloc_naive!(rt_pow2_128bytes_2align_realloc_naive, 128, 2); Oct 22 02:09:27.298 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.302 INFO kablam! | Oct 22 02:09:27.302 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.302 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.302 INFO kablam! | Oct 22 02:09:27.302 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.302 INFO kablam! | Oct 22 02:09:27.302 INFO kablam! Oct 22 02:09:27.302 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.302 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.302 INFO kablam! | Oct 22 02:09:27.302 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.302 INFO kablam! | ^^^^^ Oct 22 02:09:27.302 INFO kablam! ... Oct 22 02:09:27.302 INFO kablam! 1011 | rt_realloc_naive!(rt_pow2_128bytes_2align_realloc_naive, 128, 2); Oct 22 02:09:27.302 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.302 INFO kablam! | Oct 22 02:09:27.302 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.302 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.302 INFO kablam! | Oct 22 02:09:27.302 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.302 INFO kablam! | Oct 22 02:09:27.302 INFO kablam! Oct 22 02:09:27.302 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.302 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.302 INFO kablam! | Oct 22 02:09:27.302 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.302 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.302 INFO kablam! ... Oct 22 02:09:27.302 INFO kablam! 1011 | rt_realloc_naive!(rt_pow2_128bytes_2align_realloc_naive, 128, 2); Oct 22 02:09:27.302 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.302 INFO kablam! | Oct 22 02:09:27.302 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.302 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.302 INFO kablam! | Oct 22 02:09:27.302 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.302 INFO kablam! | Oct 22 02:09:27.302 INFO kablam! Oct 22 02:09:27.302 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.303 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.303 INFO kablam! | Oct 22 02:09:27.303 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.303 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.303 INFO kablam! ... Oct 22 02:09:27.303 INFO kablam! 1011 | rt_realloc_naive!(rt_pow2_128bytes_2align_realloc_naive, 128, 2); Oct 22 02:09:27.303 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.303 INFO kablam! | Oct 22 02:09:27.303 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.303 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.303 INFO kablam! | Oct 22 02:09:27.303 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.303 INFO kablam! | Oct 22 02:09:27.303 INFO kablam! Oct 22 02:09:27.308 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.308 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.308 INFO kablam! | Oct 22 02:09:27.308 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.308 INFO kablam! | ^^^^^ Oct 22 02:09:27.308 INFO kablam! ... Oct 22 02:09:27.308 INFO kablam! 1024 | rt_realloc_naive!(rt_pow2_256bytes_2align_realloc_naive, 256, 2); Oct 22 02:09:27.308 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.308 INFO kablam! | Oct 22 02:09:27.308 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.308 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.308 INFO kablam! | Oct 22 02:09:27.308 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.308 INFO kablam! | Oct 22 02:09:27.308 INFO kablam! Oct 22 02:09:27.308 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.308 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.308 INFO kablam! | Oct 22 02:09:27.308 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.308 INFO kablam! | ^^^^^ Oct 22 02:09:27.308 INFO kablam! ... Oct 22 02:09:27.308 INFO kablam! 1024 | rt_realloc_naive!(rt_pow2_256bytes_2align_realloc_naive, 256, 2); Oct 22 02:09:27.308 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.308 INFO kablam! | Oct 22 02:09:27.308 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.308 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.308 INFO kablam! | Oct 22 02:09:27.308 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.308 INFO kablam! | Oct 22 02:09:27.308 INFO kablam! Oct 22 02:09:27.308 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.308 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.308 INFO kablam! | Oct 22 02:09:27.308 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.308 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.308 INFO kablam! ... Oct 22 02:09:27.308 INFO kablam! 1024 | rt_realloc_naive!(rt_pow2_256bytes_2align_realloc_naive, 256, 2); Oct 22 02:09:27.308 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.308 INFO kablam! | Oct 22 02:09:27.308 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.308 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.309 INFO kablam! | Oct 22 02:09:27.309 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.309 INFO kablam! | Oct 22 02:09:27.309 INFO kablam! Oct 22 02:09:27.309 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.309 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.309 INFO kablam! | Oct 22 02:09:27.309 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.309 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.309 INFO kablam! ... Oct 22 02:09:27.309 INFO kablam! 1024 | rt_realloc_naive!(rt_pow2_256bytes_2align_realloc_naive, 256, 2); Oct 22 02:09:27.309 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.309 INFO kablam! | Oct 22 02:09:27.309 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.309 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.309 INFO kablam! | Oct 22 02:09:27.309 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.309 INFO kablam! | Oct 22 02:09:27.309 INFO kablam! Oct 22 02:09:27.309 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.309 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.309 INFO kablam! | Oct 22 02:09:27.309 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.309 INFO kablam! | ^^^^^ Oct 22 02:09:27.309 INFO kablam! ... Oct 22 02:09:27.309 INFO kablam! 1037 | rt_realloc_naive!(rt_pow2_512bytes_2align_realloc_naive, 512, 2); Oct 22 02:09:27.309 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.309 INFO kablam! | Oct 22 02:09:27.309 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.309 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.309 INFO kablam! | Oct 22 02:09:27.309 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.309 INFO kablam! | Oct 22 02:09:27.309 INFO kablam! Oct 22 02:09:27.309 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.309 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.309 INFO kablam! | Oct 22 02:09:27.309 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.309 INFO kablam! | ^^^^^ Oct 22 02:09:27.309 INFO kablam! ... Oct 22 02:09:27.309 INFO kablam! 1037 | rt_realloc_naive!(rt_pow2_512bytes_2align_realloc_naive, 512, 2); Oct 22 02:09:27.309 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.309 INFO kablam! | Oct 22 02:09:27.309 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.309 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.309 INFO kablam! | Oct 22 02:09:27.309 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.309 INFO kablam! | Oct 22 02:09:27.309 INFO kablam! Oct 22 02:09:27.309 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.309 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.309 INFO kablam! | Oct 22 02:09:27.309 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.309 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.309 INFO kablam! ... Oct 22 02:09:27.309 INFO kablam! 1037 | rt_realloc_naive!(rt_pow2_512bytes_2align_realloc_naive, 512, 2); Oct 22 02:09:27.309 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.309 INFO kablam! | Oct 22 02:09:27.309 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.309 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.309 INFO kablam! | Oct 22 02:09:27.309 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.309 INFO kablam! | Oct 22 02:09:27.309 INFO kablam! Oct 22 02:09:27.309 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.309 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.309 INFO kablam! | Oct 22 02:09:27.309 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.309 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.309 INFO kablam! ... Oct 22 02:09:27.309 INFO kablam! 1037 | rt_realloc_naive!(rt_pow2_512bytes_2align_realloc_naive, 512, 2); Oct 22 02:09:27.309 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.309 INFO kablam! | Oct 22 02:09:27.309 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.309 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.309 INFO kablam! | Oct 22 02:09:27.309 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.309 INFO kablam! | Oct 22 02:09:27.309 INFO kablam! Oct 22 02:09:27.320 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.320 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.320 INFO kablam! | Oct 22 02:09:27.320 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.320 INFO kablam! | ^^^^^ Oct 22 02:09:27.320 INFO kablam! ... Oct 22 02:09:27.320 INFO kablam! 1050 | rt_realloc_naive!(rt_pow2_1024bytes_2align_realloc_naive, 1024, 2); Oct 22 02:09:27.320 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.320 INFO kablam! | Oct 22 02:09:27.320 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.320 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.320 INFO kablam! | Oct 22 02:09:27.320 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.320 INFO kablam! | Oct 22 02:09:27.320 INFO kablam! Oct 22 02:09:27.320 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.320 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.320 INFO kablam! | Oct 22 02:09:27.320 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.320 INFO kablam! | ^^^^^ Oct 22 02:09:27.320 INFO kablam! ... Oct 22 02:09:27.320 INFO kablam! 1050 | rt_realloc_naive!(rt_pow2_1024bytes_2align_realloc_naive, 1024, 2); Oct 22 02:09:27.320 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.320 INFO kablam! | Oct 22 02:09:27.320 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.320 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.320 INFO kablam! | Oct 22 02:09:27.320 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.320 INFO kablam! | Oct 22 02:09:27.320 INFO kablam! Oct 22 02:09:27.320 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.320 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.320 INFO kablam! | Oct 22 02:09:27.320 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.320 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.320 INFO kablam! ... Oct 22 02:09:27.320 INFO kablam! 1050 | rt_realloc_naive!(rt_pow2_1024bytes_2align_realloc_naive, 1024, 2); Oct 22 02:09:27.320 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.320 INFO kablam! | Oct 22 02:09:27.320 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.321 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.321 INFO kablam! | Oct 22 02:09:27.321 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.321 INFO kablam! | Oct 22 02:09:27.321 INFO kablam! Oct 22 02:09:27.321 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.321 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.321 INFO kablam! | Oct 22 02:09:27.321 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.321 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.321 INFO kablam! ... Oct 22 02:09:27.321 INFO kablam! 1050 | rt_realloc_naive!(rt_pow2_1024bytes_2align_realloc_naive, 1024, 2); Oct 22 02:09:27.321 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.321 INFO kablam! | Oct 22 02:09:27.321 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.321 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.321 INFO kablam! | Oct 22 02:09:27.321 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.321 INFO kablam! | Oct 22 02:09:27.321 INFO kablam! Oct 22 02:09:27.321 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.321 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.321 INFO kablam! | Oct 22 02:09:27.321 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.321 INFO kablam! | ^^^^^ Oct 22 02:09:27.321 INFO kablam! ... Oct 22 02:09:27.321 INFO kablam! 1063 | rt_realloc_naive!(rt_pow2_2048bytes_2align_realloc_naive, 2048, 2); Oct 22 02:09:27.321 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.321 INFO kablam! | Oct 22 02:09:27.321 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.321 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.321 INFO kablam! | Oct 22 02:09:27.321 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.321 INFO kablam! | Oct 22 02:09:27.321 INFO kablam! Oct 22 02:09:27.321 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.321 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.321 INFO kablam! | Oct 22 02:09:27.321 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.321 INFO kablam! | ^^^^^ Oct 22 02:09:27.321 INFO kablam! ... Oct 22 02:09:27.321 INFO kablam! 1063 | rt_realloc_naive!(rt_pow2_2048bytes_2align_realloc_naive, 2048, 2); Oct 22 02:09:27.321 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.321 INFO kablam! | Oct 22 02:09:27.321 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.321 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.321 INFO kablam! | Oct 22 02:09:27.321 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.321 INFO kablam! | Oct 22 02:09:27.321 INFO kablam! Oct 22 02:09:27.321 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.321 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.321 INFO kablam! | Oct 22 02:09:27.321 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.321 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.321 INFO kablam! ... Oct 22 02:09:27.321 INFO kablam! 1063 | rt_realloc_naive!(rt_pow2_2048bytes_2align_realloc_naive, 2048, 2); Oct 22 02:09:27.321 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.321 INFO kablam! | Oct 22 02:09:27.321 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.321 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.321 INFO kablam! | Oct 22 02:09:27.321 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.321 INFO kablam! | Oct 22 02:09:27.321 INFO kablam! Oct 22 02:09:27.321 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.321 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.321 INFO kablam! | Oct 22 02:09:27.321 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.321 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.321 INFO kablam! ... Oct 22 02:09:27.321 INFO kablam! 1063 | rt_realloc_naive!(rt_pow2_2048bytes_2align_realloc_naive, 2048, 2); Oct 22 02:09:27.321 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.321 INFO kablam! | Oct 22 02:09:27.321 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.321 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.321 INFO kablam! | Oct 22 02:09:27.321 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.321 INFO kablam! | Oct 22 02:09:27.321 INFO kablam! Oct 22 02:09:27.321 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.321 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.321 INFO kablam! | Oct 22 02:09:27.322 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.322 INFO kablam! | ^^^^^ Oct 22 02:09:27.322 INFO kablam! ... Oct 22 02:09:27.322 INFO kablam! 1076 | rt_realloc_naive!(rt_pow2_4096bytes_2align_realloc_naive, 4096, 2); Oct 22 02:09:27.322 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.322 INFO kablam! | Oct 22 02:09:27.322 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.322 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.322 INFO kablam! | Oct 22 02:09:27.322 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.322 INFO kablam! | Oct 22 02:09:27.322 INFO kablam! Oct 22 02:09:27.322 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.322 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.322 INFO kablam! | Oct 22 02:09:27.322 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.322 INFO kablam! | ^^^^^ Oct 22 02:09:27.322 INFO kablam! ... Oct 22 02:09:27.322 INFO kablam! 1076 | rt_realloc_naive!(rt_pow2_4096bytes_2align_realloc_naive, 4096, 2); Oct 22 02:09:27.322 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.322 INFO kablam! | Oct 22 02:09:27.322 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.322 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.322 INFO kablam! | Oct 22 02:09:27.322 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.322 INFO kablam! | Oct 22 02:09:27.322 INFO kablam! Oct 22 02:09:27.322 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.322 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.322 INFO kablam! | Oct 22 02:09:27.322 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.322 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.322 INFO kablam! ... Oct 22 02:09:27.322 INFO kablam! 1076 | rt_realloc_naive!(rt_pow2_4096bytes_2align_realloc_naive, 4096, 2); Oct 22 02:09:27.322 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.322 INFO kablam! | Oct 22 02:09:27.322 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.322 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.322 INFO kablam! | Oct 22 02:09:27.322 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.322 INFO kablam! | Oct 22 02:09:27.322 INFO kablam! Oct 22 02:09:27.332 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.332 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.332 INFO kablam! | Oct 22 02:09:27.332 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.332 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.332 INFO kablam! ... Oct 22 02:09:27.332 INFO kablam! 1076 | rt_realloc_naive!(rt_pow2_4096bytes_2align_realloc_naive, 4096, 2); Oct 22 02:09:27.332 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.332 INFO kablam! | Oct 22 02:09:27.332 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.332 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.332 INFO kablam! | Oct 22 02:09:27.332 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.332 INFO kablam! | Oct 22 02:09:27.332 INFO kablam! Oct 22 02:09:27.332 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.332 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.332 INFO kablam! | Oct 22 02:09:27.332 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.332 INFO kablam! | ^^^^^ Oct 22 02:09:27.332 INFO kablam! ... Oct 22 02:09:27.332 INFO kablam! 1089 | rt_realloc_naive!(rt_pow2_8192bytes_2align_realloc_naive, 8192, 2); Oct 22 02:09:27.332 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.332 INFO kablam! | Oct 22 02:09:27.332 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.332 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.332 INFO kablam! | Oct 22 02:09:27.332 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.332 INFO kablam! | Oct 22 02:09:27.332 INFO kablam! Oct 22 02:09:27.332 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.332 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.332 INFO kablam! | Oct 22 02:09:27.332 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.332 INFO kablam! | ^^^^^ Oct 22 02:09:27.332 INFO kablam! ... Oct 22 02:09:27.332 INFO kablam! 1089 | rt_realloc_naive!(rt_pow2_8192bytes_2align_realloc_naive, 8192, 2); Oct 22 02:09:27.332 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.332 INFO kablam! | Oct 22 02:09:27.332 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.332 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.332 INFO kablam! | Oct 22 02:09:27.332 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.332 INFO kablam! | Oct 22 02:09:27.333 INFO kablam! Oct 22 02:09:27.333 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.333 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.333 INFO kablam! | Oct 22 02:09:27.333 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.333 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.333 INFO kablam! ... Oct 22 02:09:27.333 INFO kablam! 1089 | rt_realloc_naive!(rt_pow2_8192bytes_2align_realloc_naive, 8192, 2); Oct 22 02:09:27.333 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.333 INFO kablam! | Oct 22 02:09:27.333 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.333 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.333 INFO kablam! | Oct 22 02:09:27.333 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.333 INFO kablam! | Oct 22 02:09:27.333 INFO kablam! Oct 22 02:09:27.333 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.333 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.333 INFO kablam! | Oct 22 02:09:27.333 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.333 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.333 INFO kablam! ... Oct 22 02:09:27.333 INFO kablam! 1089 | rt_realloc_naive!(rt_pow2_8192bytes_2align_realloc_naive, 8192, 2); Oct 22 02:09:27.333 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.333 INFO kablam! | Oct 22 02:09:27.333 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.333 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.333 INFO kablam! | Oct 22 02:09:27.333 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.333 INFO kablam! | Oct 22 02:09:27.333 INFO kablam! Oct 22 02:09:27.333 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.333 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.333 INFO kablam! | Oct 22 02:09:27.333 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.333 INFO kablam! | ^^^^^ Oct 22 02:09:27.333 INFO kablam! ... Oct 22 02:09:27.333 INFO kablam! 1102 | rt_realloc_naive!(rt_pow2_16384bytes_2align_realloc_naive, 16384, 2); Oct 22 02:09:27.333 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.333 INFO kablam! | Oct 22 02:09:27.333 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.333 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.333 INFO kablam! | Oct 22 02:09:27.333 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.333 INFO kablam! | Oct 22 02:09:27.333 INFO kablam! Oct 22 02:09:27.333 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.333 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.333 INFO kablam! | Oct 22 02:09:27.333 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.333 INFO kablam! | ^^^^^ Oct 22 02:09:27.333 INFO kablam! ... Oct 22 02:09:27.333 INFO kablam! 1102 | rt_realloc_naive!(rt_pow2_16384bytes_2align_realloc_naive, 16384, 2); Oct 22 02:09:27.333 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.333 INFO kablam! | Oct 22 02:09:27.333 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.333 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.333 INFO kablam! | Oct 22 02:09:27.333 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.333 INFO kablam! | Oct 22 02:09:27.333 INFO kablam! Oct 22 02:09:27.333 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.333 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.333 INFO kablam! | Oct 22 02:09:27.333 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.333 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.333 INFO kablam! ... Oct 22 02:09:27.333 INFO kablam! 1102 | rt_realloc_naive!(rt_pow2_16384bytes_2align_realloc_naive, 16384, 2); Oct 22 02:09:27.333 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.333 INFO kablam! | Oct 22 02:09:27.333 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.333 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.333 INFO kablam! | Oct 22 02:09:27.333 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.333 INFO kablam! | Oct 22 02:09:27.333 INFO kablam! Oct 22 02:09:27.333 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.333 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.333 INFO kablam! | Oct 22 02:09:27.333 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.333 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.333 INFO kablam! ... Oct 22 02:09:27.333 INFO kablam! 1102 | rt_realloc_naive!(rt_pow2_16384bytes_2align_realloc_naive, 16384, 2); Oct 22 02:09:27.333 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.333 INFO kablam! | Oct 22 02:09:27.333 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.333 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.333 INFO kablam! | Oct 22 02:09:27.333 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.334 INFO kablam! | Oct 22 02:09:27.334 INFO kablam! Oct 22 02:09:27.334 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.334 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.334 INFO kablam! | Oct 22 02:09:27.334 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.334 INFO kablam! | ^^^^^ Oct 22 02:09:27.334 INFO kablam! ... Oct 22 02:09:27.334 INFO kablam! 1115 | rt_realloc_naive!(rt_pow2_32768bytes_2align_realloc_naive, 32768, 2); Oct 22 02:09:27.334 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.334 INFO kablam! | Oct 22 02:09:27.334 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.334 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.334 INFO kablam! | Oct 22 02:09:27.334 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.334 INFO kablam! | Oct 22 02:09:27.334 INFO kablam! Oct 22 02:09:27.334 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.334 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.334 INFO kablam! | Oct 22 02:09:27.334 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.334 INFO kablam! | ^^^^^ Oct 22 02:09:27.334 INFO kablam! ... Oct 22 02:09:27.334 INFO kablam! 1115 | rt_realloc_naive!(rt_pow2_32768bytes_2align_realloc_naive, 32768, 2); Oct 22 02:09:27.334 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.334 INFO kablam! | Oct 22 02:09:27.334 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.334 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.334 INFO kablam! | Oct 22 02:09:27.334 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.334 INFO kablam! | Oct 22 02:09:27.334 INFO kablam! Oct 22 02:09:27.334 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.334 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.334 INFO kablam! | Oct 22 02:09:27.334 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.334 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.334 INFO kablam! ... Oct 22 02:09:27.334 INFO kablam! 1115 | rt_realloc_naive!(rt_pow2_32768bytes_2align_realloc_naive, 32768, 2); Oct 22 02:09:27.334 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.334 INFO kablam! | Oct 22 02:09:27.334 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.334 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.334 INFO kablam! | Oct 22 02:09:27.334 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.334 INFO kablam! | Oct 22 02:09:27.334 INFO kablam! Oct 22 02:09:27.344 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.344 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.344 INFO kablam! | Oct 22 02:09:27.344 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.344 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.344 INFO kablam! ... Oct 22 02:09:27.344 INFO kablam! 1115 | rt_realloc_naive!(rt_pow2_32768bytes_2align_realloc_naive, 32768, 2); Oct 22 02:09:27.344 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.344 INFO kablam! | Oct 22 02:09:27.344 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.344 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.344 INFO kablam! | Oct 22 02:09:27.344 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.344 INFO kablam! | Oct 22 02:09:27.344 INFO kablam! Oct 22 02:09:27.344 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.344 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.344 INFO kablam! | Oct 22 02:09:27.344 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.344 INFO kablam! | ^^^^^ Oct 22 02:09:27.344 INFO kablam! ... Oct 22 02:09:27.344 INFO kablam! 1128 | rt_realloc_naive!(rt_pow2_65536bytes_2align_realloc_naive, 65536, 2); Oct 22 02:09:27.344 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.344 INFO kablam! | Oct 22 02:09:27.344 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.344 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.344 INFO kablam! | Oct 22 02:09:27.344 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.344 INFO kablam! | Oct 22 02:09:27.344 INFO kablam! Oct 22 02:09:27.344 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.344 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.344 INFO kablam! | Oct 22 02:09:27.344 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.344 INFO kablam! | ^^^^^ Oct 22 02:09:27.344 INFO kablam! ... Oct 22 02:09:27.344 INFO kablam! 1128 | rt_realloc_naive!(rt_pow2_65536bytes_2align_realloc_naive, 65536, 2); Oct 22 02:09:27.344 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.344 INFO kablam! | Oct 22 02:09:27.344 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.344 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.344 INFO kablam! | Oct 22 02:09:27.344 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.345 INFO kablam! | Oct 22 02:09:27.345 INFO kablam! Oct 22 02:09:27.345 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.345 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.345 INFO kablam! | Oct 22 02:09:27.345 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.345 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.345 INFO kablam! ... Oct 22 02:09:27.345 INFO kablam! 1128 | rt_realloc_naive!(rt_pow2_65536bytes_2align_realloc_naive, 65536, 2); Oct 22 02:09:27.345 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.345 INFO kablam! | Oct 22 02:09:27.345 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.345 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.345 INFO kablam! | Oct 22 02:09:27.345 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.345 INFO kablam! | Oct 22 02:09:27.345 INFO kablam! Oct 22 02:09:27.345 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.345 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.345 INFO kablam! | Oct 22 02:09:27.345 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.345 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.345 INFO kablam! ... Oct 22 02:09:27.345 INFO kablam! 1128 | rt_realloc_naive!(rt_pow2_65536bytes_2align_realloc_naive, 65536, 2); Oct 22 02:09:27.345 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.345 INFO kablam! | Oct 22 02:09:27.345 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.345 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.345 INFO kablam! | Oct 22 02:09:27.345 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.345 INFO kablam! | Oct 22 02:09:27.345 INFO kablam! Oct 22 02:09:27.345 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.345 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.345 INFO kablam! | Oct 22 02:09:27.345 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.345 INFO kablam! | ^^^^^ Oct 22 02:09:27.345 INFO kablam! ... Oct 22 02:09:27.345 INFO kablam! 1141 | rt_realloc_naive!(rt_pow2_131072bytes_2align_realloc_naive, 131072, 2); Oct 22 02:09:27.345 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.345 INFO kablam! | Oct 22 02:09:27.345 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.345 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.345 INFO kablam! | Oct 22 02:09:27.345 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.345 INFO kablam! | Oct 22 02:09:27.345 INFO kablam! Oct 22 02:09:27.345 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.345 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.345 INFO kablam! | Oct 22 02:09:27.345 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.345 INFO kablam! | ^^^^^ Oct 22 02:09:27.345 INFO kablam! ... Oct 22 02:09:27.345 INFO kablam! 1141 | rt_realloc_naive!(rt_pow2_131072bytes_2align_realloc_naive, 131072, 2); Oct 22 02:09:27.345 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.345 INFO kablam! | Oct 22 02:09:27.345 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.345 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.345 INFO kablam! | Oct 22 02:09:27.345 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.345 INFO kablam! | Oct 22 02:09:27.345 INFO kablam! Oct 22 02:09:27.345 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.345 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.345 INFO kablam! | Oct 22 02:09:27.345 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.345 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.345 INFO kablam! ... Oct 22 02:09:27.345 INFO kablam! 1141 | rt_realloc_naive!(rt_pow2_131072bytes_2align_realloc_naive, 131072, 2); Oct 22 02:09:27.345 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.345 INFO kablam! | Oct 22 02:09:27.345 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.345 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.345 INFO kablam! | Oct 22 02:09:27.345 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.345 INFO kablam! | Oct 22 02:09:27.345 INFO kablam! Oct 22 02:09:27.345 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.345 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.345 INFO kablam! | Oct 22 02:09:27.345 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.345 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.346 INFO kablam! ... Oct 22 02:09:27.346 INFO kablam! 1141 | rt_realloc_naive!(rt_pow2_131072bytes_2align_realloc_naive, 131072, 2); Oct 22 02:09:27.346 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.346 INFO kablam! | Oct 22 02:09:27.346 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.346 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.346 INFO kablam! | Oct 22 02:09:27.346 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.346 INFO kablam! | Oct 22 02:09:27.346 INFO kablam! Oct 22 02:09:27.346 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.346 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.346 INFO kablam! | Oct 22 02:09:27.346 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.346 INFO kablam! | ^^^^^ Oct 22 02:09:27.346 INFO kablam! ... Oct 22 02:09:27.346 INFO kablam! 1154 | rt_realloc_naive!(rt_pow2_4194304bytes_2align_realloc_naive, 4194304, 2); Oct 22 02:09:27.346 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.346 INFO kablam! | Oct 22 02:09:27.346 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.346 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.346 INFO kablam! | Oct 22 02:09:27.346 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.346 INFO kablam! | Oct 22 02:09:27.346 INFO kablam! Oct 22 02:09:27.346 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.346 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.346 INFO kablam! | Oct 22 02:09:27.346 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.346 INFO kablam! | ^^^^^ Oct 22 02:09:27.346 INFO kablam! ... Oct 22 02:09:27.346 INFO kablam! 1154 | rt_realloc_naive!(rt_pow2_4194304bytes_2align_realloc_naive, 4194304, 2); Oct 22 02:09:27.346 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.346 INFO kablam! | Oct 22 02:09:27.346 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.346 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.346 INFO kablam! | Oct 22 02:09:27.346 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.346 INFO kablam! | Oct 22 02:09:27.346 INFO kablam! Oct 22 02:09:27.352 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.352 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.352 INFO kablam! | Oct 22 02:09:27.352 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.352 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.352 INFO kablam! ... Oct 22 02:09:27.352 INFO kablam! 1154 | rt_realloc_naive!(rt_pow2_4194304bytes_2align_realloc_naive, 4194304, 2); Oct 22 02:09:27.352 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.352 INFO kablam! | Oct 22 02:09:27.352 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.352 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.352 INFO kablam! | Oct 22 02:09:27.352 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.352 INFO kablam! | Oct 22 02:09:27.352 INFO kablam! Oct 22 02:09:27.352 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.352 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.352 INFO kablam! | Oct 22 02:09:27.352 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.352 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.352 INFO kablam! ... Oct 22 02:09:27.352 INFO kablam! 1154 | rt_realloc_naive!(rt_pow2_4194304bytes_2align_realloc_naive, 4194304, 2); Oct 22 02:09:27.353 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.353 INFO kablam! | Oct 22 02:09:27.353 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.353 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.353 INFO kablam! | Oct 22 02:09:27.353 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.353 INFO kablam! | Oct 22 02:09:27.353 INFO kablam! Oct 22 02:09:27.353 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.353 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.353 INFO kablam! | Oct 22 02:09:27.353 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.353 INFO kablam! | ^^^^^ Oct 22 02:09:27.353 INFO kablam! ... Oct 22 02:09:27.353 INFO kablam! 1168 | rt_realloc_naive!(rt_even_10bytes_2align_realloc_naive, 10, 2); Oct 22 02:09:27.353 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.353 INFO kablam! | Oct 22 02:09:27.353 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.353 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.353 INFO kablam! | Oct 22 02:09:27.353 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.353 INFO kablam! | Oct 22 02:09:27.353 INFO kablam! Oct 22 02:09:27.353 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.353 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.353 INFO kablam! | Oct 22 02:09:27.353 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.353 INFO kablam! | ^^^^^ Oct 22 02:09:27.353 INFO kablam! ... Oct 22 02:09:27.353 INFO kablam! 1168 | rt_realloc_naive!(rt_even_10bytes_2align_realloc_naive, 10, 2); Oct 22 02:09:27.353 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.353 INFO kablam! | Oct 22 02:09:27.353 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.353 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.353 INFO kablam! | Oct 22 02:09:27.353 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.353 INFO kablam! | Oct 22 02:09:27.353 INFO kablam! Oct 22 02:09:27.353 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.353 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.353 INFO kablam! | Oct 22 02:09:27.353 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.353 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.353 INFO kablam! ... Oct 22 02:09:27.353 INFO kablam! 1168 | rt_realloc_naive!(rt_even_10bytes_2align_realloc_naive, 10, 2); Oct 22 02:09:27.353 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.353 INFO kablam! | Oct 22 02:09:27.353 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.353 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.353 INFO kablam! | Oct 22 02:09:27.353 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.353 INFO kablam! | Oct 22 02:09:27.353 INFO kablam! Oct 22 02:09:27.353 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.353 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.353 INFO kablam! | Oct 22 02:09:27.353 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.353 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.353 INFO kablam! ... Oct 22 02:09:27.353 INFO kablam! 1168 | rt_realloc_naive!(rt_even_10bytes_2align_realloc_naive, 10, 2); Oct 22 02:09:27.353 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.353 INFO kablam! | Oct 22 02:09:27.353 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.353 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.353 INFO kablam! | Oct 22 02:09:27.353 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.353 INFO kablam! | Oct 22 02:09:27.353 INFO kablam! Oct 22 02:09:27.353 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.353 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.353 INFO kablam! | Oct 22 02:09:27.353 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.353 INFO kablam! | ^^^^^ Oct 22 02:09:27.353 INFO kablam! ... Oct 22 02:09:27.353 INFO kablam! 1181 | rt_realloc_naive!(rt_even_100bytes_2align_realloc_naive, 100, 2); Oct 22 02:09:27.353 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.353 INFO kablam! | Oct 22 02:09:27.353 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.353 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.353 INFO kablam! | Oct 22 02:09:27.353 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.353 INFO kablam! | Oct 22 02:09:27.353 INFO kablam! Oct 22 02:09:27.353 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.354 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.354 INFO kablam! | Oct 22 02:09:27.354 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.354 INFO kablam! | ^^^^^ Oct 22 02:09:27.354 INFO kablam! ... Oct 22 02:09:27.354 INFO kablam! 1181 | rt_realloc_naive!(rt_even_100bytes_2align_realloc_naive, 100, 2); Oct 22 02:09:27.354 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.354 INFO kablam! | Oct 22 02:09:27.354 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.354 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.354 INFO kablam! | Oct 22 02:09:27.354 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.354 INFO kablam! | Oct 22 02:09:27.354 INFO kablam! Oct 22 02:09:27.364 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.364 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.364 INFO kablam! | Oct 22 02:09:27.364 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.364 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.364 INFO kablam! ... Oct 22 02:09:27.364 INFO kablam! 1181 | rt_realloc_naive!(rt_even_100bytes_2align_realloc_naive, 100, 2); Oct 22 02:09:27.364 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.364 INFO kablam! | Oct 22 02:09:27.364 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.364 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.364 INFO kablam! | Oct 22 02:09:27.364 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.364 INFO kablam! | Oct 22 02:09:27.364 INFO kablam! Oct 22 02:09:27.364 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.364 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.364 INFO kablam! | Oct 22 02:09:27.364 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.364 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.364 INFO kablam! ... Oct 22 02:09:27.364 INFO kablam! 1181 | rt_realloc_naive!(rt_even_100bytes_2align_realloc_naive, 100, 2); Oct 22 02:09:27.364 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.364 INFO kablam! | Oct 22 02:09:27.364 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.364 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.364 INFO kablam! | Oct 22 02:09:27.364 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.364 INFO kablam! | Oct 22 02:09:27.364 INFO kablam! Oct 22 02:09:27.364 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.364 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.364 INFO kablam! | Oct 22 02:09:27.364 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.364 INFO kablam! | ^^^^^ Oct 22 02:09:27.364 INFO kablam! ... Oct 22 02:09:27.364 INFO kablam! 1194 | rt_realloc_naive!(rt_even_1000bytes_2align_realloc_naive, 1000, 2); Oct 22 02:09:27.364 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.364 INFO kablam! | Oct 22 02:09:27.364 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.364 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.364 INFO kablam! | Oct 22 02:09:27.364 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.365 INFO kablam! | Oct 22 02:09:27.365 INFO kablam! Oct 22 02:09:27.365 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.365 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.365 INFO kablam! | Oct 22 02:09:27.365 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.365 INFO kablam! | ^^^^^ Oct 22 02:09:27.365 INFO kablam! ... Oct 22 02:09:27.365 INFO kablam! 1194 | rt_realloc_naive!(rt_even_1000bytes_2align_realloc_naive, 1000, 2); Oct 22 02:09:27.365 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.365 INFO kablam! | Oct 22 02:09:27.365 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.365 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.365 INFO kablam! | Oct 22 02:09:27.365 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.365 INFO kablam! | Oct 22 02:09:27.365 INFO kablam! Oct 22 02:09:27.365 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.365 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.365 INFO kablam! | Oct 22 02:09:27.365 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.365 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.365 INFO kablam! ... Oct 22 02:09:27.365 INFO kablam! 1194 | rt_realloc_naive!(rt_even_1000bytes_2align_realloc_naive, 1000, 2); Oct 22 02:09:27.365 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.365 INFO kablam! | Oct 22 02:09:27.365 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.365 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.365 INFO kablam! | Oct 22 02:09:27.365 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.365 INFO kablam! | Oct 22 02:09:27.365 INFO kablam! Oct 22 02:09:27.365 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.365 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.365 INFO kablam! | Oct 22 02:09:27.365 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.365 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.365 INFO kablam! ... Oct 22 02:09:27.365 INFO kablam! 1194 | rt_realloc_naive!(rt_even_1000bytes_2align_realloc_naive, 1000, 2); Oct 22 02:09:27.365 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.365 INFO kablam! | Oct 22 02:09:27.365 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.365 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.365 INFO kablam! | Oct 22 02:09:27.365 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.365 INFO kablam! | Oct 22 02:09:27.365 INFO kablam! Oct 22 02:09:27.365 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.365 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.365 INFO kablam! | Oct 22 02:09:27.365 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.365 INFO kablam! | ^^^^^ Oct 22 02:09:27.365 INFO kablam! ... Oct 22 02:09:27.365 INFO kablam! 1207 | rt_realloc_naive!(rt_even_10000bytes_2align_realloc_naive, 10000, 2); Oct 22 02:09:27.365 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.365 INFO kablam! | Oct 22 02:09:27.365 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.365 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.365 INFO kablam! | Oct 22 02:09:27.365 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.365 INFO kablam! | Oct 22 02:09:27.365 INFO kablam! Oct 22 02:09:27.365 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.365 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.365 INFO kablam! | Oct 22 02:09:27.365 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.365 INFO kablam! | ^^^^^ Oct 22 02:09:27.365 INFO kablam! ... Oct 22 02:09:27.365 INFO kablam! 1207 | rt_realloc_naive!(rt_even_10000bytes_2align_realloc_naive, 10000, 2); Oct 22 02:09:27.365 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.365 INFO kablam! | Oct 22 02:09:27.365 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.365 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.365 INFO kablam! | Oct 22 02:09:27.365 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.365 INFO kablam! | Oct 22 02:09:27.365 INFO kablam! Oct 22 02:09:27.371 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.371 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.371 INFO kablam! | Oct 22 02:09:27.371 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.371 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.371 INFO kablam! ... Oct 22 02:09:27.371 INFO kablam! 1207 | rt_realloc_naive!(rt_even_10000bytes_2align_realloc_naive, 10000, 2); Oct 22 02:09:27.371 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.371 INFO kablam! | Oct 22 02:09:27.371 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.371 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.371 INFO kablam! | Oct 22 02:09:27.371 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.371 INFO kablam! | Oct 22 02:09:27.371 INFO kablam! Oct 22 02:09:27.371 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.371 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.371 INFO kablam! | Oct 22 02:09:27.371 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.371 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.371 INFO kablam! ... Oct 22 02:09:27.371 INFO kablam! 1207 | rt_realloc_naive!(rt_even_10000bytes_2align_realloc_naive, 10000, 2); Oct 22 02:09:27.371 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.371 INFO kablam! | Oct 22 02:09:27.371 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.371 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.371 INFO kablam! | Oct 22 02:09:27.371 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.371 INFO kablam! | Oct 22 02:09:27.371 INFO kablam! Oct 22 02:09:27.371 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.371 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.371 INFO kablam! | Oct 22 02:09:27.371 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.371 INFO kablam! | ^^^^^ Oct 22 02:09:27.371 INFO kablam! ... Oct 22 02:09:27.371 INFO kablam! 1220 | rt_realloc_naive!(rt_even_100000bytes_2align_realloc_naive, 100000, 2); Oct 22 02:09:27.371 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.371 INFO kablam! | Oct 22 02:09:27.371 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.371 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.371 INFO kablam! | Oct 22 02:09:27.371 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.371 INFO kablam! | Oct 22 02:09:27.371 INFO kablam! Oct 22 02:09:27.371 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.371 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.371 INFO kablam! | Oct 22 02:09:27.371 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.371 INFO kablam! | ^^^^^ Oct 22 02:09:27.371 INFO kablam! ... Oct 22 02:09:27.371 INFO kablam! 1220 | rt_realloc_naive!(rt_even_100000bytes_2align_realloc_naive, 100000, 2); Oct 22 02:09:27.371 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.371 INFO kablam! | Oct 22 02:09:27.371 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.371 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.371 INFO kablam! | Oct 22 02:09:27.371 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.371 INFO kablam! | Oct 22 02:09:27.371 INFO kablam! Oct 22 02:09:27.371 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.371 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.371 INFO kablam! | Oct 22 02:09:27.371 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.371 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.372 INFO kablam! ... Oct 22 02:09:27.372 INFO kablam! 1220 | rt_realloc_naive!(rt_even_100000bytes_2align_realloc_naive, 100000, 2); Oct 22 02:09:27.372 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.372 INFO kablam! | Oct 22 02:09:27.372 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.372 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.372 INFO kablam! | Oct 22 02:09:27.372 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.372 INFO kablam! | Oct 22 02:09:27.372 INFO kablam! Oct 22 02:09:27.372 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.372 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.372 INFO kablam! | Oct 22 02:09:27.372 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.372 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.372 INFO kablam! ... Oct 22 02:09:27.372 INFO kablam! 1220 | rt_realloc_naive!(rt_even_100000bytes_2align_realloc_naive, 100000, 2); Oct 22 02:09:27.372 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.372 INFO kablam! | Oct 22 02:09:27.372 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.372 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.372 INFO kablam! | Oct 22 02:09:27.372 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.372 INFO kablam! | Oct 22 02:09:27.372 INFO kablam! Oct 22 02:09:27.372 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.372 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.372 INFO kablam! | Oct 22 02:09:27.372 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.372 INFO kablam! | ^^^^^ Oct 22 02:09:27.372 INFO kablam! ... Oct 22 02:09:27.372 INFO kablam! 1233 | rt_realloc_naive!(rt_even_1000000bytes_2align_realloc_naive, 1000000, 2); Oct 22 02:09:27.372 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.372 INFO kablam! | Oct 22 02:09:27.372 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.372 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.372 INFO kablam! | Oct 22 02:09:27.372 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.372 INFO kablam! | Oct 22 02:09:27.372 INFO kablam! Oct 22 02:09:27.378 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.379 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.379 INFO kablam! | Oct 22 02:09:27.379 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.379 INFO kablam! | ^^^^^ Oct 22 02:09:27.379 INFO kablam! ... Oct 22 02:09:27.379 INFO kablam! 1233 | rt_realloc_naive!(rt_even_1000000bytes_2align_realloc_naive, 1000000, 2); Oct 22 02:09:27.379 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.379 INFO kablam! | Oct 22 02:09:27.379 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.379 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.379 INFO kablam! | Oct 22 02:09:27.379 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.379 INFO kablam! | Oct 22 02:09:27.379 INFO kablam! Oct 22 02:09:27.379 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.379 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.379 INFO kablam! | Oct 22 02:09:27.379 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.379 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.379 INFO kablam! ... Oct 22 02:09:27.379 INFO kablam! 1233 | rt_realloc_naive!(rt_even_1000000bytes_2align_realloc_naive, 1000000, 2); Oct 22 02:09:27.379 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.379 INFO kablam! | Oct 22 02:09:27.379 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.379 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.379 INFO kablam! | Oct 22 02:09:27.379 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.379 INFO kablam! | Oct 22 02:09:27.379 INFO kablam! Oct 22 02:09:27.379 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.379 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.379 INFO kablam! | Oct 22 02:09:27.379 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.379 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.379 INFO kablam! ... Oct 22 02:09:27.379 INFO kablam! 1233 | rt_realloc_naive!(rt_even_1000000bytes_2align_realloc_naive, 1000000, 2); Oct 22 02:09:27.379 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.379 INFO kablam! | Oct 22 02:09:27.379 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.379 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.379 INFO kablam! | Oct 22 02:09:27.379 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.379 INFO kablam! | Oct 22 02:09:27.379 INFO kablam! Oct 22 02:09:27.379 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.379 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.379 INFO kablam! | Oct 22 02:09:27.379 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.379 INFO kablam! | ^^^^^ Oct 22 02:09:27.379 INFO kablam! ... Oct 22 02:09:27.379 INFO kablam! 1247 | rt_realloc_naive!(rt_odd_10bytes_2align_realloc_naive, 10- 1, 2); Oct 22 02:09:27.379 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.379 INFO kablam! | Oct 22 02:09:27.379 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.379 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.379 INFO kablam! | Oct 22 02:09:27.379 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.379 INFO kablam! | Oct 22 02:09:27.379 INFO kablam! Oct 22 02:09:27.379 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.379 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.379 INFO kablam! | Oct 22 02:09:27.379 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.379 INFO kablam! | ^^^^^ Oct 22 02:09:27.379 INFO kablam! ... Oct 22 02:09:27.379 INFO kablam! 1247 | rt_realloc_naive!(rt_odd_10bytes_2align_realloc_naive, 10- 1, 2); Oct 22 02:09:27.379 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.379 INFO kablam! | Oct 22 02:09:27.379 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.379 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.379 INFO kablam! | Oct 22 02:09:27.379 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.379 INFO kablam! | Oct 22 02:09:27.379 INFO kablam! Oct 22 02:09:27.379 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.379 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.379 INFO kablam! | Oct 22 02:09:27.379 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.379 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.379 INFO kablam! ... Oct 22 02:09:27.379 INFO kablam! 1247 | rt_realloc_naive!(rt_odd_10bytes_2align_realloc_naive, 10- 1, 2); Oct 22 02:09:27.379 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.379 INFO kablam! | Oct 22 02:09:27.380 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.380 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.380 INFO kablam! | Oct 22 02:09:27.380 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.380 INFO kablam! | Oct 22 02:09:27.380 INFO kablam! Oct 22 02:09:27.380 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.380 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.380 INFO kablam! | Oct 22 02:09:27.380 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.380 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.380 INFO kablam! ... Oct 22 02:09:27.380 INFO kablam! 1247 | rt_realloc_naive!(rt_odd_10bytes_2align_realloc_naive, 10- 1, 2); Oct 22 02:09:27.380 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.380 INFO kablam! | Oct 22 02:09:27.380 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.380 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.380 INFO kablam! | Oct 22 02:09:27.380 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.380 INFO kablam! | Oct 22 02:09:27.380 INFO kablam! Oct 22 02:09:27.380 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.380 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.380 INFO kablam! | Oct 22 02:09:27.380 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.380 INFO kablam! | ^^^^^ Oct 22 02:09:27.380 INFO kablam! ... Oct 22 02:09:27.380 INFO kablam! 1260 | rt_realloc_naive!(rt_odd_100bytes_2align_realloc_naive, 100- 1, 2); Oct 22 02:09:27.380 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.380 INFO kablam! | Oct 22 02:09:27.380 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.380 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.380 INFO kablam! | Oct 22 02:09:27.380 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.380 INFO kablam! | Oct 22 02:09:27.380 INFO kablam! Oct 22 02:09:27.381 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.381 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.381 INFO kablam! | Oct 22 02:09:27.381 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.381 INFO kablam! | ^^^^^ Oct 22 02:09:27.381 INFO kablam! ... Oct 22 02:09:27.381 INFO kablam! 1260 | rt_realloc_naive!(rt_odd_100bytes_2align_realloc_naive, 100- 1, 2); Oct 22 02:09:27.381 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.381 INFO kablam! | Oct 22 02:09:27.381 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.381 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.381 INFO kablam! | Oct 22 02:09:27.381 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.381 INFO kablam! | Oct 22 02:09:27.381 INFO kablam! Oct 22 02:09:27.381 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.381 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.381 INFO kablam! | Oct 22 02:09:27.381 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.381 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.381 INFO kablam! ... Oct 22 02:09:27.381 INFO kablam! 1260 | rt_realloc_naive!(rt_odd_100bytes_2align_realloc_naive, 100- 1, 2); Oct 22 02:09:27.381 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.381 INFO kablam! | Oct 22 02:09:27.381 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.381 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.381 INFO kablam! | Oct 22 02:09:27.381 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.381 INFO kablam! | Oct 22 02:09:27.381 INFO kablam! Oct 22 02:09:27.381 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.381 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.381 INFO kablam! | Oct 22 02:09:27.381 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.381 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.381 INFO kablam! ... Oct 22 02:09:27.381 INFO kablam! 1260 | rt_realloc_naive!(rt_odd_100bytes_2align_realloc_naive, 100- 1, 2); Oct 22 02:09:27.381 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.381 INFO kablam! | Oct 22 02:09:27.381 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.381 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.381 INFO kablam! | Oct 22 02:09:27.381 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.381 INFO kablam! | Oct 22 02:09:27.381 INFO kablam! Oct 22 02:09:27.381 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.381 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.381 INFO kablam! | Oct 22 02:09:27.381 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.381 INFO kablam! | ^^^^^ Oct 22 02:09:27.381 INFO kablam! ... Oct 22 02:09:27.381 INFO kablam! 1273 | rt_realloc_naive!(rt_odd_1000bytes_2align_realloc_naive, 1000- 1, 2); Oct 22 02:09:27.381 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.381 INFO kablam! | Oct 22 02:09:27.381 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.381 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.381 INFO kablam! | Oct 22 02:09:27.388 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.388 INFO kablam! | Oct 22 02:09:27.388 INFO kablam! Oct 22 02:09:27.388 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.388 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.388 INFO kablam! | Oct 22 02:09:27.388 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.388 INFO kablam! | ^^^^^ Oct 22 02:09:27.388 INFO kablam! ... Oct 22 02:09:27.388 INFO kablam! 1273 | rt_realloc_naive!(rt_odd_1000bytes_2align_realloc_naive, 1000- 1, 2); Oct 22 02:09:27.388 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.388 INFO kablam! | Oct 22 02:09:27.388 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.388 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.388 INFO kablam! | Oct 22 02:09:27.388 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.388 INFO kablam! | Oct 22 02:09:27.388 INFO kablam! Oct 22 02:09:27.388 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.388 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.388 INFO kablam! | Oct 22 02:09:27.388 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.388 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.388 INFO kablam! ... Oct 22 02:09:27.388 INFO kablam! 1273 | rt_realloc_naive!(rt_odd_1000bytes_2align_realloc_naive, 1000- 1, 2); Oct 22 02:09:27.388 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.388 INFO kablam! | Oct 22 02:09:27.388 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.388 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.388 INFO kablam! | Oct 22 02:09:27.388 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.388 INFO kablam! | Oct 22 02:09:27.388 INFO kablam! Oct 22 02:09:27.388 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.388 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.388 INFO kablam! | Oct 22 02:09:27.388 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.389 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.389 INFO kablam! ... Oct 22 02:09:27.389 INFO kablam! 1273 | rt_realloc_naive!(rt_odd_1000bytes_2align_realloc_naive, 1000- 1, 2); Oct 22 02:09:27.389 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.389 INFO kablam! | Oct 22 02:09:27.389 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.389 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.389 INFO kablam! | Oct 22 02:09:27.389 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.389 INFO kablam! | Oct 22 02:09:27.389 INFO kablam! Oct 22 02:09:27.396 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.396 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.396 INFO kablam! | Oct 22 02:09:27.396 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.396 INFO kablam! | ^^^^^ Oct 22 02:09:27.396 INFO kablam! ... Oct 22 02:09:27.396 INFO kablam! 1286 | rt_realloc_naive!(rt_odd_10000bytes_2align_realloc_naive, 10000- 1, 2); Oct 22 02:09:27.396 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.396 INFO kablam! | Oct 22 02:09:27.396 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.396 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.396 INFO kablam! | Oct 22 02:09:27.396 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.396 INFO kablam! | Oct 22 02:09:27.396 INFO kablam! Oct 22 02:09:27.396 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.396 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.396 INFO kablam! | Oct 22 02:09:27.396 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.396 INFO kablam! | ^^^^^ Oct 22 02:09:27.396 INFO kablam! ... Oct 22 02:09:27.396 INFO kablam! 1286 | rt_realloc_naive!(rt_odd_10000bytes_2align_realloc_naive, 10000- 1, 2); Oct 22 02:09:27.396 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.396 INFO kablam! | Oct 22 02:09:27.396 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.396 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.396 INFO kablam! | Oct 22 02:09:27.396 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.396 INFO kablam! | Oct 22 02:09:27.396 INFO kablam! Oct 22 02:09:27.396 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.396 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.396 INFO kablam! | Oct 22 02:09:27.396 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.396 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.396 INFO kablam! ... Oct 22 02:09:27.396 INFO kablam! 1286 | rt_realloc_naive!(rt_odd_10000bytes_2align_realloc_naive, 10000- 1, 2); Oct 22 02:09:27.396 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.396 INFO kablam! | Oct 22 02:09:27.396 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.396 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.396 INFO kablam! | Oct 22 02:09:27.396 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.396 INFO kablam! | Oct 22 02:09:27.397 INFO kablam! Oct 22 02:09:27.397 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.397 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.397 INFO kablam! | Oct 22 02:09:27.397 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.397 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.397 INFO kablam! ... Oct 22 02:09:27.397 INFO kablam! 1286 | rt_realloc_naive!(rt_odd_10000bytes_2align_realloc_naive, 10000- 1, 2); Oct 22 02:09:27.397 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.397 INFO kablam! | Oct 22 02:09:27.397 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.397 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.397 INFO kablam! | Oct 22 02:09:27.397 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.397 INFO kablam! | Oct 22 02:09:27.397 INFO kablam! Oct 22 02:09:27.397 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.397 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.397 INFO kablam! | Oct 22 02:09:27.397 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.397 INFO kablam! | ^^^^^ Oct 22 02:09:27.397 INFO kablam! ... Oct 22 02:09:27.397 INFO kablam! 1299 | rt_realloc_naive!(rt_odd_100000bytes_2align_realloc_naive, 100000- 1, 2); Oct 22 02:09:27.397 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.397 INFO kablam! | Oct 22 02:09:27.397 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.397 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.397 INFO kablam! | Oct 22 02:09:27.397 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.397 INFO kablam! | Oct 22 02:09:27.397 INFO kablam! Oct 22 02:09:27.397 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.397 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.397 INFO kablam! | Oct 22 02:09:27.397 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.397 INFO kablam! | ^^^^^ Oct 22 02:09:27.397 INFO kablam! ... Oct 22 02:09:27.397 INFO kablam! 1299 | rt_realloc_naive!(rt_odd_100000bytes_2align_realloc_naive, 100000- 1, 2); Oct 22 02:09:27.397 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.397 INFO kablam! | Oct 22 02:09:27.397 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.397 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.397 INFO kablam! | Oct 22 02:09:27.397 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.397 INFO kablam! | Oct 22 02:09:27.397 INFO kablam! Oct 22 02:09:27.397 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.397 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.397 INFO kablam! | Oct 22 02:09:27.397 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.397 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.397 INFO kablam! ... Oct 22 02:09:27.397 INFO kablam! 1299 | rt_realloc_naive!(rt_odd_100000bytes_2align_realloc_naive, 100000- 1, 2); Oct 22 02:09:27.397 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.397 INFO kablam! | Oct 22 02:09:27.397 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.397 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.397 INFO kablam! | Oct 22 02:09:27.397 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.397 INFO kablam! | Oct 22 02:09:27.397 INFO kablam! Oct 22 02:09:27.397 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.397 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.397 INFO kablam! | Oct 22 02:09:27.397 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.397 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.397 INFO kablam! ... Oct 22 02:09:27.397 INFO kablam! 1299 | rt_realloc_naive!(rt_odd_100000bytes_2align_realloc_naive, 100000- 1, 2); Oct 22 02:09:27.397 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.397 INFO kablam! | Oct 22 02:09:27.397 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.397 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.397 INFO kablam! | Oct 22 02:09:27.397 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.397 INFO kablam! | Oct 22 02:09:27.397 INFO kablam! Oct 22 02:09:27.400 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.400 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.400 INFO kablam! | Oct 22 02:09:27.400 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.400 INFO kablam! | ^^^^^ Oct 22 02:09:27.400 INFO kablam! ... Oct 22 02:09:27.400 INFO kablam! 1312 | rt_realloc_naive!(rt_odd_1000000bytes_2align_realloc_naive, 1000000- 1, 2); Oct 22 02:09:27.400 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.400 INFO kablam! | Oct 22 02:09:27.400 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.400 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.400 INFO kablam! | Oct 22 02:09:27.400 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.400 INFO kablam! | Oct 22 02:09:27.400 INFO kablam! Oct 22 02:09:27.400 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.400 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.400 INFO kablam! | Oct 22 02:09:27.400 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.400 INFO kablam! | ^^^^^ Oct 22 02:09:27.400 INFO kablam! ... Oct 22 02:09:27.400 INFO kablam! 1312 | rt_realloc_naive!(rt_odd_1000000bytes_2align_realloc_naive, 1000000- 1, 2); Oct 22 02:09:27.400 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.400 INFO kablam! | Oct 22 02:09:27.400 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.400 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.400 INFO kablam! | Oct 22 02:09:27.400 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.400 INFO kablam! | Oct 22 02:09:27.400 INFO kablam! Oct 22 02:09:27.400 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.400 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.400 INFO kablam! | Oct 22 02:09:27.400 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.400 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.400 INFO kablam! ... Oct 22 02:09:27.400 INFO kablam! 1312 | rt_realloc_naive!(rt_odd_1000000bytes_2align_realloc_naive, 1000000- 1, 2); Oct 22 02:09:27.400 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.400 INFO kablam! | Oct 22 02:09:27.400 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.400 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.400 INFO kablam! | Oct 22 02:09:27.400 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.400 INFO kablam! | Oct 22 02:09:27.400 INFO kablam! Oct 22 02:09:27.400 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.400 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.400 INFO kablam! | Oct 22 02:09:27.400 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.400 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.401 INFO kablam! ... Oct 22 02:09:27.401 INFO kablam! 1312 | rt_realloc_naive!(rt_odd_1000000bytes_2align_realloc_naive, 1000000- 1, 2); Oct 22 02:09:27.401 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.401 INFO kablam! | Oct 22 02:09:27.401 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.401 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.401 INFO kablam! | Oct 22 02:09:27.401 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.401 INFO kablam! | Oct 22 02:09:27.401 INFO kablam! Oct 22 02:09:27.401 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.401 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.401 INFO kablam! | Oct 22 02:09:27.401 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.401 INFO kablam! | ^^^^^ Oct 22 02:09:27.401 INFO kablam! ... Oct 22 02:09:27.401 INFO kablam! 1326 | rt_realloc_naive!(rt_primes_3bytes_2align_realloc_naive, 3, 2); Oct 22 02:09:27.401 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.401 INFO kablam! | Oct 22 02:09:27.401 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.401 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.401 INFO kablam! | Oct 22 02:09:27.401 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.401 INFO kablam! | Oct 22 02:09:27.401 INFO kablam! Oct 22 02:09:27.401 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.401 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.401 INFO kablam! | Oct 22 02:09:27.401 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.401 INFO kablam! | ^^^^^ Oct 22 02:09:27.401 INFO kablam! ... Oct 22 02:09:27.401 INFO kablam! 1326 | rt_realloc_naive!(rt_primes_3bytes_2align_realloc_naive, 3, 2); Oct 22 02:09:27.401 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.401 INFO kablam! | Oct 22 02:09:27.401 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.401 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.401 INFO kablam! | Oct 22 02:09:27.401 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.401 INFO kablam! | Oct 22 02:09:27.401 INFO kablam! Oct 22 02:09:27.401 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.401 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.401 INFO kablam! | Oct 22 02:09:27.401 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.401 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.401 INFO kablam! ... Oct 22 02:09:27.401 INFO kablam! 1326 | rt_realloc_naive!(rt_primes_3bytes_2align_realloc_naive, 3, 2); Oct 22 02:09:27.401 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.401 INFO kablam! | Oct 22 02:09:27.401 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.401 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.401 INFO kablam! | Oct 22 02:09:27.401 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.401 INFO kablam! | Oct 22 02:09:27.401 INFO kablam! Oct 22 02:09:27.401 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.401 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.401 INFO kablam! | Oct 22 02:09:27.401 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.401 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.401 INFO kablam! ... Oct 22 02:09:27.401 INFO kablam! 1326 | rt_realloc_naive!(rt_primes_3bytes_2align_realloc_naive, 3, 2); Oct 22 02:09:27.401 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.401 INFO kablam! | Oct 22 02:09:27.401 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.401 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.401 INFO kablam! | Oct 22 02:09:27.401 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.401 INFO kablam! | Oct 22 02:09:27.401 INFO kablam! Oct 22 02:09:27.408 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.408 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.408 INFO kablam! | Oct 22 02:09:27.408 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.408 INFO kablam! | ^^^^^ Oct 22 02:09:27.408 INFO kablam! ... Oct 22 02:09:27.408 INFO kablam! 1339 | rt_realloc_naive!(rt_primes_7bytes_2align_realloc_naive, 7, 2); Oct 22 02:09:27.408 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.408 INFO kablam! | Oct 22 02:09:27.408 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.408 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.408 INFO kablam! | Oct 22 02:09:27.408 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.408 INFO kablam! | Oct 22 02:09:27.408 INFO kablam! Oct 22 02:09:27.408 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.408 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.408 INFO kablam! | Oct 22 02:09:27.408 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.408 INFO kablam! | ^^^^^ Oct 22 02:09:27.408 INFO kablam! ... Oct 22 02:09:27.408 INFO kablam! 1339 | rt_realloc_naive!(rt_primes_7bytes_2align_realloc_naive, 7, 2); Oct 22 02:09:27.408 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.408 INFO kablam! | Oct 22 02:09:27.408 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.408 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.408 INFO kablam! | Oct 22 02:09:27.408 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.408 INFO kablam! | Oct 22 02:09:27.408 INFO kablam! Oct 22 02:09:27.408 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.408 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.408 INFO kablam! | Oct 22 02:09:27.408 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.408 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.408 INFO kablam! ... Oct 22 02:09:27.408 INFO kablam! 1339 | rt_realloc_naive!(rt_primes_7bytes_2align_realloc_naive, 7, 2); Oct 22 02:09:27.408 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.408 INFO kablam! | Oct 22 02:09:27.408 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.408 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.408 INFO kablam! | Oct 22 02:09:27.408 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.408 INFO kablam! | Oct 22 02:09:27.408 INFO kablam! Oct 22 02:09:27.408 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.408 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.408 INFO kablam! | Oct 22 02:09:27.409 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.409 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.409 INFO kablam! ... Oct 22 02:09:27.409 INFO kablam! 1339 | rt_realloc_naive!(rt_primes_7bytes_2align_realloc_naive, 7, 2); Oct 22 02:09:27.409 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.409 INFO kablam! | Oct 22 02:09:27.409 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.409 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.409 INFO kablam! | Oct 22 02:09:27.409 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.409 INFO kablam! | Oct 22 02:09:27.409 INFO kablam! Oct 22 02:09:27.412 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.412 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.412 INFO kablam! | Oct 22 02:09:27.412 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.412 INFO kablam! | ^^^^^ Oct 22 02:09:27.412 INFO kablam! ... Oct 22 02:09:27.412 INFO kablam! 1352 | rt_realloc_naive!(rt_primes_13bytes_2align_realloc_naive, 13, 2); Oct 22 02:09:27.412 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.412 INFO kablam! | Oct 22 02:09:27.412 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.412 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.412 INFO kablam! | Oct 22 02:09:27.412 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.412 INFO kablam! | Oct 22 02:09:27.412 INFO kablam! Oct 22 02:09:27.412 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.412 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.412 INFO kablam! | Oct 22 02:09:27.412 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.412 INFO kablam! | ^^^^^ Oct 22 02:09:27.412 INFO kablam! ... Oct 22 02:09:27.412 INFO kablam! 1352 | rt_realloc_naive!(rt_primes_13bytes_2align_realloc_naive, 13, 2); Oct 22 02:09:27.412 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.412 INFO kablam! | Oct 22 02:09:27.412 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.412 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.412 INFO kablam! | Oct 22 02:09:27.412 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.412 INFO kablam! | Oct 22 02:09:27.412 INFO kablam! Oct 22 02:09:27.412 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.412 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.412 INFO kablam! | Oct 22 02:09:27.412 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.412 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.412 INFO kablam! ... Oct 22 02:09:27.412 INFO kablam! 1352 | rt_realloc_naive!(rt_primes_13bytes_2align_realloc_naive, 13, 2); Oct 22 02:09:27.412 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.412 INFO kablam! | Oct 22 02:09:27.412 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.412 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.412 INFO kablam! | Oct 22 02:09:27.412 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.412 INFO kablam! | Oct 22 02:09:27.412 INFO kablam! Oct 22 02:09:27.412 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.412 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.413 INFO kablam! | Oct 22 02:09:27.413 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.413 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.413 INFO kablam! ... Oct 22 02:09:27.413 INFO kablam! 1352 | rt_realloc_naive!(rt_primes_13bytes_2align_realloc_naive, 13, 2); Oct 22 02:09:27.413 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.413 INFO kablam! | Oct 22 02:09:27.413 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.413 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.413 INFO kablam! | Oct 22 02:09:27.413 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.413 INFO kablam! | Oct 22 02:09:27.413 INFO kablam! Oct 22 02:09:27.416 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.416 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.416 INFO kablam! | Oct 22 02:09:27.416 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.416 INFO kablam! | ^^^^^ Oct 22 02:09:27.416 INFO kablam! ... Oct 22 02:09:27.416 INFO kablam! 1365 | rt_realloc_naive!(rt_primes_17bytes_2align_realloc_naive, 17, 2); Oct 22 02:09:27.416 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.416 INFO kablam! | Oct 22 02:09:27.416 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.416 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.416 INFO kablam! | Oct 22 02:09:27.416 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.416 INFO kablam! | Oct 22 02:09:27.416 INFO kablam! Oct 22 02:09:27.416 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.416 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.416 INFO kablam! | Oct 22 02:09:27.416 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.416 INFO kablam! | ^^^^^ Oct 22 02:09:27.416 INFO kablam! ... Oct 22 02:09:27.416 INFO kablam! 1365 | rt_realloc_naive!(rt_primes_17bytes_2align_realloc_naive, 17, 2); Oct 22 02:09:27.416 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.416 INFO kablam! | Oct 22 02:09:27.416 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.416 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.416 INFO kablam! | Oct 22 02:09:27.416 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.416 INFO kablam! | Oct 22 02:09:27.416 INFO kablam! Oct 22 02:09:27.416 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.416 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.416 INFO kablam! | Oct 22 02:09:27.416 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.416 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.416 INFO kablam! ... Oct 22 02:09:27.416 INFO kablam! 1365 | rt_realloc_naive!(rt_primes_17bytes_2align_realloc_naive, 17, 2); Oct 22 02:09:27.416 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.416 INFO kablam! | Oct 22 02:09:27.417 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.417 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.417 INFO kablam! | Oct 22 02:09:27.417 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.417 INFO kablam! | Oct 22 02:09:27.417 INFO kablam! Oct 22 02:09:27.417 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.417 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.417 INFO kablam! | Oct 22 02:09:27.417 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.417 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.417 INFO kablam! ... Oct 22 02:09:27.417 INFO kablam! 1365 | rt_realloc_naive!(rt_primes_17bytes_2align_realloc_naive, 17, 2); Oct 22 02:09:27.417 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.417 INFO kablam! | Oct 22 02:09:27.417 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.417 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.417 INFO kablam! | Oct 22 02:09:27.417 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.417 INFO kablam! | Oct 22 02:09:27.417 INFO kablam! Oct 22 02:09:27.417 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.417 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.417 INFO kablam! | Oct 22 02:09:27.417 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.417 INFO kablam! | ^^^^^ Oct 22 02:09:27.417 INFO kablam! ... Oct 22 02:09:27.417 INFO kablam! 1378 | rt_realloc_naive!(rt_primes_31bytes_2align_realloc_naive, 31, 2); Oct 22 02:09:27.417 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.417 INFO kablam! | Oct 22 02:09:27.417 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.417 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.417 INFO kablam! | Oct 22 02:09:27.417 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.417 INFO kablam! | Oct 22 02:09:27.417 INFO kablam! Oct 22 02:09:27.417 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.417 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.417 INFO kablam! | Oct 22 02:09:27.417 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.417 INFO kablam! | ^^^^^ Oct 22 02:09:27.417 INFO kablam! ... Oct 22 02:09:27.417 INFO kablam! 1378 | rt_realloc_naive!(rt_primes_31bytes_2align_realloc_naive, 31, 2); Oct 22 02:09:27.417 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.417 INFO kablam! | Oct 22 02:09:27.417 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.417 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.417 INFO kablam! | Oct 22 02:09:27.417 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.417 INFO kablam! | Oct 22 02:09:27.417 INFO kablam! Oct 22 02:09:27.417 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.417 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.417 INFO kablam! | Oct 22 02:09:27.417 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.417 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.417 INFO kablam! ... Oct 22 02:09:27.417 INFO kablam! 1378 | rt_realloc_naive!(rt_primes_31bytes_2align_realloc_naive, 31, 2); Oct 22 02:09:27.417 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.417 INFO kablam! | Oct 22 02:09:27.417 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.417 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.417 INFO kablam! | Oct 22 02:09:27.417 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.417 INFO kablam! | Oct 22 02:09:27.417 INFO kablam! Oct 22 02:09:27.417 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.417 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.417 INFO kablam! | Oct 22 02:09:27.417 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.417 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.417 INFO kablam! ... Oct 22 02:09:27.417 INFO kablam! 1378 | rt_realloc_naive!(rt_primes_31bytes_2align_realloc_naive, 31, 2); Oct 22 02:09:27.417 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.417 INFO kablam! | Oct 22 02:09:27.417 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.417 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.417 INFO kablam! | Oct 22 02:09:27.417 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.417 INFO kablam! | Oct 22 02:09:27.417 INFO kablam! Oct 22 02:09:27.420 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.420 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.420 INFO kablam! | Oct 22 02:09:27.420 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.420 INFO kablam! | ^^^^^ Oct 22 02:09:27.420 INFO kablam! ... Oct 22 02:09:27.420 INFO kablam! 1391 | rt_realloc_naive!(rt_primes_61bytes_2align_realloc_naive, 61, 2); Oct 22 02:09:27.420 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.420 INFO kablam! | Oct 22 02:09:27.420 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.420 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.420 INFO kablam! | Oct 22 02:09:27.420 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.420 INFO kablam! | Oct 22 02:09:27.420 INFO kablam! Oct 22 02:09:27.420 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.420 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.420 INFO kablam! | Oct 22 02:09:27.420 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.420 INFO kablam! | ^^^^^ Oct 22 02:09:27.420 INFO kablam! ... Oct 22 02:09:27.420 INFO kablam! 1391 | rt_realloc_naive!(rt_primes_61bytes_2align_realloc_naive, 61, 2); Oct 22 02:09:27.420 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.420 INFO kablam! | Oct 22 02:09:27.420 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.420 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.420 INFO kablam! | Oct 22 02:09:27.420 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.420 INFO kablam! | Oct 22 02:09:27.420 INFO kablam! Oct 22 02:09:27.420 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.420 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.420 INFO kablam! | Oct 22 02:09:27.420 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.420 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.420 INFO kablam! ... Oct 22 02:09:27.420 INFO kablam! 1391 | rt_realloc_naive!(rt_primes_61bytes_2align_realloc_naive, 61, 2); Oct 22 02:09:27.420 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.420 INFO kablam! | Oct 22 02:09:27.420 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.420 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.420 INFO kablam! | Oct 22 02:09:27.420 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.420 INFO kablam! | Oct 22 02:09:27.420 INFO kablam! Oct 22 02:09:27.426 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.426 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.426 INFO kablam! | Oct 22 02:09:27.426 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.426 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.426 INFO kablam! ... Oct 22 02:09:27.426 INFO kablam! 1391 | rt_realloc_naive!(rt_primes_61bytes_2align_realloc_naive, 61, 2); Oct 22 02:09:27.426 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.426 INFO kablam! | Oct 22 02:09:27.426 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.426 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.426 INFO kablam! | Oct 22 02:09:27.426 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.426 INFO kablam! | Oct 22 02:09:27.426 INFO kablam! Oct 22 02:09:27.426 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.426 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.426 INFO kablam! | Oct 22 02:09:27.426 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.426 INFO kablam! | ^^^^^ Oct 22 02:09:27.426 INFO kablam! ... Oct 22 02:09:27.426 INFO kablam! 1404 | rt_realloc_naive!(rt_primes_96bytes_2align_realloc_naive, 96, 2); Oct 22 02:09:27.427 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.427 INFO kablam! | Oct 22 02:09:27.427 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.427 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.427 INFO kablam! | Oct 22 02:09:27.427 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.427 INFO kablam! | Oct 22 02:09:27.427 INFO kablam! Oct 22 02:09:27.427 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.427 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.427 INFO kablam! | Oct 22 02:09:27.427 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.427 INFO kablam! | ^^^^^ Oct 22 02:09:27.427 INFO kablam! ... Oct 22 02:09:27.427 INFO kablam! 1404 | rt_realloc_naive!(rt_primes_96bytes_2align_realloc_naive, 96, 2); Oct 22 02:09:27.427 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.427 INFO kablam! | Oct 22 02:09:27.427 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.427 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.427 INFO kablam! | Oct 22 02:09:27.427 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.427 INFO kablam! | Oct 22 02:09:27.427 INFO kablam! Oct 22 02:09:27.427 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.427 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.427 INFO kablam! | Oct 22 02:09:27.427 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.427 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.427 INFO kablam! ... Oct 22 02:09:27.427 INFO kablam! 1404 | rt_realloc_naive!(rt_primes_96bytes_2align_realloc_naive, 96, 2); Oct 22 02:09:27.427 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.427 INFO kablam! | Oct 22 02:09:27.427 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.427 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.427 INFO kablam! | Oct 22 02:09:27.427 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.427 INFO kablam! | Oct 22 02:09:27.427 INFO kablam! Oct 22 02:09:27.427 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.427 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.427 INFO kablam! | Oct 22 02:09:27.427 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.427 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.427 INFO kablam! ... Oct 22 02:09:27.427 INFO kablam! 1404 | rt_realloc_naive!(rt_primes_96bytes_2align_realloc_naive, 96, 2); Oct 22 02:09:27.427 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.427 INFO kablam! | Oct 22 02:09:27.427 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.427 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.427 INFO kablam! | Oct 22 02:09:27.427 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.427 INFO kablam! | Oct 22 02:09:27.427 INFO kablam! Oct 22 02:09:27.427 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.427 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.427 INFO kablam! | Oct 22 02:09:27.427 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.427 INFO kablam! | ^^^^^ Oct 22 02:09:27.427 INFO kablam! ... Oct 22 02:09:27.427 INFO kablam! 1417 | rt_realloc_naive!(rt_primes_127bytes_2align_realloc_naive, 127, 2); Oct 22 02:09:27.427 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.427 INFO kablam! | Oct 22 02:09:27.427 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.427 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.427 INFO kablam! | Oct 22 02:09:27.427 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.427 INFO kablam! | Oct 22 02:09:27.427 INFO kablam! Oct 22 02:09:27.431 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.431 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.431 INFO kablam! | Oct 22 02:09:27.431 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.431 INFO kablam! | ^^^^^ Oct 22 02:09:27.431 INFO kablam! ... Oct 22 02:09:27.431 INFO kablam! 1417 | rt_realloc_naive!(rt_primes_127bytes_2align_realloc_naive, 127, 2); Oct 22 02:09:27.431 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.431 INFO kablam! | Oct 22 02:09:27.431 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.431 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.431 INFO kablam! | Oct 22 02:09:27.431 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.431 INFO kablam! | Oct 22 02:09:27.431 INFO kablam! Oct 22 02:09:27.431 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.431 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.431 INFO kablam! | Oct 22 02:09:27.431 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.431 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.431 INFO kablam! ... Oct 22 02:09:27.431 INFO kablam! 1417 | rt_realloc_naive!(rt_primes_127bytes_2align_realloc_naive, 127, 2); Oct 22 02:09:27.431 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.431 INFO kablam! | Oct 22 02:09:27.431 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.431 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.431 INFO kablam! | Oct 22 02:09:27.431 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.431 INFO kablam! | Oct 22 02:09:27.431 INFO kablam! Oct 22 02:09:27.431 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.431 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.431 INFO kablam! | Oct 22 02:09:27.431 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.431 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.431 INFO kablam! ... Oct 22 02:09:27.431 INFO kablam! 1417 | rt_realloc_naive!(rt_primes_127bytes_2align_realloc_naive, 127, 2); Oct 22 02:09:27.431 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.431 INFO kablam! | Oct 22 02:09:27.431 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.431 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.431 INFO kablam! | Oct 22 02:09:27.431 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.431 INFO kablam! | Oct 22 02:09:27.431 INFO kablam! Oct 22 02:09:27.431 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.431 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.431 INFO kablam! | Oct 22 02:09:27.431 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.431 INFO kablam! | ^^^^^ Oct 22 02:09:27.431 INFO kablam! ... Oct 22 02:09:27.431 INFO kablam! 1430 | rt_realloc_naive!(rt_primes_257bytes_2align_realloc_naive, 257, 2); Oct 22 02:09:27.431 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.431 INFO kablam! | Oct 22 02:09:27.431 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.431 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.431 INFO kablam! | Oct 22 02:09:27.431 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.431 INFO kablam! | Oct 22 02:09:27.431 INFO kablam! Oct 22 02:09:27.431 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.431 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.431 INFO kablam! | Oct 22 02:09:27.431 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.431 INFO kablam! | ^^^^^ Oct 22 02:09:27.431 INFO kablam! ... Oct 22 02:09:27.431 INFO kablam! 1430 | rt_realloc_naive!(rt_primes_257bytes_2align_realloc_naive, 257, 2); Oct 22 02:09:27.431 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.431 INFO kablam! | Oct 22 02:09:27.431 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.431 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.432 INFO kablam! | Oct 22 02:09:27.432 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.432 INFO kablam! | Oct 22 02:09:27.432 INFO kablam! Oct 22 02:09:27.440 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.440 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.440 INFO kablam! | Oct 22 02:09:27.440 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.440 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.440 INFO kablam! ... Oct 22 02:09:27.440 INFO kablam! 1430 | rt_realloc_naive!(rt_primes_257bytes_2align_realloc_naive, 257, 2); Oct 22 02:09:27.440 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.440 INFO kablam! | Oct 22 02:09:27.440 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.440 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.440 INFO kablam! | Oct 22 02:09:27.440 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.440 INFO kablam! | Oct 22 02:09:27.440 INFO kablam! Oct 22 02:09:27.440 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.440 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.440 INFO kablam! | Oct 22 02:09:27.440 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.440 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.440 INFO kablam! ... Oct 22 02:09:27.440 INFO kablam! 1430 | rt_realloc_naive!(rt_primes_257bytes_2align_realloc_naive, 257, 2); Oct 22 02:09:27.440 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.440 INFO kablam! | Oct 22 02:09:27.440 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.440 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.440 INFO kablam! | Oct 22 02:09:27.440 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.440 INFO kablam! | Oct 22 02:09:27.440 INFO kablam! Oct 22 02:09:27.440 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.440 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.440 INFO kablam! | Oct 22 02:09:27.440 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.440 INFO kablam! | ^^^^^ Oct 22 02:09:27.440 INFO kablam! ... Oct 22 02:09:27.440 INFO kablam! 1443 | rt_realloc_naive!(rt_primes_509bytes_2align_realloc_naive, 509, 2); Oct 22 02:09:27.440 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.440 INFO kablam! | Oct 22 02:09:27.441 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.441 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.441 INFO kablam! | Oct 22 02:09:27.441 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.441 INFO kablam! | Oct 22 02:09:27.441 INFO kablam! Oct 22 02:09:27.441 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.441 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.441 INFO kablam! | Oct 22 02:09:27.441 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.441 INFO kablam! | ^^^^^ Oct 22 02:09:27.441 INFO kablam! ... Oct 22 02:09:27.441 INFO kablam! 1443 | rt_realloc_naive!(rt_primes_509bytes_2align_realloc_naive, 509, 2); Oct 22 02:09:27.441 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.441 INFO kablam! | Oct 22 02:09:27.441 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.441 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.441 INFO kablam! | Oct 22 02:09:27.441 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.441 INFO kablam! | Oct 22 02:09:27.441 INFO kablam! Oct 22 02:09:27.441 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.441 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.441 INFO kablam! | Oct 22 02:09:27.441 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.441 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.441 INFO kablam! ... Oct 22 02:09:27.441 INFO kablam! 1443 | rt_realloc_naive!(rt_primes_509bytes_2align_realloc_naive, 509, 2); Oct 22 02:09:27.441 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.441 INFO kablam! | Oct 22 02:09:27.441 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.441 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.441 INFO kablam! | Oct 22 02:09:27.441 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.441 INFO kablam! | Oct 22 02:09:27.441 INFO kablam! Oct 22 02:09:27.441 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.441 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.441 INFO kablam! | Oct 22 02:09:27.441 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.441 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.441 INFO kablam! ... Oct 22 02:09:27.441 INFO kablam! 1443 | rt_realloc_naive!(rt_primes_509bytes_2align_realloc_naive, 509, 2); Oct 22 02:09:27.441 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.441 INFO kablam! | Oct 22 02:09:27.441 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.441 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.441 INFO kablam! | Oct 22 02:09:27.441 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.441 INFO kablam! | Oct 22 02:09:27.441 INFO kablam! Oct 22 02:09:27.441 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.441 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.441 INFO kablam! | Oct 22 02:09:27.441 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.441 INFO kablam! | ^^^^^ Oct 22 02:09:27.441 INFO kablam! ... Oct 22 02:09:27.441 INFO kablam! 1456 | rt_realloc_naive!(rt_primes_1021bytes_2align_realloc_naive, 1021, 2); Oct 22 02:09:27.441 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.441 INFO kablam! | Oct 22 02:09:27.441 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.441 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.441 INFO kablam! | Oct 22 02:09:27.441 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.441 INFO kablam! | Oct 22 02:09:27.441 INFO kablam! Oct 22 02:09:27.441 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.441 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.441 INFO kablam! | Oct 22 02:09:27.441 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.441 INFO kablam! | ^^^^^ Oct 22 02:09:27.441 INFO kablam! ... Oct 22 02:09:27.441 INFO kablam! 1456 | rt_realloc_naive!(rt_primes_1021bytes_2align_realloc_naive, 1021, 2); Oct 22 02:09:27.441 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.441 INFO kablam! | Oct 22 02:09:27.441 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.441 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.441 INFO kablam! | Oct 22 02:09:27.441 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.441 INFO kablam! | Oct 22 02:09:27.441 INFO kablam! Oct 22 02:09:27.441 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.441 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.441 INFO kablam! | Oct 22 02:09:27.441 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.441 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.442 INFO kablam! ... Oct 22 02:09:27.442 INFO kablam! 1456 | rt_realloc_naive!(rt_primes_1021bytes_2align_realloc_naive, 1021, 2); Oct 22 02:09:27.442 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.442 INFO kablam! | Oct 22 02:09:27.442 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.442 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.442 INFO kablam! | Oct 22 02:09:27.442 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.442 INFO kablam! | Oct 22 02:09:27.442 INFO kablam! Oct 22 02:09:27.442 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.442 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.442 INFO kablam! | Oct 22 02:09:27.442 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.442 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.442 INFO kablam! ... Oct 22 02:09:27.442 INFO kablam! 1456 | rt_realloc_naive!(rt_primes_1021bytes_2align_realloc_naive, 1021, 2); Oct 22 02:09:27.442 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.442 INFO kablam! | Oct 22 02:09:27.442 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.442 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.442 INFO kablam! | Oct 22 02:09:27.442 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.442 INFO kablam! | Oct 22 02:09:27.442 INFO kablam! Oct 22 02:09:27.449 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.449 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.449 INFO kablam! | Oct 22 02:09:27.449 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.449 INFO kablam! | ^^^^^ Oct 22 02:09:27.449 INFO kablam! ... Oct 22 02:09:27.449 INFO kablam! 1469 | rt_realloc_naive!(rt_primes_2039bytes_2align_realloc_naive, 2039, 2); Oct 22 02:09:27.449 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.449 INFO kablam! | Oct 22 02:09:27.449 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.449 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.449 INFO kablam! | Oct 22 02:09:27.449 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.449 INFO kablam! | Oct 22 02:09:27.449 INFO kablam! Oct 22 02:09:27.449 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.449 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.449 INFO kablam! | Oct 22 02:09:27.450 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.450 INFO kablam! | ^^^^^ Oct 22 02:09:27.450 INFO kablam! ... Oct 22 02:09:27.450 INFO kablam! 1469 | rt_realloc_naive!(rt_primes_2039bytes_2align_realloc_naive, 2039, 2); Oct 22 02:09:27.450 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.450 INFO kablam! | Oct 22 02:09:27.450 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.450 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.450 INFO kablam! | Oct 22 02:09:27.450 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.450 INFO kablam! | Oct 22 02:09:27.450 INFO kablam! Oct 22 02:09:27.450 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.450 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.450 INFO kablam! | Oct 22 02:09:27.450 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.450 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.450 INFO kablam! ... Oct 22 02:09:27.450 INFO kablam! 1469 | rt_realloc_naive!(rt_primes_2039bytes_2align_realloc_naive, 2039, 2); Oct 22 02:09:27.450 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.450 INFO kablam! | Oct 22 02:09:27.450 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.450 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.450 INFO kablam! | Oct 22 02:09:27.451 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.451 INFO kablam! | Oct 22 02:09:27.451 INFO kablam! Oct 22 02:09:27.451 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.451 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.451 INFO kablam! | Oct 22 02:09:27.451 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.451 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.451 INFO kablam! ... Oct 22 02:09:27.451 INFO kablam! 1469 | rt_realloc_naive!(rt_primes_2039bytes_2align_realloc_naive, 2039, 2); Oct 22 02:09:27.451 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.451 INFO kablam! | Oct 22 02:09:27.451 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.451 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.451 INFO kablam! | Oct 22 02:09:27.451 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.451 INFO kablam! | Oct 22 02:09:27.451 INFO kablam! Oct 22 02:09:27.451 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.451 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.451 INFO kablam! | Oct 22 02:09:27.451 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.451 INFO kablam! | ^^^^^ Oct 22 02:09:27.451 INFO kablam! ... Oct 22 02:09:27.451 INFO kablam! 1482 | rt_realloc_naive!(rt_primes_4093bytes_2align_realloc_naive, 4093, 2); Oct 22 02:09:27.451 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.452 INFO kablam! | Oct 22 02:09:27.452 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.452 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.452 INFO kablam! | Oct 22 02:09:27.452 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.452 INFO kablam! | Oct 22 02:09:27.452 INFO kablam! Oct 22 02:09:27.452 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.452 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.452 INFO kablam! | Oct 22 02:09:27.452 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.452 INFO kablam! | ^^^^^ Oct 22 02:09:27.452 INFO kablam! ... Oct 22 02:09:27.452 INFO kablam! 1482 | rt_realloc_naive!(rt_primes_4093bytes_2align_realloc_naive, 4093, 2); Oct 22 02:09:27.452 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.452 INFO kablam! | Oct 22 02:09:27.452 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.452 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.452 INFO kablam! | Oct 22 02:09:27.452 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.452 INFO kablam! | Oct 22 02:09:27.453 INFO kablam! Oct 22 02:09:27.453 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.453 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.453 INFO kablam! | Oct 22 02:09:27.453 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.453 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.453 INFO kablam! ... Oct 22 02:09:27.453 INFO kablam! 1482 | rt_realloc_naive!(rt_primes_4093bytes_2align_realloc_naive, 4093, 2); Oct 22 02:09:27.453 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.453 INFO kablam! | Oct 22 02:09:27.453 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.453 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.453 INFO kablam! | Oct 22 02:09:27.453 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.453 INFO kablam! | Oct 22 02:09:27.453 INFO kablam! Oct 22 02:09:27.453 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.453 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.453 INFO kablam! | Oct 22 02:09:27.453 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.453 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.453 INFO kablam! ... Oct 22 02:09:27.453 INFO kablam! 1482 | rt_realloc_naive!(rt_primes_4093bytes_2align_realloc_naive, 4093, 2); Oct 22 02:09:27.453 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.454 INFO kablam! | Oct 22 02:09:27.454 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.454 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.454 INFO kablam! | Oct 22 02:09:27.454 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.454 INFO kablam! | Oct 22 02:09:27.454 INFO kablam! Oct 22 02:09:27.454 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.454 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.454 INFO kablam! | Oct 22 02:09:27.454 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.454 INFO kablam! | ^^^^^ Oct 22 02:09:27.454 INFO kablam! ... Oct 22 02:09:27.454 INFO kablam! 1495 | rt_realloc_naive!(rt_primes_8191bytes_2align_realloc_naive, 8191, 2); Oct 22 02:09:27.454 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.454 INFO kablam! | Oct 22 02:09:27.454 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.454 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.454 INFO kablam! | Oct 22 02:09:27.454 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.454 INFO kablam! | Oct 22 02:09:27.454 INFO kablam! Oct 22 02:09:27.454 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.454 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.454 INFO kablam! | Oct 22 02:09:27.455 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.455 INFO kablam! | ^^^^^ Oct 22 02:09:27.455 INFO kablam! ... Oct 22 02:09:27.455 INFO kablam! 1495 | rt_realloc_naive!(rt_primes_8191bytes_2align_realloc_naive, 8191, 2); Oct 22 02:09:27.455 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.455 INFO kablam! | Oct 22 02:09:27.455 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.455 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.455 INFO kablam! | Oct 22 02:09:27.455 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.455 INFO kablam! | Oct 22 02:09:27.455 INFO kablam! Oct 22 02:09:27.455 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.455 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.455 INFO kablam! | Oct 22 02:09:27.455 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.455 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.455 INFO kablam! ... Oct 22 02:09:27.455 INFO kablam! 1495 | rt_realloc_naive!(rt_primes_8191bytes_2align_realloc_naive, 8191, 2); Oct 22 02:09:27.455 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.455 INFO kablam! | Oct 22 02:09:27.455 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.455 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.455 INFO kablam! | Oct 22 02:09:27.456 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.456 INFO kablam! | Oct 22 02:09:27.456 INFO kablam! Oct 22 02:09:27.456 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.456 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.456 INFO kablam! | Oct 22 02:09:27.456 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.456 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.456 INFO kablam! ... Oct 22 02:09:27.456 INFO kablam! 1495 | rt_realloc_naive!(rt_primes_8191bytes_2align_realloc_naive, 8191, 2); Oct 22 02:09:27.456 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.456 INFO kablam! | Oct 22 02:09:27.456 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.456 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.456 INFO kablam! | Oct 22 02:09:27.456 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.456 INFO kablam! | Oct 22 02:09:27.456 INFO kablam! Oct 22 02:09:27.456 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.456 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.456 INFO kablam! | Oct 22 02:09:27.456 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.457 INFO kablam! | ^^^^^ Oct 22 02:09:27.457 INFO kablam! ... Oct 22 02:09:27.457 INFO kablam! 1508 | rt_realloc_naive!(rt_primes_16381bytes_2align_realloc_naive, 16381, 2); Oct 22 02:09:27.457 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.457 INFO kablam! | Oct 22 02:09:27.457 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.457 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.457 INFO kablam! | Oct 22 02:09:27.457 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.457 INFO kablam! | Oct 22 02:09:27.457 INFO kablam! Oct 22 02:09:27.457 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.457 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.457 INFO kablam! | Oct 22 02:09:27.457 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.457 INFO kablam! | ^^^^^ Oct 22 02:09:27.457 INFO kablam! ... Oct 22 02:09:27.457 INFO kablam! 1508 | rt_realloc_naive!(rt_primes_16381bytes_2align_realloc_naive, 16381, 2); Oct 22 02:09:27.457 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.457 INFO kablam! | Oct 22 02:09:27.457 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.457 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.457 INFO kablam! | Oct 22 02:09:27.458 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.458 INFO kablam! | Oct 22 02:09:27.458 INFO kablam! Oct 22 02:09:27.458 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.458 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.458 INFO kablam! | Oct 22 02:09:27.458 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.458 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.458 INFO kablam! ... Oct 22 02:09:27.458 INFO kablam! 1508 | rt_realloc_naive!(rt_primes_16381bytes_2align_realloc_naive, 16381, 2); Oct 22 02:09:27.458 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.458 INFO kablam! | Oct 22 02:09:27.458 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.458 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.458 INFO kablam! | Oct 22 02:09:27.458 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.458 INFO kablam! | Oct 22 02:09:27.458 INFO kablam! Oct 22 02:09:27.458 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.458 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.458 INFO kablam! | Oct 22 02:09:27.458 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.458 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.459 INFO kablam! ... Oct 22 02:09:27.459 INFO kablam! 1508 | rt_realloc_naive!(rt_primes_16381bytes_2align_realloc_naive, 16381, 2); Oct 22 02:09:27.459 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.459 INFO kablam! | Oct 22 02:09:27.459 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.459 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.459 INFO kablam! | Oct 22 02:09:27.459 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.459 INFO kablam! | Oct 22 02:09:27.459 INFO kablam! Oct 22 02:09:27.460 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.460 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.460 INFO kablam! | Oct 22 02:09:27.460 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.460 INFO kablam! | ^^^^^ Oct 22 02:09:27.460 INFO kablam! ... Oct 22 02:09:27.461 INFO kablam! 1521 | rt_realloc_naive!(rt_primes_32749bytes_2align_realloc_naive, 32749, 2); Oct 22 02:09:27.461 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.461 INFO kablam! | Oct 22 02:09:27.461 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.461 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.461 INFO kablam! | Oct 22 02:09:27.461 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.461 INFO kablam! | Oct 22 02:09:27.461 INFO kablam! Oct 22 02:09:27.461 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.461 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.461 INFO kablam! | Oct 22 02:09:27.461 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.461 INFO kablam! | ^^^^^ Oct 22 02:09:27.461 INFO kablam! ... Oct 22 02:09:27.461 INFO kablam! 1521 | rt_realloc_naive!(rt_primes_32749bytes_2align_realloc_naive, 32749, 2); Oct 22 02:09:27.461 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.461 INFO kablam! | Oct 22 02:09:27.461 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.461 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.461 INFO kablam! | Oct 22 02:09:27.461 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.461 INFO kablam! | Oct 22 02:09:27.461 INFO kablam! Oct 22 02:09:27.462 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.462 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.462 INFO kablam! | Oct 22 02:09:27.462 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.462 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.462 INFO kablam! ... Oct 22 02:09:27.462 INFO kablam! 1521 | rt_realloc_naive!(rt_primes_32749bytes_2align_realloc_naive, 32749, 2); Oct 22 02:09:27.462 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.462 INFO kablam! | Oct 22 02:09:27.462 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.462 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.462 INFO kablam! | Oct 22 02:09:27.462 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.462 INFO kablam! | Oct 22 02:09:27.462 INFO kablam! Oct 22 02:09:27.462 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.462 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.462 INFO kablam! | Oct 22 02:09:27.462 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.465 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.465 INFO kablam! ... Oct 22 02:09:27.465 INFO kablam! 1521 | rt_realloc_naive!(rt_primes_32749bytes_2align_realloc_naive, 32749, 2); Oct 22 02:09:27.465 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.465 INFO kablam! | Oct 22 02:09:27.466 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.466 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.466 INFO kablam! | Oct 22 02:09:27.466 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.466 INFO kablam! | Oct 22 02:09:27.466 INFO kablam! Oct 22 02:09:27.466 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.466 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.466 INFO kablam! | Oct 22 02:09:27.466 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.466 INFO kablam! | ^^^^^ Oct 22 02:09:27.466 INFO kablam! ... Oct 22 02:09:27.466 INFO kablam! 1534 | rt_realloc_naive!(rt_primes_65537bytes_2align_realloc_naive, 65537, 2); Oct 22 02:09:27.466 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.466 INFO kablam! | Oct 22 02:09:27.466 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.466 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.466 INFO kablam! | Oct 22 02:09:27.466 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.466 INFO kablam! | Oct 22 02:09:27.466 INFO kablam! Oct 22 02:09:27.466 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.466 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.466 INFO kablam! | Oct 22 02:09:27.466 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.467 INFO kablam! | ^^^^^ Oct 22 02:09:27.467 INFO kablam! ... Oct 22 02:09:27.467 INFO kablam! 1534 | rt_realloc_naive!(rt_primes_65537bytes_2align_realloc_naive, 65537, 2); Oct 22 02:09:27.467 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.467 INFO kablam! | Oct 22 02:09:27.467 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.467 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.467 INFO kablam! | Oct 22 02:09:27.467 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.467 INFO kablam! | Oct 22 02:09:27.467 INFO kablam! Oct 22 02:09:27.467 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.467 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.467 INFO kablam! | Oct 22 02:09:27.467 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.467 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.467 INFO kablam! ... Oct 22 02:09:27.467 INFO kablam! 1534 | rt_realloc_naive!(rt_primes_65537bytes_2align_realloc_naive, 65537, 2); Oct 22 02:09:27.467 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.467 INFO kablam! | Oct 22 02:09:27.467 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.467 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.467 INFO kablam! | Oct 22 02:09:27.467 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.468 INFO kablam! | Oct 22 02:09:27.468 INFO kablam! Oct 22 02:09:27.471 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.471 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.471 INFO kablam! | Oct 22 02:09:27.471 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.471 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.471 INFO kablam! ... Oct 22 02:09:27.471 INFO kablam! 1534 | rt_realloc_naive!(rt_primes_65537bytes_2align_realloc_naive, 65537, 2); Oct 22 02:09:27.471 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.471 INFO kablam! | Oct 22 02:09:27.471 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.471 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.471 INFO kablam! | Oct 22 02:09:27.472 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.472 INFO kablam! | Oct 22 02:09:27.472 INFO kablam! Oct 22 02:09:27.472 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.472 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.472 INFO kablam! | Oct 22 02:09:27.472 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.472 INFO kablam! | ^^^^^ Oct 22 02:09:27.472 INFO kablam! ... Oct 22 02:09:27.472 INFO kablam! 1547 | rt_realloc_naive!(rt_primes_131071bytes_2align_realloc_naive, 131071, 2); Oct 22 02:09:27.472 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.473 INFO kablam! | Oct 22 02:09:27.473 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.473 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.473 INFO kablam! | Oct 22 02:09:27.473 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.473 INFO kablam! | Oct 22 02:09:27.473 INFO kablam! Oct 22 02:09:27.473 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.473 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.473 INFO kablam! | Oct 22 02:09:27.473 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.473 INFO kablam! | ^^^^^ Oct 22 02:09:27.473 INFO kablam! ... Oct 22 02:09:27.473 INFO kablam! 1547 | rt_realloc_naive!(rt_primes_131071bytes_2align_realloc_naive, 131071, 2); Oct 22 02:09:27.473 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.473 INFO kablam! | Oct 22 02:09:27.473 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.473 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.473 INFO kablam! | Oct 22 02:09:27.473 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.473 INFO kablam! | Oct 22 02:09:27.474 INFO kablam! Oct 22 02:09:27.474 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.474 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.474 INFO kablam! | Oct 22 02:09:27.474 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.474 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.474 INFO kablam! ... Oct 22 02:09:27.474 INFO kablam! 1547 | rt_realloc_naive!(rt_primes_131071bytes_2align_realloc_naive, 131071, 2); Oct 22 02:09:27.474 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.474 INFO kablam! | Oct 22 02:09:27.474 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.474 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.474 INFO kablam! | Oct 22 02:09:27.474 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.474 INFO kablam! | Oct 22 02:09:27.474 INFO kablam! Oct 22 02:09:27.474 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.474 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.474 INFO kablam! | Oct 22 02:09:27.474 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.474 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.474 INFO kablam! ... Oct 22 02:09:27.474 INFO kablam! 1547 | rt_realloc_naive!(rt_primes_131071bytes_2align_realloc_naive, 131071, 2); Oct 22 02:09:27.474 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.475 INFO kablam! | Oct 22 02:09:27.475 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.475 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.475 INFO kablam! | Oct 22 02:09:27.475 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.475 INFO kablam! | Oct 22 02:09:27.475 INFO kablam! Oct 22 02:09:27.475 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.475 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.475 INFO kablam! | Oct 22 02:09:27.475 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.475 INFO kablam! | ^^^^^ Oct 22 02:09:27.475 INFO kablam! ... Oct 22 02:09:27.475 INFO kablam! 1560 | rt_realloc_naive!(rt_primes_4194301bytes_2align_realloc_naive, 4194301, 2); Oct 22 02:09:27.475 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.475 INFO kablam! | Oct 22 02:09:27.475 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.475 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.475 INFO kablam! | Oct 22 02:09:27.475 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.475 INFO kablam! | Oct 22 02:09:27.475 INFO kablam! Oct 22 02:09:27.478 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.478 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.478 INFO kablam! | Oct 22 02:09:27.478 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.478 INFO kablam! | ^^^^^ Oct 22 02:09:27.478 INFO kablam! ... Oct 22 02:09:27.479 INFO kablam! 1560 | rt_realloc_naive!(rt_primes_4194301bytes_2align_realloc_naive, 4194301, 2); Oct 22 02:09:27.479 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.479 INFO kablam! | Oct 22 02:09:27.479 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.479 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.479 INFO kablam! | Oct 22 02:09:27.479 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.479 INFO kablam! | Oct 22 02:09:27.479 INFO kablam! Oct 22 02:09:27.479 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.479 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.479 INFO kablam! | Oct 22 02:09:27.479 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.479 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.479 INFO kablam! ... Oct 22 02:09:27.479 INFO kablam! 1560 | rt_realloc_naive!(rt_primes_4194301bytes_2align_realloc_naive, 4194301, 2); Oct 22 02:09:27.479 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.479 INFO kablam! | Oct 22 02:09:27.479 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.479 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.479 INFO kablam! | Oct 22 02:09:27.479 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.479 INFO kablam! | Oct 22 02:09:27.479 INFO kablam! Oct 22 02:09:27.480 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.480 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.480 INFO kablam! | Oct 22 02:09:27.480 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.480 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.480 INFO kablam! ... Oct 22 02:09:27.480 INFO kablam! 1560 | rt_realloc_naive!(rt_primes_4194301bytes_2align_realloc_naive, 4194301, 2); Oct 22 02:09:27.480 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.480 INFO kablam! | Oct 22 02:09:27.480 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.480 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.480 INFO kablam! | Oct 22 02:09:27.480 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.480 INFO kablam! | Oct 22 02:09:27.480 INFO kablam! Oct 22 02:09:27.480 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.480 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.480 INFO kablam! | Oct 22 02:09:27.480 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.480 INFO kablam! | ^^^^^ Oct 22 02:09:27.480 INFO kablam! ... Oct 22 02:09:27.480 INFO kablam! 1576 | rt_realloc_naive!(rt_pow2_1bytes_4align_realloc_naive, 1, 4); Oct 22 02:09:27.480 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.481 INFO kablam! | Oct 22 02:09:27.481 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.481 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.481 INFO kablam! | Oct 22 02:09:27.481 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.481 INFO kablam! | Oct 22 02:09:27.481 INFO kablam! Oct 22 02:09:27.481 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.481 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.481 INFO kablam! | Oct 22 02:09:27.481 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.481 INFO kablam! | ^^^^^ Oct 22 02:09:27.481 INFO kablam! ... Oct 22 02:09:27.481 INFO kablam! 1576 | rt_realloc_naive!(rt_pow2_1bytes_4align_realloc_naive, 1, 4); Oct 22 02:09:27.481 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.481 INFO kablam! | Oct 22 02:09:27.481 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.481 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.481 INFO kablam! | Oct 22 02:09:27.481 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.481 INFO kablam! | Oct 22 02:09:27.481 INFO kablam! Oct 22 02:09:27.481 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.481 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.482 INFO kablam! | Oct 22 02:09:27.482 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.482 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.482 INFO kablam! ... Oct 22 02:09:27.482 INFO kablam! 1576 | rt_realloc_naive!(rt_pow2_1bytes_4align_realloc_naive, 1, 4); Oct 22 02:09:27.482 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.482 INFO kablam! | Oct 22 02:09:27.482 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.482 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.482 INFO kablam! | Oct 22 02:09:27.482 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.482 INFO kablam! | Oct 22 02:09:27.482 INFO kablam! Oct 22 02:09:27.482 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.482 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.482 INFO kablam! | Oct 22 02:09:27.482 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.482 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.482 INFO kablam! ... Oct 22 02:09:27.482 INFO kablam! 1576 | rt_realloc_naive!(rt_pow2_1bytes_4align_realloc_naive, 1, 4); Oct 22 02:09:27.482 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.482 INFO kablam! | Oct 22 02:09:27.482 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.482 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.483 INFO kablam! | Oct 22 02:09:27.483 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.483 INFO kablam! | Oct 22 02:09:27.483 INFO kablam! Oct 22 02:09:27.485 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.485 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.485 INFO kablam! | Oct 22 02:09:27.485 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.485 INFO kablam! | ^^^^^ Oct 22 02:09:27.485 INFO kablam! ... Oct 22 02:09:27.485 INFO kablam! 1589 | rt_realloc_naive!(rt_pow2_2bytes_4align_realloc_naive, 2, 4); Oct 22 02:09:27.485 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.485 INFO kablam! | Oct 22 02:09:27.485 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.485 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.485 INFO kablam! | Oct 22 02:09:27.485 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.485 INFO kablam! | Oct 22 02:09:27.485 INFO kablam! Oct 22 02:09:27.485 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.485 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.485 INFO kablam! | Oct 22 02:09:27.485 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.485 INFO kablam! | ^^^^^ Oct 22 02:09:27.485 INFO kablam! ... Oct 22 02:09:27.485 INFO kablam! 1589 | rt_realloc_naive!(rt_pow2_2bytes_4align_realloc_naive, 2, 4); Oct 22 02:09:27.485 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.486 INFO kablam! | Oct 22 02:09:27.486 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.486 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.486 INFO kablam! | Oct 22 02:09:27.486 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.486 INFO kablam! | Oct 22 02:09:27.486 INFO kablam! Oct 22 02:09:27.486 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.486 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.486 INFO kablam! | Oct 22 02:09:27.486 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.486 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.486 INFO kablam! ... Oct 22 02:09:27.486 INFO kablam! 1589 | rt_realloc_naive!(rt_pow2_2bytes_4align_realloc_naive, 2, 4); Oct 22 02:09:27.486 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.486 INFO kablam! | Oct 22 02:09:27.486 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.486 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.486 INFO kablam! | Oct 22 02:09:27.486 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.486 INFO kablam! | Oct 22 02:09:27.486 INFO kablam! Oct 22 02:09:27.486 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.487 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.487 INFO kablam! | Oct 22 02:09:27.487 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.487 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.487 INFO kablam! ... Oct 22 02:09:27.487 INFO kablam! 1589 | rt_realloc_naive!(rt_pow2_2bytes_4align_realloc_naive, 2, 4); Oct 22 02:09:27.487 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.487 INFO kablam! | Oct 22 02:09:27.487 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.487 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.487 INFO kablam! | Oct 22 02:09:27.487 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.487 INFO kablam! | Oct 22 02:09:27.487 INFO kablam! Oct 22 02:09:27.487 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.487 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.487 INFO kablam! | Oct 22 02:09:27.487 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.487 INFO kablam! | ^^^^^ Oct 22 02:09:27.487 INFO kablam! ... Oct 22 02:09:27.487 INFO kablam! 1602 | rt_realloc_naive!(rt_pow2_4bytes_4align_realloc_naive, 4, 4); Oct 22 02:09:27.487 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.487 INFO kablam! | Oct 22 02:09:27.487 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.488 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.488 INFO kablam! | Oct 22 02:09:27.488 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.488 INFO kablam! | Oct 22 02:09:27.488 INFO kablam! Oct 22 02:09:27.488 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.488 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.488 INFO kablam! | Oct 22 02:09:27.488 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.488 INFO kablam! | ^^^^^ Oct 22 02:09:27.488 INFO kablam! ... Oct 22 02:09:27.488 INFO kablam! 1602 | rt_realloc_naive!(rt_pow2_4bytes_4align_realloc_naive, 4, 4); Oct 22 02:09:27.488 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.488 INFO kablam! | Oct 22 02:09:27.488 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.488 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.488 INFO kablam! | Oct 22 02:09:27.488 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.488 INFO kablam! | Oct 22 02:09:27.488 INFO kablam! Oct 22 02:09:27.497 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.497 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.497 INFO kablam! | Oct 22 02:09:27.497 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.497 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.497 INFO kablam! ... Oct 22 02:09:27.497 INFO kablam! 1602 | rt_realloc_naive!(rt_pow2_4bytes_4align_realloc_naive, 4, 4); Oct 22 02:09:27.497 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.497 INFO kablam! | Oct 22 02:09:27.497 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.497 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.497 INFO kablam! | Oct 22 02:09:27.498 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.498 INFO kablam! | Oct 22 02:09:27.498 INFO kablam! Oct 22 02:09:27.498 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.498 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.498 INFO kablam! | Oct 22 02:09:27.498 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.498 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.498 INFO kablam! ... Oct 22 02:09:27.498 INFO kablam! 1602 | rt_realloc_naive!(rt_pow2_4bytes_4align_realloc_naive, 4, 4); Oct 22 02:09:27.498 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.498 INFO kablam! | Oct 22 02:09:27.498 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.498 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.498 INFO kablam! | Oct 22 02:09:27.498 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.498 INFO kablam! | Oct 22 02:09:27.498 INFO kablam! Oct 22 02:09:27.498 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.498 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.498 INFO kablam! | Oct 22 02:09:27.498 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.498 INFO kablam! | ^^^^^ Oct 22 02:09:27.498 INFO kablam! ... Oct 22 02:09:27.499 INFO kablam! 1615 | rt_realloc_naive!(rt_pow2_8bytes_4align_realloc_naive, 8, 4); Oct 22 02:09:27.499 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.499 INFO kablam! | Oct 22 02:09:27.499 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.499 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.499 INFO kablam! | Oct 22 02:09:27.499 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.499 INFO kablam! | Oct 22 02:09:27.499 INFO kablam! Oct 22 02:09:27.499 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.499 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.499 INFO kablam! | Oct 22 02:09:27.499 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.499 INFO kablam! | ^^^^^ Oct 22 02:09:27.499 INFO kablam! ... Oct 22 02:09:27.499 INFO kablam! 1615 | rt_realloc_naive!(rt_pow2_8bytes_4align_realloc_naive, 8, 4); Oct 22 02:09:27.499 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.499 INFO kablam! | Oct 22 02:09:27.499 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.499 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.499 INFO kablam! | Oct 22 02:09:27.499 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.499 INFO kablam! | Oct 22 02:09:27.499 INFO kablam! Oct 22 02:09:27.499 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.500 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.500 INFO kablam! | Oct 22 02:09:27.500 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.500 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.500 INFO kablam! ... Oct 22 02:09:27.500 INFO kablam! 1615 | rt_realloc_naive!(rt_pow2_8bytes_4align_realloc_naive, 8, 4); Oct 22 02:09:27.500 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.500 INFO kablam! | Oct 22 02:09:27.500 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.500 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.500 INFO kablam! | Oct 22 02:09:27.500 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.500 INFO kablam! | Oct 22 02:09:27.500 INFO kablam! Oct 22 02:09:27.500 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.500 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.500 INFO kablam! | Oct 22 02:09:27.500 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.500 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.500 INFO kablam! ... Oct 22 02:09:27.500 INFO kablam! 1615 | rt_realloc_naive!(rt_pow2_8bytes_4align_realloc_naive, 8, 4); Oct 22 02:09:27.501 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.501 INFO kablam! | Oct 22 02:09:27.501 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.501 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.501 INFO kablam! | Oct 22 02:09:27.501 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.501 INFO kablam! | Oct 22 02:09:27.501 INFO kablam! Oct 22 02:09:27.501 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.501 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.501 INFO kablam! | Oct 22 02:09:27.501 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.501 INFO kablam! | ^^^^^ Oct 22 02:09:27.501 INFO kablam! ... Oct 22 02:09:27.501 INFO kablam! 1628 | rt_realloc_naive!(rt_pow2_16bytes_4align_realloc_naive, 16, 4); Oct 22 02:09:27.501 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.501 INFO kablam! | Oct 22 02:09:27.501 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.501 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.501 INFO kablam! | Oct 22 02:09:27.501 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.501 INFO kablam! | Oct 22 02:09:27.501 INFO kablam! Oct 22 02:09:27.501 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.502 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.502 INFO kablam! | Oct 22 02:09:27.502 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.502 INFO kablam! | ^^^^^ Oct 22 02:09:27.502 INFO kablam! ... Oct 22 02:09:27.502 INFO kablam! 1628 | rt_realloc_naive!(rt_pow2_16bytes_4align_realloc_naive, 16, 4); Oct 22 02:09:27.502 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.502 INFO kablam! | Oct 22 02:09:27.502 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.502 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.502 INFO kablam! | Oct 22 02:09:27.502 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.502 INFO kablam! | Oct 22 02:09:27.502 INFO kablam! Oct 22 02:09:27.502 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.502 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.502 INFO kablam! | Oct 22 02:09:27.502 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.502 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.502 INFO kablam! ... Oct 22 02:09:27.502 INFO kablam! 1628 | rt_realloc_naive!(rt_pow2_16bytes_4align_realloc_naive, 16, 4); Oct 22 02:09:27.502 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.502 INFO kablam! | Oct 22 02:09:27.502 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.502 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.503 INFO kablam! | Oct 22 02:09:27.503 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.503 INFO kablam! | Oct 22 02:09:27.503 INFO kablam! Oct 22 02:09:27.503 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.503 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.503 INFO kablam! | Oct 22 02:09:27.503 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.503 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.503 INFO kablam! ... Oct 22 02:09:27.503 INFO kablam! 1628 | rt_realloc_naive!(rt_pow2_16bytes_4align_realloc_naive, 16, 4); Oct 22 02:09:27.503 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.503 INFO kablam! | Oct 22 02:09:27.503 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.503 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.503 INFO kablam! | Oct 22 02:09:27.503 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.503 INFO kablam! | Oct 22 02:09:27.503 INFO kablam! Oct 22 02:09:27.503 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.503 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.503 INFO kablam! | Oct 22 02:09:27.503 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.503 INFO kablam! | ^^^^^ Oct 22 02:09:27.504 INFO kablam! ... Oct 22 02:09:27.504 INFO kablam! 1641 | rt_realloc_naive!(rt_pow2_32bytes_4align_realloc_naive, 32, 4); Oct 22 02:09:27.504 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.504 INFO kablam! | Oct 22 02:09:27.504 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.504 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.504 INFO kablam! | Oct 22 02:09:27.504 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.504 INFO kablam! | Oct 22 02:09:27.504 INFO kablam! Oct 22 02:09:27.504 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.504 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.504 INFO kablam! | Oct 22 02:09:27.504 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.504 INFO kablam! | ^^^^^ Oct 22 02:09:27.504 INFO kablam! ... Oct 22 02:09:27.504 INFO kablam! 1641 | rt_realloc_naive!(rt_pow2_32bytes_4align_realloc_naive, 32, 4); Oct 22 02:09:27.504 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.504 INFO kablam! | Oct 22 02:09:27.504 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.504 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.505 INFO kablam! | Oct 22 02:09:27.505 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.505 INFO kablam! | Oct 22 02:09:27.505 INFO kablam! Oct 22 02:09:27.505 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.505 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.505 INFO kablam! | Oct 22 02:09:27.505 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.505 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.505 INFO kablam! ... Oct 22 02:09:27.505 INFO kablam! 1641 | rt_realloc_naive!(rt_pow2_32bytes_4align_realloc_naive, 32, 4); Oct 22 02:09:27.505 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.505 INFO kablam! | Oct 22 02:09:27.505 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.505 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.505 INFO kablam! | Oct 22 02:09:27.505 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.505 INFO kablam! | Oct 22 02:09:27.505 INFO kablam! Oct 22 02:09:27.505 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.505 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.505 INFO kablam! | Oct 22 02:09:27.505 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.505 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.505 INFO kablam! ... Oct 22 02:09:27.506 INFO kablam! 1641 | rt_realloc_naive!(rt_pow2_32bytes_4align_realloc_naive, 32, 4); Oct 22 02:09:27.506 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.506 INFO kablam! | Oct 22 02:09:27.506 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.506 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.506 INFO kablam! | Oct 22 02:09:27.506 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.506 INFO kablam! | Oct 22 02:09:27.506 INFO kablam! Oct 22 02:09:27.506 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.506 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.506 INFO kablam! | Oct 22 02:09:27.506 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.506 INFO kablam! | ^^^^^ Oct 22 02:09:27.506 INFO kablam! ... Oct 22 02:09:27.506 INFO kablam! 1654 | rt_realloc_naive!(rt_pow2_64bytes_4align_realloc_naive, 64, 4); Oct 22 02:09:27.506 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.506 INFO kablam! | Oct 22 02:09:27.506 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.506 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.506 INFO kablam! | Oct 22 02:09:27.506 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.506 INFO kablam! | Oct 22 02:09:27.506 INFO kablam! Oct 22 02:09:27.507 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.507 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.507 INFO kablam! | Oct 22 02:09:27.507 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.507 INFO kablam! | ^^^^^ Oct 22 02:09:27.507 INFO kablam! ... Oct 22 02:09:27.507 INFO kablam! 1654 | rt_realloc_naive!(rt_pow2_64bytes_4align_realloc_naive, 64, 4); Oct 22 02:09:27.507 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.507 INFO kablam! | Oct 22 02:09:27.507 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.507 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.507 INFO kablam! | Oct 22 02:09:27.507 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.507 INFO kablam! | Oct 22 02:09:27.507 INFO kablam! Oct 22 02:09:27.509 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.509 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.509 INFO kablam! | Oct 22 02:09:27.509 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.509 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.509 INFO kablam! ... Oct 22 02:09:27.509 INFO kablam! 1654 | rt_realloc_naive!(rt_pow2_64bytes_4align_realloc_naive, 64, 4); Oct 22 02:09:27.509 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.509 INFO kablam! | Oct 22 02:09:27.509 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.509 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.509 INFO kablam! | Oct 22 02:09:27.509 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.509 INFO kablam! | Oct 22 02:09:27.509 INFO kablam! Oct 22 02:09:27.509 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.509 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.510 INFO kablam! | Oct 22 02:09:27.510 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.510 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.510 INFO kablam! ... Oct 22 02:09:27.510 INFO kablam! 1654 | rt_realloc_naive!(rt_pow2_64bytes_4align_realloc_naive, 64, 4); Oct 22 02:09:27.510 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.510 INFO kablam! | Oct 22 02:09:27.510 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.510 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.510 INFO kablam! | Oct 22 02:09:27.510 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.510 INFO kablam! | Oct 22 02:09:27.510 INFO kablam! Oct 22 02:09:27.510 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.510 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.510 INFO kablam! | Oct 22 02:09:27.510 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.510 INFO kablam! | ^^^^^ Oct 22 02:09:27.511 INFO kablam! ... Oct 22 02:09:27.511 INFO kablam! 1667 | rt_realloc_naive!(rt_pow2_128bytes_4align_realloc_naive, 128, 4); Oct 22 02:09:27.511 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.511 INFO kablam! | Oct 22 02:09:27.511 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.511 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.511 INFO kablam! | Oct 22 02:09:27.511 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.511 INFO kablam! | Oct 22 02:09:27.511 INFO kablam! Oct 22 02:09:27.511 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.511 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.511 INFO kablam! | Oct 22 02:09:27.511 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.511 INFO kablam! | ^^^^^ Oct 22 02:09:27.511 INFO kablam! ... Oct 22 02:09:27.511 INFO kablam! 1667 | rt_realloc_naive!(rt_pow2_128bytes_4align_realloc_naive, 128, 4); Oct 22 02:09:27.511 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.512 INFO kablam! | Oct 22 02:09:27.512 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.512 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.512 INFO kablam! | Oct 22 02:09:27.512 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.512 INFO kablam! | Oct 22 02:09:27.512 INFO kablam! Oct 22 02:09:27.512 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.512 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.512 INFO kablam! | Oct 22 02:09:27.512 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.512 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.512 INFO kablam! ... Oct 22 02:09:27.512 INFO kablam! 1667 | rt_realloc_naive!(rt_pow2_128bytes_4align_realloc_naive, 128, 4); Oct 22 02:09:27.512 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.512 INFO kablam! | Oct 22 02:09:27.512 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.513 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.513 INFO kablam! | Oct 22 02:09:27.513 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.513 INFO kablam! | Oct 22 02:09:27.513 INFO kablam! Oct 22 02:09:27.513 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.513 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.513 INFO kablam! | Oct 22 02:09:27.513 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.513 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.513 INFO kablam! ... Oct 22 02:09:27.513 INFO kablam! 1667 | rt_realloc_naive!(rt_pow2_128bytes_4align_realloc_naive, 128, 4); Oct 22 02:09:27.513 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.513 INFO kablam! | Oct 22 02:09:27.513 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.513 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.513 INFO kablam! | Oct 22 02:09:27.513 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.513 INFO kablam! | Oct 22 02:09:27.514 INFO kablam! Oct 22 02:09:27.514 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.514 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.514 INFO kablam! | Oct 22 02:09:27.514 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.514 INFO kablam! | ^^^^^ Oct 22 02:09:27.514 INFO kablam! ... Oct 22 02:09:27.514 INFO kablam! 1680 | rt_realloc_naive!(rt_pow2_256bytes_4align_realloc_naive, 256, 4); Oct 22 02:09:27.514 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.514 INFO kablam! | Oct 22 02:09:27.514 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.514 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.514 INFO kablam! | Oct 22 02:09:27.514 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.514 INFO kablam! | Oct 22 02:09:27.514 INFO kablam! Oct 22 02:09:27.514 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.514 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.514 INFO kablam! | Oct 22 02:09:27.514 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.515 INFO kablam! | ^^^^^ Oct 22 02:09:27.515 INFO kablam! ... Oct 22 02:09:27.515 INFO kablam! 1680 | rt_realloc_naive!(rt_pow2_256bytes_4align_realloc_naive, 256, 4); Oct 22 02:09:27.515 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.515 INFO kablam! | Oct 22 02:09:27.515 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.515 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.515 INFO kablam! | Oct 22 02:09:27.515 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.515 INFO kablam! | Oct 22 02:09:27.515 INFO kablam! Oct 22 02:09:27.515 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.515 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.515 INFO kablam! | Oct 22 02:09:27.515 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.515 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.515 INFO kablam! ... Oct 22 02:09:27.515 INFO kablam! 1680 | rt_realloc_naive!(rt_pow2_256bytes_4align_realloc_naive, 256, 4); Oct 22 02:09:27.515 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.515 INFO kablam! | Oct 22 02:09:27.515 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.515 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.516 INFO kablam! | Oct 22 02:09:27.516 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.516 INFO kablam! | Oct 22 02:09:27.516 INFO kablam! Oct 22 02:09:27.516 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.516 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.516 INFO kablam! | Oct 22 02:09:27.516 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.516 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.516 INFO kablam! ... Oct 22 02:09:27.516 INFO kablam! 1680 | rt_realloc_naive!(rt_pow2_256bytes_4align_realloc_naive, 256, 4); Oct 22 02:09:27.516 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.516 INFO kablam! | Oct 22 02:09:27.516 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.516 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.516 INFO kablam! | Oct 22 02:09:27.516 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.516 INFO kablam! | Oct 22 02:09:27.516 INFO kablam! Oct 22 02:09:27.516 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.516 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.516 INFO kablam! | Oct 22 02:09:27.517 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.517 INFO kablam! | ^^^^^ Oct 22 02:09:27.517 INFO kablam! ... Oct 22 02:09:27.517 INFO kablam! 1693 | rt_realloc_naive!(rt_pow2_512bytes_4align_realloc_naive, 512, 4); Oct 22 02:09:27.517 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.517 INFO kablam! | Oct 22 02:09:27.517 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.517 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.517 INFO kablam! | Oct 22 02:09:27.517 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.517 INFO kablam! | Oct 22 02:09:27.517 INFO kablam! Oct 22 02:09:27.517 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.517 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.517 INFO kablam! | Oct 22 02:09:27.517 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.517 INFO kablam! | ^^^^^ Oct 22 02:09:27.517 INFO kablam! ... Oct 22 02:09:27.517 INFO kablam! 1693 | rt_realloc_naive!(rt_pow2_512bytes_4align_realloc_naive, 512, 4); Oct 22 02:09:27.517 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.517 INFO kablam! | Oct 22 02:09:27.517 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.517 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.518 INFO kablam! | Oct 22 02:09:27.518 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.518 INFO kablam! | Oct 22 02:09:27.518 INFO kablam! Oct 22 02:09:27.518 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.518 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.518 INFO kablam! | Oct 22 02:09:27.518 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.518 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.518 INFO kablam! ... Oct 22 02:09:27.518 INFO kablam! 1693 | rt_realloc_naive!(rt_pow2_512bytes_4align_realloc_naive, 512, 4); Oct 22 02:09:27.518 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.518 INFO kablam! | Oct 22 02:09:27.518 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.518 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.518 INFO kablam! | Oct 22 02:09:27.518 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.518 INFO kablam! | Oct 22 02:09:27.518 INFO kablam! Oct 22 02:09:27.518 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.518 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.518 INFO kablam! | Oct 22 02:09:27.518 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.518 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.518 INFO kablam! ... Oct 22 02:09:27.519 INFO kablam! 1693 | rt_realloc_naive!(rt_pow2_512bytes_4align_realloc_naive, 512, 4); Oct 22 02:09:27.519 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.519 INFO kablam! | Oct 22 02:09:27.519 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.519 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.519 INFO kablam! | Oct 22 02:09:27.519 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.519 INFO kablam! | Oct 22 02:09:27.519 INFO kablam! Oct 22 02:09:27.519 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.519 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.519 INFO kablam! | Oct 22 02:09:27.519 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.519 INFO kablam! | ^^^^^ Oct 22 02:09:27.519 INFO kablam! ... Oct 22 02:09:27.519 INFO kablam! 1706 | rt_realloc_naive!(rt_pow2_1024bytes_4align_realloc_naive, 1024, 4); Oct 22 02:09:27.519 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.519 INFO kablam! | Oct 22 02:09:27.519 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.519 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.519 INFO kablam! | Oct 22 02:09:27.519 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.519 INFO kablam! | Oct 22 02:09:27.520 INFO kablam! Oct 22 02:09:27.520 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.520 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.520 INFO kablam! | Oct 22 02:09:27.520 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.520 INFO kablam! | ^^^^^ Oct 22 02:09:27.520 INFO kablam! ... Oct 22 02:09:27.520 INFO kablam! 1706 | rt_realloc_naive!(rt_pow2_1024bytes_4align_realloc_naive, 1024, 4); Oct 22 02:09:27.520 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.520 INFO kablam! | Oct 22 02:09:27.521 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.521 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.521 INFO kablam! | Oct 22 02:09:27.521 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.521 INFO kablam! | Oct 22 02:09:27.521 INFO kablam! Oct 22 02:09:27.521 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.521 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.521 INFO kablam! | Oct 22 02:09:27.521 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.521 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.521 INFO kablam! ... Oct 22 02:09:27.521 INFO kablam! 1706 | rt_realloc_naive!(rt_pow2_1024bytes_4align_realloc_naive, 1024, 4); Oct 22 02:09:27.521 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.521 INFO kablam! | Oct 22 02:09:27.521 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.521 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.521 INFO kablam! | Oct 22 02:09:27.521 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.521 INFO kablam! | Oct 22 02:09:27.521 INFO kablam! Oct 22 02:09:27.521 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.521 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.521 INFO kablam! | Oct 22 02:09:27.522 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.522 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.522 INFO kablam! ... Oct 22 02:09:27.522 INFO kablam! 1706 | rt_realloc_naive!(rt_pow2_1024bytes_4align_realloc_naive, 1024, 4); Oct 22 02:09:27.522 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.522 INFO kablam! | Oct 22 02:09:27.522 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.522 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.522 INFO kablam! | Oct 22 02:09:27.522 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.522 INFO kablam! | Oct 22 02:09:27.522 INFO kablam! Oct 22 02:09:27.522 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.522 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.522 INFO kablam! | Oct 22 02:09:27.522 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.522 INFO kablam! | ^^^^^ Oct 22 02:09:27.522 INFO kablam! ... Oct 22 02:09:27.522 INFO kablam! 1719 | rt_realloc_naive!(rt_pow2_2048bytes_4align_realloc_naive, 2048, 4); Oct 22 02:09:27.522 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.522 INFO kablam! | Oct 22 02:09:27.522 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.522 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.523 INFO kablam! | Oct 22 02:09:27.523 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.523 INFO kablam! | Oct 22 02:09:27.523 INFO kablam! Oct 22 02:09:27.523 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.523 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.523 INFO kablam! | Oct 22 02:09:27.523 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.523 INFO kablam! | ^^^^^ Oct 22 02:09:27.523 INFO kablam! ... Oct 22 02:09:27.523 INFO kablam! 1719 | rt_realloc_naive!(rt_pow2_2048bytes_4align_realloc_naive, 2048, 4); Oct 22 02:09:27.523 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.523 INFO kablam! | Oct 22 02:09:27.523 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.523 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.523 INFO kablam! | Oct 22 02:09:27.523 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.523 INFO kablam! | Oct 22 02:09:27.523 INFO kablam! Oct 22 02:09:27.533 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.533 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.533 INFO kablam! | Oct 22 02:09:27.533 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.533 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.533 INFO kablam! ... Oct 22 02:09:27.533 INFO kablam! 1719 | rt_realloc_naive!(rt_pow2_2048bytes_4align_realloc_naive, 2048, 4); Oct 22 02:09:27.533 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.533 INFO kablam! | Oct 22 02:09:27.533 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.533 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.533 INFO kablam! | Oct 22 02:09:27.533 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.533 INFO kablam! | Oct 22 02:09:27.533 INFO kablam! Oct 22 02:09:27.533 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.533 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.534 INFO kablam! | Oct 22 02:09:27.534 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.534 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.534 INFO kablam! ... Oct 22 02:09:27.534 INFO kablam! 1719 | rt_realloc_naive!(rt_pow2_2048bytes_4align_realloc_naive, 2048, 4); Oct 22 02:09:27.534 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.534 INFO kablam! | Oct 22 02:09:27.534 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.534 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.534 INFO kablam! | Oct 22 02:09:27.534 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.534 INFO kablam! | Oct 22 02:09:27.534 INFO kablam! Oct 22 02:09:27.534 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.534 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.534 INFO kablam! | Oct 22 02:09:27.534 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.534 INFO kablam! | ^^^^^ Oct 22 02:09:27.534 INFO kablam! ... Oct 22 02:09:27.534 INFO kablam! 1732 | rt_realloc_naive!(rt_pow2_4096bytes_4align_realloc_naive, 4096, 4); Oct 22 02:09:27.534 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.534 INFO kablam! | Oct 22 02:09:27.534 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.534 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.535 INFO kablam! | Oct 22 02:09:27.535 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.535 INFO kablam! | Oct 22 02:09:27.535 INFO kablam! Oct 22 02:09:27.535 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.535 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.535 INFO kablam! | Oct 22 02:09:27.535 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.535 INFO kablam! | ^^^^^ Oct 22 02:09:27.535 INFO kablam! ... Oct 22 02:09:27.535 INFO kablam! 1732 | rt_realloc_naive!(rt_pow2_4096bytes_4align_realloc_naive, 4096, 4); Oct 22 02:09:27.535 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.535 INFO kablam! | Oct 22 02:09:27.535 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.535 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.535 INFO kablam! | Oct 22 02:09:27.535 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.535 INFO kablam! | Oct 22 02:09:27.535 INFO kablam! Oct 22 02:09:27.535 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.535 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.535 INFO kablam! | Oct 22 02:09:27.535 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.535 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.535 INFO kablam! ... Oct 22 02:09:27.536 INFO kablam! 1732 | rt_realloc_naive!(rt_pow2_4096bytes_4align_realloc_naive, 4096, 4); Oct 22 02:09:27.536 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.536 INFO kablam! | Oct 22 02:09:27.536 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.536 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.536 INFO kablam! | Oct 22 02:09:27.536 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.536 INFO kablam! | Oct 22 02:09:27.536 INFO kablam! Oct 22 02:09:27.536 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.536 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.536 INFO kablam! | Oct 22 02:09:27.536 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.536 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.536 INFO kablam! ... Oct 22 02:09:27.536 INFO kablam! 1732 | rt_realloc_naive!(rt_pow2_4096bytes_4align_realloc_naive, 4096, 4); Oct 22 02:09:27.536 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.536 INFO kablam! | Oct 22 02:09:27.536 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.536 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.536 INFO kablam! | Oct 22 02:09:27.536 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.536 INFO kablam! | Oct 22 02:09:27.537 INFO kablam! Oct 22 02:09:27.537 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.537 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.537 INFO kablam! | Oct 22 02:09:27.537 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.537 INFO kablam! | ^^^^^ Oct 22 02:09:27.537 INFO kablam! ... Oct 22 02:09:27.537 INFO kablam! 1745 | rt_realloc_naive!(rt_pow2_8192bytes_4align_realloc_naive, 8192, 4); Oct 22 02:09:27.537 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.537 INFO kablam! | Oct 22 02:09:27.537 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.537 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.537 INFO kablam! | Oct 22 02:09:27.537 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.537 INFO kablam! | Oct 22 02:09:27.537 INFO kablam! Oct 22 02:09:27.537 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.537 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.537 INFO kablam! | Oct 22 02:09:27.537 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.537 INFO kablam! | ^^^^^ Oct 22 02:09:27.537 INFO kablam! ... Oct 22 02:09:27.537 INFO kablam! 1745 | rt_realloc_naive!(rt_pow2_8192bytes_4align_realloc_naive, 8192, 4); Oct 22 02:09:27.537 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.537 INFO kablam! | Oct 22 02:09:27.538 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.538 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.538 INFO kablam! | Oct 22 02:09:27.538 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.538 INFO kablam! | Oct 22 02:09:27.538 INFO kablam! Oct 22 02:09:27.538 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.538 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.538 INFO kablam! | Oct 22 02:09:27.538 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.538 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.538 INFO kablam! ... Oct 22 02:09:27.538 INFO kablam! 1745 | rt_realloc_naive!(rt_pow2_8192bytes_4align_realloc_naive, 8192, 4); Oct 22 02:09:27.538 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.538 INFO kablam! | Oct 22 02:09:27.538 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.538 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.538 INFO kablam! | Oct 22 02:09:27.538 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.538 INFO kablam! | Oct 22 02:09:27.538 INFO kablam! Oct 22 02:09:27.538 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.538 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.538 INFO kablam! | Oct 22 02:09:27.538 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.539 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.539 INFO kablam! ... Oct 22 02:09:27.539 INFO kablam! 1745 | rt_realloc_naive!(rt_pow2_8192bytes_4align_realloc_naive, 8192, 4); Oct 22 02:09:27.539 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.539 INFO kablam! | Oct 22 02:09:27.539 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.539 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.539 INFO kablam! | Oct 22 02:09:27.539 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.539 INFO kablam! | Oct 22 02:09:27.539 INFO kablam! Oct 22 02:09:27.539 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.539 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.539 INFO kablam! | Oct 22 02:09:27.539 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.539 INFO kablam! | ^^^^^ Oct 22 02:09:27.539 INFO kablam! ... Oct 22 02:09:27.539 INFO kablam! 1758 | rt_realloc_naive!(rt_pow2_16384bytes_4align_realloc_naive, 16384, 4); Oct 22 02:09:27.539 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.539 INFO kablam! | Oct 22 02:09:27.539 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.539 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.539 INFO kablam! | Oct 22 02:09:27.539 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.539 INFO kablam! | Oct 22 02:09:27.540 INFO kablam! Oct 22 02:09:27.540 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.540 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.540 INFO kablam! | Oct 22 02:09:27.540 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.540 INFO kablam! | ^^^^^ Oct 22 02:09:27.540 INFO kablam! ... Oct 22 02:09:27.540 INFO kablam! 1758 | rt_realloc_naive!(rt_pow2_16384bytes_4align_realloc_naive, 16384, 4); Oct 22 02:09:27.540 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.540 INFO kablam! | Oct 22 02:09:27.540 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.540 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.540 INFO kablam! | Oct 22 02:09:27.540 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.540 INFO kablam! | Oct 22 02:09:27.540 INFO kablam! Oct 22 02:09:27.544 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.544 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.544 INFO kablam! | Oct 22 02:09:27.544 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.544 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.544 INFO kablam! ... Oct 22 02:09:27.544 INFO kablam! 1758 | rt_realloc_naive!(rt_pow2_16384bytes_4align_realloc_naive, 16384, 4); Oct 22 02:09:27.544 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.544 INFO kablam! | Oct 22 02:09:27.544 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.545 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.545 INFO kablam! | Oct 22 02:09:27.545 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.545 INFO kablam! | Oct 22 02:09:27.545 INFO kablam! Oct 22 02:09:27.545 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.545 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.545 INFO kablam! | Oct 22 02:09:27.545 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.545 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.545 INFO kablam! ... Oct 22 02:09:27.545 INFO kablam! 1758 | rt_realloc_naive!(rt_pow2_16384bytes_4align_realloc_naive, 16384, 4); Oct 22 02:09:27.545 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.545 INFO kablam! | Oct 22 02:09:27.545 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.545 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.545 INFO kablam! | Oct 22 02:09:27.545 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.545 INFO kablam! | Oct 22 02:09:27.545 INFO kablam! Oct 22 02:09:27.545 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.545 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.545 INFO kablam! | Oct 22 02:09:27.545 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.546 INFO kablam! | ^^^^^ Oct 22 02:09:27.546 INFO kablam! ... Oct 22 02:09:27.546 INFO kablam! 1771 | rt_realloc_naive!(rt_pow2_32768bytes_4align_realloc_naive, 32768, 4); Oct 22 02:09:27.546 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.546 INFO kablam! | Oct 22 02:09:27.546 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.546 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.546 INFO kablam! | Oct 22 02:09:27.546 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.546 INFO kablam! | Oct 22 02:09:27.546 INFO kablam! Oct 22 02:09:27.546 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.546 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.546 INFO kablam! | Oct 22 02:09:27.546 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.546 INFO kablam! | ^^^^^ Oct 22 02:09:27.546 INFO kablam! ... Oct 22 02:09:27.546 INFO kablam! 1771 | rt_realloc_naive!(rt_pow2_32768bytes_4align_realloc_naive, 32768, 4); Oct 22 02:09:27.546 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.546 INFO kablam! | Oct 22 02:09:27.546 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.546 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.546 INFO kablam! | Oct 22 02:09:27.546 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.546 INFO kablam! | Oct 22 02:09:27.546 INFO kablam! Oct 22 02:09:27.547 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.547 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.547 INFO kablam! | Oct 22 02:09:27.547 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.547 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.547 INFO kablam! ... Oct 22 02:09:27.547 INFO kablam! 1771 | rt_realloc_naive!(rt_pow2_32768bytes_4align_realloc_naive, 32768, 4); Oct 22 02:09:27.547 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.547 INFO kablam! | Oct 22 02:09:27.547 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.547 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.547 INFO kablam! | Oct 22 02:09:27.547 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.547 INFO kablam! | Oct 22 02:09:27.547 INFO kablam! Oct 22 02:09:27.547 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.547 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.547 INFO kablam! | Oct 22 02:09:27.547 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.547 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.547 INFO kablam! ... Oct 22 02:09:27.547 INFO kablam! 1771 | rt_realloc_naive!(rt_pow2_32768bytes_4align_realloc_naive, 32768, 4); Oct 22 02:09:27.547 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.547 INFO kablam! | Oct 22 02:09:27.547 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.548 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.548 INFO kablam! | Oct 22 02:09:27.548 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.548 INFO kablam! | Oct 22 02:09:27.548 INFO kablam! Oct 22 02:09:27.548 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.548 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.548 INFO kablam! | Oct 22 02:09:27.548 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.548 INFO kablam! | ^^^^^ Oct 22 02:09:27.548 INFO kablam! ... Oct 22 02:09:27.548 INFO kablam! 1784 | rt_realloc_naive!(rt_pow2_65536bytes_4align_realloc_naive, 65536, 4); Oct 22 02:09:27.548 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.548 INFO kablam! | Oct 22 02:09:27.548 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.548 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.548 INFO kablam! | Oct 22 02:09:27.548 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.548 INFO kablam! | Oct 22 02:09:27.548 INFO kablam! Oct 22 02:09:27.548 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.548 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.548 INFO kablam! | Oct 22 02:09:27.548 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.548 INFO kablam! | ^^^^^ Oct 22 02:09:27.549 INFO kablam! ... Oct 22 02:09:27.549 INFO kablam! 1784 | rt_realloc_naive!(rt_pow2_65536bytes_4align_realloc_naive, 65536, 4); Oct 22 02:09:27.549 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.549 INFO kablam! | Oct 22 02:09:27.549 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.549 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.549 INFO kablam! | Oct 22 02:09:27.549 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.549 INFO kablam! | Oct 22 02:09:27.549 INFO kablam! Oct 22 02:09:27.549 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.549 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.549 INFO kablam! | Oct 22 02:09:27.549 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.549 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.549 INFO kablam! ... Oct 22 02:09:27.549 INFO kablam! 1784 | rt_realloc_naive!(rt_pow2_65536bytes_4align_realloc_naive, 65536, 4); Oct 22 02:09:27.549 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.549 INFO kablam! | Oct 22 02:09:27.549 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.549 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.549 INFO kablam! | Oct 22 02:09:27.550 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.550 INFO kablam! | Oct 22 02:09:27.550 INFO kablam! Oct 22 02:09:27.550 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.550 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.550 INFO kablam! | Oct 22 02:09:27.550 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.550 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.550 INFO kablam! ... Oct 22 02:09:27.550 INFO kablam! 1784 | rt_realloc_naive!(rt_pow2_65536bytes_4align_realloc_naive, 65536, 4); Oct 22 02:09:27.550 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.550 INFO kablam! | Oct 22 02:09:27.550 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.550 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.550 INFO kablam! | Oct 22 02:09:27.550 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.550 INFO kablam! | Oct 22 02:09:27.550 INFO kablam! Oct 22 02:09:27.550 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.550 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.550 INFO kablam! | Oct 22 02:09:27.550 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.550 INFO kablam! | ^^^^^ Oct 22 02:09:27.550 INFO kablam! ... Oct 22 02:09:27.551 INFO kablam! 1797 | rt_realloc_naive!(rt_pow2_131072bytes_4align_realloc_naive, 131072, 4); Oct 22 02:09:27.551 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.551 INFO kablam! | Oct 22 02:09:27.551 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.551 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.551 INFO kablam! | Oct 22 02:09:27.551 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.551 INFO kablam! | Oct 22 02:09:27.551 INFO kablam! Oct 22 02:09:27.551 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.551 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.551 INFO kablam! | Oct 22 02:09:27.551 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.551 INFO kablam! | ^^^^^ Oct 22 02:09:27.551 INFO kablam! ... Oct 22 02:09:27.551 INFO kablam! 1797 | rt_realloc_naive!(rt_pow2_131072bytes_4align_realloc_naive, 131072, 4); Oct 22 02:09:27.551 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.551 INFO kablam! | Oct 22 02:09:27.551 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.551 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.551 INFO kablam! | Oct 22 02:09:27.551 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.551 INFO kablam! | Oct 22 02:09:27.551 INFO kablam! Oct 22 02:09:27.553 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.553 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.553 INFO kablam! | Oct 22 02:09:27.553 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.553 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.553 INFO kablam! ... Oct 22 02:09:27.553 INFO kablam! 1797 | rt_realloc_naive!(rt_pow2_131072bytes_4align_realloc_naive, 131072, 4); Oct 22 02:09:27.553 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.553 INFO kablam! | Oct 22 02:09:27.553 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.553 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.553 INFO kablam! | Oct 22 02:09:27.553 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.553 INFO kablam! | Oct 22 02:09:27.553 INFO kablam! Oct 22 02:09:27.553 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.553 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.553 INFO kablam! | Oct 22 02:09:27.553 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.553 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.553 INFO kablam! ... Oct 22 02:09:27.553 INFO kablam! 1797 | rt_realloc_naive!(rt_pow2_131072bytes_4align_realloc_naive, 131072, 4); Oct 22 02:09:27.553 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.553 INFO kablam! | Oct 22 02:09:27.554 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.554 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.554 INFO kablam! | Oct 22 02:09:27.554 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.554 INFO kablam! | Oct 22 02:09:27.554 INFO kablam! Oct 22 02:09:27.554 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.554 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.554 INFO kablam! | Oct 22 02:09:27.554 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.554 INFO kablam! | ^^^^^ Oct 22 02:09:27.554 INFO kablam! ... Oct 22 02:09:27.554 INFO kablam! 1810 | rt_realloc_naive!(rt_pow2_4194304bytes_4align_realloc_naive, 4194304, 4); Oct 22 02:09:27.554 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.554 INFO kablam! | Oct 22 02:09:27.554 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.554 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.554 INFO kablam! | Oct 22 02:09:27.554 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.554 INFO kablam! | Oct 22 02:09:27.554 INFO kablam! Oct 22 02:09:27.554 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.554 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.554 INFO kablam! | Oct 22 02:09:27.554 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.555 INFO kablam! | ^^^^^ Oct 22 02:09:27.555 INFO kablam! ... Oct 22 02:09:27.555 INFO kablam! 1810 | rt_realloc_naive!(rt_pow2_4194304bytes_4align_realloc_naive, 4194304, 4); Oct 22 02:09:27.555 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.555 INFO kablam! | Oct 22 02:09:27.555 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.555 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.555 INFO kablam! | Oct 22 02:09:27.555 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.555 INFO kablam! | Oct 22 02:09:27.555 INFO kablam! Oct 22 02:09:27.555 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.555 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.555 INFO kablam! | Oct 22 02:09:27.555 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.555 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.555 INFO kablam! ... Oct 22 02:09:27.555 INFO kablam! 1810 | rt_realloc_naive!(rt_pow2_4194304bytes_4align_realloc_naive, 4194304, 4); Oct 22 02:09:27.555 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.555 INFO kablam! | Oct 22 02:09:27.555 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.555 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.555 INFO kablam! | Oct 22 02:09:27.555 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.555 INFO kablam! | Oct 22 02:09:27.556 INFO kablam! Oct 22 02:09:27.556 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.556 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.556 INFO kablam! | Oct 22 02:09:27.556 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.556 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.556 INFO kablam! ... Oct 22 02:09:27.556 INFO kablam! 1810 | rt_realloc_naive!(rt_pow2_4194304bytes_4align_realloc_naive, 4194304, 4); Oct 22 02:09:27.556 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.556 INFO kablam! | Oct 22 02:09:27.556 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.556 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.556 INFO kablam! | Oct 22 02:09:27.556 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.556 INFO kablam! | Oct 22 02:09:27.556 INFO kablam! Oct 22 02:09:27.556 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.556 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.556 INFO kablam! | Oct 22 02:09:27.556 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.556 INFO kablam! | ^^^^^ Oct 22 02:09:27.556 INFO kablam! ... Oct 22 02:09:27.556 INFO kablam! 1824 | rt_realloc_naive!(rt_even_10bytes_4align_realloc_naive, 10, 4); Oct 22 02:09:27.556 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.556 INFO kablam! | Oct 22 02:09:27.557 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.557 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.557 INFO kablam! | Oct 22 02:09:27.557 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.557 INFO kablam! | Oct 22 02:09:27.557 INFO kablam! Oct 22 02:09:27.557 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.557 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.557 INFO kablam! | Oct 22 02:09:27.557 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.557 INFO kablam! | ^^^^^ Oct 22 02:09:27.557 INFO kablam! ... Oct 22 02:09:27.557 INFO kablam! 1824 | rt_realloc_naive!(rt_even_10bytes_4align_realloc_naive, 10, 4); Oct 22 02:09:27.557 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.557 INFO kablam! | Oct 22 02:09:27.557 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.557 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.557 INFO kablam! | Oct 22 02:09:27.557 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.557 INFO kablam! | Oct 22 02:09:27.557 INFO kablam! Oct 22 02:09:27.562 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.562 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.562 INFO kablam! | Oct 22 02:09:27.562 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.562 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.562 INFO kablam! ... Oct 22 02:09:27.562 INFO kablam! 1824 | rt_realloc_naive!(rt_even_10bytes_4align_realloc_naive, 10, 4); Oct 22 02:09:27.562 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.563 INFO kablam! | Oct 22 02:09:27.563 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.563 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.563 INFO kablam! | Oct 22 02:09:27.563 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.563 INFO kablam! | Oct 22 02:09:27.563 INFO kablam! Oct 22 02:09:27.563 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.563 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.563 INFO kablam! | Oct 22 02:09:27.563 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.563 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.563 INFO kablam! ... Oct 22 02:09:27.563 INFO kablam! 1824 | rt_realloc_naive!(rt_even_10bytes_4align_realloc_naive, 10, 4); Oct 22 02:09:27.563 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.563 INFO kablam! | Oct 22 02:09:27.563 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.563 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.563 INFO kablam! | Oct 22 02:09:27.563 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.563 INFO kablam! | Oct 22 02:09:27.563 INFO kablam! Oct 22 02:09:27.564 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.564 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.564 INFO kablam! | Oct 22 02:09:27.564 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.564 INFO kablam! | ^^^^^ Oct 22 02:09:27.564 INFO kablam! ... Oct 22 02:09:27.564 INFO kablam! 1837 | rt_realloc_naive!(rt_even_100bytes_4align_realloc_naive, 100, 4); Oct 22 02:09:27.564 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.564 INFO kablam! | Oct 22 02:09:27.564 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.564 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.564 INFO kablam! | Oct 22 02:09:27.564 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.564 INFO kablam! | Oct 22 02:09:27.564 INFO kablam! Oct 22 02:09:27.564 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.564 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.564 INFO kablam! | Oct 22 02:09:27.564 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.564 INFO kablam! | ^^^^^ Oct 22 02:09:27.564 INFO kablam! ... Oct 22 02:09:27.564 INFO kablam! 1837 | rt_realloc_naive!(rt_even_100bytes_4align_realloc_naive, 100, 4); Oct 22 02:09:27.564 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.565 INFO kablam! | Oct 22 02:09:27.565 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.565 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.565 INFO kablam! | Oct 22 02:09:27.565 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.565 INFO kablam! | Oct 22 02:09:27.565 INFO kablam! Oct 22 02:09:27.565 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.565 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.565 INFO kablam! | Oct 22 02:09:27.565 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.565 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.565 INFO kablam! ... Oct 22 02:09:27.565 INFO kablam! 1837 | rt_realloc_naive!(rt_even_100bytes_4align_realloc_naive, 100, 4); Oct 22 02:09:27.565 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.565 INFO kablam! | Oct 22 02:09:27.565 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.565 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.565 INFO kablam! | Oct 22 02:09:27.565 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.565 INFO kablam! | Oct 22 02:09:27.565 INFO kablam! Oct 22 02:09:27.565 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.565 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.566 INFO kablam! | Oct 22 02:09:27.566 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.566 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.566 INFO kablam! ... Oct 22 02:09:27.566 INFO kablam! 1837 | rt_realloc_naive!(rt_even_100bytes_4align_realloc_naive, 100, 4); Oct 22 02:09:27.566 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.566 INFO kablam! | Oct 22 02:09:27.566 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.566 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.566 INFO kablam! | Oct 22 02:09:27.566 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.566 INFO kablam! | Oct 22 02:09:27.566 INFO kablam! Oct 22 02:09:27.566 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.566 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.566 INFO kablam! | Oct 22 02:09:27.566 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.566 INFO kablam! | ^^^^^ Oct 22 02:09:27.566 INFO kablam! ... Oct 22 02:09:27.566 INFO kablam! 1850 | rt_realloc_naive!(rt_even_1000bytes_4align_realloc_naive, 1000, 4); Oct 22 02:09:27.566 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.566 INFO kablam! | Oct 22 02:09:27.566 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.566 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.566 INFO kablam! | Oct 22 02:09:27.567 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.567 INFO kablam! | Oct 22 02:09:27.567 INFO kablam! Oct 22 02:09:27.567 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.567 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.567 INFO kablam! | Oct 22 02:09:27.567 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.567 INFO kablam! | ^^^^^ Oct 22 02:09:27.567 INFO kablam! ... Oct 22 02:09:27.567 INFO kablam! 1850 | rt_realloc_naive!(rt_even_1000bytes_4align_realloc_naive, 1000, 4); Oct 22 02:09:27.567 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.567 INFO kablam! | Oct 22 02:09:27.567 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.567 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.567 INFO kablam! | Oct 22 02:09:27.567 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.567 INFO kablam! | Oct 22 02:09:27.567 INFO kablam! Oct 22 02:09:27.568 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.568 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.569 INFO kablam! | Oct 22 02:09:27.569 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.569 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.569 INFO kablam! ... Oct 22 02:09:27.569 INFO kablam! 1850 | rt_realloc_naive!(rt_even_1000bytes_4align_realloc_naive, 1000, 4); Oct 22 02:09:27.569 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.569 INFO kablam! | Oct 22 02:09:27.569 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.569 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.569 INFO kablam! | Oct 22 02:09:27.569 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.569 INFO kablam! | Oct 22 02:09:27.569 INFO kablam! Oct 22 02:09:27.569 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.569 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.569 INFO kablam! | Oct 22 02:09:27.569 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.569 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.569 INFO kablam! ... Oct 22 02:09:27.569 INFO kablam! 1850 | rt_realloc_naive!(rt_even_1000bytes_4align_realloc_naive, 1000, 4); Oct 22 02:09:27.569 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.569 INFO kablam! | Oct 22 02:09:27.569 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.569 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.569 INFO kablam! | Oct 22 02:09:27.570 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.570 INFO kablam! | Oct 22 02:09:27.570 INFO kablam! Oct 22 02:09:27.570 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.570 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.570 INFO kablam! | Oct 22 02:09:27.570 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.570 INFO kablam! | ^^^^^ Oct 22 02:09:27.570 INFO kablam! ... Oct 22 02:09:27.570 INFO kablam! 1863 | rt_realloc_naive!(rt_even_10000bytes_4align_realloc_naive, 10000, 4); Oct 22 02:09:27.570 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.570 INFO kablam! | Oct 22 02:09:27.570 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.570 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.570 INFO kablam! | Oct 22 02:09:27.570 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.570 INFO kablam! | Oct 22 02:09:27.570 INFO kablam! Oct 22 02:09:27.570 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.570 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.570 INFO kablam! | Oct 22 02:09:27.570 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.570 INFO kablam! | ^^^^^ Oct 22 02:09:27.570 INFO kablam! ... Oct 22 02:09:27.570 INFO kablam! 1863 | rt_realloc_naive!(rt_even_10000bytes_4align_realloc_naive, 10000, 4); Oct 22 02:09:27.571 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.571 INFO kablam! | Oct 22 02:09:27.571 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.571 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.571 INFO kablam! | Oct 22 02:09:27.571 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.571 INFO kablam! | Oct 22 02:09:27.571 INFO kablam! Oct 22 02:09:27.571 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.571 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.571 INFO kablam! | Oct 22 02:09:27.571 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.571 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.571 INFO kablam! ... Oct 22 02:09:27.571 INFO kablam! 1863 | rt_realloc_naive!(rt_even_10000bytes_4align_realloc_naive, 10000, 4); Oct 22 02:09:27.571 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.571 INFO kablam! | Oct 22 02:09:27.571 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.571 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.571 INFO kablam! | Oct 22 02:09:27.571 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.571 INFO kablam! | Oct 22 02:09:27.571 INFO kablam! Oct 22 02:09:27.571 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.571 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.571 INFO kablam! | Oct 22 02:09:27.572 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.572 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.572 INFO kablam! ... Oct 22 02:09:27.572 INFO kablam! 1863 | rt_realloc_naive!(rt_even_10000bytes_4align_realloc_naive, 10000, 4); Oct 22 02:09:27.572 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.572 INFO kablam! | Oct 22 02:09:27.572 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.572 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.572 INFO kablam! | Oct 22 02:09:27.572 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.572 INFO kablam! | Oct 22 02:09:27.572 INFO kablam! Oct 22 02:09:27.574 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.574 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.574 INFO kablam! | Oct 22 02:09:27.574 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.574 INFO kablam! | ^^^^^ Oct 22 02:09:27.574 INFO kablam! ... Oct 22 02:09:27.574 INFO kablam! 1876 | rt_realloc_naive!(rt_even_100000bytes_4align_realloc_naive, 100000, 4); Oct 22 02:09:27.574 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.574 INFO kablam! | Oct 22 02:09:27.574 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.574 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.574 INFO kablam! | Oct 22 02:09:27.574 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.574 INFO kablam! | Oct 22 02:09:27.574 INFO kablam! Oct 22 02:09:27.574 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.574 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.574 INFO kablam! | Oct 22 02:09:27.574 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.574 INFO kablam! | ^^^^^ Oct 22 02:09:27.574 INFO kablam! ... Oct 22 02:09:27.574 INFO kablam! 1876 | rt_realloc_naive!(rt_even_100000bytes_4align_realloc_naive, 100000, 4); Oct 22 02:09:27.574 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.574 INFO kablam! | Oct 22 02:09:27.574 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.574 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.574 INFO kablam! | Oct 22 02:09:27.574 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.574 INFO kablam! | Oct 22 02:09:27.574 INFO kablam! Oct 22 02:09:27.574 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.574 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.574 INFO kablam! | Oct 22 02:09:27.574 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.574 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.574 INFO kablam! ... Oct 22 02:09:27.574 INFO kablam! 1876 | rt_realloc_naive!(rt_even_100000bytes_4align_realloc_naive, 100000, 4); Oct 22 02:09:27.574 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.574 INFO kablam! | Oct 22 02:09:27.574 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.574 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.574 INFO kablam! | Oct 22 02:09:27.574 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.574 INFO kablam! | Oct 22 02:09:27.574 INFO kablam! Oct 22 02:09:27.574 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.574 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.574 INFO kablam! | Oct 22 02:09:27.574 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.574 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.574 INFO kablam! ... Oct 22 02:09:27.574 INFO kablam! 1876 | rt_realloc_naive!(rt_even_100000bytes_4align_realloc_naive, 100000, 4); Oct 22 02:09:27.574 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.574 INFO kablam! | Oct 22 02:09:27.574 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.574 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.574 INFO kablam! | Oct 22 02:09:27.574 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.574 INFO kablam! | Oct 22 02:09:27.574 INFO kablam! Oct 22 02:09:27.574 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.574 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.574 INFO kablam! | Oct 22 02:09:27.574 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.574 INFO kablam! | ^^^^^ Oct 22 02:09:27.575 INFO kablam! ... Oct 22 02:09:27.575 INFO kablam! 1889 | rt_realloc_naive!(rt_even_1000000bytes_4align_realloc_naive, 1000000, 4); Oct 22 02:09:27.575 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.575 INFO kablam! | Oct 22 02:09:27.575 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.575 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.575 INFO kablam! | Oct 22 02:09:27.575 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.575 INFO kablam! | Oct 22 02:09:27.575 INFO kablam! Oct 22 02:09:27.575 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.575 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.575 INFO kablam! | Oct 22 02:09:27.575 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.575 INFO kablam! | ^^^^^ Oct 22 02:09:27.575 INFO kablam! ... Oct 22 02:09:27.575 INFO kablam! 1889 | rt_realloc_naive!(rt_even_1000000bytes_4align_realloc_naive, 1000000, 4); Oct 22 02:09:27.575 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.575 INFO kablam! | Oct 22 02:09:27.575 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.575 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.575 INFO kablam! | Oct 22 02:09:27.575 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.575 INFO kablam! | Oct 22 02:09:27.575 INFO kablam! Oct 22 02:09:27.575 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.575 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.575 INFO kablam! | Oct 22 02:09:27.575 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.575 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.575 INFO kablam! ... Oct 22 02:09:27.575 INFO kablam! 1889 | rt_realloc_naive!(rt_even_1000000bytes_4align_realloc_naive, 1000000, 4); Oct 22 02:09:27.575 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.575 INFO kablam! | Oct 22 02:09:27.575 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.575 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.575 INFO kablam! | Oct 22 02:09:27.575 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.575 INFO kablam! | Oct 22 02:09:27.575 INFO kablam! Oct 22 02:09:27.578 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.578 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.578 INFO kablam! | Oct 22 02:09:27.578 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.578 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.578 INFO kablam! ... Oct 22 02:09:27.578 INFO kablam! 1889 | rt_realloc_naive!(rt_even_1000000bytes_4align_realloc_naive, 1000000, 4); Oct 22 02:09:27.578 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.578 INFO kablam! | Oct 22 02:09:27.578 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.578 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.578 INFO kablam! | Oct 22 02:09:27.578 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.578 INFO kablam! | Oct 22 02:09:27.578 INFO kablam! Oct 22 02:09:27.578 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.578 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.578 INFO kablam! | Oct 22 02:09:27.578 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.578 INFO kablam! | ^^^^^ Oct 22 02:09:27.578 INFO kablam! ... Oct 22 02:09:27.578 INFO kablam! 1903 | rt_realloc_naive!(rt_odd_10bytes_4align_realloc_naive, 10- 1, 4); Oct 22 02:09:27.578 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.578 INFO kablam! | Oct 22 02:09:27.578 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.578 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.578 INFO kablam! | Oct 22 02:09:27.578 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.578 INFO kablam! | Oct 22 02:09:27.578 INFO kablam! Oct 22 02:09:27.578 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.578 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.578 INFO kablam! | Oct 22 02:09:27.578 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.578 INFO kablam! | ^^^^^ Oct 22 02:09:27.578 INFO kablam! ... Oct 22 02:09:27.578 INFO kablam! 1903 | rt_realloc_naive!(rt_odd_10bytes_4align_realloc_naive, 10- 1, 4); Oct 22 02:09:27.578 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.579 INFO kablam! | Oct 22 02:09:27.579 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.579 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.579 INFO kablam! | Oct 22 02:09:27.579 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.579 INFO kablam! | Oct 22 02:09:27.579 INFO kablam! Oct 22 02:09:27.579 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.579 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.579 INFO kablam! | Oct 22 02:09:27.579 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.579 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.579 INFO kablam! ... Oct 22 02:09:27.579 INFO kablam! 1903 | rt_realloc_naive!(rt_odd_10bytes_4align_realloc_naive, 10- 1, 4); Oct 22 02:09:27.579 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.579 INFO kablam! | Oct 22 02:09:27.579 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.579 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.579 INFO kablam! | Oct 22 02:09:27.579 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.579 INFO kablam! | Oct 22 02:09:27.579 INFO kablam! Oct 22 02:09:27.589 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.589 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.589 INFO kablam! | Oct 22 02:09:27.589 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.589 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.589 INFO kablam! ... Oct 22 02:09:27.589 INFO kablam! 1903 | rt_realloc_naive!(rt_odd_10bytes_4align_realloc_naive, 10- 1, 4); Oct 22 02:09:27.589 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.589 INFO kablam! | Oct 22 02:09:27.589 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.589 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.589 INFO kablam! | Oct 22 02:09:27.589 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.589 INFO kablam! | Oct 22 02:09:27.589 INFO kablam! Oct 22 02:09:27.589 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.589 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.589 INFO kablam! | Oct 22 02:09:27.589 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.589 INFO kablam! | ^^^^^ Oct 22 02:09:27.589 INFO kablam! ... Oct 22 02:09:27.589 INFO kablam! 1916 | rt_realloc_naive!(rt_odd_100bytes_4align_realloc_naive, 100- 1, 4); Oct 22 02:09:27.589 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.589 INFO kablam! | Oct 22 02:09:27.589 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.589 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.589 INFO kablam! | Oct 22 02:09:27.589 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.589 INFO kablam! | Oct 22 02:09:27.589 INFO kablam! Oct 22 02:09:27.589 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.589 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.589 INFO kablam! | Oct 22 02:09:27.589 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.589 INFO kablam! | ^^^^^ Oct 22 02:09:27.589 INFO kablam! ... Oct 22 02:09:27.589 INFO kablam! 1916 | rt_realloc_naive!(rt_odd_100bytes_4align_realloc_naive, 100- 1, 4); Oct 22 02:09:27.589 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.589 INFO kablam! | Oct 22 02:09:27.589 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.589 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.589 INFO kablam! | Oct 22 02:09:27.589 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.589 INFO kablam! | Oct 22 02:09:27.589 INFO kablam! Oct 22 02:09:27.589 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.589 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.589 INFO kablam! | Oct 22 02:09:27.589 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.589 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.589 INFO kablam! ... Oct 22 02:09:27.589 INFO kablam! 1916 | rt_realloc_naive!(rt_odd_100bytes_4align_realloc_naive, 100- 1, 4); Oct 22 02:09:27.589 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.589 INFO kablam! | Oct 22 02:09:27.589 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.589 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.589 INFO kablam! | Oct 22 02:09:27.589 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.589 INFO kablam! | Oct 22 02:09:27.589 INFO kablam! Oct 22 02:09:27.589 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.589 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.589 INFO kablam! | Oct 22 02:09:27.589 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.589 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.589 INFO kablam! ... Oct 22 02:09:27.589 INFO kablam! 1916 | rt_realloc_naive!(rt_odd_100bytes_4align_realloc_naive, 100- 1, 4); Oct 22 02:09:27.589 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.589 INFO kablam! | Oct 22 02:09:27.589 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.589 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.589 INFO kablam! | Oct 22 02:09:27.589 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.589 INFO kablam! | Oct 22 02:09:27.589 INFO kablam! Oct 22 02:09:27.589 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.589 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.589 INFO kablam! | Oct 22 02:09:27.589 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.589 INFO kablam! | ^^^^^ Oct 22 02:09:27.589 INFO kablam! ... Oct 22 02:09:27.589 INFO kablam! 1929 | rt_realloc_naive!(rt_odd_1000bytes_4align_realloc_naive, 1000- 1, 4); Oct 22 02:09:27.590 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.590 INFO kablam! | Oct 22 02:09:27.590 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.590 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.590 INFO kablam! | Oct 22 02:09:27.590 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.590 INFO kablam! | Oct 22 02:09:27.590 INFO kablam! Oct 22 02:09:27.590 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.590 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.590 INFO kablam! | Oct 22 02:09:27.590 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.590 INFO kablam! | ^^^^^ Oct 22 02:09:27.590 INFO kablam! ... Oct 22 02:09:27.590 INFO kablam! 1929 | rt_realloc_naive!(rt_odd_1000bytes_4align_realloc_naive, 1000- 1, 4); Oct 22 02:09:27.590 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.590 INFO kablam! | Oct 22 02:09:27.590 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.590 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.590 INFO kablam! | Oct 22 02:09:27.590 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.590 INFO kablam! | Oct 22 02:09:27.590 INFO kablam! Oct 22 02:09:27.590 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.590 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.590 INFO kablam! | Oct 22 02:09:27.590 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.590 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.590 INFO kablam! ... Oct 22 02:09:27.590 INFO kablam! 1929 | rt_realloc_naive!(rt_odd_1000bytes_4align_realloc_naive, 1000- 1, 4); Oct 22 02:09:27.590 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.590 INFO kablam! | Oct 22 02:09:27.590 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.590 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.590 INFO kablam! | Oct 22 02:09:27.590 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.590 INFO kablam! | Oct 22 02:09:27.590 INFO kablam! Oct 22 02:09:27.590 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.590 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.590 INFO kablam! | Oct 22 02:09:27.590 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.590 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.590 INFO kablam! ... Oct 22 02:09:27.590 INFO kablam! 1929 | rt_realloc_naive!(rt_odd_1000bytes_4align_realloc_naive, 1000- 1, 4); Oct 22 02:09:27.590 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.590 INFO kablam! | Oct 22 02:09:27.590 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.590 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.590 INFO kablam! | Oct 22 02:09:27.590 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.590 INFO kablam! | Oct 22 02:09:27.590 INFO kablam! Oct 22 02:09:27.595 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.595 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.595 INFO kablam! | Oct 22 02:09:27.595 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.595 INFO kablam! | ^^^^^ Oct 22 02:09:27.595 INFO kablam! ... Oct 22 02:09:27.595 INFO kablam! 1942 | rt_realloc_naive!(rt_odd_10000bytes_4align_realloc_naive, 10000- 1, 4); Oct 22 02:09:27.595 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.595 INFO kablam! | Oct 22 02:09:27.595 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.595 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.595 INFO kablam! | Oct 22 02:09:27.595 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.595 INFO kablam! | Oct 22 02:09:27.595 INFO kablam! Oct 22 02:09:27.595 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.595 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.595 INFO kablam! | Oct 22 02:09:27.595 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.595 INFO kablam! | ^^^^^ Oct 22 02:09:27.595 INFO kablam! ... Oct 22 02:09:27.595 INFO kablam! 1942 | rt_realloc_naive!(rt_odd_10000bytes_4align_realloc_naive, 10000- 1, 4); Oct 22 02:09:27.595 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.595 INFO kablam! | Oct 22 02:09:27.595 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.595 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.595 INFO kablam! | Oct 22 02:09:27.595 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.595 INFO kablam! | Oct 22 02:09:27.595 INFO kablam! Oct 22 02:09:27.595 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.595 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.595 INFO kablam! | Oct 22 02:09:27.595 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.595 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.595 INFO kablam! ... Oct 22 02:09:27.595 INFO kablam! 1942 | rt_realloc_naive!(rt_odd_10000bytes_4align_realloc_naive, 10000- 1, 4); Oct 22 02:09:27.595 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.595 INFO kablam! | Oct 22 02:09:27.595 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.595 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.595 INFO kablam! | Oct 22 02:09:27.595 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.595 INFO kablam! | Oct 22 02:09:27.595 INFO kablam! Oct 22 02:09:27.595 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.595 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.595 INFO kablam! | Oct 22 02:09:27.595 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.595 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.595 INFO kablam! ... Oct 22 02:09:27.595 INFO kablam! 1942 | rt_realloc_naive!(rt_odd_10000bytes_4align_realloc_naive, 10000- 1, 4); Oct 22 02:09:27.595 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.595 INFO kablam! | Oct 22 02:09:27.595 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.595 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.595 INFO kablam! | Oct 22 02:09:27.595 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.595 INFO kablam! | Oct 22 02:09:27.595 INFO kablam! Oct 22 02:09:27.596 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.596 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.596 INFO kablam! | Oct 22 02:09:27.596 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.596 INFO kablam! | ^^^^^ Oct 22 02:09:27.596 INFO kablam! ... Oct 22 02:09:27.596 INFO kablam! 1955 | rt_realloc_naive!(rt_odd_100000bytes_4align_realloc_naive, 100000- 1, 4); Oct 22 02:09:27.596 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.596 INFO kablam! | Oct 22 02:09:27.596 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.596 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.596 INFO kablam! | Oct 22 02:09:27.596 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.596 INFO kablam! | Oct 22 02:09:27.596 INFO kablam! Oct 22 02:09:27.596 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.596 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.596 INFO kablam! | Oct 22 02:09:27.596 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.596 INFO kablam! | ^^^^^ Oct 22 02:09:27.597 INFO kablam! ... Oct 22 02:09:27.597 INFO kablam! 1955 | rt_realloc_naive!(rt_odd_100000bytes_4align_realloc_naive, 100000- 1, 4); Oct 22 02:09:27.597 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.597 INFO kablam! | Oct 22 02:09:27.597 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.597 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.597 INFO kablam! | Oct 22 02:09:27.597 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.597 INFO kablam! | Oct 22 02:09:27.597 INFO kablam! Oct 22 02:09:27.597 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.597 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.597 INFO kablam! | Oct 22 02:09:27.597 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.597 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.597 INFO kablam! ... Oct 22 02:09:27.597 INFO kablam! 1955 | rt_realloc_naive!(rt_odd_100000bytes_4align_realloc_naive, 100000- 1, 4); Oct 22 02:09:27.597 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.597 INFO kablam! | Oct 22 02:09:27.597 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.597 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.597 INFO kablam! | Oct 22 02:09:27.597 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.597 INFO kablam! | Oct 22 02:09:27.597 INFO kablam! Oct 22 02:09:27.597 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.597 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.597 INFO kablam! | Oct 22 02:09:27.597 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.597 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.597 INFO kablam! ... Oct 22 02:09:27.597 INFO kablam! 1955 | rt_realloc_naive!(rt_odd_100000bytes_4align_realloc_naive, 100000- 1, 4); Oct 22 02:09:27.597 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.597 INFO kablam! | Oct 22 02:09:27.597 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.597 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.597 INFO kablam! | Oct 22 02:09:27.597 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.597 INFO kablam! | Oct 22 02:09:27.597 INFO kablam! Oct 22 02:09:27.600 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.600 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.600 INFO kablam! | Oct 22 02:09:27.600 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.600 INFO kablam! | ^^^^^ Oct 22 02:09:27.600 INFO kablam! ... Oct 22 02:09:27.600 INFO kablam! 1968 | rt_realloc_naive!(rt_odd_1000000bytes_4align_realloc_naive, 1000000- 1, 4); Oct 22 02:09:27.600 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.600 INFO kablam! | Oct 22 02:09:27.600 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.600 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.600 INFO kablam! | Oct 22 02:09:27.600 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.600 INFO kablam! | Oct 22 02:09:27.600 INFO kablam! Oct 22 02:09:27.600 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.600 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.600 INFO kablam! | Oct 22 02:09:27.600 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.600 INFO kablam! | ^^^^^ Oct 22 02:09:27.600 INFO kablam! ... Oct 22 02:09:27.600 INFO kablam! 1968 | rt_realloc_naive!(rt_odd_1000000bytes_4align_realloc_naive, 1000000- 1, 4); Oct 22 02:09:27.601 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.601 INFO kablam! | Oct 22 02:09:27.601 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.601 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.601 INFO kablam! | Oct 22 02:09:27.601 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.601 INFO kablam! | Oct 22 02:09:27.601 INFO kablam! Oct 22 02:09:27.601 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.601 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.601 INFO kablam! | Oct 22 02:09:27.601 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.601 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.601 INFO kablam! ... Oct 22 02:09:27.601 INFO kablam! 1968 | rt_realloc_naive!(rt_odd_1000000bytes_4align_realloc_naive, 1000000- 1, 4); Oct 22 02:09:27.601 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.601 INFO kablam! | Oct 22 02:09:27.601 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.601 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.601 INFO kablam! | Oct 22 02:09:27.601 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.601 INFO kablam! | Oct 22 02:09:27.601 INFO kablam! Oct 22 02:09:27.601 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.601 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.601 INFO kablam! | Oct 22 02:09:27.601 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.601 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.601 INFO kablam! ... Oct 22 02:09:27.601 INFO kablam! 1968 | rt_realloc_naive!(rt_odd_1000000bytes_4align_realloc_naive, 1000000- 1, 4); Oct 22 02:09:27.601 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.608 INFO kablam! | Oct 22 02:09:27.608 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.608 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.608 INFO kablam! | Oct 22 02:09:27.608 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.608 INFO kablam! | Oct 22 02:09:27.608 INFO kablam! Oct 22 02:09:27.608 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.608 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.608 INFO kablam! | Oct 22 02:09:27.608 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.608 INFO kablam! | ^^^^^ Oct 22 02:09:27.608 INFO kablam! ... Oct 22 02:09:27.608 INFO kablam! 1982 | rt_realloc_naive!(rt_primes_3bytes_4align_realloc_naive, 3, 4); Oct 22 02:09:27.608 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.608 INFO kablam! | Oct 22 02:09:27.608 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.608 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.608 INFO kablam! | Oct 22 02:09:27.608 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.608 INFO kablam! | Oct 22 02:09:27.609 INFO kablam! Oct 22 02:09:27.609 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.609 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.609 INFO kablam! | Oct 22 02:09:27.609 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.609 INFO kablam! | ^^^^^ Oct 22 02:09:27.609 INFO kablam! ... Oct 22 02:09:27.609 INFO kablam! 1982 | rt_realloc_naive!(rt_primes_3bytes_4align_realloc_naive, 3, 4); Oct 22 02:09:27.609 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.609 INFO kablam! | Oct 22 02:09:27.609 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.609 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.609 INFO kablam! | Oct 22 02:09:27.609 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.609 INFO kablam! | Oct 22 02:09:27.609 INFO kablam! Oct 22 02:09:27.609 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.609 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.609 INFO kablam! | Oct 22 02:09:27.609 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.609 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.609 INFO kablam! ... Oct 22 02:09:27.609 INFO kablam! 1982 | rt_realloc_naive!(rt_primes_3bytes_4align_realloc_naive, 3, 4); Oct 22 02:09:27.609 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.609 INFO kablam! | Oct 22 02:09:27.609 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.609 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.609 INFO kablam! | Oct 22 02:09:27.609 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.609 INFO kablam! | Oct 22 02:09:27.609 INFO kablam! Oct 22 02:09:27.618 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.618 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.618 INFO kablam! | Oct 22 02:09:27.618 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.618 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.618 INFO kablam! ... Oct 22 02:09:27.618 INFO kablam! 1982 | rt_realloc_naive!(rt_primes_3bytes_4align_realloc_naive, 3, 4); Oct 22 02:09:27.618 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.618 INFO kablam! | Oct 22 02:09:27.618 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.618 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.618 INFO kablam! | Oct 22 02:09:27.618 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.618 INFO kablam! | Oct 22 02:09:27.618 INFO kablam! Oct 22 02:09:27.618 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.618 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.618 INFO kablam! | Oct 22 02:09:27.618 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.618 INFO kablam! | ^^^^^ Oct 22 02:09:27.618 INFO kablam! ... Oct 22 02:09:27.618 INFO kablam! 1995 | rt_realloc_naive!(rt_primes_7bytes_4align_realloc_naive, 7, 4); Oct 22 02:09:27.618 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.619 INFO kablam! | Oct 22 02:09:27.619 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.619 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.619 INFO kablam! | Oct 22 02:09:27.619 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.619 INFO kablam! | Oct 22 02:09:27.619 INFO kablam! Oct 22 02:09:27.619 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.619 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.619 INFO kablam! | Oct 22 02:09:27.619 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.619 INFO kablam! | ^^^^^ Oct 22 02:09:27.619 INFO kablam! ... Oct 22 02:09:27.619 INFO kablam! 1995 | rt_realloc_naive!(rt_primes_7bytes_4align_realloc_naive, 7, 4); Oct 22 02:09:27.619 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.619 INFO kablam! | Oct 22 02:09:27.619 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.619 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.619 INFO kablam! | Oct 22 02:09:27.619 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.619 INFO kablam! | Oct 22 02:09:27.619 INFO kablam! Oct 22 02:09:27.619 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.619 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.619 INFO kablam! | Oct 22 02:09:27.619 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.619 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.619 INFO kablam! ... Oct 22 02:09:27.619 INFO kablam! 1995 | rt_realloc_naive!(rt_primes_7bytes_4align_realloc_naive, 7, 4); Oct 22 02:09:27.619 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.619 INFO kablam! | Oct 22 02:09:27.619 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.619 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.619 INFO kablam! | Oct 22 02:09:27.619 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.619 INFO kablam! | Oct 22 02:09:27.619 INFO kablam! Oct 22 02:09:27.619 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.619 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.619 INFO kablam! | Oct 22 02:09:27.619 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.619 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.619 INFO kablam! ... Oct 22 02:09:27.619 INFO kablam! 1995 | rt_realloc_naive!(rt_primes_7bytes_4align_realloc_naive, 7, 4); Oct 22 02:09:27.619 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.619 INFO kablam! | Oct 22 02:09:27.619 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.619 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.619 INFO kablam! | Oct 22 02:09:27.619 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.619 INFO kablam! | Oct 22 02:09:27.619 INFO kablam! Oct 22 02:09:27.620 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.620 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.620 INFO kablam! | Oct 22 02:09:27.620 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.620 INFO kablam! | ^^^^^ Oct 22 02:09:27.620 INFO kablam! ... Oct 22 02:09:27.620 INFO kablam! 2008 | rt_realloc_naive!(rt_primes_13bytes_4align_realloc_naive, 13, 4); Oct 22 02:09:27.620 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.620 INFO kablam! | Oct 22 02:09:27.620 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.620 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.620 INFO kablam! | Oct 22 02:09:27.620 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.620 INFO kablam! | Oct 22 02:09:27.620 INFO kablam! Oct 22 02:09:27.620 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.620 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.620 INFO kablam! | Oct 22 02:09:27.620 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.620 INFO kablam! | ^^^^^ Oct 22 02:09:27.620 INFO kablam! ... Oct 22 02:09:27.620 INFO kablam! 2008 | rt_realloc_naive!(rt_primes_13bytes_4align_realloc_naive, 13, 4); Oct 22 02:09:27.620 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.620 INFO kablam! | Oct 22 02:09:27.620 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.621 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.621 INFO kablam! | Oct 22 02:09:27.621 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.621 INFO kablam! | Oct 22 02:09:27.621 INFO kablam! Oct 22 02:09:27.621 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.621 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.621 INFO kablam! | Oct 22 02:09:27.621 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.621 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.621 INFO kablam! ... Oct 22 02:09:27.621 INFO kablam! 2008 | rt_realloc_naive!(rt_primes_13bytes_4align_realloc_naive, 13, 4); Oct 22 02:09:27.621 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.621 INFO kablam! | Oct 22 02:09:27.621 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.621 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.621 INFO kablam! | Oct 22 02:09:27.621 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.621 INFO kablam! | Oct 22 02:09:27.621 INFO kablam! Oct 22 02:09:27.621 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.621 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.621 INFO kablam! | Oct 22 02:09:27.621 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.621 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.621 INFO kablam! ... Oct 22 02:09:27.621 INFO kablam! 2008 | rt_realloc_naive!(rt_primes_13bytes_4align_realloc_naive, 13, 4); Oct 22 02:09:27.621 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.621 INFO kablam! | Oct 22 02:09:27.621 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.621 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.621 INFO kablam! | Oct 22 02:09:27.621 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.621 INFO kablam! | Oct 22 02:09:27.621 INFO kablam! Oct 22 02:09:27.621 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.621 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.621 INFO kablam! | Oct 22 02:09:27.621 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.621 INFO kablam! | ^^^^^ Oct 22 02:09:27.621 INFO kablam! ... Oct 22 02:09:27.621 INFO kablam! 2021 | rt_realloc_naive!(rt_primes_17bytes_4align_realloc_naive, 17, 4); Oct 22 02:09:27.621 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.621 INFO kablam! | Oct 22 02:09:27.621 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.621 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.621 INFO kablam! | Oct 22 02:09:27.621 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.621 INFO kablam! | Oct 22 02:09:27.621 INFO kablam! Oct 22 02:09:27.625 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.625 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.625 INFO kablam! | Oct 22 02:09:27.625 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.625 INFO kablam! | ^^^^^ Oct 22 02:09:27.625 INFO kablam! ... Oct 22 02:09:27.625 INFO kablam! 2021 | rt_realloc_naive!(rt_primes_17bytes_4align_realloc_naive, 17, 4); Oct 22 02:09:27.625 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.625 INFO kablam! | Oct 22 02:09:27.625 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.625 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.625 INFO kablam! | Oct 22 02:09:27.625 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.625 INFO kablam! | Oct 22 02:09:27.625 INFO kablam! Oct 22 02:09:27.625 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.625 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.625 INFO kablam! | Oct 22 02:09:27.625 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.625 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.625 INFO kablam! ... Oct 22 02:09:27.625 INFO kablam! 2021 | rt_realloc_naive!(rt_primes_17bytes_4align_realloc_naive, 17, 4); Oct 22 02:09:27.625 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.625 INFO kablam! | Oct 22 02:09:27.625 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.625 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.625 INFO kablam! | Oct 22 02:09:27.625 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.625 INFO kablam! | Oct 22 02:09:27.625 INFO kablam! Oct 22 02:09:27.625 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.625 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.625 INFO kablam! | Oct 22 02:09:27.625 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.625 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.625 INFO kablam! ... Oct 22 02:09:27.626 INFO kablam! 2021 | rt_realloc_naive!(rt_primes_17bytes_4align_realloc_naive, 17, 4); Oct 22 02:09:27.626 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.626 INFO kablam! | Oct 22 02:09:27.626 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.626 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.626 INFO kablam! | Oct 22 02:09:27.626 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.626 INFO kablam! | Oct 22 02:09:27.626 INFO kablam! Oct 22 02:09:27.626 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.626 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.626 INFO kablam! | Oct 22 02:09:27.626 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.626 INFO kablam! | ^^^^^ Oct 22 02:09:27.626 INFO kablam! ... Oct 22 02:09:27.626 INFO kablam! 2034 | rt_realloc_naive!(rt_primes_31bytes_4align_realloc_naive, 31, 4); Oct 22 02:09:27.626 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.626 INFO kablam! | Oct 22 02:09:27.626 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.626 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.626 INFO kablam! | Oct 22 02:09:27.626 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.626 INFO kablam! | Oct 22 02:09:27.626 INFO kablam! Oct 22 02:09:27.632 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.632 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.632 INFO kablam! | Oct 22 02:09:27.632 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.632 INFO kablam! | ^^^^^ Oct 22 02:09:27.632 INFO kablam! ... Oct 22 02:09:27.632 INFO kablam! 2034 | rt_realloc_naive!(rt_primes_31bytes_4align_realloc_naive, 31, 4); Oct 22 02:09:27.632 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.632 INFO kablam! | Oct 22 02:09:27.632 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.632 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.632 INFO kablam! | Oct 22 02:09:27.632 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.632 INFO kablam! | Oct 22 02:09:27.632 INFO kablam! Oct 22 02:09:27.632 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.632 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.632 INFO kablam! | Oct 22 02:09:27.632 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.632 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.632 INFO kablam! ... Oct 22 02:09:27.632 INFO kablam! 2034 | rt_realloc_naive!(rt_primes_31bytes_4align_realloc_naive, 31, 4); Oct 22 02:09:27.632 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.632 INFO kablam! | Oct 22 02:09:27.632 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.632 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.632 INFO kablam! | Oct 22 02:09:27.632 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.632 INFO kablam! | Oct 22 02:09:27.632 INFO kablam! Oct 22 02:09:27.632 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.632 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.632 INFO kablam! | Oct 22 02:09:27.632 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.632 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.632 INFO kablam! ... Oct 22 02:09:27.632 INFO kablam! 2034 | rt_realloc_naive!(rt_primes_31bytes_4align_realloc_naive, 31, 4); Oct 22 02:09:27.632 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.632 INFO kablam! | Oct 22 02:09:27.632 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.632 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.633 INFO kablam! | Oct 22 02:09:27.633 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.633 INFO kablam! | Oct 22 02:09:27.633 INFO kablam! Oct 22 02:09:27.633 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.633 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.633 INFO kablam! | Oct 22 02:09:27.633 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.633 INFO kablam! | ^^^^^ Oct 22 02:09:27.633 INFO kablam! ... Oct 22 02:09:27.633 INFO kablam! 2047 | rt_realloc_naive!(rt_primes_61bytes_4align_realloc_naive, 61, 4); Oct 22 02:09:27.633 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.633 INFO kablam! | Oct 22 02:09:27.633 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.633 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.633 INFO kablam! | Oct 22 02:09:27.633 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.633 INFO kablam! | Oct 22 02:09:27.633 INFO kablam! Oct 22 02:09:27.633 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.633 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.633 INFO kablam! | Oct 22 02:09:27.633 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.633 INFO kablam! | ^^^^^ Oct 22 02:09:27.633 INFO kablam! ... Oct 22 02:09:27.633 INFO kablam! 2047 | rt_realloc_naive!(rt_primes_61bytes_4align_realloc_naive, 61, 4); Oct 22 02:09:27.633 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.633 INFO kablam! | Oct 22 02:09:27.633 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.633 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.633 INFO kablam! | Oct 22 02:09:27.633 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.633 INFO kablam! | Oct 22 02:09:27.633 INFO kablam! Oct 22 02:09:27.633 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.633 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.633 INFO kablam! | Oct 22 02:09:27.633 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.633 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.633 INFO kablam! ... Oct 22 02:09:27.633 INFO kablam! 2047 | rt_realloc_naive!(rt_primes_61bytes_4align_realloc_naive, 61, 4); Oct 22 02:09:27.633 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.633 INFO kablam! | Oct 22 02:09:27.633 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.633 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.633 INFO kablam! | Oct 22 02:09:27.633 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.633 INFO kablam! | Oct 22 02:09:27.633 INFO kablam! Oct 22 02:09:27.633 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.633 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.633 INFO kablam! | Oct 22 02:09:27.633 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.633 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.633 INFO kablam! ... Oct 22 02:09:27.633 INFO kablam! 2047 | rt_realloc_naive!(rt_primes_61bytes_4align_realloc_naive, 61, 4); Oct 22 02:09:27.633 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.633 INFO kablam! | Oct 22 02:09:27.633 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.633 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.633 INFO kablam! | Oct 22 02:09:27.633 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.633 INFO kablam! | Oct 22 02:09:27.633 INFO kablam! Oct 22 02:09:27.633 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.633 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.633 INFO kablam! | Oct 22 02:09:27.633 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.633 INFO kablam! | ^^^^^ Oct 22 02:09:27.633 INFO kablam! ... Oct 22 02:09:27.633 INFO kablam! 2060 | rt_realloc_naive!(rt_primes_96bytes_4align_realloc_naive, 96, 4); Oct 22 02:09:27.633 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.633 INFO kablam! | Oct 22 02:09:27.633 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.633 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.633 INFO kablam! | Oct 22 02:09:27.633 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.633 INFO kablam! | Oct 22 02:09:27.633 INFO kablam! Oct 22 02:09:27.636 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.636 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.636 INFO kablam! | Oct 22 02:09:27.636 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.636 INFO kablam! | ^^^^^ Oct 22 02:09:27.636 INFO kablam! ... Oct 22 02:09:27.636 INFO kablam! 2060 | rt_realloc_naive!(rt_primes_96bytes_4align_realloc_naive, 96, 4); Oct 22 02:09:27.636 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.636 INFO kablam! | Oct 22 02:09:27.636 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.636 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.636 INFO kablam! | Oct 22 02:09:27.636 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.636 INFO kablam! | Oct 22 02:09:27.636 INFO kablam! Oct 22 02:09:27.644 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.644 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.644 INFO kablam! | Oct 22 02:09:27.644 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.644 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.644 INFO kablam! ... Oct 22 02:09:27.644 INFO kablam! 2060 | rt_realloc_naive!(rt_primes_96bytes_4align_realloc_naive, 96, 4); Oct 22 02:09:27.644 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.644 INFO kablam! | Oct 22 02:09:27.644 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.644 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.644 INFO kablam! | Oct 22 02:09:27.644 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.644 INFO kablam! | Oct 22 02:09:27.644 INFO kablam! Oct 22 02:09:27.644 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.644 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.644 INFO kablam! | Oct 22 02:09:27.644 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.644 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.644 INFO kablam! ... Oct 22 02:09:27.644 INFO kablam! 2060 | rt_realloc_naive!(rt_primes_96bytes_4align_realloc_naive, 96, 4); Oct 22 02:09:27.644 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.644 INFO kablam! | Oct 22 02:09:27.644 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.644 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.644 INFO kablam! | Oct 22 02:09:27.644 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.644 INFO kablam! | Oct 22 02:09:27.644 INFO kablam! Oct 22 02:09:27.644 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.644 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.644 INFO kablam! | Oct 22 02:09:27.644 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.644 INFO kablam! | ^^^^^ Oct 22 02:09:27.644 INFO kablam! ... Oct 22 02:09:27.644 INFO kablam! 2073 | rt_realloc_naive!(rt_primes_127bytes_4align_realloc_naive, 127, 4); Oct 22 02:09:27.644 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.644 INFO kablam! | Oct 22 02:09:27.644 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.645 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.645 INFO kablam! | Oct 22 02:09:27.645 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.645 INFO kablam! | Oct 22 02:09:27.645 INFO kablam! Oct 22 02:09:27.645 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.645 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.645 INFO kablam! | Oct 22 02:09:27.645 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.645 INFO kablam! | ^^^^^ Oct 22 02:09:27.645 INFO kablam! ... Oct 22 02:09:27.645 INFO kablam! 2073 | rt_realloc_naive!(rt_primes_127bytes_4align_realloc_naive, 127, 4); Oct 22 02:09:27.645 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.645 INFO kablam! | Oct 22 02:09:27.645 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.645 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.645 INFO kablam! | Oct 22 02:09:27.645 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.645 INFO kablam! | Oct 22 02:09:27.645 INFO kablam! Oct 22 02:09:27.645 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.645 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.645 INFO kablam! | Oct 22 02:09:27.645 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.645 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.645 INFO kablam! ... Oct 22 02:09:27.645 INFO kablam! 2073 | rt_realloc_naive!(rt_primes_127bytes_4align_realloc_naive, 127, 4); Oct 22 02:09:27.645 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.645 INFO kablam! | Oct 22 02:09:27.645 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.645 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.645 INFO kablam! | Oct 22 02:09:27.645 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.645 INFO kablam! | Oct 22 02:09:27.645 INFO kablam! Oct 22 02:09:27.645 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.645 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.645 INFO kablam! | Oct 22 02:09:27.645 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.645 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.645 INFO kablam! ... Oct 22 02:09:27.645 INFO kablam! 2073 | rt_realloc_naive!(rt_primes_127bytes_4align_realloc_naive, 127, 4); Oct 22 02:09:27.645 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.645 INFO kablam! | Oct 22 02:09:27.645 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.645 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.645 INFO kablam! | Oct 22 02:09:27.645 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.645 INFO kablam! | Oct 22 02:09:27.645 INFO kablam! Oct 22 02:09:27.645 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.645 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.645 INFO kablam! | Oct 22 02:09:27.645 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.645 INFO kablam! | ^^^^^ Oct 22 02:09:27.645 INFO kablam! ... Oct 22 02:09:27.645 INFO kablam! 2086 | rt_realloc_naive!(rt_primes_257bytes_4align_realloc_naive, 257, 4); Oct 22 02:09:27.645 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.645 INFO kablam! | Oct 22 02:09:27.645 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.645 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.645 INFO kablam! | Oct 22 02:09:27.645 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.645 INFO kablam! | Oct 22 02:09:27.645 INFO kablam! Oct 22 02:09:27.645 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.645 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.645 INFO kablam! | Oct 22 02:09:27.645 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.645 INFO kablam! | ^^^^^ Oct 22 02:09:27.645 INFO kablam! ... Oct 22 02:09:27.645 INFO kablam! 2086 | rt_realloc_naive!(rt_primes_257bytes_4align_realloc_naive, 257, 4); Oct 22 02:09:27.645 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.645 INFO kablam! | Oct 22 02:09:27.645 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.645 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.645 INFO kablam! | Oct 22 02:09:27.645 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.645 INFO kablam! | Oct 22 02:09:27.645 INFO kablam! Oct 22 02:09:27.645 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.646 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.646 INFO kablam! | Oct 22 02:09:27.646 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.646 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.646 INFO kablam! ... Oct 22 02:09:27.646 INFO kablam! 2086 | rt_realloc_naive!(rt_primes_257bytes_4align_realloc_naive, 257, 4); Oct 22 02:09:27.646 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.646 INFO kablam! | Oct 22 02:09:27.646 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.646 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.646 INFO kablam! | Oct 22 02:09:27.646 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.646 INFO kablam! | Oct 22 02:09:27.646 INFO kablam! Oct 22 02:09:27.646 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.646 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.646 INFO kablam! | Oct 22 02:09:27.646 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.646 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.646 INFO kablam! ... Oct 22 02:09:27.646 INFO kablam! 2086 | rt_realloc_naive!(rt_primes_257bytes_4align_realloc_naive, 257, 4); Oct 22 02:09:27.646 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.646 INFO kablam! | Oct 22 02:09:27.646 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.646 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.646 INFO kablam! | Oct 22 02:09:27.646 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.646 INFO kablam! | Oct 22 02:09:27.646 INFO kablam! Oct 22 02:09:27.656 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.656 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.656 INFO kablam! | Oct 22 02:09:27.656 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.656 INFO kablam! | ^^^^^ Oct 22 02:09:27.656 INFO kablam! ... Oct 22 02:09:27.656 INFO kablam! 2099 | rt_realloc_naive!(rt_primes_509bytes_4align_realloc_naive, 509, 4); Oct 22 02:09:27.656 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.656 INFO kablam! | Oct 22 02:09:27.656 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.656 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.656 INFO kablam! | Oct 22 02:09:27.656 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.656 INFO kablam! | Oct 22 02:09:27.656 INFO kablam! Oct 22 02:09:27.656 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.656 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.656 INFO kablam! | Oct 22 02:09:27.656 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.656 INFO kablam! | ^^^^^ Oct 22 02:09:27.656 INFO kablam! ... Oct 22 02:09:27.656 INFO kablam! 2099 | rt_realloc_naive!(rt_primes_509bytes_4align_realloc_naive, 509, 4); Oct 22 02:09:27.656 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.656 INFO kablam! | Oct 22 02:09:27.656 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.656 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.656 INFO kablam! | Oct 22 02:09:27.656 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.656 INFO kablam! | Oct 22 02:09:27.656 INFO kablam! Oct 22 02:09:27.656 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.656 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.656 INFO kablam! | Oct 22 02:09:27.656 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.656 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.656 INFO kablam! ... Oct 22 02:09:27.656 INFO kablam! 2099 | rt_realloc_naive!(rt_primes_509bytes_4align_realloc_naive, 509, 4); Oct 22 02:09:27.656 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.656 INFO kablam! | Oct 22 02:09:27.656 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.656 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.657 INFO kablam! | Oct 22 02:09:27.657 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.657 INFO kablam! | Oct 22 02:09:27.657 INFO kablam! Oct 22 02:09:27.657 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.657 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.657 INFO kablam! | Oct 22 02:09:27.657 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.657 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.657 INFO kablam! ... Oct 22 02:09:27.657 INFO kablam! 2099 | rt_realloc_naive!(rt_primes_509bytes_4align_realloc_naive, 509, 4); Oct 22 02:09:27.657 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.657 INFO kablam! | Oct 22 02:09:27.657 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.657 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.657 INFO kablam! | Oct 22 02:09:27.657 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.657 INFO kablam! | Oct 22 02:09:27.657 INFO kablam! Oct 22 02:09:27.657 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.657 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.657 INFO kablam! | Oct 22 02:09:27.657 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.657 INFO kablam! | ^^^^^ Oct 22 02:09:27.657 INFO kablam! ... Oct 22 02:09:27.657 INFO kablam! 2112 | rt_realloc_naive!(rt_primes_1021bytes_4align_realloc_naive, 1021, 4); Oct 22 02:09:27.657 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.657 INFO kablam! | Oct 22 02:09:27.657 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.657 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.657 INFO kablam! | Oct 22 02:09:27.657 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.657 INFO kablam! | Oct 22 02:09:27.657 INFO kablam! Oct 22 02:09:27.657 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.657 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.657 INFO kablam! | Oct 22 02:09:27.657 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.657 INFO kablam! | ^^^^^ Oct 22 02:09:27.657 INFO kablam! ... Oct 22 02:09:27.657 INFO kablam! 2112 | rt_realloc_naive!(rt_primes_1021bytes_4align_realloc_naive, 1021, 4); Oct 22 02:09:27.657 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.657 INFO kablam! | Oct 22 02:09:27.657 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.657 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.657 INFO kablam! | Oct 22 02:09:27.657 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.657 INFO kablam! | Oct 22 02:09:27.657 INFO kablam! Oct 22 02:09:27.657 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.657 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.657 INFO kablam! | Oct 22 02:09:27.657 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.657 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.657 INFO kablam! ... Oct 22 02:09:27.657 INFO kablam! 2112 | rt_realloc_naive!(rt_primes_1021bytes_4align_realloc_naive, 1021, 4); Oct 22 02:09:27.657 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.657 INFO kablam! | Oct 22 02:09:27.657 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.657 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.657 INFO kablam! | Oct 22 02:09:27.657 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.657 INFO kablam! | Oct 22 02:09:27.657 INFO kablam! Oct 22 02:09:27.657 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.657 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.657 INFO kablam! | Oct 22 02:09:27.657 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.657 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.657 INFO kablam! ... Oct 22 02:09:27.657 INFO kablam! 2112 | rt_realloc_naive!(rt_primes_1021bytes_4align_realloc_naive, 1021, 4); Oct 22 02:09:27.657 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.657 INFO kablam! | Oct 22 02:09:27.657 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.657 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.657 INFO kablam! | Oct 22 02:09:27.657 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.657 INFO kablam! | Oct 22 02:09:27.657 INFO kablam! Oct 22 02:09:27.664 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.664 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.664 INFO kablam! | Oct 22 02:09:27.664 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.664 INFO kablam! | ^^^^^ Oct 22 02:09:27.664 INFO kablam! ... Oct 22 02:09:27.664 INFO kablam! 2125 | rt_realloc_naive!(rt_primes_2039bytes_4align_realloc_naive, 2039, 4); Oct 22 02:09:27.664 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.664 INFO kablam! | Oct 22 02:09:27.664 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.664 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.664 INFO kablam! | Oct 22 02:09:27.664 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.664 INFO kablam! | Oct 22 02:09:27.664 INFO kablam! Oct 22 02:09:27.664 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.664 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.664 INFO kablam! | Oct 22 02:09:27.664 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.664 INFO kablam! | ^^^^^ Oct 22 02:09:27.664 INFO kablam! ... Oct 22 02:09:27.664 INFO kablam! 2125 | rt_realloc_naive!(rt_primes_2039bytes_4align_realloc_naive, 2039, 4); Oct 22 02:09:27.664 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.664 INFO kablam! | Oct 22 02:09:27.664 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.664 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.664 INFO kablam! | Oct 22 02:09:27.664 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.664 INFO kablam! | Oct 22 02:09:27.664 INFO kablam! Oct 22 02:09:27.664 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.664 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.664 INFO kablam! | Oct 22 02:09:27.665 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.665 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.665 INFO kablam! ... Oct 22 02:09:27.665 INFO kablam! 2125 | rt_realloc_naive!(rt_primes_2039bytes_4align_realloc_naive, 2039, 4); Oct 22 02:09:27.665 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.665 INFO kablam! | Oct 22 02:09:27.665 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.665 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.665 INFO kablam! | Oct 22 02:09:27.665 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.665 INFO kablam! | Oct 22 02:09:27.665 INFO kablam! Oct 22 02:09:27.665 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.665 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.665 INFO kablam! | Oct 22 02:09:27.665 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.665 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.665 INFO kablam! ... Oct 22 02:09:27.665 INFO kablam! 2125 | rt_realloc_naive!(rt_primes_2039bytes_4align_realloc_naive, 2039, 4); Oct 22 02:09:27.665 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.665 INFO kablam! | Oct 22 02:09:27.665 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.665 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.665 INFO kablam! | Oct 22 02:09:27.665 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.665 INFO kablam! | Oct 22 02:09:27.665 INFO kablam! Oct 22 02:09:27.665 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.665 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.665 INFO kablam! | Oct 22 02:09:27.665 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.665 INFO kablam! | ^^^^^ Oct 22 02:09:27.665 INFO kablam! ... Oct 22 02:09:27.665 INFO kablam! 2138 | rt_realloc_naive!(rt_primes_4093bytes_4align_realloc_naive, 4093, 4); Oct 22 02:09:27.665 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.665 INFO kablam! | Oct 22 02:09:27.665 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.665 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.665 INFO kablam! | Oct 22 02:09:27.665 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.665 INFO kablam! | Oct 22 02:09:27.665 INFO kablam! Oct 22 02:09:27.665 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.665 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.665 INFO kablam! | Oct 22 02:09:27.665 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.665 INFO kablam! | ^^^^^ Oct 22 02:09:27.665 INFO kablam! ... Oct 22 02:09:27.665 INFO kablam! 2138 | rt_realloc_naive!(rt_primes_4093bytes_4align_realloc_naive, 4093, 4); Oct 22 02:09:27.665 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.665 INFO kablam! | Oct 22 02:09:27.665 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.665 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.665 INFO kablam! | Oct 22 02:09:27.665 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.665 INFO kablam! | Oct 22 02:09:27.665 INFO kablam! Oct 22 02:09:27.665 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.665 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.665 INFO kablam! | Oct 22 02:09:27.665 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.665 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.665 INFO kablam! ... Oct 22 02:09:27.665 INFO kablam! 2138 | rt_realloc_naive!(rt_primes_4093bytes_4align_realloc_naive, 4093, 4); Oct 22 02:09:27.665 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.665 INFO kablam! | Oct 22 02:09:27.666 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.666 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.666 INFO kablam! | Oct 22 02:09:27.666 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.666 INFO kablam! | Oct 22 02:09:27.666 INFO kablam! Oct 22 02:09:27.666 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.666 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.666 INFO kablam! | Oct 22 02:09:27.666 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.666 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.666 INFO kablam! ... Oct 22 02:09:27.666 INFO kablam! 2138 | rt_realloc_naive!(rt_primes_4093bytes_4align_realloc_naive, 4093, 4); Oct 22 02:09:27.666 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.666 INFO kablam! | Oct 22 02:09:27.666 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.666 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.666 INFO kablam! | Oct 22 02:09:27.666 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.666 INFO kablam! | Oct 22 02:09:27.666 INFO kablam! Oct 22 02:09:27.679 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.679 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.679 INFO kablam! | Oct 22 02:09:27.679 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.679 INFO kablam! | ^^^^^ Oct 22 02:09:27.679 INFO kablam! ... Oct 22 02:09:27.679 INFO kablam! 2151 | rt_realloc_naive!(rt_primes_8191bytes_4align_realloc_naive, 8191, 4); Oct 22 02:09:27.679 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.679 INFO kablam! | Oct 22 02:09:27.679 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.679 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.679 INFO kablam! | Oct 22 02:09:27.679 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.679 INFO kablam! | Oct 22 02:09:27.679 INFO kablam! Oct 22 02:09:27.679 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.679 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.679 INFO kablam! | Oct 22 02:09:27.679 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.679 INFO kablam! | ^^^^^ Oct 22 02:09:27.679 INFO kablam! ... Oct 22 02:09:27.679 INFO kablam! 2151 | rt_realloc_naive!(rt_primes_8191bytes_4align_realloc_naive, 8191, 4); Oct 22 02:09:27.679 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.679 INFO kablam! | Oct 22 02:09:27.679 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.679 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.679 INFO kablam! | Oct 22 02:09:27.679 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.679 INFO kablam! | Oct 22 02:09:27.679 INFO kablam! Oct 22 02:09:27.679 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.679 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.679 INFO kablam! | Oct 22 02:09:27.679 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.679 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.680 INFO kablam! ... Oct 22 02:09:27.680 INFO kablam! 2151 | rt_realloc_naive!(rt_primes_8191bytes_4align_realloc_naive, 8191, 4); Oct 22 02:09:27.680 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.680 INFO kablam! | Oct 22 02:09:27.680 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.680 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.680 INFO kablam! | Oct 22 02:09:27.680 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.680 INFO kablam! | Oct 22 02:09:27.680 INFO kablam! Oct 22 02:09:27.680 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.680 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.680 INFO kablam! | Oct 22 02:09:27.680 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.680 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.680 INFO kablam! ... Oct 22 02:09:27.680 INFO kablam! 2151 | rt_realloc_naive!(rt_primes_8191bytes_4align_realloc_naive, 8191, 4); Oct 22 02:09:27.680 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.680 INFO kablam! | Oct 22 02:09:27.680 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.680 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.680 INFO kablam! | Oct 22 02:09:27.680 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.680 INFO kablam! | Oct 22 02:09:27.680 INFO kablam! Oct 22 02:09:27.680 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.680 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.680 INFO kablam! | Oct 22 02:09:27.680 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.680 INFO kablam! | ^^^^^ Oct 22 02:09:27.680 INFO kablam! ... Oct 22 02:09:27.680 INFO kablam! 2164 | rt_realloc_naive!(rt_primes_16381bytes_4align_realloc_naive, 16381, 4); Oct 22 02:09:27.680 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.680 INFO kablam! | Oct 22 02:09:27.680 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.680 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.680 INFO kablam! | Oct 22 02:09:27.680 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.680 INFO kablam! | Oct 22 02:09:27.680 INFO kablam! Oct 22 02:09:27.680 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.680 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.680 INFO kablam! | Oct 22 02:09:27.680 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.680 INFO kablam! | ^^^^^ Oct 22 02:09:27.680 INFO kablam! ... Oct 22 02:09:27.680 INFO kablam! 2164 | rt_realloc_naive!(rt_primes_16381bytes_4align_realloc_naive, 16381, 4); Oct 22 02:09:27.680 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.680 INFO kablam! | Oct 22 02:09:27.680 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.680 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.680 INFO kablam! | Oct 22 02:09:27.680 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.680 INFO kablam! | Oct 22 02:09:27.680 INFO kablam! Oct 22 02:09:27.680 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.680 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.680 INFO kablam! | Oct 22 02:09:27.680 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.680 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.680 INFO kablam! ... Oct 22 02:09:27.680 INFO kablam! 2164 | rt_realloc_naive!(rt_primes_16381bytes_4align_realloc_naive, 16381, 4); Oct 22 02:09:27.680 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.680 INFO kablam! | Oct 22 02:09:27.680 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.680 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.680 INFO kablam! | Oct 22 02:09:27.680 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.680 INFO kablam! | Oct 22 02:09:27.680 INFO kablam! Oct 22 02:09:27.680 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.680 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.680 INFO kablam! | Oct 22 02:09:27.680 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.680 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.680 INFO kablam! ... Oct 22 02:09:27.680 INFO kablam! 2164 | rt_realloc_naive!(rt_primes_16381bytes_4align_realloc_naive, 16381, 4); Oct 22 02:09:27.680 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.680 INFO kablam! | Oct 22 02:09:27.681 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.681 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.681 INFO kablam! | Oct 22 02:09:27.681 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.681 INFO kablam! | Oct 22 02:09:27.681 INFO kablam! Oct 22 02:09:27.688 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.688 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.688 INFO kablam! | Oct 22 02:09:27.688 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.688 INFO kablam! | ^^^^^ Oct 22 02:09:27.688 INFO kablam! ... Oct 22 02:09:27.688 INFO kablam! 2177 | rt_realloc_naive!(rt_primes_32749bytes_4align_realloc_naive, 32749, 4); Oct 22 02:09:27.688 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.688 INFO kablam! | Oct 22 02:09:27.688 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.688 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.688 INFO kablam! | Oct 22 02:09:27.688 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.688 INFO kablam! | Oct 22 02:09:27.688 INFO kablam! Oct 22 02:09:27.688 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.688 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.688 INFO kablam! | Oct 22 02:09:27.688 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.688 INFO kablam! | ^^^^^ Oct 22 02:09:27.688 INFO kablam! ... Oct 22 02:09:27.688 INFO kablam! 2177 | rt_realloc_naive!(rt_primes_32749bytes_4align_realloc_naive, 32749, 4); Oct 22 02:09:27.688 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.688 INFO kablam! | Oct 22 02:09:27.688 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.688 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.688 INFO kablam! | Oct 22 02:09:27.688 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.688 INFO kablam! | Oct 22 02:09:27.688 INFO kablam! Oct 22 02:09:27.688 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.688 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.688 INFO kablam! | Oct 22 02:09:27.688 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.688 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.688 INFO kablam! ... Oct 22 02:09:27.688 INFO kablam! 2177 | rt_realloc_naive!(rt_primes_32749bytes_4align_realloc_naive, 32749, 4); Oct 22 02:09:27.688 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.688 INFO kablam! | Oct 22 02:09:27.689 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.689 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.689 INFO kablam! | Oct 22 02:09:27.689 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.689 INFO kablam! | Oct 22 02:09:27.689 INFO kablam! Oct 22 02:09:27.689 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.689 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.689 INFO kablam! | Oct 22 02:09:27.689 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.689 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.689 INFO kablam! ... Oct 22 02:09:27.689 INFO kablam! 2177 | rt_realloc_naive!(rt_primes_32749bytes_4align_realloc_naive, 32749, 4); Oct 22 02:09:27.689 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.689 INFO kablam! | Oct 22 02:09:27.689 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.689 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.689 INFO kablam! | Oct 22 02:09:27.689 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.689 INFO kablam! | Oct 22 02:09:27.689 INFO kablam! Oct 22 02:09:27.689 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.689 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.689 INFO kablam! | Oct 22 02:09:27.689 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.689 INFO kablam! | ^^^^^ Oct 22 02:09:27.689 INFO kablam! ... Oct 22 02:09:27.689 INFO kablam! 2190 | rt_realloc_naive!(rt_primes_65537bytes_4align_realloc_naive, 65537, 4); Oct 22 02:09:27.689 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.689 INFO kablam! | Oct 22 02:09:27.689 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.689 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.689 INFO kablam! | Oct 22 02:09:27.689 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.689 INFO kablam! | Oct 22 02:09:27.689 INFO kablam! Oct 22 02:09:27.689 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.689 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.689 INFO kablam! | Oct 22 02:09:27.689 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.689 INFO kablam! | ^^^^^ Oct 22 02:09:27.689 INFO kablam! ... Oct 22 02:09:27.689 INFO kablam! 2190 | rt_realloc_naive!(rt_primes_65537bytes_4align_realloc_naive, 65537, 4); Oct 22 02:09:27.689 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.689 INFO kablam! | Oct 22 02:09:27.689 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.689 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.689 INFO kablam! | Oct 22 02:09:27.689 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.689 INFO kablam! | Oct 22 02:09:27.689 INFO kablam! Oct 22 02:09:27.689 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.689 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.689 INFO kablam! | Oct 22 02:09:27.689 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.689 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.689 INFO kablam! ... Oct 22 02:09:27.689 INFO kablam! 2190 | rt_realloc_naive!(rt_primes_65537bytes_4align_realloc_naive, 65537, 4); Oct 22 02:09:27.689 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.689 INFO kablam! | Oct 22 02:09:27.689 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.689 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.689 INFO kablam! | Oct 22 02:09:27.689 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.689 INFO kablam! | Oct 22 02:09:27.689 INFO kablam! Oct 22 02:09:27.689 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.689 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.689 INFO kablam! | Oct 22 02:09:27.689 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.689 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.689 INFO kablam! ... Oct 22 02:09:27.689 INFO kablam! 2190 | rt_realloc_naive!(rt_primes_65537bytes_4align_realloc_naive, 65537, 4); Oct 22 02:09:27.689 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.689 INFO kablam! | Oct 22 02:09:27.689 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.689 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.689 INFO kablam! | Oct 22 02:09:27.689 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.689 INFO kablam! | Oct 22 02:09:27.689 INFO kablam! Oct 22 02:09:27.689 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.690 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.690 INFO kablam! | Oct 22 02:09:27.690 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.690 INFO kablam! | ^^^^^ Oct 22 02:09:27.690 INFO kablam! ... Oct 22 02:09:27.690 INFO kablam! 2203 | rt_realloc_naive!(rt_primes_131071bytes_4align_realloc_naive, 131071, 4); Oct 22 02:09:27.690 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.690 INFO kablam! | Oct 22 02:09:27.690 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.690 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.690 INFO kablam! | Oct 22 02:09:27.690 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.690 INFO kablam! | Oct 22 02:09:27.690 INFO kablam! Oct 22 02:09:27.690 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.690 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.690 INFO kablam! | Oct 22 02:09:27.690 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.690 INFO kablam! | ^^^^^ Oct 22 02:09:27.690 INFO kablam! ... Oct 22 02:09:27.690 INFO kablam! 2203 | rt_realloc_naive!(rt_primes_131071bytes_4align_realloc_naive, 131071, 4); Oct 22 02:09:27.690 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.690 INFO kablam! | Oct 22 02:09:27.690 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.690 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.690 INFO kablam! | Oct 22 02:09:27.690 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.690 INFO kablam! | Oct 22 02:09:27.690 INFO kablam! Oct 22 02:09:27.696 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.696 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.696 INFO kablam! | Oct 22 02:09:27.696 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.696 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.696 INFO kablam! ... Oct 22 02:09:27.696 INFO kablam! 2203 | rt_realloc_naive!(rt_primes_131071bytes_4align_realloc_naive, 131071, 4); Oct 22 02:09:27.696 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.696 INFO kablam! | Oct 22 02:09:27.696 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.696 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.696 INFO kablam! | Oct 22 02:09:27.696 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.696 INFO kablam! | Oct 22 02:09:27.696 INFO kablam! Oct 22 02:09:27.696 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.696 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.696 INFO kablam! | Oct 22 02:09:27.696 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.696 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.696 INFO kablam! ... Oct 22 02:09:27.696 INFO kablam! 2203 | rt_realloc_naive!(rt_primes_131071bytes_4align_realloc_naive, 131071, 4); Oct 22 02:09:27.696 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.696 INFO kablam! | Oct 22 02:09:27.696 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.696 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.696 INFO kablam! | Oct 22 02:09:27.696 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.696 INFO kablam! | Oct 22 02:09:27.696 INFO kablam! Oct 22 02:09:27.696 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.696 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.696 INFO kablam! | Oct 22 02:09:27.696 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.696 INFO kablam! | ^^^^^ Oct 22 02:09:27.696 INFO kablam! ... Oct 22 02:09:27.696 INFO kablam! 2216 | rt_realloc_naive!(rt_primes_4194301bytes_4align_realloc_naive, 4194301, 4); Oct 22 02:09:27.696 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.696 INFO kablam! | Oct 22 02:09:27.696 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.696 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.696 INFO kablam! | Oct 22 02:09:27.696 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.697 INFO kablam! | Oct 22 02:09:27.697 INFO kablam! Oct 22 02:09:27.697 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.697 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.697 INFO kablam! | Oct 22 02:09:27.697 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.697 INFO kablam! | ^^^^^ Oct 22 02:09:27.697 INFO kablam! ... Oct 22 02:09:27.697 INFO kablam! 2216 | rt_realloc_naive!(rt_primes_4194301bytes_4align_realloc_naive, 4194301, 4); Oct 22 02:09:27.697 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.697 INFO kablam! | Oct 22 02:09:27.697 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.697 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.697 INFO kablam! | Oct 22 02:09:27.697 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.697 INFO kablam! | Oct 22 02:09:27.697 INFO kablam! Oct 22 02:09:27.697 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.697 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.697 INFO kablam! | Oct 22 02:09:27.697 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.697 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.697 INFO kablam! ... Oct 22 02:09:27.697 INFO kablam! 2216 | rt_realloc_naive!(rt_primes_4194301bytes_4align_realloc_naive, 4194301, 4); Oct 22 02:09:27.697 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.697 INFO kablam! | Oct 22 02:09:27.697 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.697 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.697 INFO kablam! | Oct 22 02:09:27.697 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.697 INFO kablam! | Oct 22 02:09:27.697 INFO kablam! Oct 22 02:09:27.697 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.697 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.697 INFO kablam! | Oct 22 02:09:27.697 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.697 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.697 INFO kablam! ... Oct 22 02:09:27.697 INFO kablam! 2216 | rt_realloc_naive!(rt_primes_4194301bytes_4align_realloc_naive, 4194301, 4); Oct 22 02:09:27.697 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.697 INFO kablam! | Oct 22 02:09:27.697 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.697 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.697 INFO kablam! | Oct 22 02:09:27.697 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.697 INFO kablam! | Oct 22 02:09:27.697 INFO kablam! Oct 22 02:09:27.697 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.697 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.697 INFO kablam! | Oct 22 02:09:27.697 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.697 INFO kablam! | ^^^^^ Oct 22 02:09:27.697 INFO kablam! ... Oct 22 02:09:27.697 INFO kablam! 2232 | rt_realloc_naive!(rt_pow2_1bytes_8align_realloc_naive, 1, 8); Oct 22 02:09:27.697 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.697 INFO kablam! | Oct 22 02:09:27.697 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.697 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.697 INFO kablam! | Oct 22 02:09:27.697 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.697 INFO kablam! | Oct 22 02:09:27.697 INFO kablam! Oct 22 02:09:27.697 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.697 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.704 INFO kablam! | Oct 22 02:09:27.704 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.704 INFO kablam! | ^^^^^ Oct 22 02:09:27.704 INFO kablam! ... Oct 22 02:09:27.704 INFO kablam! 2232 | rt_realloc_naive!(rt_pow2_1bytes_8align_realloc_naive, 1, 8); Oct 22 02:09:27.704 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.704 INFO kablam! | Oct 22 02:09:27.704 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.704 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.704 INFO kablam! | Oct 22 02:09:27.704 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.704 INFO kablam! | Oct 22 02:09:27.704 INFO kablam! Oct 22 02:09:27.704 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.704 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.704 INFO kablam! | Oct 22 02:09:27.704 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.704 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.704 INFO kablam! ... Oct 22 02:09:27.704 INFO kablam! 2232 | rt_realloc_naive!(rt_pow2_1bytes_8align_realloc_naive, 1, 8); Oct 22 02:09:27.704 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.704 INFO kablam! | Oct 22 02:09:27.704 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.704 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.704 INFO kablam! | Oct 22 02:09:27.704 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.704 INFO kablam! | Oct 22 02:09:27.704 INFO kablam! Oct 22 02:09:27.704 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.704 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.704 INFO kablam! | Oct 22 02:09:27.704 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.704 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.704 INFO kablam! ... Oct 22 02:09:27.704 INFO kablam! 2232 | rt_realloc_naive!(rt_pow2_1bytes_8align_realloc_naive, 1, 8); Oct 22 02:09:27.704 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.704 INFO kablam! | Oct 22 02:09:27.704 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.704 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.704 INFO kablam! | Oct 22 02:09:27.704 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.705 INFO kablam! | Oct 22 02:09:27.705 INFO kablam! Oct 22 02:09:27.705 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.705 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.705 INFO kablam! | Oct 22 02:09:27.705 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.705 INFO kablam! | ^^^^^ Oct 22 02:09:27.705 INFO kablam! ... Oct 22 02:09:27.705 INFO kablam! 2245 | rt_realloc_naive!(rt_pow2_2bytes_8align_realloc_naive, 2, 8); Oct 22 02:09:27.705 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.705 INFO kablam! | Oct 22 02:09:27.705 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.705 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.705 INFO kablam! | Oct 22 02:09:27.705 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.705 INFO kablam! | Oct 22 02:09:27.705 INFO kablam! Oct 22 02:09:27.705 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.705 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.705 INFO kablam! | Oct 22 02:09:27.705 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.705 INFO kablam! | ^^^^^ Oct 22 02:09:27.705 INFO kablam! ... Oct 22 02:09:27.705 INFO kablam! 2245 | rt_realloc_naive!(rt_pow2_2bytes_8align_realloc_naive, 2, 8); Oct 22 02:09:27.705 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.705 INFO kablam! | Oct 22 02:09:27.705 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.705 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.705 INFO kablam! | Oct 22 02:09:27.705 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.705 INFO kablam! | Oct 22 02:09:27.705 INFO kablam! Oct 22 02:09:27.705 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.705 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.705 INFO kablam! | Oct 22 02:09:27.705 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.705 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.705 INFO kablam! ... Oct 22 02:09:27.705 INFO kablam! 2245 | rt_realloc_naive!(rt_pow2_2bytes_8align_realloc_naive, 2, 8); Oct 22 02:09:27.705 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.705 INFO kablam! | Oct 22 02:09:27.705 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.705 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.705 INFO kablam! | Oct 22 02:09:27.705 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.705 INFO kablam! | Oct 22 02:09:27.705 INFO kablam! Oct 22 02:09:27.705 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.705 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.705 INFO kablam! | Oct 22 02:09:27.705 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.705 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.705 INFO kablam! ... Oct 22 02:09:27.705 INFO kablam! 2245 | rt_realloc_naive!(rt_pow2_2bytes_8align_realloc_naive, 2, 8); Oct 22 02:09:27.705 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.705 INFO kablam! | Oct 22 02:09:27.705 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.705 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.705 INFO kablam! | Oct 22 02:09:27.705 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.705 INFO kablam! | Oct 22 02:09:27.705 INFO kablam! Oct 22 02:09:27.705 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.705 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.705 INFO kablam! | Oct 22 02:09:27.705 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.705 INFO kablam! | ^^^^^ Oct 22 02:09:27.705 INFO kablam! ... Oct 22 02:09:27.705 INFO kablam! 2258 | rt_realloc_naive!(rt_pow2_4bytes_8align_realloc_naive, 4, 8); Oct 22 02:09:27.705 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.705 INFO kablam! | Oct 22 02:09:27.705 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.705 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.705 INFO kablam! | Oct 22 02:09:27.705 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.705 INFO kablam! | Oct 22 02:09:27.705 INFO kablam! Oct 22 02:09:27.708 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.708 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.708 INFO kablam! | Oct 22 02:09:27.708 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.708 INFO kablam! | ^^^^^ Oct 22 02:09:27.708 INFO kablam! ... Oct 22 02:09:27.708 INFO kablam! 2258 | rt_realloc_naive!(rt_pow2_4bytes_8align_realloc_naive, 4, 8); Oct 22 02:09:27.708 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.708 INFO kablam! | Oct 22 02:09:27.708 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.708 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.708 INFO kablam! | Oct 22 02:09:27.708 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.708 INFO kablam! | Oct 22 02:09:27.708 INFO kablam! Oct 22 02:09:27.708 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.708 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.708 INFO kablam! | Oct 22 02:09:27.708 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.708 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.708 INFO kablam! ... Oct 22 02:09:27.708 INFO kablam! 2258 | rt_realloc_naive!(rt_pow2_4bytes_8align_realloc_naive, 4, 8); Oct 22 02:09:27.708 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.708 INFO kablam! | Oct 22 02:09:27.708 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.708 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.708 INFO kablam! | Oct 22 02:09:27.708 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.708 INFO kablam! | Oct 22 02:09:27.708 INFO kablam! Oct 22 02:09:27.708 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.708 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.708 INFO kablam! | Oct 22 02:09:27.708 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.708 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.708 INFO kablam! ... Oct 22 02:09:27.708 INFO kablam! 2258 | rt_realloc_naive!(rt_pow2_4bytes_8align_realloc_naive, 4, 8); Oct 22 02:09:27.708 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.708 INFO kablam! | Oct 22 02:09:27.708 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.708 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.708 INFO kablam! | Oct 22 02:09:27.709 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.709 INFO kablam! | Oct 22 02:09:27.709 INFO kablam! Oct 22 02:09:27.709 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.709 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.709 INFO kablam! | Oct 22 02:09:27.709 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.709 INFO kablam! | ^^^^^ Oct 22 02:09:27.709 INFO kablam! ... Oct 22 02:09:27.709 INFO kablam! 2271 | rt_realloc_naive!(rt_pow2_8bytes_8align_realloc_naive, 8, 8); Oct 22 02:09:27.709 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.709 INFO kablam! | Oct 22 02:09:27.709 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.709 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.709 INFO kablam! | Oct 22 02:09:27.709 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.709 INFO kablam! | Oct 22 02:09:27.709 INFO kablam! Oct 22 02:09:27.716 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.716 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.716 INFO kablam! | Oct 22 02:09:27.716 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.716 INFO kablam! | ^^^^^ Oct 22 02:09:27.716 INFO kablam! ... Oct 22 02:09:27.716 INFO kablam! 2271 | rt_realloc_naive!(rt_pow2_8bytes_8align_realloc_naive, 8, 8); Oct 22 02:09:27.716 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.716 INFO kablam! | Oct 22 02:09:27.716 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.716 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.716 INFO kablam! | Oct 22 02:09:27.716 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.716 INFO kablam! | Oct 22 02:09:27.716 INFO kablam! Oct 22 02:09:27.716 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.716 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.716 INFO kablam! | Oct 22 02:09:27.716 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.716 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.716 INFO kablam! ... Oct 22 02:09:27.716 INFO kablam! 2271 | rt_realloc_naive!(rt_pow2_8bytes_8align_realloc_naive, 8, 8); Oct 22 02:09:27.716 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.716 INFO kablam! | Oct 22 02:09:27.716 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.716 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.716 INFO kablam! | Oct 22 02:09:27.716 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.716 INFO kablam! | Oct 22 02:09:27.716 INFO kablam! Oct 22 02:09:27.716 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.716 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.716 INFO kablam! | Oct 22 02:09:27.716 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.716 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.716 INFO kablam! ... Oct 22 02:09:27.716 INFO kablam! 2271 | rt_realloc_naive!(rt_pow2_8bytes_8align_realloc_naive, 8, 8); Oct 22 02:09:27.716 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.716 INFO kablam! | Oct 22 02:09:27.716 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.717 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.717 INFO kablam! | Oct 22 02:09:27.717 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.717 INFO kablam! | Oct 22 02:09:27.717 INFO kablam! Oct 22 02:09:27.717 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.717 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.717 INFO kablam! | Oct 22 02:09:27.717 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.717 INFO kablam! | ^^^^^ Oct 22 02:09:27.717 INFO kablam! ... Oct 22 02:09:27.717 INFO kablam! 2284 | rt_realloc_naive!(rt_pow2_16bytes_8align_realloc_naive, 16, 8); Oct 22 02:09:27.717 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.717 INFO kablam! | Oct 22 02:09:27.717 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.717 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.717 INFO kablam! | Oct 22 02:09:27.717 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.717 INFO kablam! | Oct 22 02:09:27.717 INFO kablam! Oct 22 02:09:27.717 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.717 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.717 INFO kablam! | Oct 22 02:09:27.717 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.717 INFO kablam! | ^^^^^ Oct 22 02:09:27.717 INFO kablam! ... Oct 22 02:09:27.717 INFO kablam! 2284 | rt_realloc_naive!(rt_pow2_16bytes_8align_realloc_naive, 16, 8); Oct 22 02:09:27.717 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.717 INFO kablam! | Oct 22 02:09:27.717 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.717 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.717 INFO kablam! | Oct 22 02:09:27.717 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.717 INFO kablam! | Oct 22 02:09:27.717 INFO kablam! Oct 22 02:09:27.717 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.717 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.717 INFO kablam! | Oct 22 02:09:27.717 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.717 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.717 INFO kablam! ... Oct 22 02:09:27.717 INFO kablam! 2284 | rt_realloc_naive!(rt_pow2_16bytes_8align_realloc_naive, 16, 8); Oct 22 02:09:27.717 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.717 INFO kablam! | Oct 22 02:09:27.717 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.717 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.717 INFO kablam! | Oct 22 02:09:27.717 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.717 INFO kablam! | Oct 22 02:09:27.717 INFO kablam! Oct 22 02:09:27.717 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.717 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.717 INFO kablam! | Oct 22 02:09:27.717 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.717 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.717 INFO kablam! ... Oct 22 02:09:27.717 INFO kablam! 2284 | rt_realloc_naive!(rt_pow2_16bytes_8align_realloc_naive, 16, 8); Oct 22 02:09:27.717 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.717 INFO kablam! | Oct 22 02:09:27.717 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.717 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.717 INFO kablam! | Oct 22 02:09:27.717 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.717 INFO kablam! | Oct 22 02:09:27.717 INFO kablam! Oct 22 02:09:27.717 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.717 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.717 INFO kablam! | Oct 22 02:09:27.717 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.717 INFO kablam! | ^^^^^ Oct 22 02:09:27.717 INFO kablam! ... Oct 22 02:09:27.717 INFO kablam! 2297 | rt_realloc_naive!(rt_pow2_32bytes_8align_realloc_naive, 32, 8); Oct 22 02:09:27.717 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.717 INFO kablam! | Oct 22 02:09:27.717 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.717 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.717 INFO kablam! | Oct 22 02:09:27.717 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.717 INFO kablam! | Oct 22 02:09:27.717 INFO kablam! Oct 22 02:09:27.720 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.721 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.721 INFO kablam! | Oct 22 02:09:27.721 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.721 INFO kablam! | ^^^^^ Oct 22 02:09:27.721 INFO kablam! ... Oct 22 02:09:27.721 INFO kablam! 2297 | rt_realloc_naive!(rt_pow2_32bytes_8align_realloc_naive, 32, 8); Oct 22 02:09:27.721 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.721 INFO kablam! | Oct 22 02:09:27.721 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.721 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.721 INFO kablam! | Oct 22 02:09:27.721 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.721 INFO kablam! | Oct 22 02:09:27.721 INFO kablam! Oct 22 02:09:27.721 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.721 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.721 INFO kablam! | Oct 22 02:09:27.721 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.721 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.721 INFO kablam! ... Oct 22 02:09:27.721 INFO kablam! 2297 | rt_realloc_naive!(rt_pow2_32bytes_8align_realloc_naive, 32, 8); Oct 22 02:09:27.721 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.721 INFO kablam! | Oct 22 02:09:27.721 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.721 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.721 INFO kablam! | Oct 22 02:09:27.721 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.721 INFO kablam! | Oct 22 02:09:27.721 INFO kablam! Oct 22 02:09:27.721 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.721 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.721 INFO kablam! | Oct 22 02:09:27.721 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.721 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.721 INFO kablam! ... Oct 22 02:09:27.721 INFO kablam! 2297 | rt_realloc_naive!(rt_pow2_32bytes_8align_realloc_naive, 32, 8); Oct 22 02:09:27.721 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.721 INFO kablam! | Oct 22 02:09:27.721 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.721 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.721 INFO kablam! | Oct 22 02:09:27.721 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.721 INFO kablam! | Oct 22 02:09:27.721 INFO kablam! Oct 22 02:09:27.721 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.721 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.721 INFO kablam! | Oct 22 02:09:27.721 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.721 INFO kablam! | ^^^^^ Oct 22 02:09:27.721 INFO kablam! ... Oct 22 02:09:27.721 INFO kablam! 2310 | rt_realloc_naive!(rt_pow2_64bytes_8align_realloc_naive, 64, 8); Oct 22 02:09:27.721 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.721 INFO kablam! | Oct 22 02:09:27.721 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.721 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.721 INFO kablam! | Oct 22 02:09:27.721 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.721 INFO kablam! | Oct 22 02:09:27.721 INFO kablam! Oct 22 02:09:27.721 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.721 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.721 INFO kablam! | Oct 22 02:09:27.721 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.721 INFO kablam! | ^^^^^ Oct 22 02:09:27.721 INFO kablam! ... Oct 22 02:09:27.721 INFO kablam! 2310 | rt_realloc_naive!(rt_pow2_64bytes_8align_realloc_naive, 64, 8); Oct 22 02:09:27.721 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.721 INFO kablam! | Oct 22 02:09:27.721 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.721 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.721 INFO kablam! | Oct 22 02:09:27.721 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.721 INFO kablam! | Oct 22 02:09:27.721 INFO kablam! Oct 22 02:09:27.721 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.721 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.721 INFO kablam! | Oct 22 02:09:27.721 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.721 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.721 INFO kablam! ... Oct 22 02:09:27.721 INFO kablam! 2310 | rt_realloc_naive!(rt_pow2_64bytes_8align_realloc_naive, 64, 8); Oct 22 02:09:27.721 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.722 INFO kablam! | Oct 22 02:09:27.722 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.722 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.722 INFO kablam! | Oct 22 02:09:27.722 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.722 INFO kablam! | Oct 22 02:09:27.722 INFO kablam! Oct 22 02:09:27.722 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.722 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.722 INFO kablam! | Oct 22 02:09:27.722 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.722 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.722 INFO kablam! ... Oct 22 02:09:27.722 INFO kablam! 2310 | rt_realloc_naive!(rt_pow2_64bytes_8align_realloc_naive, 64, 8); Oct 22 02:09:27.722 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.722 INFO kablam! | Oct 22 02:09:27.722 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.722 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.722 INFO kablam! | Oct 22 02:09:27.722 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.722 INFO kablam! | Oct 22 02:09:27.722 INFO kablam! Oct 22 02:09:27.722 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.722 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.722 INFO kablam! | Oct 22 02:09:27.722 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.722 INFO kablam! | ^^^^^ Oct 22 02:09:27.722 INFO kablam! ... Oct 22 02:09:27.722 INFO kablam! 2323 | rt_realloc_naive!(rt_pow2_128bytes_8align_realloc_naive, 128, 8); Oct 22 02:09:27.722 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.722 INFO kablam! | Oct 22 02:09:27.722 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.722 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.722 INFO kablam! | Oct 22 02:09:27.722 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.722 INFO kablam! | Oct 22 02:09:27.722 INFO kablam! Oct 22 02:09:27.729 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.729 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.729 INFO kablam! | Oct 22 02:09:27.729 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.729 INFO kablam! | ^^^^^ Oct 22 02:09:27.729 INFO kablam! ... Oct 22 02:09:27.729 INFO kablam! 2323 | rt_realloc_naive!(rt_pow2_128bytes_8align_realloc_naive, 128, 8); Oct 22 02:09:27.729 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.729 INFO kablam! | Oct 22 02:09:27.729 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.729 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.729 INFO kablam! | Oct 22 02:09:27.729 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.729 INFO kablam! | Oct 22 02:09:27.729 INFO kablam! Oct 22 02:09:27.729 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.729 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.729 INFO kablam! | Oct 22 02:09:27.729 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.729 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.729 INFO kablam! ... Oct 22 02:09:27.729 INFO kablam! 2323 | rt_realloc_naive!(rt_pow2_128bytes_8align_realloc_naive, 128, 8); Oct 22 02:09:27.729 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.729 INFO kablam! | Oct 22 02:09:27.729 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.729 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.729 INFO kablam! | Oct 22 02:09:27.729 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.729 INFO kablam! | Oct 22 02:09:27.729 INFO kablam! Oct 22 02:09:27.729 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.729 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.729 INFO kablam! | Oct 22 02:09:27.729 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.729 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.729 INFO kablam! ... Oct 22 02:09:27.729 INFO kablam! 2323 | rt_realloc_naive!(rt_pow2_128bytes_8align_realloc_naive, 128, 8); Oct 22 02:09:27.729 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.729 INFO kablam! | Oct 22 02:09:27.729 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.729 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.729 INFO kablam! | Oct 22 02:09:27.729 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.729 INFO kablam! | Oct 22 02:09:27.729 INFO kablam! Oct 22 02:09:27.729 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.729 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.729 INFO kablam! | Oct 22 02:09:27.729 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.729 INFO kablam! | ^^^^^ Oct 22 02:09:27.729 INFO kablam! ... Oct 22 02:09:27.730 INFO kablam! 2336 | rt_realloc_naive!(rt_pow2_256bytes_8align_realloc_naive, 256, 8); Oct 22 02:09:27.730 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.730 INFO kablam! | Oct 22 02:09:27.730 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.730 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.730 INFO kablam! | Oct 22 02:09:27.730 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.730 INFO kablam! | Oct 22 02:09:27.730 INFO kablam! Oct 22 02:09:27.730 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.730 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.730 INFO kablam! | Oct 22 02:09:27.730 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.730 INFO kablam! | ^^^^^ Oct 22 02:09:27.730 INFO kablam! ... Oct 22 02:09:27.730 INFO kablam! 2336 | rt_realloc_naive!(rt_pow2_256bytes_8align_realloc_naive, 256, 8); Oct 22 02:09:27.730 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.730 INFO kablam! | Oct 22 02:09:27.730 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.730 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.730 INFO kablam! | Oct 22 02:09:27.730 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.730 INFO kablam! | Oct 22 02:09:27.730 INFO kablam! Oct 22 02:09:27.730 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.730 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.730 INFO kablam! | Oct 22 02:09:27.730 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.730 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.730 INFO kablam! ... Oct 22 02:09:27.730 INFO kablam! 2336 | rt_realloc_naive!(rt_pow2_256bytes_8align_realloc_naive, 256, 8); Oct 22 02:09:27.730 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.730 INFO kablam! | Oct 22 02:09:27.730 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.730 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.730 INFO kablam! | Oct 22 02:09:27.730 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.730 INFO kablam! | Oct 22 02:09:27.730 INFO kablam! Oct 22 02:09:27.730 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.730 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.730 INFO kablam! | Oct 22 02:09:27.730 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.730 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.730 INFO kablam! ... Oct 22 02:09:27.730 INFO kablam! 2336 | rt_realloc_naive!(rt_pow2_256bytes_8align_realloc_naive, 256, 8); Oct 22 02:09:27.730 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.730 INFO kablam! | Oct 22 02:09:27.730 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.730 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.730 INFO kablam! | Oct 22 02:09:27.730 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.730 INFO kablam! | Oct 22 02:09:27.730 INFO kablam! Oct 22 02:09:27.730 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.730 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.730 INFO kablam! | Oct 22 02:09:27.730 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.730 INFO kablam! | ^^^^^ Oct 22 02:09:27.730 INFO kablam! ... Oct 22 02:09:27.730 INFO kablam! 2349 | rt_realloc_naive!(rt_pow2_512bytes_8align_realloc_naive, 512, 8); Oct 22 02:09:27.730 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.730 INFO kablam! | Oct 22 02:09:27.730 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.730 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.730 INFO kablam! | Oct 22 02:09:27.730 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.730 INFO kablam! | Oct 22 02:09:27.730 INFO kablam! Oct 22 02:09:27.736 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.737 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.737 INFO kablam! | Oct 22 02:09:27.737 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.737 INFO kablam! | ^^^^^ Oct 22 02:09:27.737 INFO kablam! ... Oct 22 02:09:27.737 INFO kablam! 2349 | rt_realloc_naive!(rt_pow2_512bytes_8align_realloc_naive, 512, 8); Oct 22 02:09:27.737 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.737 INFO kablam! | Oct 22 02:09:27.737 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.737 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.737 INFO kablam! | Oct 22 02:09:27.737 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.737 INFO kablam! | Oct 22 02:09:27.737 INFO kablam! Oct 22 02:09:27.737 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.737 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.737 INFO kablam! | Oct 22 02:09:27.737 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.737 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.737 INFO kablam! ... Oct 22 02:09:27.737 INFO kablam! 2349 | rt_realloc_naive!(rt_pow2_512bytes_8align_realloc_naive, 512, 8); Oct 22 02:09:27.737 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.737 INFO kablam! | Oct 22 02:09:27.737 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.737 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.737 INFO kablam! | Oct 22 02:09:27.737 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.737 INFO kablam! | Oct 22 02:09:27.737 INFO kablam! Oct 22 02:09:27.737 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.737 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.737 INFO kablam! | Oct 22 02:09:27.737 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.737 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.737 INFO kablam! ... Oct 22 02:09:27.737 INFO kablam! 2349 | rt_realloc_naive!(rt_pow2_512bytes_8align_realloc_naive, 512, 8); Oct 22 02:09:27.737 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.737 INFO kablam! | Oct 22 02:09:27.737 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.737 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.737 INFO kablam! | Oct 22 02:09:27.738 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.738 INFO kablam! | Oct 22 02:09:27.738 INFO kablam! Oct 22 02:09:27.738 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.738 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.738 INFO kablam! | Oct 22 02:09:27.738 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.738 INFO kablam! | ^^^^^ Oct 22 02:09:27.738 INFO kablam! ... Oct 22 02:09:27.738 INFO kablam! 2362 | rt_realloc_naive!(rt_pow2_1024bytes_8align_realloc_naive, 1024, 8); Oct 22 02:09:27.738 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.738 INFO kablam! | Oct 22 02:09:27.738 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.738 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.738 INFO kablam! | Oct 22 02:09:27.738 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.738 INFO kablam! | Oct 22 02:09:27.738 INFO kablam! Oct 22 02:09:27.738 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.738 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.738 INFO kablam! | Oct 22 02:09:27.738 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.738 INFO kablam! | ^^^^^ Oct 22 02:09:27.738 INFO kablam! ... Oct 22 02:09:27.738 INFO kablam! 2362 | rt_realloc_naive!(rt_pow2_1024bytes_8align_realloc_naive, 1024, 8); Oct 22 02:09:27.738 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.738 INFO kablam! | Oct 22 02:09:27.738 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.738 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.738 INFO kablam! | Oct 22 02:09:27.738 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.738 INFO kablam! | Oct 22 02:09:27.738 INFO kablam! Oct 22 02:09:27.738 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.738 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.738 INFO kablam! | Oct 22 02:09:27.738 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.738 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.738 INFO kablam! ... Oct 22 02:09:27.738 INFO kablam! 2362 | rt_realloc_naive!(rt_pow2_1024bytes_8align_realloc_naive, 1024, 8); Oct 22 02:09:27.738 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.738 INFO kablam! | Oct 22 02:09:27.738 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.738 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.738 INFO kablam! | Oct 22 02:09:27.738 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.738 INFO kablam! | Oct 22 02:09:27.738 INFO kablam! Oct 22 02:09:27.738 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.738 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.738 INFO kablam! | Oct 22 02:09:27.738 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.738 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.738 INFO kablam! ... Oct 22 02:09:27.738 INFO kablam! 2362 | rt_realloc_naive!(rt_pow2_1024bytes_8align_realloc_naive, 1024, 8); Oct 22 02:09:27.738 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.738 INFO kablam! | Oct 22 02:09:27.738 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.738 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.738 INFO kablam! | Oct 22 02:09:27.738 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.738 INFO kablam! | Oct 22 02:09:27.738 INFO kablam! Oct 22 02:09:27.738 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.738 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.738 INFO kablam! | Oct 22 02:09:27.738 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.738 INFO kablam! | ^^^^^ Oct 22 02:09:27.738 INFO kablam! ... Oct 22 02:09:27.738 INFO kablam! 2375 | rt_realloc_naive!(rt_pow2_2048bytes_8align_realloc_naive, 2048, 8); Oct 22 02:09:27.738 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.738 INFO kablam! | Oct 22 02:09:27.738 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.738 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.738 INFO kablam! | Oct 22 02:09:27.738 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.738 INFO kablam! | Oct 22 02:09:27.738 INFO kablam! Oct 22 02:09:27.743 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.743 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.743 INFO kablam! | Oct 22 02:09:27.743 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.743 INFO kablam! | ^^^^^ Oct 22 02:09:27.743 INFO kablam! ... Oct 22 02:09:27.743 INFO kablam! 2375 | rt_realloc_naive!(rt_pow2_2048bytes_8align_realloc_naive, 2048, 8); Oct 22 02:09:27.743 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.743 INFO kablam! | Oct 22 02:09:27.743 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.743 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.743 INFO kablam! | Oct 22 02:09:27.743 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.743 INFO kablam! | Oct 22 02:09:27.743 INFO kablam! Oct 22 02:09:27.743 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.743 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.743 INFO kablam! | Oct 22 02:09:27.743 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.743 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.743 INFO kablam! ... Oct 22 02:09:27.743 INFO kablam! 2375 | rt_realloc_naive!(rt_pow2_2048bytes_8align_realloc_naive, 2048, 8); Oct 22 02:09:27.743 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.743 INFO kablam! | Oct 22 02:09:27.743 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.743 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.743 INFO kablam! | Oct 22 02:09:27.743 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.743 INFO kablam! | Oct 22 02:09:27.743 INFO kablam! Oct 22 02:09:27.743 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.743 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.743 INFO kablam! | Oct 22 02:09:27.743 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.743 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.743 INFO kablam! ... Oct 22 02:09:27.743 INFO kablam! 2375 | rt_realloc_naive!(rt_pow2_2048bytes_8align_realloc_naive, 2048, 8); Oct 22 02:09:27.743 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.743 INFO kablam! | Oct 22 02:09:27.743 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.743 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.743 INFO kablam! | Oct 22 02:09:27.743 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.743 INFO kablam! | Oct 22 02:09:27.743 INFO kablam! Oct 22 02:09:27.743 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.743 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.743 INFO kablam! | Oct 22 02:09:27.743 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.743 INFO kablam! | ^^^^^ Oct 22 02:09:27.743 INFO kablam! ... Oct 22 02:09:27.743 INFO kablam! 2388 | rt_realloc_naive!(rt_pow2_4096bytes_8align_realloc_naive, 4096, 8); Oct 22 02:09:27.743 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.743 INFO kablam! | Oct 22 02:09:27.744 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.744 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.744 INFO kablam! | Oct 22 02:09:27.744 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.744 INFO kablam! | Oct 22 02:09:27.744 INFO kablam! Oct 22 02:09:27.744 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.744 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.744 INFO kablam! | Oct 22 02:09:27.744 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.744 INFO kablam! | ^^^^^ Oct 22 02:09:27.744 INFO kablam! ... Oct 22 02:09:27.744 INFO kablam! 2388 | rt_realloc_naive!(rt_pow2_4096bytes_8align_realloc_naive, 4096, 8); Oct 22 02:09:27.744 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.744 INFO kablam! | Oct 22 02:09:27.744 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.744 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.744 INFO kablam! | Oct 22 02:09:27.744 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.744 INFO kablam! | Oct 22 02:09:27.744 INFO kablam! Oct 22 02:09:27.753 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.753 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.753 INFO kablam! | Oct 22 02:09:27.753 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.753 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.753 INFO kablam! ... Oct 22 02:09:27.753 INFO kablam! 2388 | rt_realloc_naive!(rt_pow2_4096bytes_8align_realloc_naive, 4096, 8); Oct 22 02:09:27.753 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.753 INFO kablam! | Oct 22 02:09:27.753 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.753 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.753 INFO kablam! | Oct 22 02:09:27.753 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.753 INFO kablam! | Oct 22 02:09:27.753 INFO kablam! Oct 22 02:09:27.753 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.753 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.753 INFO kablam! | Oct 22 02:09:27.753 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.753 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.753 INFO kablam! ... Oct 22 02:09:27.753 INFO kablam! 2388 | rt_realloc_naive!(rt_pow2_4096bytes_8align_realloc_naive, 4096, 8); Oct 22 02:09:27.753 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.753 INFO kablam! | Oct 22 02:09:27.753 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.753 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.753 INFO kablam! | Oct 22 02:09:27.753 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.753 INFO kablam! | Oct 22 02:09:27.753 INFO kablam! Oct 22 02:09:27.753 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.753 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.753 INFO kablam! | Oct 22 02:09:27.753 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.753 INFO kablam! | ^^^^^ Oct 22 02:09:27.753 INFO kablam! ... Oct 22 02:09:27.753 INFO kablam! 2401 | rt_realloc_naive!(rt_pow2_8192bytes_8align_realloc_naive, 8192, 8); Oct 22 02:09:27.753 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.753 INFO kablam! | Oct 22 02:09:27.753 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.753 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.753 INFO kablam! | Oct 22 02:09:27.753 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.753 INFO kablam! | Oct 22 02:09:27.753 INFO kablam! Oct 22 02:09:27.753 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.753 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.753 INFO kablam! | Oct 22 02:09:27.753 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.753 INFO kablam! | ^^^^^ Oct 22 02:09:27.753 INFO kablam! ... Oct 22 02:09:27.753 INFO kablam! 2401 | rt_realloc_naive!(rt_pow2_8192bytes_8align_realloc_naive, 8192, 8); Oct 22 02:09:27.753 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.753 INFO kablam! | Oct 22 02:09:27.753 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.753 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.753 INFO kablam! | Oct 22 02:09:27.753 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.753 INFO kablam! | Oct 22 02:09:27.753 INFO kablam! Oct 22 02:09:27.753 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.753 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.753 INFO kablam! | Oct 22 02:09:27.753 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.753 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.753 INFO kablam! ... Oct 22 02:09:27.753 INFO kablam! 2401 | rt_realloc_naive!(rt_pow2_8192bytes_8align_realloc_naive, 8192, 8); Oct 22 02:09:27.753 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.753 INFO kablam! | Oct 22 02:09:27.753 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.753 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.753 INFO kablam! | Oct 22 02:09:27.753 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.753 INFO kablam! | Oct 22 02:09:27.753 INFO kablam! Oct 22 02:09:27.754 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.754 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.754 INFO kablam! | Oct 22 02:09:27.754 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.754 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.754 INFO kablam! ... Oct 22 02:09:27.754 INFO kablam! 2401 | rt_realloc_naive!(rt_pow2_8192bytes_8align_realloc_naive, 8192, 8); Oct 22 02:09:27.754 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.754 INFO kablam! | Oct 22 02:09:27.754 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.754 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.754 INFO kablam! | Oct 22 02:09:27.754 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.754 INFO kablam! | Oct 22 02:09:27.754 INFO kablam! Oct 22 02:09:27.754 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.754 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.754 INFO kablam! | Oct 22 02:09:27.754 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.754 INFO kablam! | ^^^^^ Oct 22 02:09:27.754 INFO kablam! ... Oct 22 02:09:27.754 INFO kablam! 2414 | rt_realloc_naive!(rt_pow2_16384bytes_8align_realloc_naive, 16384, 8); Oct 22 02:09:27.754 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.754 INFO kablam! | Oct 22 02:09:27.754 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.754 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.754 INFO kablam! | Oct 22 02:09:27.754 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.754 INFO kablam! | Oct 22 02:09:27.754 INFO kablam! Oct 22 02:09:27.754 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.754 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.754 INFO kablam! | Oct 22 02:09:27.754 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.754 INFO kablam! | ^^^^^ Oct 22 02:09:27.754 INFO kablam! ... Oct 22 02:09:27.754 INFO kablam! 2414 | rt_realloc_naive!(rt_pow2_16384bytes_8align_realloc_naive, 16384, 8); Oct 22 02:09:27.754 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.754 INFO kablam! | Oct 22 02:09:27.754 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.754 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.754 INFO kablam! | Oct 22 02:09:27.754 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.754 INFO kablam! | Oct 22 02:09:27.754 INFO kablam! Oct 22 02:09:27.754 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.754 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.754 INFO kablam! | Oct 22 02:09:27.754 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.754 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.754 INFO kablam! ... Oct 22 02:09:27.754 INFO kablam! 2414 | rt_realloc_naive!(rt_pow2_16384bytes_8align_realloc_naive, 16384, 8); Oct 22 02:09:27.754 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.754 INFO kablam! | Oct 22 02:09:27.754 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.754 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.754 INFO kablam! | Oct 22 02:09:27.754 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.754 INFO kablam! | Oct 22 02:09:27.754 INFO kablam! Oct 22 02:09:27.754 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.754 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.754 INFO kablam! | Oct 22 02:09:27.754 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.754 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.754 INFO kablam! ... Oct 22 02:09:27.754 INFO kablam! 2414 | rt_realloc_naive!(rt_pow2_16384bytes_8align_realloc_naive, 16384, 8); Oct 22 02:09:27.754 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.754 INFO kablam! | Oct 22 02:09:27.754 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.754 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.754 INFO kablam! | Oct 22 02:09:27.754 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.754 INFO kablam! | Oct 22 02:09:27.754 INFO kablam! Oct 22 02:09:27.764 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.764 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.764 INFO kablam! | Oct 22 02:09:27.764 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.764 INFO kablam! | ^^^^^ Oct 22 02:09:27.764 INFO kablam! ... Oct 22 02:09:27.764 INFO kablam! 2427 | rt_realloc_naive!(rt_pow2_32768bytes_8align_realloc_naive, 32768, 8); Oct 22 02:09:27.764 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.764 INFO kablam! | Oct 22 02:09:27.764 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.764 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.764 INFO kablam! | Oct 22 02:09:27.764 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.764 INFO kablam! | Oct 22 02:09:27.764 INFO kablam! Oct 22 02:09:27.764 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.764 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.764 INFO kablam! | Oct 22 02:09:27.764 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.764 INFO kablam! | ^^^^^ Oct 22 02:09:27.764 INFO kablam! ... Oct 22 02:09:27.764 INFO kablam! 2427 | rt_realloc_naive!(rt_pow2_32768bytes_8align_realloc_naive, 32768, 8); Oct 22 02:09:27.764 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.764 INFO kablam! | Oct 22 02:09:27.764 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.764 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.764 INFO kablam! | Oct 22 02:09:27.764 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.764 INFO kablam! | Oct 22 02:09:27.764 INFO kablam! Oct 22 02:09:27.764 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.764 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.764 INFO kablam! | Oct 22 02:09:27.764 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.764 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.764 INFO kablam! ... Oct 22 02:09:27.764 INFO kablam! 2427 | rt_realloc_naive!(rt_pow2_32768bytes_8align_realloc_naive, 32768, 8); Oct 22 02:09:27.764 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.764 INFO kablam! | Oct 22 02:09:27.764 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.765 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.765 INFO kablam! | Oct 22 02:09:27.765 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.765 INFO kablam! | Oct 22 02:09:27.765 INFO kablam! Oct 22 02:09:27.765 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.765 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.765 INFO kablam! | Oct 22 02:09:27.765 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.765 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.765 INFO kablam! ... Oct 22 02:09:27.765 INFO kablam! 2427 | rt_realloc_naive!(rt_pow2_32768bytes_8align_realloc_naive, 32768, 8); Oct 22 02:09:27.765 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.765 INFO kablam! | Oct 22 02:09:27.765 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.765 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.765 INFO kablam! | Oct 22 02:09:27.765 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.765 INFO kablam! | Oct 22 02:09:27.765 INFO kablam! Oct 22 02:09:27.765 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.765 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.765 INFO kablam! | Oct 22 02:09:27.765 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.765 INFO kablam! | ^^^^^ Oct 22 02:09:27.765 INFO kablam! ... Oct 22 02:09:27.765 INFO kablam! 2440 | rt_realloc_naive!(rt_pow2_65536bytes_8align_realloc_naive, 65536, 8); Oct 22 02:09:27.765 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.765 INFO kablam! | Oct 22 02:09:27.765 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.765 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.765 INFO kablam! | Oct 22 02:09:27.765 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.765 INFO kablam! | Oct 22 02:09:27.765 INFO kablam! Oct 22 02:09:27.765 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.765 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.765 INFO kablam! | Oct 22 02:09:27.765 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.765 INFO kablam! | ^^^^^ Oct 22 02:09:27.765 INFO kablam! ... Oct 22 02:09:27.765 INFO kablam! 2440 | rt_realloc_naive!(rt_pow2_65536bytes_8align_realloc_naive, 65536, 8); Oct 22 02:09:27.765 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.765 INFO kablam! | Oct 22 02:09:27.765 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.765 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.765 INFO kablam! | Oct 22 02:09:27.765 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.765 INFO kablam! | Oct 22 02:09:27.765 INFO kablam! Oct 22 02:09:27.765 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.765 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.765 INFO kablam! | Oct 22 02:09:27.765 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.765 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.765 INFO kablam! ... Oct 22 02:09:27.765 INFO kablam! 2440 | rt_realloc_naive!(rt_pow2_65536bytes_8align_realloc_naive, 65536, 8); Oct 22 02:09:27.765 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.765 INFO kablam! | Oct 22 02:09:27.765 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.765 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.765 INFO kablam! | Oct 22 02:09:27.765 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.765 INFO kablam! | Oct 22 02:09:27.765 INFO kablam! Oct 22 02:09:27.769 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.769 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.769 INFO kablam! | Oct 22 02:09:27.769 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.769 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.769 INFO kablam! ... Oct 22 02:09:27.769 INFO kablam! 2440 | rt_realloc_naive!(rt_pow2_65536bytes_8align_realloc_naive, 65536, 8); Oct 22 02:09:27.769 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.769 INFO kablam! | Oct 22 02:09:27.769 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.769 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.769 INFO kablam! | Oct 22 02:09:27.769 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.769 INFO kablam! | Oct 22 02:09:27.769 INFO kablam! Oct 22 02:09:27.769 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.769 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.769 INFO kablam! | Oct 22 02:09:27.769 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.769 INFO kablam! | ^^^^^ Oct 22 02:09:27.769 INFO kablam! ... Oct 22 02:09:27.769 INFO kablam! 2453 | rt_realloc_naive!(rt_pow2_131072bytes_8align_realloc_naive, 131072, 8); Oct 22 02:09:27.769 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.769 INFO kablam! | Oct 22 02:09:27.769 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.769 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.769 INFO kablam! | Oct 22 02:09:27.769 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.769 INFO kablam! | Oct 22 02:09:27.769 INFO kablam! Oct 22 02:09:27.769 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.769 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.769 INFO kablam! | Oct 22 02:09:27.769 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.769 INFO kablam! | ^^^^^ Oct 22 02:09:27.769 INFO kablam! ... Oct 22 02:09:27.769 INFO kablam! 2453 | rt_realloc_naive!(rt_pow2_131072bytes_8align_realloc_naive, 131072, 8); Oct 22 02:09:27.769 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.769 INFO kablam! | Oct 22 02:09:27.769 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.769 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.769 INFO kablam! | Oct 22 02:09:27.769 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.769 INFO kablam! | Oct 22 02:09:27.769 INFO kablam! Oct 22 02:09:27.769 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.769 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.769 INFO kablam! | Oct 22 02:09:27.769 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.769 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.769 INFO kablam! ... Oct 22 02:09:27.769 INFO kablam! 2453 | rt_realloc_naive!(rt_pow2_131072bytes_8align_realloc_naive, 131072, 8); Oct 22 02:09:27.769 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.769 INFO kablam! | Oct 22 02:09:27.769 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.769 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.769 INFO kablam! | Oct 22 02:09:27.769 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.769 INFO kablam! | Oct 22 02:09:27.769 INFO kablam! Oct 22 02:09:27.769 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.769 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.769 INFO kablam! | Oct 22 02:09:27.769 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.769 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.769 INFO kablam! ... Oct 22 02:09:27.769 INFO kablam! 2453 | rt_realloc_naive!(rt_pow2_131072bytes_8align_realloc_naive, 131072, 8); Oct 22 02:09:27.769 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.769 INFO kablam! | Oct 22 02:09:27.769 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.769 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.769 INFO kablam! | Oct 22 02:09:27.769 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.769 INFO kablam! | Oct 22 02:09:27.769 INFO kablam! Oct 22 02:09:27.769 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.769 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.769 INFO kablam! | Oct 22 02:09:27.769 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.769 INFO kablam! | ^^^^^ Oct 22 02:09:27.769 INFO kablam! ... Oct 22 02:09:27.769 INFO kablam! 2466 | rt_realloc_naive!(rt_pow2_4194304bytes_8align_realloc_naive, 4194304, 8); Oct 22 02:09:27.770 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.770 INFO kablam! | Oct 22 02:09:27.770 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.770 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.770 INFO kablam! | Oct 22 02:09:27.770 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.770 INFO kablam! | Oct 22 02:09:27.770 INFO kablam! Oct 22 02:09:27.770 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.770 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.770 INFO kablam! | Oct 22 02:09:27.770 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.770 INFO kablam! | ^^^^^ Oct 22 02:09:27.770 INFO kablam! ... Oct 22 02:09:27.770 INFO kablam! 2466 | rt_realloc_naive!(rt_pow2_4194304bytes_8align_realloc_naive, 4194304, 8); Oct 22 02:09:27.770 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.770 INFO kablam! | Oct 22 02:09:27.770 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.770 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.770 INFO kablam! | Oct 22 02:09:27.770 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.770 INFO kablam! | Oct 22 02:09:27.770 INFO kablam! Oct 22 02:09:27.770 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.770 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.770 INFO kablam! | Oct 22 02:09:27.770 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.770 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.770 INFO kablam! ... Oct 22 02:09:27.770 INFO kablam! 2466 | rt_realloc_naive!(rt_pow2_4194304bytes_8align_realloc_naive, 4194304, 8); Oct 22 02:09:27.770 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.770 INFO kablam! | Oct 22 02:09:27.770 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.770 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.770 INFO kablam! | Oct 22 02:09:27.770 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.770 INFO kablam! | Oct 22 02:09:27.770 INFO kablam! Oct 22 02:09:27.770 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.770 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.770 INFO kablam! | Oct 22 02:09:27.770 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.770 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.770 INFO kablam! ... Oct 22 02:09:27.770 INFO kablam! 2466 | rt_realloc_naive!(rt_pow2_4194304bytes_8align_realloc_naive, 4194304, 8); Oct 22 02:09:27.770 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.770 INFO kablam! | Oct 22 02:09:27.770 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.770 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.770 INFO kablam! | Oct 22 02:09:27.770 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.770 INFO kablam! | Oct 22 02:09:27.770 INFO kablam! Oct 22 02:09:27.776 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.776 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.777 INFO kablam! | Oct 22 02:09:27.777 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.777 INFO kablam! | ^^^^^ Oct 22 02:09:27.777 INFO kablam! ... Oct 22 02:09:27.777 INFO kablam! 2480 | rt_realloc_naive!(rt_even_10bytes_8align_realloc_naive, 10, 8); Oct 22 02:09:27.777 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.777 INFO kablam! | Oct 22 02:09:27.777 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.777 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.777 INFO kablam! | Oct 22 02:09:27.777 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.777 INFO kablam! | Oct 22 02:09:27.777 INFO kablam! Oct 22 02:09:27.777 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.777 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.777 INFO kablam! | Oct 22 02:09:27.777 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.777 INFO kablam! | ^^^^^ Oct 22 02:09:27.777 INFO kablam! ... Oct 22 02:09:27.777 INFO kablam! 2480 | rt_realloc_naive!(rt_even_10bytes_8align_realloc_naive, 10, 8); Oct 22 02:09:27.777 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.777 INFO kablam! | Oct 22 02:09:27.777 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.777 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.777 INFO kablam! | Oct 22 02:09:27.777 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.777 INFO kablam! | Oct 22 02:09:27.777 INFO kablam! Oct 22 02:09:27.777 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.777 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.777 INFO kablam! | Oct 22 02:09:27.777 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.777 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.777 INFO kablam! ... Oct 22 02:09:27.777 INFO kablam! 2480 | rt_realloc_naive!(rt_even_10bytes_8align_realloc_naive, 10, 8); Oct 22 02:09:27.777 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.777 INFO kablam! | Oct 22 02:09:27.777 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.777 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.777 INFO kablam! | Oct 22 02:09:27.777 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.777 INFO kablam! | Oct 22 02:09:27.777 INFO kablam! Oct 22 02:09:27.777 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.777 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.777 INFO kablam! | Oct 22 02:09:27.777 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.777 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.777 INFO kablam! ... Oct 22 02:09:27.777 INFO kablam! 2480 | rt_realloc_naive!(rt_even_10bytes_8align_realloc_naive, 10, 8); Oct 22 02:09:27.777 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.777 INFO kablam! | Oct 22 02:09:27.777 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.777 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.777 INFO kablam! | Oct 22 02:09:27.777 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.777 INFO kablam! | Oct 22 02:09:27.777 INFO kablam! Oct 22 02:09:27.777 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.777 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.777 INFO kablam! | Oct 22 02:09:27.777 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.777 INFO kablam! | ^^^^^ Oct 22 02:09:27.777 INFO kablam! ... Oct 22 02:09:27.777 INFO kablam! 2493 | rt_realloc_naive!(rt_even_100bytes_8align_realloc_naive, 100, 8); Oct 22 02:09:27.777 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.777 INFO kablam! | Oct 22 02:09:27.777 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.777 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.777 INFO kablam! | Oct 22 02:09:27.777 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.777 INFO kablam! | Oct 22 02:09:27.777 INFO kablam! Oct 22 02:09:27.777 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.777 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.777 INFO kablam! | Oct 22 02:09:27.777 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.777 INFO kablam! | ^^^^^ Oct 22 02:09:27.777 INFO kablam! ... Oct 22 02:09:27.777 INFO kablam! 2493 | rt_realloc_naive!(rt_even_100bytes_8align_realloc_naive, 100, 8); Oct 22 02:09:27.777 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.777 INFO kablam! | Oct 22 02:09:27.777 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.777 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.777 INFO kablam! | Oct 22 02:09:27.778 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.778 INFO kablam! | Oct 22 02:09:27.778 INFO kablam! Oct 22 02:09:27.778 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.778 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.778 INFO kablam! | Oct 22 02:09:27.778 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.778 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.778 INFO kablam! ... Oct 22 02:09:27.778 INFO kablam! 2493 | rt_realloc_naive!(rt_even_100bytes_8align_realloc_naive, 100, 8); Oct 22 02:09:27.778 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.778 INFO kablam! | Oct 22 02:09:27.778 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.778 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.778 INFO kablam! | Oct 22 02:09:27.778 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.778 INFO kablam! | Oct 22 02:09:27.778 INFO kablam! Oct 22 02:09:27.778 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.778 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.778 INFO kablam! | Oct 22 02:09:27.778 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.778 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.778 INFO kablam! ... Oct 22 02:09:27.778 INFO kablam! 2493 | rt_realloc_naive!(rt_even_100bytes_8align_realloc_naive, 100, 8); Oct 22 02:09:27.778 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.778 INFO kablam! | Oct 22 02:09:27.778 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.778 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.778 INFO kablam! | Oct 22 02:09:27.778 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.778 INFO kablam! | Oct 22 02:09:27.778 INFO kablam! Oct 22 02:09:27.788 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.788 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.788 INFO kablam! | Oct 22 02:09:27.788 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.788 INFO kablam! | ^^^^^ Oct 22 02:09:27.788 INFO kablam! ... Oct 22 02:09:27.788 INFO kablam! 2506 | rt_realloc_naive!(rt_even_1000bytes_8align_realloc_naive, 1000, 8); Oct 22 02:09:27.788 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.788 INFO kablam! | Oct 22 02:09:27.788 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.788 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.788 INFO kablam! | Oct 22 02:09:27.788 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.788 INFO kablam! | Oct 22 02:09:27.788 INFO kablam! Oct 22 02:09:27.788 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.788 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.788 INFO kablam! | Oct 22 02:09:27.788 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.788 INFO kablam! | ^^^^^ Oct 22 02:09:27.788 INFO kablam! ... Oct 22 02:09:27.788 INFO kablam! 2506 | rt_realloc_naive!(rt_even_1000bytes_8align_realloc_naive, 1000, 8); Oct 22 02:09:27.788 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.788 INFO kablam! | Oct 22 02:09:27.788 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.788 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.788 INFO kablam! | Oct 22 02:09:27.788 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.788 INFO kablam! | Oct 22 02:09:27.788 INFO kablam! Oct 22 02:09:27.788 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.788 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.788 INFO kablam! | Oct 22 02:09:27.788 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.788 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.788 INFO kablam! ... Oct 22 02:09:27.788 INFO kablam! 2506 | rt_realloc_naive!(rt_even_1000bytes_8align_realloc_naive, 1000, 8); Oct 22 02:09:27.788 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.788 INFO kablam! | Oct 22 02:09:27.788 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.789 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.789 INFO kablam! | Oct 22 02:09:27.789 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.789 INFO kablam! | Oct 22 02:09:27.789 INFO kablam! Oct 22 02:09:27.789 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.789 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.789 INFO kablam! | Oct 22 02:09:27.789 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.789 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.789 INFO kablam! ... Oct 22 02:09:27.789 INFO kablam! 2506 | rt_realloc_naive!(rt_even_1000bytes_8align_realloc_naive, 1000, 8); Oct 22 02:09:27.789 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.789 INFO kablam! | Oct 22 02:09:27.789 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.789 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.789 INFO kablam! | Oct 22 02:09:27.789 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.789 INFO kablam! | Oct 22 02:09:27.789 INFO kablam! Oct 22 02:09:27.789 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.789 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.789 INFO kablam! | Oct 22 02:09:27.789 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.789 INFO kablam! | ^^^^^ Oct 22 02:09:27.789 INFO kablam! ... Oct 22 02:09:27.789 INFO kablam! 2519 | rt_realloc_naive!(rt_even_10000bytes_8align_realloc_naive, 10000, 8); Oct 22 02:09:27.789 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.789 INFO kablam! | Oct 22 02:09:27.789 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.789 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.789 INFO kablam! | Oct 22 02:09:27.789 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.789 INFO kablam! | Oct 22 02:09:27.789 INFO kablam! Oct 22 02:09:27.789 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.789 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.789 INFO kablam! | Oct 22 02:09:27.789 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.789 INFO kablam! | ^^^^^ Oct 22 02:09:27.789 INFO kablam! ... Oct 22 02:09:27.789 INFO kablam! 2519 | rt_realloc_naive!(rt_even_10000bytes_8align_realloc_naive, 10000, 8); Oct 22 02:09:27.789 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.789 INFO kablam! | Oct 22 02:09:27.789 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.789 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.789 INFO kablam! | Oct 22 02:09:27.789 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.789 INFO kablam! | Oct 22 02:09:27.789 INFO kablam! Oct 22 02:09:27.789 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.789 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.789 INFO kablam! | Oct 22 02:09:27.789 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.789 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.789 INFO kablam! ... Oct 22 02:09:27.789 INFO kablam! 2519 | rt_realloc_naive!(rt_even_10000bytes_8align_realloc_naive, 10000, 8); Oct 22 02:09:27.789 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.789 INFO kablam! | Oct 22 02:09:27.789 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.789 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.789 INFO kablam! | Oct 22 02:09:27.789 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.789 INFO kablam! | Oct 22 02:09:27.789 INFO kablam! Oct 22 02:09:27.789 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.789 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.789 INFO kablam! | Oct 22 02:09:27.789 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.789 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.789 INFO kablam! ... Oct 22 02:09:27.789 INFO kablam! 2519 | rt_realloc_naive!(rt_even_10000bytes_8align_realloc_naive, 10000, 8); Oct 22 02:09:27.789 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.789 INFO kablam! | Oct 22 02:09:27.789 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.789 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.789 INFO kablam! | Oct 22 02:09:27.789 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.789 INFO kablam! | Oct 22 02:09:27.789 INFO kablam! Oct 22 02:09:27.796 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.796 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.796 INFO kablam! | Oct 22 02:09:27.796 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.796 INFO kablam! | ^^^^^ Oct 22 02:09:27.796 INFO kablam! ... Oct 22 02:09:27.796 INFO kablam! 2532 | rt_realloc_naive!(rt_even_100000bytes_8align_realloc_naive, 100000, 8); Oct 22 02:09:27.796 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.796 INFO kablam! | Oct 22 02:09:27.796 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.796 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.796 INFO kablam! | Oct 22 02:09:27.796 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.796 INFO kablam! | Oct 22 02:09:27.796 INFO kablam! Oct 22 02:09:27.796 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.796 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.796 INFO kablam! | Oct 22 02:09:27.796 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.796 INFO kablam! | ^^^^^ Oct 22 02:09:27.796 INFO kablam! ... Oct 22 02:09:27.796 INFO kablam! 2532 | rt_realloc_naive!(rt_even_100000bytes_8align_realloc_naive, 100000, 8); Oct 22 02:09:27.796 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.796 INFO kablam! | Oct 22 02:09:27.796 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.796 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.796 INFO kablam! | Oct 22 02:09:27.796 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.796 INFO kablam! | Oct 22 02:09:27.796 INFO kablam! Oct 22 02:09:27.796 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.796 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.796 INFO kablam! | Oct 22 02:09:27.796 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.796 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.796 INFO kablam! ... Oct 22 02:09:27.796 INFO kablam! 2532 | rt_realloc_naive!(rt_even_100000bytes_8align_realloc_naive, 100000, 8); Oct 22 02:09:27.796 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.796 INFO kablam! | Oct 22 02:09:27.796 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.796 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.796 INFO kablam! | Oct 22 02:09:27.796 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.797 INFO kablam! | Oct 22 02:09:27.797 INFO kablam! Oct 22 02:09:27.797 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.797 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.797 INFO kablam! | Oct 22 02:09:27.797 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.797 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.797 INFO kablam! ... Oct 22 02:09:27.797 INFO kablam! 2532 | rt_realloc_naive!(rt_even_100000bytes_8align_realloc_naive, 100000, 8); Oct 22 02:09:27.797 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.797 INFO kablam! | Oct 22 02:09:27.797 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.797 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.797 INFO kablam! | Oct 22 02:09:27.797 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.797 INFO kablam! | Oct 22 02:09:27.797 INFO kablam! Oct 22 02:09:27.797 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.797 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.797 INFO kablam! | Oct 22 02:09:27.797 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.797 INFO kablam! | ^^^^^ Oct 22 02:09:27.797 INFO kablam! ... Oct 22 02:09:27.797 INFO kablam! 2545 | rt_realloc_naive!(rt_even_1000000bytes_8align_realloc_naive, 1000000, 8); Oct 22 02:09:27.797 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.797 INFO kablam! | Oct 22 02:09:27.797 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.797 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.797 INFO kablam! | Oct 22 02:09:27.797 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.797 INFO kablam! | Oct 22 02:09:27.797 INFO kablam! Oct 22 02:09:27.797 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.797 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.797 INFO kablam! | Oct 22 02:09:27.797 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.797 INFO kablam! | ^^^^^ Oct 22 02:09:27.797 INFO kablam! ... Oct 22 02:09:27.797 INFO kablam! 2545 | rt_realloc_naive!(rt_even_1000000bytes_8align_realloc_naive, 1000000, 8); Oct 22 02:09:27.797 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.797 INFO kablam! | Oct 22 02:09:27.797 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.797 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.797 INFO kablam! | Oct 22 02:09:27.797 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.797 INFO kablam! | Oct 22 02:09:27.797 INFO kablam! Oct 22 02:09:27.797 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.797 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.797 INFO kablam! | Oct 22 02:09:27.797 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.797 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.797 INFO kablam! ... Oct 22 02:09:27.797 INFO kablam! 2545 | rt_realloc_naive!(rt_even_1000000bytes_8align_realloc_naive, 1000000, 8); Oct 22 02:09:27.797 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.797 INFO kablam! | Oct 22 02:09:27.797 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.797 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.797 INFO kablam! | Oct 22 02:09:27.797 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.797 INFO kablam! | Oct 22 02:09:27.797 INFO kablam! Oct 22 02:09:27.797 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.797 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.797 INFO kablam! | Oct 22 02:09:27.797 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.797 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.797 INFO kablam! ... Oct 22 02:09:27.797 INFO kablam! 2545 | rt_realloc_naive!(rt_even_1000000bytes_8align_realloc_naive, 1000000, 8); Oct 22 02:09:27.797 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.797 INFO kablam! | Oct 22 02:09:27.797 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.797 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.797 INFO kablam! | Oct 22 02:09:27.797 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.797 INFO kablam! | Oct 22 02:09:27.797 INFO kablam! Oct 22 02:09:27.812 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.812 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.812 INFO kablam! | Oct 22 02:09:27.812 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.812 INFO kablam! | ^^^^^ Oct 22 02:09:27.812 INFO kablam! ... Oct 22 02:09:27.812 INFO kablam! 2559 | rt_realloc_naive!(rt_odd_10bytes_8align_realloc_naive, 10- 1, 8); Oct 22 02:09:27.812 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.813 INFO kablam! | Oct 22 02:09:27.813 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.813 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.813 INFO kablam! | Oct 22 02:09:27.813 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.813 INFO kablam! | Oct 22 02:09:27.813 INFO kablam! Oct 22 02:09:27.813 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.813 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.813 INFO kablam! | Oct 22 02:09:27.813 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.813 INFO kablam! | ^^^^^ Oct 22 02:09:27.813 INFO kablam! ... Oct 22 02:09:27.813 INFO kablam! 2559 | rt_realloc_naive!(rt_odd_10bytes_8align_realloc_naive, 10- 1, 8); Oct 22 02:09:27.813 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.813 INFO kablam! | Oct 22 02:09:27.813 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.813 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.813 INFO kablam! | Oct 22 02:09:27.813 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.813 INFO kablam! | Oct 22 02:09:27.813 INFO kablam! Oct 22 02:09:27.813 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.813 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.813 INFO kablam! | Oct 22 02:09:27.813 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.813 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.813 INFO kablam! ... Oct 22 02:09:27.813 INFO kablam! 2559 | rt_realloc_naive!(rt_odd_10bytes_8align_realloc_naive, 10- 1, 8); Oct 22 02:09:27.813 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.813 INFO kablam! | Oct 22 02:09:27.813 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.813 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.813 INFO kablam! | Oct 22 02:09:27.813 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.813 INFO kablam! | Oct 22 02:09:27.813 INFO kablam! Oct 22 02:09:27.813 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.813 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.813 INFO kablam! | Oct 22 02:09:27.813 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.813 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.813 INFO kablam! ... Oct 22 02:09:27.813 INFO kablam! 2559 | rt_realloc_naive!(rt_odd_10bytes_8align_realloc_naive, 10- 1, 8); Oct 22 02:09:27.813 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.813 INFO kablam! | Oct 22 02:09:27.813 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.813 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.813 INFO kablam! | Oct 22 02:09:27.813 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.813 INFO kablam! | Oct 22 02:09:27.813 INFO kablam! Oct 22 02:09:27.813 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.813 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.813 INFO kablam! | Oct 22 02:09:27.813 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.813 INFO kablam! | ^^^^^ Oct 22 02:09:27.813 INFO kablam! ... Oct 22 02:09:27.813 INFO kablam! 2572 | rt_realloc_naive!(rt_odd_100bytes_8align_realloc_naive, 100- 1, 8); Oct 22 02:09:27.813 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.813 INFO kablam! | Oct 22 02:09:27.813 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.813 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.813 INFO kablam! | Oct 22 02:09:27.813 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.813 INFO kablam! | Oct 22 02:09:27.813 INFO kablam! Oct 22 02:09:27.813 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.813 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.813 INFO kablam! | Oct 22 02:09:27.813 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.813 INFO kablam! | ^^^^^ Oct 22 02:09:27.813 INFO kablam! ... Oct 22 02:09:27.813 INFO kablam! 2572 | rt_realloc_naive!(rt_odd_100bytes_8align_realloc_naive, 100- 1, 8); Oct 22 02:09:27.813 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.813 INFO kablam! | Oct 22 02:09:27.813 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.813 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.813 INFO kablam! | Oct 22 02:09:27.813 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.813 INFO kablam! | Oct 22 02:09:27.813 INFO kablam! Oct 22 02:09:27.813 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.814 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.814 INFO kablam! | Oct 22 02:09:27.814 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.814 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.814 INFO kablam! ... Oct 22 02:09:27.814 INFO kablam! 2572 | rt_realloc_naive!(rt_odd_100bytes_8align_realloc_naive, 100- 1, 8); Oct 22 02:09:27.814 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.814 INFO kablam! | Oct 22 02:09:27.814 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.814 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.814 INFO kablam! | Oct 22 02:09:27.814 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.814 INFO kablam! | Oct 22 02:09:27.814 INFO kablam! Oct 22 02:09:27.814 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.814 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.814 INFO kablam! | Oct 22 02:09:27.814 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.814 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.814 INFO kablam! ... Oct 22 02:09:27.814 INFO kablam! 2572 | rt_realloc_naive!(rt_odd_100bytes_8align_realloc_naive, 100- 1, 8); Oct 22 02:09:27.814 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.814 INFO kablam! | Oct 22 02:09:27.814 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.814 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.814 INFO kablam! | Oct 22 02:09:27.814 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.814 INFO kablam! | Oct 22 02:09:27.814 INFO kablam! Oct 22 02:09:27.814 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.814 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.814 INFO kablam! | Oct 22 02:09:27.814 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.814 INFO kablam! | ^^^^^ Oct 22 02:09:27.814 INFO kablam! ... Oct 22 02:09:27.814 INFO kablam! 2585 | rt_realloc_naive!(rt_odd_1000bytes_8align_realloc_naive, 1000- 1, 8); Oct 22 02:09:27.814 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.814 INFO kablam! | Oct 22 02:09:27.814 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.814 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.814 INFO kablam! | Oct 22 02:09:27.814 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.814 INFO kablam! | Oct 22 02:09:27.814 INFO kablam! Oct 22 02:09:27.814 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.814 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.814 INFO kablam! | Oct 22 02:09:27.814 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.814 INFO kablam! | ^^^^^ Oct 22 02:09:27.814 INFO kablam! ... Oct 22 02:09:27.814 INFO kablam! 2585 | rt_realloc_naive!(rt_odd_1000bytes_8align_realloc_naive, 1000- 1, 8); Oct 22 02:09:27.814 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.814 INFO kablam! | Oct 22 02:09:27.814 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.814 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.814 INFO kablam! | Oct 22 02:09:27.814 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.814 INFO kablam! | Oct 22 02:09:27.814 INFO kablam! Oct 22 02:09:27.814 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.814 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.814 INFO kablam! | Oct 22 02:09:27.814 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.814 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.814 INFO kablam! ... Oct 22 02:09:27.814 INFO kablam! 2585 | rt_realloc_naive!(rt_odd_1000bytes_8align_realloc_naive, 1000- 1, 8); Oct 22 02:09:27.814 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.814 INFO kablam! | Oct 22 02:09:27.814 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.814 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.814 INFO kablam! | Oct 22 02:09:27.814 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.814 INFO kablam! | Oct 22 02:09:27.814 INFO kablam! Oct 22 02:09:27.814 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.814 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.814 INFO kablam! | Oct 22 02:09:27.814 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.814 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.814 INFO kablam! ... Oct 22 02:09:27.814 INFO kablam! 2585 | rt_realloc_naive!(rt_odd_1000bytes_8align_realloc_naive, 1000- 1, 8); Oct 22 02:09:27.814 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.814 INFO kablam! | Oct 22 02:09:27.814 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.815 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.815 INFO kablam! | Oct 22 02:09:27.815 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.815 INFO kablam! | Oct 22 02:09:27.815 INFO kablam! Oct 22 02:09:27.815 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.815 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.815 INFO kablam! | Oct 22 02:09:27.815 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.815 INFO kablam! | ^^^^^ Oct 22 02:09:27.815 INFO kablam! ... Oct 22 02:09:27.815 INFO kablam! 2598 | rt_realloc_naive!(rt_odd_10000bytes_8align_realloc_naive, 10000- 1, 8); Oct 22 02:09:27.815 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.815 INFO kablam! | Oct 22 02:09:27.815 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.815 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.815 INFO kablam! | Oct 22 02:09:27.815 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.815 INFO kablam! | Oct 22 02:09:27.815 INFO kablam! Oct 22 02:09:27.815 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.815 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.815 INFO kablam! | Oct 22 02:09:27.815 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.815 INFO kablam! | ^^^^^ Oct 22 02:09:27.815 INFO kablam! ... Oct 22 02:09:27.815 INFO kablam! 2598 | rt_realloc_naive!(rt_odd_10000bytes_8align_realloc_naive, 10000- 1, 8); Oct 22 02:09:27.815 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.815 INFO kablam! | Oct 22 02:09:27.815 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.815 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.815 INFO kablam! | Oct 22 02:09:27.815 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.815 INFO kablam! | Oct 22 02:09:27.815 INFO kablam! Oct 22 02:09:27.815 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.815 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.815 INFO kablam! | Oct 22 02:09:27.815 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.815 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.815 INFO kablam! ... Oct 22 02:09:27.815 INFO kablam! 2598 | rt_realloc_naive!(rt_odd_10000bytes_8align_realloc_naive, 10000- 1, 8); Oct 22 02:09:27.815 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.815 INFO kablam! | Oct 22 02:09:27.815 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.815 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.815 INFO kablam! | Oct 22 02:09:27.815 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.815 INFO kablam! | Oct 22 02:09:27.815 INFO kablam! Oct 22 02:09:27.815 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.815 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.815 INFO kablam! | Oct 22 02:09:27.815 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.815 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.815 INFO kablam! ... Oct 22 02:09:27.815 INFO kablam! 2598 | rt_realloc_naive!(rt_odd_10000bytes_8align_realloc_naive, 10000- 1, 8); Oct 22 02:09:27.815 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.815 INFO kablam! | Oct 22 02:09:27.815 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.815 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.815 INFO kablam! | Oct 22 02:09:27.815 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.815 INFO kablam! | Oct 22 02:09:27.815 INFO kablam! Oct 22 02:09:27.815 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.815 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.815 INFO kablam! | Oct 22 02:09:27.815 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.815 INFO kablam! | ^^^^^ Oct 22 02:09:27.815 INFO kablam! ... Oct 22 02:09:27.815 INFO kablam! 2611 | rt_realloc_naive!(rt_odd_100000bytes_8align_realloc_naive, 100000- 1, 8); Oct 22 02:09:27.815 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.815 INFO kablam! | Oct 22 02:09:27.815 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.815 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.815 INFO kablam! | Oct 22 02:09:27.815 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.815 INFO kablam! | Oct 22 02:09:27.815 INFO kablam! Oct 22 02:09:27.815 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.816 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.816 INFO kablam! | Oct 22 02:09:27.816 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.816 INFO kablam! | ^^^^^ Oct 22 02:09:27.816 INFO kablam! ... Oct 22 02:09:27.816 INFO kablam! 2611 | rt_realloc_naive!(rt_odd_100000bytes_8align_realloc_naive, 100000- 1, 8); Oct 22 02:09:27.816 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.816 INFO kablam! | Oct 22 02:09:27.816 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.816 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.816 INFO kablam! | Oct 22 02:09:27.816 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.816 INFO kablam! | Oct 22 02:09:27.816 INFO kablam! Oct 22 02:09:27.816 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.816 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.816 INFO kablam! | Oct 22 02:09:27.816 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.816 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.816 INFO kablam! ... Oct 22 02:09:27.816 INFO kablam! 2611 | rt_realloc_naive!(rt_odd_100000bytes_8align_realloc_naive, 100000- 1, 8); Oct 22 02:09:27.816 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.816 INFO kablam! | Oct 22 02:09:27.816 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.816 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.816 INFO kablam! | Oct 22 02:09:27.816 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.816 INFO kablam! | Oct 22 02:09:27.816 INFO kablam! Oct 22 02:09:27.816 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.816 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.816 INFO kablam! | Oct 22 02:09:27.816 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.816 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.816 INFO kablam! ... Oct 22 02:09:27.816 INFO kablam! 2611 | rt_realloc_naive!(rt_odd_100000bytes_8align_realloc_naive, 100000- 1, 8); Oct 22 02:09:27.816 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.816 INFO kablam! | Oct 22 02:09:27.816 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.816 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.816 INFO kablam! | Oct 22 02:09:27.816 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.816 INFO kablam! | Oct 22 02:09:27.816 INFO kablam! Oct 22 02:09:27.820 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.820 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.820 INFO kablam! | Oct 22 02:09:27.820 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.820 INFO kablam! | ^^^^^ Oct 22 02:09:27.820 INFO kablam! ... Oct 22 02:09:27.820 INFO kablam! 2624 | rt_realloc_naive!(rt_odd_1000000bytes_8align_realloc_naive, 1000000- 1, 8); Oct 22 02:09:27.820 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.820 INFO kablam! | Oct 22 02:09:27.820 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.820 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.820 INFO kablam! | Oct 22 02:09:27.820 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.820 INFO kablam! | Oct 22 02:09:27.820 INFO kablam! Oct 22 02:09:27.820 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.820 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.820 INFO kablam! | Oct 22 02:09:27.820 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.820 INFO kablam! | ^^^^^ Oct 22 02:09:27.820 INFO kablam! ... Oct 22 02:09:27.820 INFO kablam! 2624 | rt_realloc_naive!(rt_odd_1000000bytes_8align_realloc_naive, 1000000- 1, 8); Oct 22 02:09:27.820 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.820 INFO kablam! | Oct 22 02:09:27.820 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.820 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.820 INFO kablam! | Oct 22 02:09:27.820 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.820 INFO kablam! | Oct 22 02:09:27.820 INFO kablam! Oct 22 02:09:27.820 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.820 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.820 INFO kablam! | Oct 22 02:09:27.820 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.820 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.820 INFO kablam! ... Oct 22 02:09:27.820 INFO kablam! 2624 | rt_realloc_naive!(rt_odd_1000000bytes_8align_realloc_naive, 1000000- 1, 8); Oct 22 02:09:27.820 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.820 INFO kablam! | Oct 22 02:09:27.820 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.821 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.821 INFO kablam! | Oct 22 02:09:27.821 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.821 INFO kablam! | Oct 22 02:09:27.821 INFO kablam! Oct 22 02:09:27.821 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.821 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.821 INFO kablam! | Oct 22 02:09:27.821 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.821 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.821 INFO kablam! ... Oct 22 02:09:27.821 INFO kablam! 2624 | rt_realloc_naive!(rt_odd_1000000bytes_8align_realloc_naive, 1000000- 1, 8); Oct 22 02:09:27.821 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.821 INFO kablam! | Oct 22 02:09:27.821 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.821 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.821 INFO kablam! | Oct 22 02:09:27.821 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.821 INFO kablam! | Oct 22 02:09:27.821 INFO kablam! Oct 22 02:09:27.821 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.821 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.821 INFO kablam! | Oct 22 02:09:27.821 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.821 INFO kablam! | ^^^^^ Oct 22 02:09:27.821 INFO kablam! ... Oct 22 02:09:27.821 INFO kablam! 2638 | rt_realloc_naive!(rt_primes_3bytes_8align_realloc_naive, 3, 8); Oct 22 02:09:27.821 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.821 INFO kablam! | Oct 22 02:09:27.821 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.821 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.821 INFO kablam! | Oct 22 02:09:27.821 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.821 INFO kablam! | Oct 22 02:09:27.821 INFO kablam! Oct 22 02:09:27.821 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.821 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.821 INFO kablam! | Oct 22 02:09:27.821 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.821 INFO kablam! | ^^^^^ Oct 22 02:09:27.821 INFO kablam! ... Oct 22 02:09:27.821 INFO kablam! 2638 | rt_realloc_naive!(rt_primes_3bytes_8align_realloc_naive, 3, 8); Oct 22 02:09:27.821 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.821 INFO kablam! | Oct 22 02:09:27.821 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.821 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.821 INFO kablam! | Oct 22 02:09:27.821 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.821 INFO kablam! | Oct 22 02:09:27.821 INFO kablam! Oct 22 02:09:27.821 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.821 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.821 INFO kablam! | Oct 22 02:09:27.821 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.821 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.821 INFO kablam! ... Oct 22 02:09:27.821 INFO kablam! 2638 | rt_realloc_naive!(rt_primes_3bytes_8align_realloc_naive, 3, 8); Oct 22 02:09:27.821 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.821 INFO kablam! | Oct 22 02:09:27.821 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.821 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.821 INFO kablam! | Oct 22 02:09:27.821 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.821 INFO kablam! | Oct 22 02:09:27.821 INFO kablam! Oct 22 02:09:27.821 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.828 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.828 INFO kablam! | Oct 22 02:09:27.828 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.828 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.828 INFO kablam! ... Oct 22 02:09:27.828 INFO kablam! 2638 | rt_realloc_naive!(rt_primes_3bytes_8align_realloc_naive, 3, 8); Oct 22 02:09:27.828 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.828 INFO kablam! | Oct 22 02:09:27.828 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.828 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.828 INFO kablam! | Oct 22 02:09:27.828 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.828 INFO kablam! | Oct 22 02:09:27.828 INFO kablam! Oct 22 02:09:27.828 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.828 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.828 INFO kablam! | Oct 22 02:09:27.828 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.828 INFO kablam! | ^^^^^ Oct 22 02:09:27.828 INFO kablam! ... Oct 22 02:09:27.828 INFO kablam! 2651 | rt_realloc_naive!(rt_primes_7bytes_8align_realloc_naive, 7, 8); Oct 22 02:09:27.828 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.828 INFO kablam! | Oct 22 02:09:27.828 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.828 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.828 INFO kablam! | Oct 22 02:09:27.828 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.828 INFO kablam! | Oct 22 02:09:27.829 INFO kablam! Oct 22 02:09:27.829 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.829 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.829 INFO kablam! | Oct 22 02:09:27.829 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.829 INFO kablam! | ^^^^^ Oct 22 02:09:27.829 INFO kablam! ... Oct 22 02:09:27.829 INFO kablam! 2651 | rt_realloc_naive!(rt_primes_7bytes_8align_realloc_naive, 7, 8); Oct 22 02:09:27.829 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.829 INFO kablam! | Oct 22 02:09:27.829 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.829 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.829 INFO kablam! | Oct 22 02:09:27.829 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.829 INFO kablam! | Oct 22 02:09:27.829 INFO kablam! Oct 22 02:09:27.829 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.829 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.829 INFO kablam! | Oct 22 02:09:27.829 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.829 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.829 INFO kablam! ... Oct 22 02:09:27.829 INFO kablam! 2651 | rt_realloc_naive!(rt_primes_7bytes_8align_realloc_naive, 7, 8); Oct 22 02:09:27.829 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.829 INFO kablam! | Oct 22 02:09:27.829 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.829 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.829 INFO kablam! | Oct 22 02:09:27.829 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.829 INFO kablam! | Oct 22 02:09:27.829 INFO kablam! Oct 22 02:09:27.829 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.829 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.829 INFO kablam! | Oct 22 02:09:27.829 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.829 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.829 INFO kablam! ... Oct 22 02:09:27.829 INFO kablam! 2651 | rt_realloc_naive!(rt_primes_7bytes_8align_realloc_naive, 7, 8); Oct 22 02:09:27.829 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.829 INFO kablam! | Oct 22 02:09:27.829 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.829 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.829 INFO kablam! | Oct 22 02:09:27.829 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.829 INFO kablam! | Oct 22 02:09:27.829 INFO kablam! Oct 22 02:09:27.829 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.829 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.829 INFO kablam! | Oct 22 02:09:27.829 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.829 INFO kablam! | ^^^^^ Oct 22 02:09:27.829 INFO kablam! ... Oct 22 02:09:27.829 INFO kablam! 2664 | rt_realloc_naive!(rt_primes_13bytes_8align_realloc_naive, 13, 8); Oct 22 02:09:27.829 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.829 INFO kablam! | Oct 22 02:09:27.829 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.829 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.829 INFO kablam! | Oct 22 02:09:27.829 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.829 INFO kablam! | Oct 22 02:09:27.829 INFO kablam! Oct 22 02:09:27.829 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.829 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.829 INFO kablam! | Oct 22 02:09:27.829 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.829 INFO kablam! | ^^^^^ Oct 22 02:09:27.829 INFO kablam! ... Oct 22 02:09:27.829 INFO kablam! 2664 | rt_realloc_naive!(rt_primes_13bytes_8align_realloc_naive, 13, 8); Oct 22 02:09:27.829 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.829 INFO kablam! | Oct 22 02:09:27.829 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.829 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.829 INFO kablam! | Oct 22 02:09:27.829 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.829 INFO kablam! | Oct 22 02:09:27.829 INFO kablam! Oct 22 02:09:27.829 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.829 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.829 INFO kablam! | Oct 22 02:09:27.829 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.830 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.830 INFO kablam! ... Oct 22 02:09:27.830 INFO kablam! 2664 | rt_realloc_naive!(rt_primes_13bytes_8align_realloc_naive, 13, 8); Oct 22 02:09:27.830 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.830 INFO kablam! | Oct 22 02:09:27.830 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.830 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.830 INFO kablam! | Oct 22 02:09:27.830 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.830 INFO kablam! | Oct 22 02:09:27.830 INFO kablam! Oct 22 02:09:27.830 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.830 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.830 INFO kablam! | Oct 22 02:09:27.830 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.830 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.830 INFO kablam! ... Oct 22 02:09:27.830 INFO kablam! 2664 | rt_realloc_naive!(rt_primes_13bytes_8align_realloc_naive, 13, 8); Oct 22 02:09:27.830 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.830 INFO kablam! | Oct 22 02:09:27.830 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.830 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.830 INFO kablam! | Oct 22 02:09:27.830 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.830 INFO kablam! | Oct 22 02:09:27.830 INFO kablam! Oct 22 02:09:27.831 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.831 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.831 INFO kablam! | Oct 22 02:09:27.831 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.831 INFO kablam! | ^^^^^ Oct 22 02:09:27.831 INFO kablam! ... Oct 22 02:09:27.831 INFO kablam! 2677 | rt_realloc_naive!(rt_primes_17bytes_8align_realloc_naive, 17, 8); Oct 22 02:09:27.831 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.831 INFO kablam! | Oct 22 02:09:27.831 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.831 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.831 INFO kablam! | Oct 22 02:09:27.831 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.831 INFO kablam! | Oct 22 02:09:27.831 INFO kablam! Oct 22 02:09:27.831 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.832 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.832 INFO kablam! | Oct 22 02:09:27.832 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.832 INFO kablam! | ^^^^^ Oct 22 02:09:27.832 INFO kablam! ... Oct 22 02:09:27.832 INFO kablam! 2677 | rt_realloc_naive!(rt_primes_17bytes_8align_realloc_naive, 17, 8); Oct 22 02:09:27.832 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.832 INFO kablam! | Oct 22 02:09:27.832 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.832 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.832 INFO kablam! | Oct 22 02:09:27.832 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.832 INFO kablam! | Oct 22 02:09:27.832 INFO kablam! Oct 22 02:09:27.832 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.833 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.833 INFO kablam! | Oct 22 02:09:27.833 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.833 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.833 INFO kablam! ... Oct 22 02:09:27.833 INFO kablam! 2677 | rt_realloc_naive!(rt_primes_17bytes_8align_realloc_naive, 17, 8); Oct 22 02:09:27.833 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.833 INFO kablam! | Oct 22 02:09:27.833 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.833 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.833 INFO kablam! | Oct 22 02:09:27.833 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.833 INFO kablam! | Oct 22 02:09:27.833 INFO kablam! Oct 22 02:09:27.836 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.836 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.836 INFO kablam! | Oct 22 02:09:27.836 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.836 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.836 INFO kablam! ... Oct 22 02:09:27.836 INFO kablam! 2677 | rt_realloc_naive!(rt_primes_17bytes_8align_realloc_naive, 17, 8); Oct 22 02:09:27.836 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.836 INFO kablam! | Oct 22 02:09:27.836 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.836 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.836 INFO kablam! | Oct 22 02:09:27.836 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.836 INFO kablam! | Oct 22 02:09:27.836 INFO kablam! Oct 22 02:09:27.836 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.836 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.836 INFO kablam! | Oct 22 02:09:27.836 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.836 INFO kablam! | ^^^^^ Oct 22 02:09:27.836 INFO kablam! ... Oct 22 02:09:27.836 INFO kablam! 2690 | rt_realloc_naive!(rt_primes_31bytes_8align_realloc_naive, 31, 8); Oct 22 02:09:27.836 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.836 INFO kablam! | Oct 22 02:09:27.836 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.836 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.836 INFO kablam! | Oct 22 02:09:27.836 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.836 INFO kablam! | Oct 22 02:09:27.836 INFO kablam! Oct 22 02:09:27.836 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.836 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.836 INFO kablam! | Oct 22 02:09:27.836 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.836 INFO kablam! | ^^^^^ Oct 22 02:09:27.836 INFO kablam! ... Oct 22 02:09:27.836 INFO kablam! 2690 | rt_realloc_naive!(rt_primes_31bytes_8align_realloc_naive, 31, 8); Oct 22 02:09:27.836 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.836 INFO kablam! | Oct 22 02:09:27.836 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.837 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.837 INFO kablam! | Oct 22 02:09:27.837 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.837 INFO kablam! | Oct 22 02:09:27.837 INFO kablam! Oct 22 02:09:27.837 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.837 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.837 INFO kablam! | Oct 22 02:09:27.837 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.837 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.837 INFO kablam! ... Oct 22 02:09:27.837 INFO kablam! 2690 | rt_realloc_naive!(rt_primes_31bytes_8align_realloc_naive, 31, 8); Oct 22 02:09:27.837 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.837 INFO kablam! | Oct 22 02:09:27.837 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.837 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.837 INFO kablam! | Oct 22 02:09:27.837 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.837 INFO kablam! | Oct 22 02:09:27.837 INFO kablam! Oct 22 02:09:27.840 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.840 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.840 INFO kablam! | Oct 22 02:09:27.840 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.840 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.840 INFO kablam! ... Oct 22 02:09:27.840 INFO kablam! 2690 | rt_realloc_naive!(rt_primes_31bytes_8align_realloc_naive, 31, 8); Oct 22 02:09:27.840 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.840 INFO kablam! | Oct 22 02:09:27.840 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.840 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.840 INFO kablam! | Oct 22 02:09:27.840 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.840 INFO kablam! | Oct 22 02:09:27.840 INFO kablam! Oct 22 02:09:27.840 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.840 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.840 INFO kablam! | Oct 22 02:09:27.840 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.840 INFO kablam! | ^^^^^ Oct 22 02:09:27.840 INFO kablam! ... Oct 22 02:09:27.840 INFO kablam! 2703 | rt_realloc_naive!(rt_primes_61bytes_8align_realloc_naive, 61, 8); Oct 22 02:09:27.840 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.840 INFO kablam! | Oct 22 02:09:27.840 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.840 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.840 INFO kablam! | Oct 22 02:09:27.840 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.840 INFO kablam! | Oct 22 02:09:27.840 INFO kablam! Oct 22 02:09:27.852 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.852 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.852 INFO kablam! | Oct 22 02:09:27.852 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.852 INFO kablam! | ^^^^^ Oct 22 02:09:27.852 INFO kablam! ... Oct 22 02:09:27.852 INFO kablam! 2703 | rt_realloc_naive!(rt_primes_61bytes_8align_realloc_naive, 61, 8); Oct 22 02:09:27.852 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.852 INFO kablam! | Oct 22 02:09:27.852 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.852 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.852 INFO kablam! | Oct 22 02:09:27.852 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.852 INFO kablam! | Oct 22 02:09:27.852 INFO kablam! Oct 22 02:09:27.852 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.852 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.852 INFO kablam! | Oct 22 02:09:27.852 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.852 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.852 INFO kablam! ... Oct 22 02:09:27.852 INFO kablam! 2703 | rt_realloc_naive!(rt_primes_61bytes_8align_realloc_naive, 61, 8); Oct 22 02:09:27.853 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.853 INFO kablam! | Oct 22 02:09:27.853 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.853 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.853 INFO kablam! | Oct 22 02:09:27.853 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.853 INFO kablam! | Oct 22 02:09:27.853 INFO kablam! Oct 22 02:09:27.853 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.853 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.853 INFO kablam! | Oct 22 02:09:27.853 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.853 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.853 INFO kablam! ... Oct 22 02:09:27.853 INFO kablam! 2703 | rt_realloc_naive!(rt_primes_61bytes_8align_realloc_naive, 61, 8); Oct 22 02:09:27.853 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.853 INFO kablam! | Oct 22 02:09:27.853 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.853 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.853 INFO kablam! | Oct 22 02:09:27.853 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.853 INFO kablam! | Oct 22 02:09:27.853 INFO kablam! Oct 22 02:09:27.853 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.853 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.853 INFO kablam! | Oct 22 02:09:27.853 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.853 INFO kablam! | ^^^^^ Oct 22 02:09:27.853 INFO kablam! ... Oct 22 02:09:27.853 INFO kablam! 2716 | rt_realloc_naive!(rt_primes_96bytes_8align_realloc_naive, 96, 8); Oct 22 02:09:27.853 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.853 INFO kablam! | Oct 22 02:09:27.853 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.853 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.853 INFO kablam! | Oct 22 02:09:27.853 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.853 INFO kablam! | Oct 22 02:09:27.853 INFO kablam! Oct 22 02:09:27.853 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.853 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.853 INFO kablam! | Oct 22 02:09:27.853 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.853 INFO kablam! | ^^^^^ Oct 22 02:09:27.853 INFO kablam! ... Oct 22 02:09:27.853 INFO kablam! 2716 | rt_realloc_naive!(rt_primes_96bytes_8align_realloc_naive, 96, 8); Oct 22 02:09:27.853 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.853 INFO kablam! | Oct 22 02:09:27.853 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.853 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.853 INFO kablam! | Oct 22 02:09:27.853 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.853 INFO kablam! | Oct 22 02:09:27.853 INFO kablam! Oct 22 02:09:27.853 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.853 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.853 INFO kablam! | Oct 22 02:09:27.853 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.853 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.853 INFO kablam! ... Oct 22 02:09:27.853 INFO kablam! 2716 | rt_realloc_naive!(rt_primes_96bytes_8align_realloc_naive, 96, 8); Oct 22 02:09:27.853 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.853 INFO kablam! | Oct 22 02:09:27.853 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.853 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.853 INFO kablam! | Oct 22 02:09:27.853 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.853 INFO kablam! | Oct 22 02:09:27.853 INFO kablam! Oct 22 02:09:27.853 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.853 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.853 INFO kablam! | Oct 22 02:09:27.853 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.853 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.853 INFO kablam! ... Oct 22 02:09:27.853 INFO kablam! 2716 | rt_realloc_naive!(rt_primes_96bytes_8align_realloc_naive, 96, 8); Oct 22 02:09:27.853 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.853 INFO kablam! | Oct 22 02:09:27.853 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.853 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.853 INFO kablam! | Oct 22 02:09:27.853 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.853 INFO kablam! | Oct 22 02:09:27.853 INFO kablam! Oct 22 02:09:27.853 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.853 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.854 INFO kablam! | Oct 22 02:09:27.854 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.854 INFO kablam! | ^^^^^ Oct 22 02:09:27.854 INFO kablam! ... Oct 22 02:09:27.854 INFO kablam! 2729 | rt_realloc_naive!(rt_primes_127bytes_8align_realloc_naive, 127, 8); Oct 22 02:09:27.854 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.854 INFO kablam! | Oct 22 02:09:27.854 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.854 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.854 INFO kablam! | Oct 22 02:09:27.854 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.854 INFO kablam! | Oct 22 02:09:27.854 INFO kablam! Oct 22 02:09:27.854 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.854 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.854 INFO kablam! | Oct 22 02:09:27.854 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.854 INFO kablam! | ^^^^^ Oct 22 02:09:27.854 INFO kablam! ... Oct 22 02:09:27.854 INFO kablam! 2729 | rt_realloc_naive!(rt_primes_127bytes_8align_realloc_naive, 127, 8); Oct 22 02:09:27.854 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.854 INFO kablam! | Oct 22 02:09:27.854 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.854 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.854 INFO kablam! | Oct 22 02:09:27.854 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.854 INFO kablam! | Oct 22 02:09:27.854 INFO kablam! Oct 22 02:09:27.856 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.857 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.857 INFO kablam! | Oct 22 02:09:27.857 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.857 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.857 INFO kablam! ... Oct 22 02:09:27.857 INFO kablam! 2729 | rt_realloc_naive!(rt_primes_127bytes_8align_realloc_naive, 127, 8); Oct 22 02:09:27.857 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.857 INFO kablam! | Oct 22 02:09:27.857 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.857 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.857 INFO kablam! | Oct 22 02:09:27.857 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.857 INFO kablam! | Oct 22 02:09:27.857 INFO kablam! Oct 22 02:09:27.857 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.857 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.857 INFO kablam! | Oct 22 02:09:27.857 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.857 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.857 INFO kablam! ... Oct 22 02:09:27.857 INFO kablam! 2729 | rt_realloc_naive!(rt_primes_127bytes_8align_realloc_naive, 127, 8); Oct 22 02:09:27.857 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.857 INFO kablam! | Oct 22 02:09:27.857 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.857 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.857 INFO kablam! | Oct 22 02:09:27.857 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.857 INFO kablam! | Oct 22 02:09:27.857 INFO kablam! Oct 22 02:09:27.857 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.857 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.857 INFO kablam! | Oct 22 02:09:27.857 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.857 INFO kablam! | ^^^^^ Oct 22 02:09:27.857 INFO kablam! ... Oct 22 02:09:27.857 INFO kablam! 2742 | rt_realloc_naive!(rt_primes_257bytes_8align_realloc_naive, 257, 8); Oct 22 02:09:27.857 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.857 INFO kablam! | Oct 22 02:09:27.857 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.857 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.857 INFO kablam! | Oct 22 02:09:27.857 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.857 INFO kablam! | Oct 22 02:09:27.857 INFO kablam! Oct 22 02:09:27.857 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.857 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.857 INFO kablam! | Oct 22 02:09:27.857 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.857 INFO kablam! | ^^^^^ Oct 22 02:09:27.857 INFO kablam! ... Oct 22 02:09:27.857 INFO kablam! 2742 | rt_realloc_naive!(rt_primes_257bytes_8align_realloc_naive, 257, 8); Oct 22 02:09:27.857 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.857 INFO kablam! | Oct 22 02:09:27.857 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.857 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.857 INFO kablam! | Oct 22 02:09:27.857 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.857 INFO kablam! | Oct 22 02:09:27.857 INFO kablam! Oct 22 02:09:27.857 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.857 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.857 INFO kablam! | Oct 22 02:09:27.857 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.857 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.857 INFO kablam! ... Oct 22 02:09:27.857 INFO kablam! 2742 | rt_realloc_naive!(rt_primes_257bytes_8align_realloc_naive, 257, 8); Oct 22 02:09:27.857 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.857 INFO kablam! | Oct 22 02:09:27.857 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.857 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.857 INFO kablam! | Oct 22 02:09:27.857 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.857 INFO kablam! | Oct 22 02:09:27.857 INFO kablam! Oct 22 02:09:27.857 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.857 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.857 INFO kablam! | Oct 22 02:09:27.857 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.857 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.857 INFO kablam! ... Oct 22 02:09:27.857 INFO kablam! 2742 | rt_realloc_naive!(rt_primes_257bytes_8align_realloc_naive, 257, 8); Oct 22 02:09:27.858 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.858 INFO kablam! | Oct 22 02:09:27.858 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.858 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.858 INFO kablam! | Oct 22 02:09:27.858 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.858 INFO kablam! | Oct 22 02:09:27.858 INFO kablam! Oct 22 02:09:27.858 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.858 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.858 INFO kablam! | Oct 22 02:09:27.858 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.858 INFO kablam! | ^^^^^ Oct 22 02:09:27.858 INFO kablam! ... Oct 22 02:09:27.858 INFO kablam! 2755 | rt_realloc_naive!(rt_primes_509bytes_8align_realloc_naive, 509, 8); Oct 22 02:09:27.858 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.858 INFO kablam! | Oct 22 02:09:27.858 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.858 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.858 INFO kablam! | Oct 22 02:09:27.858 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.858 INFO kablam! | Oct 22 02:09:27.858 INFO kablam! Oct 22 02:09:27.858 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.858 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.858 INFO kablam! | Oct 22 02:09:27.858 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.858 INFO kablam! | ^^^^^ Oct 22 02:09:27.858 INFO kablam! ... Oct 22 02:09:27.858 INFO kablam! 2755 | rt_realloc_naive!(rt_primes_509bytes_8align_realloc_naive, 509, 8); Oct 22 02:09:27.858 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.858 INFO kablam! | Oct 22 02:09:27.858 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.858 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.858 INFO kablam! | Oct 22 02:09:27.858 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.858 INFO kablam! | Oct 22 02:09:27.858 INFO kablam! Oct 22 02:09:27.858 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.858 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.858 INFO kablam! | Oct 22 02:09:27.858 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.858 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.858 INFO kablam! ... Oct 22 02:09:27.858 INFO kablam! 2755 | rt_realloc_naive!(rt_primes_509bytes_8align_realloc_naive, 509, 8); Oct 22 02:09:27.858 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.858 INFO kablam! | Oct 22 02:09:27.858 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.858 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.858 INFO kablam! | Oct 22 02:09:27.858 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.858 INFO kablam! | Oct 22 02:09:27.858 INFO kablam! Oct 22 02:09:27.864 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.864 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.864 INFO kablam! | Oct 22 02:09:27.864 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.864 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.864 INFO kablam! ... Oct 22 02:09:27.864 INFO kablam! 2755 | rt_realloc_naive!(rt_primes_509bytes_8align_realloc_naive, 509, 8); Oct 22 02:09:27.864 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.864 INFO kablam! | Oct 22 02:09:27.864 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.864 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.864 INFO kablam! | Oct 22 02:09:27.864 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.864 INFO kablam! | Oct 22 02:09:27.864 INFO kablam! Oct 22 02:09:27.864 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.864 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.864 INFO kablam! | Oct 22 02:09:27.864 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.864 INFO kablam! | ^^^^^ Oct 22 02:09:27.864 INFO kablam! ... Oct 22 02:09:27.864 INFO kablam! 2768 | rt_realloc_naive!(rt_primes_1021bytes_8align_realloc_naive, 1021, 8); Oct 22 02:09:27.864 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.864 INFO kablam! | Oct 22 02:09:27.864 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.864 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.864 INFO kablam! | Oct 22 02:09:27.864 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.864 INFO kablam! | Oct 22 02:09:27.864 INFO kablam! Oct 22 02:09:27.864 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.864 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.864 INFO kablam! | Oct 22 02:09:27.864 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.864 INFO kablam! | ^^^^^ Oct 22 02:09:27.864 INFO kablam! ... Oct 22 02:09:27.864 INFO kablam! 2768 | rt_realloc_naive!(rt_primes_1021bytes_8align_realloc_naive, 1021, 8); Oct 22 02:09:27.864 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.864 INFO kablam! | Oct 22 02:09:27.864 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.864 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.864 INFO kablam! | Oct 22 02:09:27.864 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.864 INFO kablam! | Oct 22 02:09:27.864 INFO kablam! Oct 22 02:09:27.865 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.865 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.865 INFO kablam! | Oct 22 02:09:27.865 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.865 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.865 INFO kablam! ... Oct 22 02:09:27.865 INFO kablam! 2768 | rt_realloc_naive!(rt_primes_1021bytes_8align_realloc_naive, 1021, 8); Oct 22 02:09:27.865 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.865 INFO kablam! | Oct 22 02:09:27.865 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.865 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.865 INFO kablam! | Oct 22 02:09:27.865 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.865 INFO kablam! | Oct 22 02:09:27.865 INFO kablam! Oct 22 02:09:27.865 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.865 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.865 INFO kablam! | Oct 22 02:09:27.865 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.865 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.865 INFO kablam! ... Oct 22 02:09:27.865 INFO kablam! 2768 | rt_realloc_naive!(rt_primes_1021bytes_8align_realloc_naive, 1021, 8); Oct 22 02:09:27.865 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.865 INFO kablam! | Oct 22 02:09:27.865 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.865 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.865 INFO kablam! | Oct 22 02:09:27.865 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.865 INFO kablam! | Oct 22 02:09:27.865 INFO kablam! Oct 22 02:09:27.865 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.865 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.865 INFO kablam! | Oct 22 02:09:27.865 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.865 INFO kablam! | ^^^^^ Oct 22 02:09:27.865 INFO kablam! ... Oct 22 02:09:27.865 INFO kablam! 2781 | rt_realloc_naive!(rt_primes_2039bytes_8align_realloc_naive, 2039, 8); Oct 22 02:09:27.865 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.865 INFO kablam! | Oct 22 02:09:27.865 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.865 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.865 INFO kablam! | Oct 22 02:09:27.865 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.865 INFO kablam! | Oct 22 02:09:27.865 INFO kablam! Oct 22 02:09:27.865 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.865 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.865 INFO kablam! | Oct 22 02:09:27.865 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.865 INFO kablam! | ^^^^^ Oct 22 02:09:27.865 INFO kablam! ... Oct 22 02:09:27.865 INFO kablam! 2781 | rt_realloc_naive!(rt_primes_2039bytes_8align_realloc_naive, 2039, 8); Oct 22 02:09:27.865 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.865 INFO kablam! | Oct 22 02:09:27.865 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.865 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.865 INFO kablam! | Oct 22 02:09:27.865 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.865 INFO kablam! | Oct 22 02:09:27.865 INFO kablam! Oct 22 02:09:27.865 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.865 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.865 INFO kablam! | Oct 22 02:09:27.865 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.865 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.865 INFO kablam! ... Oct 22 02:09:27.865 INFO kablam! 2781 | rt_realloc_naive!(rt_primes_2039bytes_8align_realloc_naive, 2039, 8); Oct 22 02:09:27.865 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.865 INFO kablam! | Oct 22 02:09:27.865 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.865 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.865 INFO kablam! | Oct 22 02:09:27.865 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.865 INFO kablam! | Oct 22 02:09:27.865 INFO kablam! Oct 22 02:09:27.865 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.865 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.865 INFO kablam! | Oct 22 02:09:27.865 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.865 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.865 INFO kablam! ... Oct 22 02:09:27.865 INFO kablam! 2781 | rt_realloc_naive!(rt_primes_2039bytes_8align_realloc_naive, 2039, 8); Oct 22 02:09:27.866 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.866 INFO kablam! | Oct 22 02:09:27.866 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.866 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.866 INFO kablam! | Oct 22 02:09:27.866 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.866 INFO kablam! | Oct 22 02:09:27.866 INFO kablam! Oct 22 02:09:27.866 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.866 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.866 INFO kablam! | Oct 22 02:09:27.866 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.866 INFO kablam! | ^^^^^ Oct 22 02:09:27.866 INFO kablam! ... Oct 22 02:09:27.866 INFO kablam! 2794 | rt_realloc_naive!(rt_primes_4093bytes_8align_realloc_naive, 4093, 8); Oct 22 02:09:27.866 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.866 INFO kablam! | Oct 22 02:09:27.866 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.866 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.866 INFO kablam! | Oct 22 02:09:27.866 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.866 INFO kablam! | Oct 22 02:09:27.866 INFO kablam! Oct 22 02:09:27.880 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.880 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.880 INFO kablam! | Oct 22 02:09:27.880 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.880 INFO kablam! | ^^^^^ Oct 22 02:09:27.880 INFO kablam! ... Oct 22 02:09:27.880 INFO kablam! 2794 | rt_realloc_naive!(rt_primes_4093bytes_8align_realloc_naive, 4093, 8); Oct 22 02:09:27.880 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.880 INFO kablam! | Oct 22 02:09:27.880 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.880 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.880 INFO kablam! | Oct 22 02:09:27.880 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.880 INFO kablam! | Oct 22 02:09:27.880 INFO kablam! Oct 22 02:09:27.880 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.880 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.880 INFO kablam! | Oct 22 02:09:27.880 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.880 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.880 INFO kablam! ... Oct 22 02:09:27.880 INFO kablam! 2794 | rt_realloc_naive!(rt_primes_4093bytes_8align_realloc_naive, 4093, 8); Oct 22 02:09:27.880 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.880 INFO kablam! | Oct 22 02:09:27.880 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.880 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.880 INFO kablam! | Oct 22 02:09:27.880 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.880 INFO kablam! | Oct 22 02:09:27.880 INFO kablam! Oct 22 02:09:27.880 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.880 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.880 INFO kablam! | Oct 22 02:09:27.880 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.880 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.880 INFO kablam! ... Oct 22 02:09:27.880 INFO kablam! 2794 | rt_realloc_naive!(rt_primes_4093bytes_8align_realloc_naive, 4093, 8); Oct 22 02:09:27.880 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.880 INFO kablam! | Oct 22 02:09:27.880 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.880 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.880 INFO kablam! | Oct 22 02:09:27.880 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.880 INFO kablam! | Oct 22 02:09:27.880 INFO kablam! Oct 22 02:09:27.880 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.880 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.881 INFO kablam! | Oct 22 02:09:27.881 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.881 INFO kablam! | ^^^^^ Oct 22 02:09:27.881 INFO kablam! ... Oct 22 02:09:27.881 INFO kablam! 2807 | rt_realloc_naive!(rt_primes_8191bytes_8align_realloc_naive, 8191, 8); Oct 22 02:09:27.881 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.881 INFO kablam! | Oct 22 02:09:27.881 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.881 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.881 INFO kablam! | Oct 22 02:09:27.881 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.881 INFO kablam! | Oct 22 02:09:27.881 INFO kablam! Oct 22 02:09:27.881 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.881 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.881 INFO kablam! | Oct 22 02:09:27.881 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.881 INFO kablam! | ^^^^^ Oct 22 02:09:27.881 INFO kablam! ... Oct 22 02:09:27.881 INFO kablam! 2807 | rt_realloc_naive!(rt_primes_8191bytes_8align_realloc_naive, 8191, 8); Oct 22 02:09:27.881 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.881 INFO kablam! | Oct 22 02:09:27.881 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.881 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.881 INFO kablam! | Oct 22 02:09:27.881 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.881 INFO kablam! | Oct 22 02:09:27.881 INFO kablam! Oct 22 02:09:27.881 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.881 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.881 INFO kablam! | Oct 22 02:09:27.881 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.881 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.881 INFO kablam! ... Oct 22 02:09:27.881 INFO kablam! 2807 | rt_realloc_naive!(rt_primes_8191bytes_8align_realloc_naive, 8191, 8); Oct 22 02:09:27.881 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.881 INFO kablam! | Oct 22 02:09:27.881 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.881 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.881 INFO kablam! | Oct 22 02:09:27.881 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.881 INFO kablam! | Oct 22 02:09:27.881 INFO kablam! Oct 22 02:09:27.881 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.881 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.881 INFO kablam! | Oct 22 02:09:27.881 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.881 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.881 INFO kablam! ... Oct 22 02:09:27.881 INFO kablam! 2807 | rt_realloc_naive!(rt_primes_8191bytes_8align_realloc_naive, 8191, 8); Oct 22 02:09:27.881 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.881 INFO kablam! | Oct 22 02:09:27.881 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.881 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.881 INFO kablam! | Oct 22 02:09:27.881 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.881 INFO kablam! | Oct 22 02:09:27.881 INFO kablam! Oct 22 02:09:27.881 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.881 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.881 INFO kablam! | Oct 22 02:09:27.881 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.881 INFO kablam! | ^^^^^ Oct 22 02:09:27.881 INFO kablam! ... Oct 22 02:09:27.881 INFO kablam! 2820 | rt_realloc_naive!(rt_primes_16381bytes_8align_realloc_naive, 16381, 8); Oct 22 02:09:27.881 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.881 INFO kablam! | Oct 22 02:09:27.881 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.881 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.881 INFO kablam! | Oct 22 02:09:27.881 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.881 INFO kablam! | Oct 22 02:09:27.881 INFO kablam! Oct 22 02:09:27.881 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.881 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.881 INFO kablam! | Oct 22 02:09:27.881 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.881 INFO kablam! | ^^^^^ Oct 22 02:09:27.881 INFO kablam! ... Oct 22 02:09:27.881 INFO kablam! 2820 | rt_realloc_naive!(rt_primes_16381bytes_8align_realloc_naive, 16381, 8); Oct 22 02:09:27.881 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.881 INFO kablam! | Oct 22 02:09:27.881 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.881 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.881 INFO kablam! | Oct 22 02:09:27.881 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.882 INFO kablam! | Oct 22 02:09:27.882 INFO kablam! Oct 22 02:09:27.882 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.882 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.882 INFO kablam! | Oct 22 02:09:27.882 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.882 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.882 INFO kablam! ... Oct 22 02:09:27.882 INFO kablam! 2820 | rt_realloc_naive!(rt_primes_16381bytes_8align_realloc_naive, 16381, 8); Oct 22 02:09:27.882 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.882 INFO kablam! | Oct 22 02:09:27.882 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.882 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.882 INFO kablam! | Oct 22 02:09:27.882 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.882 INFO kablam! | Oct 22 02:09:27.882 INFO kablam! Oct 22 02:09:27.882 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.882 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.882 INFO kablam! | Oct 22 02:09:27.882 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.882 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.882 INFO kablam! ... Oct 22 02:09:27.882 INFO kablam! 2820 | rt_realloc_naive!(rt_primes_16381bytes_8align_realloc_naive, 16381, 8); Oct 22 02:09:27.882 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.882 INFO kablam! | Oct 22 02:09:27.882 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.882 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.882 INFO kablam! | Oct 22 02:09:27.882 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.882 INFO kablam! | Oct 22 02:09:27.882 INFO kablam! Oct 22 02:09:27.882 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.882 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.882 INFO kablam! | Oct 22 02:09:27.882 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.882 INFO kablam! | ^^^^^ Oct 22 02:09:27.882 INFO kablam! ... Oct 22 02:09:27.882 INFO kablam! 2833 | rt_realloc_naive!(rt_primes_32749bytes_8align_realloc_naive, 32749, 8); Oct 22 02:09:27.882 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.882 INFO kablam! | Oct 22 02:09:27.882 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.882 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.882 INFO kablam! | Oct 22 02:09:27.882 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.882 INFO kablam! | Oct 22 02:09:27.882 INFO kablam! Oct 22 02:09:27.882 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.882 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.882 INFO kablam! | Oct 22 02:09:27.882 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.882 INFO kablam! | ^^^^^ Oct 22 02:09:27.882 INFO kablam! ... Oct 22 02:09:27.882 INFO kablam! 2833 | rt_realloc_naive!(rt_primes_32749bytes_8align_realloc_naive, 32749, 8); Oct 22 02:09:27.882 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.882 INFO kablam! | Oct 22 02:09:27.882 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.882 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.882 INFO kablam! | Oct 22 02:09:27.882 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.882 INFO kablam! | Oct 22 02:09:27.882 INFO kablam! Oct 22 02:09:27.882 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.882 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.882 INFO kablam! | Oct 22 02:09:27.882 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.882 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.882 INFO kablam! ... Oct 22 02:09:27.882 INFO kablam! 2833 | rt_realloc_naive!(rt_primes_32749bytes_8align_realloc_naive, 32749, 8); Oct 22 02:09:27.882 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.882 INFO kablam! | Oct 22 02:09:27.882 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.882 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.882 INFO kablam! | Oct 22 02:09:27.882 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.882 INFO kablam! | Oct 22 02:09:27.882 INFO kablam! Oct 22 02:09:27.882 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.882 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.882 INFO kablam! | Oct 22 02:09:27.882 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.882 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.882 INFO kablam! ... Oct 22 02:09:27.882 INFO kablam! 2833 | rt_realloc_naive!(rt_primes_32749bytes_8align_realloc_naive, 32749, 8); Oct 22 02:09:27.883 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.883 INFO kablam! | Oct 22 02:09:27.883 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.883 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.883 INFO kablam! | Oct 22 02:09:27.883 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.883 INFO kablam! | Oct 22 02:09:27.883 INFO kablam! Oct 22 02:09:27.883 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.883 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.883 INFO kablam! | Oct 22 02:09:27.883 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.883 INFO kablam! | ^^^^^ Oct 22 02:09:27.883 INFO kablam! ... Oct 22 02:09:27.883 INFO kablam! 2846 | rt_realloc_naive!(rt_primes_65537bytes_8align_realloc_naive, 65537, 8); Oct 22 02:09:27.883 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.883 INFO kablam! | Oct 22 02:09:27.883 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.883 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.883 INFO kablam! | Oct 22 02:09:27.883 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.883 INFO kablam! | Oct 22 02:09:27.883 INFO kablam! Oct 22 02:09:27.883 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.883 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.883 INFO kablam! | Oct 22 02:09:27.883 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.883 INFO kablam! | ^^^^^ Oct 22 02:09:27.883 INFO kablam! ... Oct 22 02:09:27.883 INFO kablam! 2846 | rt_realloc_naive!(rt_primes_65537bytes_8align_realloc_naive, 65537, 8); Oct 22 02:09:27.883 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.883 INFO kablam! | Oct 22 02:09:27.883 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.883 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.883 INFO kablam! | Oct 22 02:09:27.883 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.883 INFO kablam! | Oct 22 02:09:27.883 INFO kablam! Oct 22 02:09:27.883 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.883 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.883 INFO kablam! | Oct 22 02:09:27.883 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.883 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.883 INFO kablam! ... Oct 22 02:09:27.883 INFO kablam! 2846 | rt_realloc_naive!(rt_primes_65537bytes_8align_realloc_naive, 65537, 8); Oct 22 02:09:27.883 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.883 INFO kablam! | Oct 22 02:09:27.883 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.883 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.883 INFO kablam! | Oct 22 02:09:27.883 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.883 INFO kablam! | Oct 22 02:09:27.883 INFO kablam! Oct 22 02:09:27.883 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.883 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.883 INFO kablam! | Oct 22 02:09:27.883 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.883 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.883 INFO kablam! ... Oct 22 02:09:27.883 INFO kablam! 2846 | rt_realloc_naive!(rt_primes_65537bytes_8align_realloc_naive, 65537, 8); Oct 22 02:09:27.883 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.883 INFO kablam! | Oct 22 02:09:27.883 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.883 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.883 INFO kablam! | Oct 22 02:09:27.883 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.883 INFO kablam! | Oct 22 02:09:27.883 INFO kablam! Oct 22 02:09:27.888 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.888 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.888 INFO kablam! | Oct 22 02:09:27.888 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.888 INFO kablam! | ^^^^^ Oct 22 02:09:27.888 INFO kablam! ... Oct 22 02:09:27.888 INFO kablam! 2859 | rt_realloc_naive!(rt_primes_131071bytes_8align_realloc_naive, 131071, 8); Oct 22 02:09:27.888 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.888 INFO kablam! | Oct 22 02:09:27.888 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.888 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.888 INFO kablam! | Oct 22 02:09:27.888 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.888 INFO kablam! | Oct 22 02:09:27.888 INFO kablam! Oct 22 02:09:27.888 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.888 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.888 INFO kablam! | Oct 22 02:09:27.888 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.888 INFO kablam! | ^^^^^ Oct 22 02:09:27.888 INFO kablam! ... Oct 22 02:09:27.888 INFO kablam! 2859 | rt_realloc_naive!(rt_primes_131071bytes_8align_realloc_naive, 131071, 8); Oct 22 02:09:27.888 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.888 INFO kablam! | Oct 22 02:09:27.888 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.888 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.888 INFO kablam! | Oct 22 02:09:27.888 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.888 INFO kablam! | Oct 22 02:09:27.888 INFO kablam! Oct 22 02:09:27.888 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.888 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.888 INFO kablam! | Oct 22 02:09:27.888 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.888 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.888 INFO kablam! ... Oct 22 02:09:27.888 INFO kablam! 2859 | rt_realloc_naive!(rt_primes_131071bytes_8align_realloc_naive, 131071, 8); Oct 22 02:09:27.888 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.888 INFO kablam! | Oct 22 02:09:27.888 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.888 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.888 INFO kablam! | Oct 22 02:09:27.888 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.888 INFO kablam! | Oct 22 02:09:27.888 INFO kablam! Oct 22 02:09:27.888 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.888 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.889 INFO kablam! | Oct 22 02:09:27.889 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.889 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.889 INFO kablam! ... Oct 22 02:09:27.889 INFO kablam! 2859 | rt_realloc_naive!(rt_primes_131071bytes_8align_realloc_naive, 131071, 8); Oct 22 02:09:27.889 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.889 INFO kablam! | Oct 22 02:09:27.889 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.889 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.889 INFO kablam! | Oct 22 02:09:27.889 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.889 INFO kablam! | Oct 22 02:09:27.889 INFO kablam! Oct 22 02:09:27.889 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.889 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.889 INFO kablam! | Oct 22 02:09:27.889 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.889 INFO kablam! | ^^^^^ Oct 22 02:09:27.889 INFO kablam! ... Oct 22 02:09:27.889 INFO kablam! 2872 | rt_realloc_naive!(rt_primes_4194301bytes_8align_realloc_naive, 4194301, 8); Oct 22 02:09:27.889 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.889 INFO kablam! | Oct 22 02:09:27.889 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.889 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.889 INFO kablam! | Oct 22 02:09:27.889 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.889 INFO kablam! | Oct 22 02:09:27.889 INFO kablam! Oct 22 02:09:27.889 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.889 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.889 INFO kablam! | Oct 22 02:09:27.889 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.889 INFO kablam! | ^^^^^ Oct 22 02:09:27.889 INFO kablam! ... Oct 22 02:09:27.889 INFO kablam! 2872 | rt_realloc_naive!(rt_primes_4194301bytes_8align_realloc_naive, 4194301, 8); Oct 22 02:09:27.889 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.889 INFO kablam! | Oct 22 02:09:27.889 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.889 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.889 INFO kablam! | Oct 22 02:09:27.889 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.889 INFO kablam! | Oct 22 02:09:27.889 INFO kablam! Oct 22 02:09:27.889 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.889 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.889 INFO kablam! | Oct 22 02:09:27.889 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.889 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.889 INFO kablam! ... Oct 22 02:09:27.889 INFO kablam! 2872 | rt_realloc_naive!(rt_primes_4194301bytes_8align_realloc_naive, 4194301, 8); Oct 22 02:09:27.889 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.889 INFO kablam! | Oct 22 02:09:27.889 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.889 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.889 INFO kablam! | Oct 22 02:09:27.889 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.889 INFO kablam! | Oct 22 02:09:27.889 INFO kablam! Oct 22 02:09:27.889 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.889 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.889 INFO kablam! | Oct 22 02:09:27.889 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.889 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.889 INFO kablam! ... Oct 22 02:09:27.889 INFO kablam! 2872 | rt_realloc_naive!(rt_primes_4194301bytes_8align_realloc_naive, 4194301, 8); Oct 22 02:09:27.889 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.896 INFO kablam! | Oct 22 02:09:27.896 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.896 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.896 INFO kablam! | Oct 22 02:09:27.896 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.896 INFO kablam! | Oct 22 02:09:27.896 INFO kablam! Oct 22 02:09:27.896 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.896 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.896 INFO kablam! | Oct 22 02:09:27.896 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.896 INFO kablam! | ^^^^^ Oct 22 02:09:27.896 INFO kablam! ... Oct 22 02:09:27.896 INFO kablam! 2888 | rt_realloc_naive!(rt_pow2_1bytes_16align_realloc_naive, 1, 16); Oct 22 02:09:27.896 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.896 INFO kablam! | Oct 22 02:09:27.896 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.896 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.896 INFO kablam! | Oct 22 02:09:27.896 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.896 INFO kablam! | Oct 22 02:09:27.896 INFO kablam! Oct 22 02:09:27.896 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.896 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.896 INFO kablam! | Oct 22 02:09:27.896 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.896 INFO kablam! | ^^^^^ Oct 22 02:09:27.896 INFO kablam! ... Oct 22 02:09:27.896 INFO kablam! 2888 | rt_realloc_naive!(rt_pow2_1bytes_16align_realloc_naive, 1, 16); Oct 22 02:09:27.896 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.896 INFO kablam! | Oct 22 02:09:27.896 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.896 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.896 INFO kablam! | Oct 22 02:09:27.896 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.896 INFO kablam! | Oct 22 02:09:27.896 INFO kablam! Oct 22 02:09:27.896 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.896 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.896 INFO kablam! | Oct 22 02:09:27.896 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.896 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.896 INFO kablam! ... Oct 22 02:09:27.896 INFO kablam! 2888 | rt_realloc_naive!(rt_pow2_1bytes_16align_realloc_naive, 1, 16); Oct 22 02:09:27.896 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.904 INFO kablam! | Oct 22 02:09:27.904 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.904 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.904 INFO kablam! | Oct 22 02:09:27.904 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.904 INFO kablam! | Oct 22 02:09:27.904 INFO kablam! Oct 22 02:09:27.904 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.904 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.904 INFO kablam! | Oct 22 02:09:27.904 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.904 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.904 INFO kablam! ... Oct 22 02:09:27.904 INFO kablam! 2888 | rt_realloc_naive!(rt_pow2_1bytes_16align_realloc_naive, 1, 16); Oct 22 02:09:27.904 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.904 INFO kablam! | Oct 22 02:09:27.904 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.904 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.904 INFO kablam! | Oct 22 02:09:27.904 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.904 INFO kablam! | Oct 22 02:09:27.904 INFO kablam! Oct 22 02:09:27.904 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.904 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.904 INFO kablam! | Oct 22 02:09:27.904 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.904 INFO kablam! | ^^^^^ Oct 22 02:09:27.904 INFO kablam! ... Oct 22 02:09:27.904 INFO kablam! 2901 | rt_realloc_naive!(rt_pow2_2bytes_16align_realloc_naive, 2, 16); Oct 22 02:09:27.904 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.904 INFO kablam! | Oct 22 02:09:27.904 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.904 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.904 INFO kablam! | Oct 22 02:09:27.904 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.904 INFO kablam! | Oct 22 02:09:27.904 INFO kablam! Oct 22 02:09:27.904 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.904 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.904 INFO kablam! | Oct 22 02:09:27.904 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.904 INFO kablam! | ^^^^^ Oct 22 02:09:27.904 INFO kablam! ... Oct 22 02:09:27.904 INFO kablam! 2901 | rt_realloc_naive!(rt_pow2_2bytes_16align_realloc_naive, 2, 16); Oct 22 02:09:27.904 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.905 INFO kablam! | Oct 22 02:09:27.905 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.905 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.905 INFO kablam! | Oct 22 02:09:27.905 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.905 INFO kablam! | Oct 22 02:09:27.905 INFO kablam! Oct 22 02:09:27.905 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.905 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.905 INFO kablam! | Oct 22 02:09:27.905 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.905 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.905 INFO kablam! ... Oct 22 02:09:27.905 INFO kablam! 2901 | rt_realloc_naive!(rt_pow2_2bytes_16align_realloc_naive, 2, 16); Oct 22 02:09:27.905 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.905 INFO kablam! | Oct 22 02:09:27.905 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.905 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.905 INFO kablam! | Oct 22 02:09:27.905 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.905 INFO kablam! | Oct 22 02:09:27.905 INFO kablam! Oct 22 02:09:27.905 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.905 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.905 INFO kablam! | Oct 22 02:09:27.905 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.905 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.905 INFO kablam! ... Oct 22 02:09:27.905 INFO kablam! 2901 | rt_realloc_naive!(rt_pow2_2bytes_16align_realloc_naive, 2, 16); Oct 22 02:09:27.905 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.905 INFO kablam! | Oct 22 02:09:27.905 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.905 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.905 INFO kablam! | Oct 22 02:09:27.905 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.905 INFO kablam! | Oct 22 02:09:27.905 INFO kablam! Oct 22 02:09:27.905 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.905 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.905 INFO kablam! | Oct 22 02:09:27.905 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.905 INFO kablam! | ^^^^^ Oct 22 02:09:27.905 INFO kablam! ... Oct 22 02:09:27.905 INFO kablam! 2914 | rt_realloc_naive!(rt_pow2_4bytes_16align_realloc_naive, 4, 16); Oct 22 02:09:27.905 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.905 INFO kablam! | Oct 22 02:09:27.905 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.905 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.905 INFO kablam! | Oct 22 02:09:27.905 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.905 INFO kablam! | Oct 22 02:09:27.905 INFO kablam! Oct 22 02:09:27.905 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.905 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.905 INFO kablam! | Oct 22 02:09:27.905 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.905 INFO kablam! | ^^^^^ Oct 22 02:09:27.905 INFO kablam! ... Oct 22 02:09:27.905 INFO kablam! 2914 | rt_realloc_naive!(rt_pow2_4bytes_16align_realloc_naive, 4, 16); Oct 22 02:09:27.905 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.905 INFO kablam! | Oct 22 02:09:27.905 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.905 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.905 INFO kablam! | Oct 22 02:09:27.905 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.905 INFO kablam! | Oct 22 02:09:27.905 INFO kablam! Oct 22 02:09:27.905 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.905 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.905 INFO kablam! | Oct 22 02:09:27.905 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.905 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.905 INFO kablam! ... Oct 22 02:09:27.905 INFO kablam! 2914 | rt_realloc_naive!(rt_pow2_4bytes_16align_realloc_naive, 4, 16); Oct 22 02:09:27.905 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.905 INFO kablam! | Oct 22 02:09:27.905 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.905 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.905 INFO kablam! | Oct 22 02:09:27.905 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.905 INFO kablam! | Oct 22 02:09:27.905 INFO kablam! Oct 22 02:09:27.906 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.906 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.906 INFO kablam! | Oct 22 02:09:27.906 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.906 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.906 INFO kablam! ... Oct 22 02:09:27.906 INFO kablam! 2914 | rt_realloc_naive!(rt_pow2_4bytes_16align_realloc_naive, 4, 16); Oct 22 02:09:27.906 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.906 INFO kablam! | Oct 22 02:09:27.906 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.906 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.906 INFO kablam! | Oct 22 02:09:27.906 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.906 INFO kablam! | Oct 22 02:09:27.906 INFO kablam! Oct 22 02:09:27.906 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.906 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.906 INFO kablam! | Oct 22 02:09:27.906 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.906 INFO kablam! | ^^^^^ Oct 22 02:09:27.906 INFO kablam! ... Oct 22 02:09:27.906 INFO kablam! 2927 | rt_realloc_naive!(rt_pow2_8bytes_16align_realloc_naive, 8, 16); Oct 22 02:09:27.906 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.906 INFO kablam! | Oct 22 02:09:27.906 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.906 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.906 INFO kablam! | Oct 22 02:09:27.906 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.906 INFO kablam! | Oct 22 02:09:27.906 INFO kablam! Oct 22 02:09:27.906 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.906 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.906 INFO kablam! | Oct 22 02:09:27.906 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.906 INFO kablam! | ^^^^^ Oct 22 02:09:27.906 INFO kablam! ... Oct 22 02:09:27.906 INFO kablam! 2927 | rt_realloc_naive!(rt_pow2_8bytes_16align_realloc_naive, 8, 16); Oct 22 02:09:27.906 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.906 INFO kablam! | Oct 22 02:09:27.906 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.906 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.906 INFO kablam! | Oct 22 02:09:27.906 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.906 INFO kablam! | Oct 22 02:09:27.906 INFO kablam! Oct 22 02:09:27.906 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.906 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.906 INFO kablam! | Oct 22 02:09:27.906 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.906 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.906 INFO kablam! ... Oct 22 02:09:27.906 INFO kablam! 2927 | rt_realloc_naive!(rt_pow2_8bytes_16align_realloc_naive, 8, 16); Oct 22 02:09:27.906 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.906 INFO kablam! | Oct 22 02:09:27.906 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.906 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.906 INFO kablam! | Oct 22 02:09:27.906 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.906 INFO kablam! | Oct 22 02:09:27.906 INFO kablam! Oct 22 02:09:27.906 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.906 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.906 INFO kablam! | Oct 22 02:09:27.906 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.906 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.906 INFO kablam! ... Oct 22 02:09:27.906 INFO kablam! 2927 | rt_realloc_naive!(rt_pow2_8bytes_16align_realloc_naive, 8, 16); Oct 22 02:09:27.906 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.906 INFO kablam! | Oct 22 02:09:27.906 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.906 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.906 INFO kablam! | Oct 22 02:09:27.906 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.906 INFO kablam! | Oct 22 02:09:27.906 INFO kablam! Oct 22 02:09:27.906 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.906 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.906 INFO kablam! | Oct 22 02:09:27.906 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.906 INFO kablam! | ^^^^^ Oct 22 02:09:27.906 INFO kablam! ... Oct 22 02:09:27.906 INFO kablam! 2940 | rt_realloc_naive!(rt_pow2_16bytes_16align_realloc_naive, 16, 16); Oct 22 02:09:27.907 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.907 INFO kablam! | Oct 22 02:09:27.907 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.912 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.912 INFO kablam! | Oct 22 02:09:27.912 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.912 INFO kablam! | Oct 22 02:09:27.912 INFO kablam! Oct 22 02:09:27.912 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.912 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.912 INFO kablam! | Oct 22 02:09:27.912 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.912 INFO kablam! | ^^^^^ Oct 22 02:09:27.912 INFO kablam! ... Oct 22 02:09:27.912 INFO kablam! 2940 | rt_realloc_naive!(rt_pow2_16bytes_16align_realloc_naive, 16, 16); Oct 22 02:09:27.912 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.912 INFO kablam! | Oct 22 02:09:27.912 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.912 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.912 INFO kablam! | Oct 22 02:09:27.912 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.912 INFO kablam! | Oct 22 02:09:27.912 INFO kablam! Oct 22 02:09:27.912 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.912 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.912 INFO kablam! | Oct 22 02:09:27.912 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.912 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.912 INFO kablam! ... Oct 22 02:09:27.912 INFO kablam! 2940 | rt_realloc_naive!(rt_pow2_16bytes_16align_realloc_naive, 16, 16); Oct 22 02:09:27.912 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.912 INFO kablam! | Oct 22 02:09:27.912 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.912 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.912 INFO kablam! | Oct 22 02:09:27.912 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.912 INFO kablam! | Oct 22 02:09:27.912 INFO kablam! Oct 22 02:09:27.912 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.912 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.912 INFO kablam! | Oct 22 02:09:27.912 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.912 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.912 INFO kablam! ... Oct 22 02:09:27.912 INFO kablam! 2940 | rt_realloc_naive!(rt_pow2_16bytes_16align_realloc_naive, 16, 16); Oct 22 02:09:27.912 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.912 INFO kablam! | Oct 22 02:09:27.912 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.912 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.912 INFO kablam! | Oct 22 02:09:27.912 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.913 INFO kablam! | Oct 22 02:09:27.913 INFO kablam! Oct 22 02:09:27.913 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.913 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.913 INFO kablam! | Oct 22 02:09:27.913 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.913 INFO kablam! | ^^^^^ Oct 22 02:09:27.913 INFO kablam! ... Oct 22 02:09:27.913 INFO kablam! 2953 | rt_realloc_naive!(rt_pow2_32bytes_16align_realloc_naive, 32, 16); Oct 22 02:09:27.913 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.913 INFO kablam! | Oct 22 02:09:27.913 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.913 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.913 INFO kablam! | Oct 22 02:09:27.913 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.913 INFO kablam! | Oct 22 02:09:27.913 INFO kablam! Oct 22 02:09:27.913 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.913 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.913 INFO kablam! | Oct 22 02:09:27.913 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.913 INFO kablam! | ^^^^^ Oct 22 02:09:27.913 INFO kablam! ... Oct 22 02:09:27.913 INFO kablam! 2953 | rt_realloc_naive!(rt_pow2_32bytes_16align_realloc_naive, 32, 16); Oct 22 02:09:27.913 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.913 INFO kablam! | Oct 22 02:09:27.913 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.913 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.913 INFO kablam! | Oct 22 02:09:27.913 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.913 INFO kablam! | Oct 22 02:09:27.921 INFO kablam! Oct 22 02:09:27.921 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.921 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.921 INFO kablam! | Oct 22 02:09:27.921 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.921 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.921 INFO kablam! ... Oct 22 02:09:27.921 INFO kablam! 2953 | rt_realloc_naive!(rt_pow2_32bytes_16align_realloc_naive, 32, 16); Oct 22 02:09:27.921 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.921 INFO kablam! | Oct 22 02:09:27.921 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.921 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.922 INFO kablam! | Oct 22 02:09:27.922 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.922 INFO kablam! | Oct 22 02:09:27.922 INFO kablam! Oct 22 02:09:27.922 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.922 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.922 INFO kablam! | Oct 22 02:09:27.922 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.922 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.922 INFO kablam! ... Oct 22 02:09:27.922 INFO kablam! 2953 | rt_realloc_naive!(rt_pow2_32bytes_16align_realloc_naive, 32, 16); Oct 22 02:09:27.922 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.922 INFO kablam! | Oct 22 02:09:27.922 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.922 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.922 INFO kablam! | Oct 22 02:09:27.922 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.922 INFO kablam! | Oct 22 02:09:27.922 INFO kablam! Oct 22 02:09:27.922 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.922 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.922 INFO kablam! | Oct 22 02:09:27.922 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.922 INFO kablam! | ^^^^^ Oct 22 02:09:27.922 INFO kablam! ... Oct 22 02:09:27.922 INFO kablam! 2966 | rt_realloc_naive!(rt_pow2_64bytes_16align_realloc_naive, 64, 16); Oct 22 02:09:27.922 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.922 INFO kablam! | Oct 22 02:09:27.922 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.922 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.922 INFO kablam! | Oct 22 02:09:27.922 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.922 INFO kablam! | Oct 22 02:09:27.922 INFO kablam! Oct 22 02:09:27.922 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.922 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.922 INFO kablam! | Oct 22 02:09:27.922 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.922 INFO kablam! | ^^^^^ Oct 22 02:09:27.922 INFO kablam! ... Oct 22 02:09:27.922 INFO kablam! 2966 | rt_realloc_naive!(rt_pow2_64bytes_16align_realloc_naive, 64, 16); Oct 22 02:09:27.922 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.922 INFO kablam! | Oct 22 02:09:27.922 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.922 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.922 INFO kablam! | Oct 22 02:09:27.922 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.922 INFO kablam! | Oct 22 02:09:27.922 INFO kablam! Oct 22 02:09:27.922 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.922 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.922 INFO kablam! | Oct 22 02:09:27.922 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.922 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.922 INFO kablam! ... Oct 22 02:09:27.922 INFO kablam! 2966 | rt_realloc_naive!(rt_pow2_64bytes_16align_realloc_naive, 64, 16); Oct 22 02:09:27.922 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.922 INFO kablam! | Oct 22 02:09:27.922 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.922 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.922 INFO kablam! | Oct 22 02:09:27.922 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.922 INFO kablam! | Oct 22 02:09:27.922 INFO kablam! Oct 22 02:09:27.922 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.922 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.922 INFO kablam! | Oct 22 02:09:27.922 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.922 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.922 INFO kablam! ... Oct 22 02:09:27.922 INFO kablam! 2966 | rt_realloc_naive!(rt_pow2_64bytes_16align_realloc_naive, 64, 16); Oct 22 02:09:27.922 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.922 INFO kablam! | Oct 22 02:09:27.922 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.922 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.922 INFO kablam! | Oct 22 02:09:27.922 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.922 INFO kablam! | Oct 22 02:09:27.922 INFO kablam! Oct 22 02:09:27.922 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.922 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.922 INFO kablam! | Oct 22 02:09:27.922 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.922 INFO kablam! | ^^^^^ Oct 22 02:09:27.922 INFO kablam! ... Oct 22 02:09:27.923 INFO kablam! 2979 | rt_realloc_naive!(rt_pow2_128bytes_16align_realloc_naive, 128, 16); Oct 22 02:09:27.923 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.923 INFO kablam! | Oct 22 02:09:27.923 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.923 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.923 INFO kablam! | Oct 22 02:09:27.923 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.923 INFO kablam! | Oct 22 02:09:27.923 INFO kablam! Oct 22 02:09:27.923 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.923 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.923 INFO kablam! | Oct 22 02:09:27.923 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.923 INFO kablam! | ^^^^^ Oct 22 02:09:27.923 INFO kablam! ... Oct 22 02:09:27.923 INFO kablam! 2979 | rt_realloc_naive!(rt_pow2_128bytes_16align_realloc_naive, 128, 16); Oct 22 02:09:27.923 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.923 INFO kablam! | Oct 22 02:09:27.923 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.923 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.923 INFO kablam! | Oct 22 02:09:27.923 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.923 INFO kablam! | Oct 22 02:09:27.923 INFO kablam! Oct 22 02:09:27.923 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.923 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.923 INFO kablam! | Oct 22 02:09:27.923 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.923 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.923 INFO kablam! ... Oct 22 02:09:27.923 INFO kablam! 2979 | rt_realloc_naive!(rt_pow2_128bytes_16align_realloc_naive, 128, 16); Oct 22 02:09:27.923 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.923 INFO kablam! | Oct 22 02:09:27.923 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.923 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.923 INFO kablam! | Oct 22 02:09:27.923 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.923 INFO kablam! | Oct 22 02:09:27.923 INFO kablam! Oct 22 02:09:27.923 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.923 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.923 INFO kablam! | Oct 22 02:09:27.923 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.923 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.923 INFO kablam! ... Oct 22 02:09:27.923 INFO kablam! 2979 | rt_realloc_naive!(rt_pow2_128bytes_16align_realloc_naive, 128, 16); Oct 22 02:09:27.923 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.923 INFO kablam! | Oct 22 02:09:27.923 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.923 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.923 INFO kablam! | Oct 22 02:09:27.923 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.923 INFO kablam! | Oct 22 02:09:27.923 INFO kablam! Oct 22 02:09:27.928 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.928 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.928 INFO kablam! | Oct 22 02:09:27.928 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.928 INFO kablam! | ^^^^^ Oct 22 02:09:27.928 INFO kablam! ... Oct 22 02:09:27.928 INFO kablam! 2992 | rt_realloc_naive!(rt_pow2_256bytes_16align_realloc_naive, 256, 16); Oct 22 02:09:27.928 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.928 INFO kablam! | Oct 22 02:09:27.928 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.928 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.928 INFO kablam! | Oct 22 02:09:27.928 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.928 INFO kablam! | Oct 22 02:09:27.928 INFO kablam! Oct 22 02:09:27.928 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.928 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.928 INFO kablam! | Oct 22 02:09:27.928 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.928 INFO kablam! | ^^^^^ Oct 22 02:09:27.928 INFO kablam! ... Oct 22 02:09:27.928 INFO kablam! 2992 | rt_realloc_naive!(rt_pow2_256bytes_16align_realloc_naive, 256, 16); Oct 22 02:09:27.928 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.928 INFO kablam! | Oct 22 02:09:27.928 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.928 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.928 INFO kablam! | Oct 22 02:09:27.928 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.928 INFO kablam! | Oct 22 02:09:27.928 INFO kablam! Oct 22 02:09:27.928 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.928 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.928 INFO kablam! | Oct 22 02:09:27.928 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.928 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.928 INFO kablam! ... Oct 22 02:09:27.928 INFO kablam! 2992 | rt_realloc_naive!(rt_pow2_256bytes_16align_realloc_naive, 256, 16); Oct 22 02:09:27.928 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.928 INFO kablam! | Oct 22 02:09:27.928 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.928 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.928 INFO kablam! | Oct 22 02:09:27.928 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.928 INFO kablam! | Oct 22 02:09:27.928 INFO kablam! Oct 22 02:09:27.928 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.929 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.929 INFO kablam! | Oct 22 02:09:27.929 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.929 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.929 INFO kablam! ... Oct 22 02:09:27.929 INFO kablam! 2992 | rt_realloc_naive!(rt_pow2_256bytes_16align_realloc_naive, 256, 16); Oct 22 02:09:27.929 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.929 INFO kablam! | Oct 22 02:09:27.929 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.929 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.929 INFO kablam! | Oct 22 02:09:27.929 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.929 INFO kablam! | Oct 22 02:09:27.929 INFO kablam! Oct 22 02:09:27.929 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.929 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.929 INFO kablam! | Oct 22 02:09:27.929 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.929 INFO kablam! | ^^^^^ Oct 22 02:09:27.929 INFO kablam! ... Oct 22 02:09:27.929 INFO kablam! 3005 | rt_realloc_naive!(rt_pow2_512bytes_16align_realloc_naive, 512, 16); Oct 22 02:09:27.929 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.929 INFO kablam! | Oct 22 02:09:27.929 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.929 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.929 INFO kablam! | Oct 22 02:09:27.929 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.929 INFO kablam! | Oct 22 02:09:27.929 INFO kablam! Oct 22 02:09:27.929 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.929 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.929 INFO kablam! | Oct 22 02:09:27.929 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.929 INFO kablam! | ^^^^^ Oct 22 02:09:27.929 INFO kablam! ... Oct 22 02:09:27.929 INFO kablam! 3005 | rt_realloc_naive!(rt_pow2_512bytes_16align_realloc_naive, 512, 16); Oct 22 02:09:27.929 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.929 INFO kablam! | Oct 22 02:09:27.929 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.929 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.929 INFO kablam! | Oct 22 02:09:27.929 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.929 INFO kablam! | Oct 22 02:09:27.929 INFO kablam! Oct 22 02:09:27.929 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.929 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.929 INFO kablam! | Oct 22 02:09:27.929 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.929 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.929 INFO kablam! ... Oct 22 02:09:27.929 INFO kablam! 3005 | rt_realloc_naive!(rt_pow2_512bytes_16align_realloc_naive, 512, 16); Oct 22 02:09:27.929 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.929 INFO kablam! | Oct 22 02:09:27.929 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.929 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.929 INFO kablam! | Oct 22 02:09:27.929 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.929 INFO kablam! | Oct 22 02:09:27.929 INFO kablam! Oct 22 02:09:27.933 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.933 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.933 INFO kablam! | Oct 22 02:09:27.933 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.933 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.933 INFO kablam! ... Oct 22 02:09:27.933 INFO kablam! 3005 | rt_realloc_naive!(rt_pow2_512bytes_16align_realloc_naive, 512, 16); Oct 22 02:09:27.933 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.933 INFO kablam! | Oct 22 02:09:27.933 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.933 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.933 INFO kablam! | Oct 22 02:09:27.933 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.933 INFO kablam! | Oct 22 02:09:27.933 INFO kablam! Oct 22 02:09:27.933 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.933 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.933 INFO kablam! | Oct 22 02:09:27.933 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.933 INFO kablam! | ^^^^^ Oct 22 02:09:27.933 INFO kablam! ... Oct 22 02:09:27.933 INFO kablam! 3018 | rt_realloc_naive!(rt_pow2_1024bytes_16align_realloc_naive, 1024, 16); Oct 22 02:09:27.933 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.933 INFO kablam! | Oct 22 02:09:27.933 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.933 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.934 INFO kablam! | Oct 22 02:09:27.934 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.934 INFO kablam! | Oct 22 02:09:27.934 INFO kablam! Oct 22 02:09:27.934 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.934 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.934 INFO kablam! | Oct 22 02:09:27.934 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.934 INFO kablam! | ^^^^^ Oct 22 02:09:27.934 INFO kablam! ... Oct 22 02:09:27.934 INFO kablam! 3018 | rt_realloc_naive!(rt_pow2_1024bytes_16align_realloc_naive, 1024, 16); Oct 22 02:09:27.934 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.934 INFO kablam! | Oct 22 02:09:27.934 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.934 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.934 INFO kablam! | Oct 22 02:09:27.934 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.934 INFO kablam! | Oct 22 02:09:27.934 INFO kablam! Oct 22 02:09:27.934 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.934 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.934 INFO kablam! | Oct 22 02:09:27.934 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.934 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.934 INFO kablam! ... Oct 22 02:09:27.934 INFO kablam! 3018 | rt_realloc_naive!(rt_pow2_1024bytes_16align_realloc_naive, 1024, 16); Oct 22 02:09:27.934 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.934 INFO kablam! | Oct 22 02:09:27.934 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.934 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.934 INFO kablam! | Oct 22 02:09:27.934 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.934 INFO kablam! | Oct 22 02:09:27.934 INFO kablam! Oct 22 02:09:27.940 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.940 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.940 INFO kablam! | Oct 22 02:09:27.940 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.940 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.940 INFO kablam! ... Oct 22 02:09:27.940 INFO kablam! 3018 | rt_realloc_naive!(rt_pow2_1024bytes_16align_realloc_naive, 1024, 16); Oct 22 02:09:27.940 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.940 INFO kablam! | Oct 22 02:09:27.940 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.940 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.940 INFO kablam! | Oct 22 02:09:27.940 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.940 INFO kablam! | Oct 22 02:09:27.940 INFO kablam! Oct 22 02:09:27.940 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.940 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.940 INFO kablam! | Oct 22 02:09:27.940 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.940 INFO kablam! | ^^^^^ Oct 22 02:09:27.940 INFO kablam! ... Oct 22 02:09:27.940 INFO kablam! 3031 | rt_realloc_naive!(rt_pow2_2048bytes_16align_realloc_naive, 2048, 16); Oct 22 02:09:27.940 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.940 INFO kablam! | Oct 22 02:09:27.940 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.940 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.940 INFO kablam! | Oct 22 02:09:27.940 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.940 INFO kablam! | Oct 22 02:09:27.940 INFO kablam! Oct 22 02:09:27.940 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.940 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.940 INFO kablam! | Oct 22 02:09:27.940 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.940 INFO kablam! | ^^^^^ Oct 22 02:09:27.940 INFO kablam! ... Oct 22 02:09:27.940 INFO kablam! 3031 | rt_realloc_naive!(rt_pow2_2048bytes_16align_realloc_naive, 2048, 16); Oct 22 02:09:27.940 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.940 INFO kablam! | Oct 22 02:09:27.940 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.940 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.940 INFO kablam! | Oct 22 02:09:27.940 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.940 INFO kablam! | Oct 22 02:09:27.940 INFO kablam! Oct 22 02:09:27.940 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.940 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.940 INFO kablam! | Oct 22 02:09:27.940 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.941 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.941 INFO kablam! ... Oct 22 02:09:27.941 INFO kablam! 3031 | rt_realloc_naive!(rt_pow2_2048bytes_16align_realloc_naive, 2048, 16); Oct 22 02:09:27.941 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.941 INFO kablam! | Oct 22 02:09:27.941 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.948 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.948 INFO kablam! | Oct 22 02:09:27.948 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.948 INFO kablam! | Oct 22 02:09:27.948 INFO kablam! Oct 22 02:09:27.948 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.948 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.948 INFO kablam! | Oct 22 02:09:27.948 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.948 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.948 INFO kablam! ... Oct 22 02:09:27.948 INFO kablam! 3031 | rt_realloc_naive!(rt_pow2_2048bytes_16align_realloc_naive, 2048, 16); Oct 22 02:09:27.948 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.948 INFO kablam! | Oct 22 02:09:27.948 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.948 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.948 INFO kablam! | Oct 22 02:09:27.948 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.948 INFO kablam! | Oct 22 02:09:27.948 INFO kablam! Oct 22 02:09:27.948 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.948 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.948 INFO kablam! | Oct 22 02:09:27.948 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.948 INFO kablam! | ^^^^^ Oct 22 02:09:27.948 INFO kablam! ... Oct 22 02:09:27.948 INFO kablam! 3044 | rt_realloc_naive!(rt_pow2_4096bytes_16align_realloc_naive, 4096, 16); Oct 22 02:09:27.948 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.948 INFO kablam! | Oct 22 02:09:27.948 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.948 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.948 INFO kablam! | Oct 22 02:09:27.948 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.948 INFO kablam! | Oct 22 02:09:27.948 INFO kablam! Oct 22 02:09:27.948 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.948 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.948 INFO kablam! | Oct 22 02:09:27.948 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.948 INFO kablam! | ^^^^^ Oct 22 02:09:27.948 INFO kablam! ... Oct 22 02:09:27.948 INFO kablam! 3044 | rt_realloc_naive!(rt_pow2_4096bytes_16align_realloc_naive, 4096, 16); Oct 22 02:09:27.948 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.948 INFO kablam! | Oct 22 02:09:27.948 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.948 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.949 INFO kablam! | Oct 22 02:09:27.949 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.949 INFO kablam! | Oct 22 02:09:27.949 INFO kablam! Oct 22 02:09:27.949 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.949 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.949 INFO kablam! | Oct 22 02:09:27.949 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.949 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.949 INFO kablam! ... Oct 22 02:09:27.949 INFO kablam! 3044 | rt_realloc_naive!(rt_pow2_4096bytes_16align_realloc_naive, 4096, 16); Oct 22 02:09:27.949 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.949 INFO kablam! | Oct 22 02:09:27.949 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.949 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.949 INFO kablam! | Oct 22 02:09:27.949 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.949 INFO kablam! | Oct 22 02:09:27.949 INFO kablam! Oct 22 02:09:27.949 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.956 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.956 INFO kablam! | Oct 22 02:09:27.956 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.956 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.956 INFO kablam! ... Oct 22 02:09:27.956 INFO kablam! 3044 | rt_realloc_naive!(rt_pow2_4096bytes_16align_realloc_naive, 4096, 16); Oct 22 02:09:27.956 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.956 INFO kablam! | Oct 22 02:09:27.956 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.956 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.956 INFO kablam! | Oct 22 02:09:27.956 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.956 INFO kablam! | Oct 22 02:09:27.956 INFO kablam! Oct 22 02:09:27.956 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.956 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.956 INFO kablam! | Oct 22 02:09:27.956 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.956 INFO kablam! | ^^^^^ Oct 22 02:09:27.956 INFO kablam! ... Oct 22 02:09:27.956 INFO kablam! 3057 | rt_realloc_naive!(rt_pow2_8192bytes_16align_realloc_naive, 8192, 16); Oct 22 02:09:27.956 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.956 INFO kablam! | Oct 22 02:09:27.956 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.956 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.956 INFO kablam! | Oct 22 02:09:27.956 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.956 INFO kablam! | Oct 22 02:09:27.956 INFO kablam! Oct 22 02:09:27.956 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.956 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.956 INFO kablam! | Oct 22 02:09:27.956 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.956 INFO kablam! | ^^^^^ Oct 22 02:09:27.956 INFO kablam! ... Oct 22 02:09:27.956 INFO kablam! 3057 | rt_realloc_naive!(rt_pow2_8192bytes_16align_realloc_naive, 8192, 16); Oct 22 02:09:27.956 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.956 INFO kablam! | Oct 22 02:09:27.956 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.956 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.956 INFO kablam! | Oct 22 02:09:27.956 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.956 INFO kablam! | Oct 22 02:09:27.956 INFO kablam! Oct 22 02:09:27.956 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.956 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.957 INFO kablam! | Oct 22 02:09:27.957 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.957 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.957 INFO kablam! ... Oct 22 02:09:27.957 INFO kablam! 3057 | rt_realloc_naive!(rt_pow2_8192bytes_16align_realloc_naive, 8192, 16); Oct 22 02:09:27.957 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.957 INFO kablam! | Oct 22 02:09:27.957 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.957 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.957 INFO kablam! | Oct 22 02:09:27.957 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.957 INFO kablam! | Oct 22 02:09:27.957 INFO kablam! Oct 22 02:09:27.957 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.957 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.957 INFO kablam! | Oct 22 02:09:27.957 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.957 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.957 INFO kablam! ... Oct 22 02:09:27.957 INFO kablam! 3057 | rt_realloc_naive!(rt_pow2_8192bytes_16align_realloc_naive, 8192, 16); Oct 22 02:09:27.957 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.957 INFO kablam! | Oct 22 02:09:27.957 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.957 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.957 INFO kablam! | Oct 22 02:09:27.957 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.957 INFO kablam! | Oct 22 02:09:27.957 INFO kablam! Oct 22 02:09:27.957 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.957 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.957 INFO kablam! | Oct 22 02:09:27.957 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.957 INFO kablam! | ^^^^^ Oct 22 02:09:27.957 INFO kablam! ... Oct 22 02:09:27.957 INFO kablam! 3070 | rt_realloc_naive!(rt_pow2_16384bytes_16align_realloc_naive, 16384, 16); Oct 22 02:09:27.957 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.957 INFO kablam! | Oct 22 02:09:27.957 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.957 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.957 INFO kablam! | Oct 22 02:09:27.957 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.957 INFO kablam! | Oct 22 02:09:27.957 INFO kablam! Oct 22 02:09:27.957 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.957 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.957 INFO kablam! | Oct 22 02:09:27.957 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.957 INFO kablam! | ^^^^^ Oct 22 02:09:27.957 INFO kablam! ... Oct 22 02:09:27.957 INFO kablam! 3070 | rt_realloc_naive!(rt_pow2_16384bytes_16align_realloc_naive, 16384, 16); Oct 22 02:09:27.957 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.957 INFO kablam! | Oct 22 02:09:27.957 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.957 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.957 INFO kablam! | Oct 22 02:09:27.957 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.957 INFO kablam! | Oct 22 02:09:27.957 INFO kablam! Oct 22 02:09:27.957 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.957 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.957 INFO kablam! | Oct 22 02:09:27.957 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.957 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.957 INFO kablam! ... Oct 22 02:09:27.957 INFO kablam! 3070 | rt_realloc_naive!(rt_pow2_16384bytes_16align_realloc_naive, 16384, 16); Oct 22 02:09:27.957 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.957 INFO kablam! | Oct 22 02:09:27.957 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.957 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.957 INFO kablam! | Oct 22 02:09:27.957 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.957 INFO kablam! | Oct 22 02:09:27.957 INFO kablam! Oct 22 02:09:27.957 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.957 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.957 INFO kablam! | Oct 22 02:09:27.957 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.957 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.957 INFO kablam! ... Oct 22 02:09:27.957 INFO kablam! 3070 | rt_realloc_naive!(rt_pow2_16384bytes_16align_realloc_naive, 16384, 16); Oct 22 02:09:27.957 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.957 INFO kablam! | Oct 22 02:09:27.957 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.957 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.957 INFO kablam! | Oct 22 02:09:27.957 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.957 INFO kablam! | Oct 22 02:09:27.957 INFO kablam! Oct 22 02:09:27.957 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.958 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.958 INFO kablam! | Oct 22 02:09:27.958 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.958 INFO kablam! | ^^^^^ Oct 22 02:09:27.958 INFO kablam! ... Oct 22 02:09:27.958 INFO kablam! 3083 | rt_realloc_naive!(rt_pow2_32768bytes_16align_realloc_naive, 32768, 16); Oct 22 02:09:27.958 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.958 INFO kablam! | Oct 22 02:09:27.958 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.958 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.958 INFO kablam! | Oct 22 02:09:27.958 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.958 INFO kablam! | Oct 22 02:09:27.958 INFO kablam! Oct 22 02:09:27.958 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.958 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.958 INFO kablam! | Oct 22 02:09:27.958 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.958 INFO kablam! | ^^^^^ Oct 22 02:09:27.958 INFO kablam! ... Oct 22 02:09:27.958 INFO kablam! 3083 | rt_realloc_naive!(rt_pow2_32768bytes_16align_realloc_naive, 32768, 16); Oct 22 02:09:27.958 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.958 INFO kablam! | Oct 22 02:09:27.958 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.958 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.958 INFO kablam! | Oct 22 02:09:27.958 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.958 INFO kablam! | Oct 22 02:09:27.958 INFO kablam! Oct 22 02:09:27.958 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.958 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.958 INFO kablam! | Oct 22 02:09:27.958 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.958 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.958 INFO kablam! ... Oct 22 02:09:27.958 INFO kablam! 3083 | rt_realloc_naive!(rt_pow2_32768bytes_16align_realloc_naive, 32768, 16); Oct 22 02:09:27.958 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.958 INFO kablam! | Oct 22 02:09:27.958 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.958 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.958 INFO kablam! | Oct 22 02:09:27.958 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.958 INFO kablam! | Oct 22 02:09:27.958 INFO kablam! Oct 22 02:09:27.958 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.958 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.958 INFO kablam! | Oct 22 02:09:27.958 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.958 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.958 INFO kablam! ... Oct 22 02:09:27.958 INFO kablam! 3083 | rt_realloc_naive!(rt_pow2_32768bytes_16align_realloc_naive, 32768, 16); Oct 22 02:09:27.958 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.958 INFO kablam! | Oct 22 02:09:27.958 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.958 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.958 INFO kablam! | Oct 22 02:09:27.958 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.958 INFO kablam! | Oct 22 02:09:27.958 INFO kablam! Oct 22 02:09:27.958 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.958 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.958 INFO kablam! | Oct 22 02:09:27.958 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.958 INFO kablam! | ^^^^^ Oct 22 02:09:27.958 INFO kablam! ... Oct 22 02:09:27.958 INFO kablam! 3096 | rt_realloc_naive!(rt_pow2_65536bytes_16align_realloc_naive, 65536, 16); Oct 22 02:09:27.958 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.958 INFO kablam! | Oct 22 02:09:27.958 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.958 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.958 INFO kablam! | Oct 22 02:09:27.958 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.958 INFO kablam! | Oct 22 02:09:27.958 INFO kablam! Oct 22 02:09:27.958 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.958 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.958 INFO kablam! | Oct 22 02:09:27.958 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.958 INFO kablam! | ^^^^^ Oct 22 02:09:27.958 INFO kablam! ... Oct 22 02:09:27.958 INFO kablam! 3096 | rt_realloc_naive!(rt_pow2_65536bytes_16align_realloc_naive, 65536, 16); Oct 22 02:09:27.958 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.958 INFO kablam! | Oct 22 02:09:27.958 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.958 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.959 INFO kablam! | Oct 22 02:09:27.959 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.959 INFO kablam! | Oct 22 02:09:27.959 INFO kablam! Oct 22 02:09:27.959 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.959 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.959 INFO kablam! | Oct 22 02:09:27.959 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.959 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.959 INFO kablam! ... Oct 22 02:09:27.959 INFO kablam! 3096 | rt_realloc_naive!(rt_pow2_65536bytes_16align_realloc_naive, 65536, 16); Oct 22 02:09:27.959 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.959 INFO kablam! | Oct 22 02:09:27.959 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.959 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.959 INFO kablam! | Oct 22 02:09:27.959 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.959 INFO kablam! | Oct 22 02:09:27.959 INFO kablam! Oct 22 02:09:27.959 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.959 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.959 INFO kablam! | Oct 22 02:09:27.959 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.959 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.959 INFO kablam! ... Oct 22 02:09:27.959 INFO kablam! 3096 | rt_realloc_naive!(rt_pow2_65536bytes_16align_realloc_naive, 65536, 16); Oct 22 02:09:27.959 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.959 INFO kablam! | Oct 22 02:09:27.959 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.959 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.959 INFO kablam! | Oct 22 02:09:27.959 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.959 INFO kablam! | Oct 22 02:09:27.959 INFO kablam! Oct 22 02:09:27.964 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.964 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.964 INFO kablam! | Oct 22 02:09:27.964 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.964 INFO kablam! | ^^^^^ Oct 22 02:09:27.964 INFO kablam! ... Oct 22 02:09:27.964 INFO kablam! 3109 | rt_realloc_naive!(rt_pow2_131072bytes_16align_realloc_naive, 131072, 16); Oct 22 02:09:27.964 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.964 INFO kablam! | Oct 22 02:09:27.964 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.964 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.964 INFO kablam! | Oct 22 02:09:27.964 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.964 INFO kablam! | Oct 22 02:09:27.964 INFO kablam! Oct 22 02:09:27.964 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.964 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.964 INFO kablam! | Oct 22 02:09:27.964 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.964 INFO kablam! | ^^^^^ Oct 22 02:09:27.964 INFO kablam! ... Oct 22 02:09:27.964 INFO kablam! 3109 | rt_realloc_naive!(rt_pow2_131072bytes_16align_realloc_naive, 131072, 16); Oct 22 02:09:27.964 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.964 INFO kablam! | Oct 22 02:09:27.964 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.964 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.964 INFO kablam! | Oct 22 02:09:27.964 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.964 INFO kablam! | Oct 22 02:09:27.964 INFO kablam! Oct 22 02:09:27.964 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.964 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.964 INFO kablam! | Oct 22 02:09:27.964 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.964 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.964 INFO kablam! ... Oct 22 02:09:27.964 INFO kablam! 3109 | rt_realloc_naive!(rt_pow2_131072bytes_16align_realloc_naive, 131072, 16); Oct 22 02:09:27.964 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.964 INFO kablam! | Oct 22 02:09:27.964 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.964 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.964 INFO kablam! | Oct 22 02:09:27.964 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.964 INFO kablam! | Oct 22 02:09:27.964 INFO kablam! Oct 22 02:09:27.964 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.964 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.964 INFO kablam! | Oct 22 02:09:27.964 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.964 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.964 INFO kablam! ... Oct 22 02:09:27.965 INFO kablam! 3109 | rt_realloc_naive!(rt_pow2_131072bytes_16align_realloc_naive, 131072, 16); Oct 22 02:09:27.965 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.965 INFO kablam! | Oct 22 02:09:27.965 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.965 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.965 INFO kablam! | Oct 22 02:09:27.965 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.965 INFO kablam! | Oct 22 02:09:27.965 INFO kablam! Oct 22 02:09:27.965 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.965 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.965 INFO kablam! | Oct 22 02:09:27.965 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.965 INFO kablam! | ^^^^^ Oct 22 02:09:27.965 INFO kablam! ... Oct 22 02:09:27.965 INFO kablam! 3122 | rt_realloc_naive!(rt_pow2_4194304bytes_16align_realloc_naive, 4194304, 16); Oct 22 02:09:27.965 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.965 INFO kablam! | Oct 22 02:09:27.965 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.965 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.965 INFO kablam! | Oct 22 02:09:27.965 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.965 INFO kablam! | Oct 22 02:09:27.965 INFO kablam! Oct 22 02:09:27.965 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.965 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.965 INFO kablam! | Oct 22 02:09:27.965 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.965 INFO kablam! | ^^^^^ Oct 22 02:09:27.965 INFO kablam! ... Oct 22 02:09:27.965 INFO kablam! 3122 | rt_realloc_naive!(rt_pow2_4194304bytes_16align_realloc_naive, 4194304, 16); Oct 22 02:09:27.965 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.965 INFO kablam! | Oct 22 02:09:27.965 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.965 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.965 INFO kablam! | Oct 22 02:09:27.965 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.965 INFO kablam! | Oct 22 02:09:27.965 INFO kablam! Oct 22 02:09:27.965 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.965 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.965 INFO kablam! | Oct 22 02:09:27.965 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.965 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.965 INFO kablam! ... Oct 22 02:09:27.965 INFO kablam! 3122 | rt_realloc_naive!(rt_pow2_4194304bytes_16align_realloc_naive, 4194304, 16); Oct 22 02:09:27.965 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.965 INFO kablam! | Oct 22 02:09:27.965 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.965 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.965 INFO kablam! | Oct 22 02:09:27.965 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.965 INFO kablam! | Oct 22 02:09:27.965 INFO kablam! Oct 22 02:09:27.965 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.965 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.965 INFO kablam! | Oct 22 02:09:27.965 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.965 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.965 INFO kablam! ... Oct 22 02:09:27.965 INFO kablam! 3122 | rt_realloc_naive!(rt_pow2_4194304bytes_16align_realloc_naive, 4194304, 16); Oct 22 02:09:27.965 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.965 INFO kablam! | Oct 22 02:09:27.965 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.965 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.965 INFO kablam! | Oct 22 02:09:27.965 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.965 INFO kablam! | Oct 22 02:09:27.965 INFO kablam! Oct 22 02:09:27.972 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.972 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.972 INFO kablam! | Oct 22 02:09:27.972 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.972 INFO kablam! | ^^^^^ Oct 22 02:09:27.972 INFO kablam! ... Oct 22 02:09:27.972 INFO kablam! 3136 | rt_realloc_naive!(rt_even_10bytes_16align_realloc_naive, 10, 16); Oct 22 02:09:27.972 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.972 INFO kablam! | Oct 22 02:09:27.972 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.972 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.972 INFO kablam! | Oct 22 02:09:27.972 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.972 INFO kablam! | Oct 22 02:09:27.972 INFO kablam! Oct 22 02:09:27.972 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.972 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.972 INFO kablam! | Oct 22 02:09:27.972 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.972 INFO kablam! | ^^^^^ Oct 22 02:09:27.972 INFO kablam! ... Oct 22 02:09:27.972 INFO kablam! 3136 | rt_realloc_naive!(rt_even_10bytes_16align_realloc_naive, 10, 16); Oct 22 02:09:27.972 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.972 INFO kablam! | Oct 22 02:09:27.972 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.972 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.972 INFO kablam! | Oct 22 02:09:27.972 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.972 INFO kablam! | Oct 22 02:09:27.972 INFO kablam! Oct 22 02:09:27.972 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.972 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.972 INFO kablam! | Oct 22 02:09:27.972 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.972 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.972 INFO kablam! ... Oct 22 02:09:27.972 INFO kablam! 3136 | rt_realloc_naive!(rt_even_10bytes_16align_realloc_naive, 10, 16); Oct 22 02:09:27.972 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.972 INFO kablam! | Oct 22 02:09:27.972 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.972 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.972 INFO kablam! | Oct 22 02:09:27.972 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.972 INFO kablam! | Oct 22 02:09:27.972 INFO kablam! Oct 22 02:09:27.972 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.972 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.972 INFO kablam! | Oct 22 02:09:27.972 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.973 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.973 INFO kablam! ... Oct 22 02:09:27.973 INFO kablam! 3136 | rt_realloc_naive!(rt_even_10bytes_16align_realloc_naive, 10, 16); Oct 22 02:09:27.973 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.973 INFO kablam! | Oct 22 02:09:27.973 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.973 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.973 INFO kablam! | Oct 22 02:09:27.973 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.973 INFO kablam! | Oct 22 02:09:27.973 INFO kablam! Oct 22 02:09:27.973 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.973 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.973 INFO kablam! | Oct 22 02:09:27.973 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.973 INFO kablam! | ^^^^^ Oct 22 02:09:27.973 INFO kablam! ... Oct 22 02:09:27.973 INFO kablam! 3149 | rt_realloc_naive!(rt_even_100bytes_16align_realloc_naive, 100, 16); Oct 22 02:09:27.973 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.973 INFO kablam! | Oct 22 02:09:27.973 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.973 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.973 INFO kablam! | Oct 22 02:09:27.973 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.973 INFO kablam! | Oct 22 02:09:27.973 INFO kablam! Oct 22 02:09:27.973 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.973 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.973 INFO kablam! | Oct 22 02:09:27.973 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.973 INFO kablam! | ^^^^^ Oct 22 02:09:27.973 INFO kablam! ... Oct 22 02:09:27.973 INFO kablam! 3149 | rt_realloc_naive!(rt_even_100bytes_16align_realloc_naive, 100, 16); Oct 22 02:09:27.973 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.973 INFO kablam! | Oct 22 02:09:27.973 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.973 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.973 INFO kablam! | Oct 22 02:09:27.973 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.973 INFO kablam! | Oct 22 02:09:27.973 INFO kablam! Oct 22 02:09:27.973 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.973 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.973 INFO kablam! | Oct 22 02:09:27.973 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.973 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.973 INFO kablam! ... Oct 22 02:09:27.973 INFO kablam! 3149 | rt_realloc_naive!(rt_even_100bytes_16align_realloc_naive, 100, 16); Oct 22 02:09:27.973 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.973 INFO kablam! | Oct 22 02:09:27.973 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.973 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.973 INFO kablam! | Oct 22 02:09:27.973 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.973 INFO kablam! | Oct 22 02:09:27.973 INFO kablam! Oct 22 02:09:27.973 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.973 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.973 INFO kablam! | Oct 22 02:09:27.973 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.973 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.973 INFO kablam! ... Oct 22 02:09:27.973 INFO kablam! 3149 | rt_realloc_naive!(rt_even_100bytes_16align_realloc_naive, 100, 16); Oct 22 02:09:27.973 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.973 INFO kablam! | Oct 22 02:09:27.973 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.973 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.973 INFO kablam! | Oct 22 02:09:27.973 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.973 INFO kablam! | Oct 22 02:09:27.973 INFO kablam! Oct 22 02:09:27.980 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.980 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.980 INFO kablam! | Oct 22 02:09:27.980 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.980 INFO kablam! | ^^^^^ Oct 22 02:09:27.980 INFO kablam! ... Oct 22 02:09:27.980 INFO kablam! 3162 | rt_realloc_naive!(rt_even_1000bytes_16align_realloc_naive, 1000, 16); Oct 22 02:09:27.980 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.980 INFO kablam! | Oct 22 02:09:27.980 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.980 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.980 INFO kablam! | Oct 22 02:09:27.980 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.980 INFO kablam! | Oct 22 02:09:27.980 INFO kablam! Oct 22 02:09:27.980 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.980 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.980 INFO kablam! | Oct 22 02:09:27.980 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.980 INFO kablam! | ^^^^^ Oct 22 02:09:27.980 INFO kablam! ... Oct 22 02:09:27.980 INFO kablam! 3162 | rt_realloc_naive!(rt_even_1000bytes_16align_realloc_naive, 1000, 16); Oct 22 02:09:27.980 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.980 INFO kablam! | Oct 22 02:09:27.980 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.980 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.980 INFO kablam! | Oct 22 02:09:27.980 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.980 INFO kablam! | Oct 22 02:09:27.980 INFO kablam! Oct 22 02:09:27.980 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.980 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.980 INFO kablam! | Oct 22 02:09:27.980 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.980 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.980 INFO kablam! ... Oct 22 02:09:27.980 INFO kablam! 3162 | rt_realloc_naive!(rt_even_1000bytes_16align_realloc_naive, 1000, 16); Oct 22 02:09:27.980 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.980 INFO kablam! | Oct 22 02:09:27.980 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.980 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.980 INFO kablam! | Oct 22 02:09:27.980 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.980 INFO kablam! | Oct 22 02:09:27.980 INFO kablam! Oct 22 02:09:27.980 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.980 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.980 INFO kablam! | Oct 22 02:09:27.980 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.981 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.981 INFO kablam! ... Oct 22 02:09:27.981 INFO kablam! 3162 | rt_realloc_naive!(rt_even_1000bytes_16align_realloc_naive, 1000, 16); Oct 22 02:09:27.981 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.981 INFO kablam! | Oct 22 02:09:27.981 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.981 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.981 INFO kablam! | Oct 22 02:09:27.981 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.981 INFO kablam! | Oct 22 02:09:27.981 INFO kablam! Oct 22 02:09:27.981 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.981 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.981 INFO kablam! | Oct 22 02:09:27.981 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.981 INFO kablam! | ^^^^^ Oct 22 02:09:27.981 INFO kablam! ... Oct 22 02:09:27.981 INFO kablam! 3175 | rt_realloc_naive!(rt_even_10000bytes_16align_realloc_naive, 10000, 16); Oct 22 02:09:27.981 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.981 INFO kablam! | Oct 22 02:09:27.981 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.981 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.981 INFO kablam! | Oct 22 02:09:27.981 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.981 INFO kablam! | Oct 22 02:09:27.981 INFO kablam! Oct 22 02:09:27.981 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.981 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.981 INFO kablam! | Oct 22 02:09:27.981 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.981 INFO kablam! | ^^^^^ Oct 22 02:09:27.981 INFO kablam! ... Oct 22 02:09:27.981 INFO kablam! 3175 | rt_realloc_naive!(rt_even_10000bytes_16align_realloc_naive, 10000, 16); Oct 22 02:09:27.981 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.981 INFO kablam! | Oct 22 02:09:27.981 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.981 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.981 INFO kablam! | Oct 22 02:09:27.981 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.981 INFO kablam! | Oct 22 02:09:27.981 INFO kablam! Oct 22 02:09:27.981 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.981 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.981 INFO kablam! | Oct 22 02:09:27.981 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.981 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.981 INFO kablam! ... Oct 22 02:09:27.981 INFO kablam! 3175 | rt_realloc_naive!(rt_even_10000bytes_16align_realloc_naive, 10000, 16); Oct 22 02:09:27.981 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.981 INFO kablam! | Oct 22 02:09:27.981 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.981 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.981 INFO kablam! | Oct 22 02:09:27.981 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.981 INFO kablam! | Oct 22 02:09:27.981 INFO kablam! Oct 22 02:09:27.981 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.981 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.981 INFO kablam! | Oct 22 02:09:27.981 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.981 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.981 INFO kablam! ... Oct 22 02:09:27.981 INFO kablam! 3175 | rt_realloc_naive!(rt_even_10000bytes_16align_realloc_naive, 10000, 16); Oct 22 02:09:27.981 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.981 INFO kablam! | Oct 22 02:09:27.981 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.981 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.981 INFO kablam! | Oct 22 02:09:27.981 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.981 INFO kablam! | Oct 22 02:09:27.981 INFO kablam! Oct 22 02:09:27.988 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.988 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.988 INFO kablam! | Oct 22 02:09:27.988 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.988 INFO kablam! | ^^^^^ Oct 22 02:09:27.988 INFO kablam! ... Oct 22 02:09:27.988 INFO kablam! 3188 | rt_realloc_naive!(rt_even_100000bytes_16align_realloc_naive, 100000, 16); Oct 22 02:09:27.988 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.988 INFO kablam! | Oct 22 02:09:27.988 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.988 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.988 INFO kablam! | Oct 22 02:09:27.988 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.988 INFO kablam! | Oct 22 02:09:27.988 INFO kablam! Oct 22 02:09:27.988 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.988 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.988 INFO kablam! | Oct 22 02:09:27.988 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.988 INFO kablam! | ^^^^^ Oct 22 02:09:27.988 INFO kablam! ... Oct 22 02:09:27.988 INFO kablam! 3188 | rt_realloc_naive!(rt_even_100000bytes_16align_realloc_naive, 100000, 16); Oct 22 02:09:27.988 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.988 INFO kablam! | Oct 22 02:09:27.988 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.988 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.988 INFO kablam! | Oct 22 02:09:27.988 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.988 INFO kablam! | Oct 22 02:09:27.988 INFO kablam! Oct 22 02:09:27.988 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.988 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.988 INFO kablam! | Oct 22 02:09:27.988 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.988 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.988 INFO kablam! ... Oct 22 02:09:27.988 INFO kablam! 3188 | rt_realloc_naive!(rt_even_100000bytes_16align_realloc_naive, 100000, 16); Oct 22 02:09:27.988 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.988 INFO kablam! | Oct 22 02:09:27.988 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.988 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.988 INFO kablam! | Oct 22 02:09:27.988 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.988 INFO kablam! | Oct 22 02:09:27.988 INFO kablam! Oct 22 02:09:27.988 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.988 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.988 INFO kablam! | Oct 22 02:09:27.988 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.988 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.989 INFO kablam! ... Oct 22 02:09:27.989 INFO kablam! 3188 | rt_realloc_naive!(rt_even_100000bytes_16align_realloc_naive, 100000, 16); Oct 22 02:09:27.989 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.989 INFO kablam! | Oct 22 02:09:27.989 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.989 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.989 INFO kablam! | Oct 22 02:09:27.989 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.989 INFO kablam! | Oct 22 02:09:27.989 INFO kablam! Oct 22 02:09:27.989 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.989 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.989 INFO kablam! | Oct 22 02:09:27.989 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.989 INFO kablam! | ^^^^^ Oct 22 02:09:27.989 INFO kablam! ... Oct 22 02:09:27.989 INFO kablam! 3201 | rt_realloc_naive!(rt_even_1000000bytes_16align_realloc_naive, 1000000, 16); Oct 22 02:09:27.989 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.989 INFO kablam! | Oct 22 02:09:27.989 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.989 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.989 INFO kablam! | Oct 22 02:09:27.989 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.989 INFO kablam! | Oct 22 02:09:27.989 INFO kablam! Oct 22 02:09:27.989 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.989 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.989 INFO kablam! | Oct 22 02:09:27.989 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.989 INFO kablam! | ^^^^^ Oct 22 02:09:27.989 INFO kablam! ... Oct 22 02:09:27.989 INFO kablam! 3201 | rt_realloc_naive!(rt_even_1000000bytes_16align_realloc_naive, 1000000, 16); Oct 22 02:09:27.989 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.989 INFO kablam! | Oct 22 02:09:27.989 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.989 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.989 INFO kablam! | Oct 22 02:09:27.989 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.989 INFO kablam! | Oct 22 02:09:27.989 INFO kablam! Oct 22 02:09:27.989 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.989 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.989 INFO kablam! | Oct 22 02:09:27.989 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.989 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.989 INFO kablam! ... Oct 22 02:09:27.989 INFO kablam! 3201 | rt_realloc_naive!(rt_even_1000000bytes_16align_realloc_naive, 1000000, 16); Oct 22 02:09:27.989 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.989 INFO kablam! | Oct 22 02:09:27.989 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.989 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.989 INFO kablam! | Oct 22 02:09:27.989 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.989 INFO kablam! | Oct 22 02:09:27.989 INFO kablam! Oct 22 02:09:27.989 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.989 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.989 INFO kablam! | Oct 22 02:09:27.989 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.989 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.989 INFO kablam! ... Oct 22 02:09:27.989 INFO kablam! 3201 | rt_realloc_naive!(rt_even_1000000bytes_16align_realloc_naive, 1000000, 16); Oct 22 02:09:27.989 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.989 INFO kablam! | Oct 22 02:09:27.989 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.989 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.989 INFO kablam! | Oct 22 02:09:27.989 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.989 INFO kablam! | Oct 22 02:09:27.989 INFO kablam! Oct 22 02:09:27.996 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.996 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.996 INFO kablam! | Oct 22 02:09:27.996 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.996 INFO kablam! | ^^^^^ Oct 22 02:09:27.996 INFO kablam! ... Oct 22 02:09:27.996 INFO kablam! 3215 | rt_realloc_naive!(rt_odd_10bytes_16align_realloc_naive, 10- 1, 16); Oct 22 02:09:27.996 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.996 INFO kablam! | Oct 22 02:09:27.996 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.996 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.996 INFO kablam! | Oct 22 02:09:27.996 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.996 INFO kablam! | Oct 22 02:09:27.996 INFO kablam! Oct 22 02:09:27.996 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.996 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.996 INFO kablam! | Oct 22 02:09:27.996 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.996 INFO kablam! | ^^^^^ Oct 22 02:09:27.996 INFO kablam! ... Oct 22 02:09:27.996 INFO kablam! 3215 | rt_realloc_naive!(rt_odd_10bytes_16align_realloc_naive, 10- 1, 16); Oct 22 02:09:27.996 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.996 INFO kablam! | Oct 22 02:09:27.996 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.996 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.996 INFO kablam! | Oct 22 02:09:27.996 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.996 INFO kablam! | Oct 22 02:09:27.996 INFO kablam! Oct 22 02:09:27.996 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.996 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.996 INFO kablam! | Oct 22 02:09:27.996 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.996 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.996 INFO kablam! ... Oct 22 02:09:27.996 INFO kablam! 3215 | rt_realloc_naive!(rt_odd_10bytes_16align_realloc_naive, 10- 1, 16); Oct 22 02:09:27.996 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.996 INFO kablam! | Oct 22 02:09:27.996 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.996 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.996 INFO kablam! | Oct 22 02:09:27.996 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.996 INFO kablam! | Oct 22 02:09:27.996 INFO kablam! Oct 22 02:09:27.996 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.996 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.996 INFO kablam! | Oct 22 02:09:27.996 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.996 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.997 INFO kablam! ... Oct 22 02:09:27.997 INFO kablam! 3215 | rt_realloc_naive!(rt_odd_10bytes_16align_realloc_naive, 10- 1, 16); Oct 22 02:09:27.997 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.997 INFO kablam! | Oct 22 02:09:27.997 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.997 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.997 INFO kablam! | Oct 22 02:09:27.997 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.997 INFO kablam! | Oct 22 02:09:27.997 INFO kablam! Oct 22 02:09:27.997 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.997 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:27.997 INFO kablam! | Oct 22 02:09:27.997 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:27.997 INFO kablam! | ^^^^^ Oct 22 02:09:27.997 INFO kablam! ... Oct 22 02:09:27.997 INFO kablam! 3228 | rt_realloc_naive!(rt_odd_100bytes_16align_realloc_naive, 100- 1, 16); Oct 22 02:09:27.997 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.997 INFO kablam! | Oct 22 02:09:27.997 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.997 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.997 INFO kablam! | Oct 22 02:09:27.997 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.997 INFO kablam! | Oct 22 02:09:27.997 INFO kablam! Oct 22 02:09:27.997 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.997 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:27.997 INFO kablam! | Oct 22 02:09:27.997 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:27.997 INFO kablam! | ^^^^^ Oct 22 02:09:27.997 INFO kablam! ... Oct 22 02:09:27.997 INFO kablam! 3228 | rt_realloc_naive!(rt_odd_100bytes_16align_realloc_naive, 100- 1, 16); Oct 22 02:09:27.997 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.997 INFO kablam! | Oct 22 02:09:27.997 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.997 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.997 INFO kablam! | Oct 22 02:09:27.997 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.997 INFO kablam! | Oct 22 02:09:27.997 INFO kablam! Oct 22 02:09:27.997 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.997 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:27.997 INFO kablam! | Oct 22 02:09:27.997 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:27.997 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.997 INFO kablam! ... Oct 22 02:09:27.997 INFO kablam! 3228 | rt_realloc_naive!(rt_odd_100bytes_16align_realloc_naive, 100- 1, 16); Oct 22 02:09:27.997 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.997 INFO kablam! | Oct 22 02:09:27.997 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.997 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.997 INFO kablam! | Oct 22 02:09:27.997 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.997 INFO kablam! | Oct 22 02:09:27.997 INFO kablam! Oct 22 02:09:27.997 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:27.997 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:27.997 INFO kablam! | Oct 22 02:09:27.997 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:27.997 INFO kablam! | ^^^^^^^ Oct 22 02:09:27.997 INFO kablam! ... Oct 22 02:09:27.997 INFO kablam! 3228 | rt_realloc_naive!(rt_odd_100bytes_16align_realloc_naive, 100- 1, 16); Oct 22 02:09:27.997 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:27.997 INFO kablam! | Oct 22 02:09:27.997 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:27.997 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:27.997 INFO kablam! | Oct 22 02:09:27.997 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:27.997 INFO kablam! | Oct 22 02:09:27.997 INFO kablam! Oct 22 02:09:28.004 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.004 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.004 INFO kablam! | Oct 22 02:09:28.004 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.004 INFO kablam! | ^^^^^ Oct 22 02:09:28.004 INFO kablam! ... Oct 22 02:09:28.004 INFO kablam! 3241 | rt_realloc_naive!(rt_odd_1000bytes_16align_realloc_naive, 1000- 1, 16); Oct 22 02:09:28.004 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.004 INFO kablam! | Oct 22 02:09:28.004 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.004 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.004 INFO kablam! | Oct 22 02:09:28.004 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.004 INFO kablam! | Oct 22 02:09:28.004 INFO kablam! Oct 22 02:09:28.004 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.004 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.004 INFO kablam! | Oct 22 02:09:28.004 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.004 INFO kablam! | ^^^^^ Oct 22 02:09:28.004 INFO kablam! ... Oct 22 02:09:28.004 INFO kablam! 3241 | rt_realloc_naive!(rt_odd_1000bytes_16align_realloc_naive, 1000- 1, 16); Oct 22 02:09:28.004 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.004 INFO kablam! | Oct 22 02:09:28.004 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.004 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.004 INFO kablam! | Oct 22 02:09:28.004 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.004 INFO kablam! | Oct 22 02:09:28.004 INFO kablam! Oct 22 02:09:28.004 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.004 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.004 INFO kablam! | Oct 22 02:09:28.004 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.004 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.004 INFO kablam! ... Oct 22 02:09:28.004 INFO kablam! 3241 | rt_realloc_naive!(rt_odd_1000bytes_16align_realloc_naive, 1000- 1, 16); Oct 22 02:09:28.004 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.004 INFO kablam! | Oct 22 02:09:28.004 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.004 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.004 INFO kablam! | Oct 22 02:09:28.004 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.004 INFO kablam! | Oct 22 02:09:28.004 INFO kablam! Oct 22 02:09:28.004 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.004 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.004 INFO kablam! | Oct 22 02:09:28.005 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.005 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.005 INFO kablam! ... Oct 22 02:09:28.005 INFO kablam! 3241 | rt_realloc_naive!(rt_odd_1000bytes_16align_realloc_naive, 1000- 1, 16); Oct 22 02:09:28.005 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.005 INFO kablam! | Oct 22 02:09:28.005 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.005 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.005 INFO kablam! | Oct 22 02:09:28.005 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.005 INFO kablam! | Oct 22 02:09:28.005 INFO kablam! Oct 22 02:09:28.005 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.005 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.005 INFO kablam! | Oct 22 02:09:28.005 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.005 INFO kablam! | ^^^^^ Oct 22 02:09:28.005 INFO kablam! ... Oct 22 02:09:28.005 INFO kablam! 3254 | rt_realloc_naive!(rt_odd_10000bytes_16align_realloc_naive, 10000- 1, 16); Oct 22 02:09:28.005 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.005 INFO kablam! | Oct 22 02:09:28.005 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.005 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.005 INFO kablam! | Oct 22 02:09:28.005 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.005 INFO kablam! | Oct 22 02:09:28.005 INFO kablam! Oct 22 02:09:28.005 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.005 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.005 INFO kablam! | Oct 22 02:09:28.005 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.005 INFO kablam! | ^^^^^ Oct 22 02:09:28.005 INFO kablam! ... Oct 22 02:09:28.005 INFO kablam! 3254 | rt_realloc_naive!(rt_odd_10000bytes_16align_realloc_naive, 10000- 1, 16); Oct 22 02:09:28.005 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.005 INFO kablam! | Oct 22 02:09:28.005 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.005 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.005 INFO kablam! | Oct 22 02:09:28.005 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.005 INFO kablam! | Oct 22 02:09:28.005 INFO kablam! Oct 22 02:09:28.005 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.005 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.005 INFO kablam! | Oct 22 02:09:28.005 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.005 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.005 INFO kablam! ... Oct 22 02:09:28.005 INFO kablam! 3254 | rt_realloc_naive!(rt_odd_10000bytes_16align_realloc_naive, 10000- 1, 16); Oct 22 02:09:28.005 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.005 INFO kablam! | Oct 22 02:09:28.005 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.005 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.005 INFO kablam! | Oct 22 02:09:28.005 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.005 INFO kablam! | Oct 22 02:09:28.005 INFO kablam! Oct 22 02:09:28.012 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.012 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.012 INFO kablam! | Oct 22 02:09:28.012 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.012 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.012 INFO kablam! ... Oct 22 02:09:28.012 INFO kablam! 3254 | rt_realloc_naive!(rt_odd_10000bytes_16align_realloc_naive, 10000- 1, 16); Oct 22 02:09:28.012 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.012 INFO kablam! | Oct 22 02:09:28.012 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.012 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.012 INFO kablam! | Oct 22 02:09:28.012 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.012 INFO kablam! | Oct 22 02:09:28.012 INFO kablam! Oct 22 02:09:28.016 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.016 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.016 INFO kablam! | Oct 22 02:09:28.016 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.016 INFO kablam! | ^^^^^ Oct 22 02:09:28.016 INFO kablam! ... Oct 22 02:09:28.016 INFO kablam! 3267 | rt_realloc_naive!(rt_odd_100000bytes_16align_realloc_naive, 100000- 1, 16); Oct 22 02:09:28.016 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.016 INFO kablam! | Oct 22 02:09:28.016 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.016 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.016 INFO kablam! | Oct 22 02:09:28.016 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.016 INFO kablam! | Oct 22 02:09:28.016 INFO kablam! Oct 22 02:09:28.016 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.016 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.016 INFO kablam! | Oct 22 02:09:28.016 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.016 INFO kablam! | ^^^^^ Oct 22 02:09:28.016 INFO kablam! ... Oct 22 02:09:28.016 INFO kablam! 3267 | rt_realloc_naive!(rt_odd_100000bytes_16align_realloc_naive, 100000- 1, 16); Oct 22 02:09:28.016 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.016 INFO kablam! | Oct 22 02:09:28.016 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.016 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.016 INFO kablam! | Oct 22 02:09:28.016 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.016 INFO kablam! | Oct 22 02:09:28.016 INFO kablam! Oct 22 02:09:28.016 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.016 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.016 INFO kablam! | Oct 22 02:09:28.016 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.016 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.016 INFO kablam! ... Oct 22 02:09:28.016 INFO kablam! 3267 | rt_realloc_naive!(rt_odd_100000bytes_16align_realloc_naive, 100000- 1, 16); Oct 22 02:09:28.016 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.016 INFO kablam! | Oct 22 02:09:28.016 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.016 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.016 INFO kablam! | Oct 22 02:09:28.016 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.016 INFO kablam! | Oct 22 02:09:28.016 INFO kablam! Oct 22 02:09:28.016 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.016 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.016 INFO kablam! | Oct 22 02:09:28.016 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.016 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.017 INFO kablam! ... Oct 22 02:09:28.017 INFO kablam! 3267 | rt_realloc_naive!(rt_odd_100000bytes_16align_realloc_naive, 100000- 1, 16); Oct 22 02:09:28.017 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.017 INFO kablam! | Oct 22 02:09:28.017 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.017 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.017 INFO kablam! | Oct 22 02:09:28.017 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.017 INFO kablam! | Oct 22 02:09:28.017 INFO kablam! Oct 22 02:09:28.017 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.017 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.017 INFO kablam! | Oct 22 02:09:28.017 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.017 INFO kablam! | ^^^^^ Oct 22 02:09:28.017 INFO kablam! ... Oct 22 02:09:28.017 INFO kablam! 3280 | rt_realloc_naive!(rt_odd_1000000bytes_16align_realloc_naive, 1000000- 1, 16); Oct 22 02:09:28.017 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.017 INFO kablam! | Oct 22 02:09:28.017 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.017 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.017 INFO kablam! | Oct 22 02:09:28.017 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.017 INFO kablam! | Oct 22 02:09:28.017 INFO kablam! Oct 22 02:09:28.017 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.017 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.017 INFO kablam! | Oct 22 02:09:28.017 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.017 INFO kablam! | ^^^^^ Oct 22 02:09:28.017 INFO kablam! ... Oct 22 02:09:28.017 INFO kablam! 3280 | rt_realloc_naive!(rt_odd_1000000bytes_16align_realloc_naive, 1000000- 1, 16); Oct 22 02:09:28.017 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.017 INFO kablam! | Oct 22 02:09:28.017 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.017 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.017 INFO kablam! | Oct 22 02:09:28.017 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.017 INFO kablam! | Oct 22 02:09:28.017 INFO kablam! Oct 22 02:09:28.017 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.017 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.017 INFO kablam! | Oct 22 02:09:28.017 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.017 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.017 INFO kablam! ... Oct 22 02:09:28.017 INFO kablam! 3280 | rt_realloc_naive!(rt_odd_1000000bytes_16align_realloc_naive, 1000000- 1, 16); Oct 22 02:09:28.017 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.017 INFO kablam! | Oct 22 02:09:28.017 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.017 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.017 INFO kablam! | Oct 22 02:09:28.017 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.017 INFO kablam! | Oct 22 02:09:28.017 INFO kablam! Oct 22 02:09:28.017 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.017 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.017 INFO kablam! | Oct 22 02:09:28.017 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.017 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.017 INFO kablam! ... Oct 22 02:09:28.017 INFO kablam! 3280 | rt_realloc_naive!(rt_odd_1000000bytes_16align_realloc_naive, 1000000- 1, 16); Oct 22 02:09:28.017 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.017 INFO kablam! | Oct 22 02:09:28.017 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.017 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.017 INFO kablam! | Oct 22 02:09:28.017 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.017 INFO kablam! | Oct 22 02:09:28.017 INFO kablam! Oct 22 02:09:28.017 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.017 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.017 INFO kablam! | Oct 22 02:09:28.017 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.017 INFO kablam! | ^^^^^ Oct 22 02:09:28.017 INFO kablam! ... Oct 22 02:09:28.017 INFO kablam! 3294 | rt_realloc_naive!(rt_primes_3bytes_16align_realloc_naive, 3, 16); Oct 22 02:09:28.017 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.017 INFO kablam! | Oct 22 02:09:28.017 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.017 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.017 INFO kablam! | Oct 22 02:09:28.017 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.017 INFO kablam! | Oct 22 02:09:28.017 INFO kablam! Oct 22 02:09:28.028 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.028 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.028 INFO kablam! | Oct 22 02:09:28.028 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.028 INFO kablam! | ^^^^^ Oct 22 02:09:28.028 INFO kablam! ... Oct 22 02:09:28.028 INFO kablam! 3294 | rt_realloc_naive!(rt_primes_3bytes_16align_realloc_naive, 3, 16); Oct 22 02:09:28.028 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.028 INFO kablam! | Oct 22 02:09:28.028 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.028 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.028 INFO kablam! | Oct 22 02:09:28.028 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.028 INFO kablam! | Oct 22 02:09:28.028 INFO kablam! Oct 22 02:09:28.028 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.028 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.028 INFO kablam! | Oct 22 02:09:28.028 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.028 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.028 INFO kablam! ... Oct 22 02:09:28.028 INFO kablam! 3294 | rt_realloc_naive!(rt_primes_3bytes_16align_realloc_naive, 3, 16); Oct 22 02:09:28.028 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.028 INFO kablam! | Oct 22 02:09:28.028 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.028 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.028 INFO kablam! | Oct 22 02:09:28.028 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.028 INFO kablam! | Oct 22 02:09:28.028 INFO kablam! Oct 22 02:09:28.028 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.028 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.028 INFO kablam! | Oct 22 02:09:28.028 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.028 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.028 INFO kablam! ... Oct 22 02:09:28.028 INFO kablam! 3294 | rt_realloc_naive!(rt_primes_3bytes_16align_realloc_naive, 3, 16); Oct 22 02:09:28.028 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.028 INFO kablam! | Oct 22 02:09:28.028 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.028 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.029 INFO kablam! | Oct 22 02:09:28.029 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.029 INFO kablam! | Oct 22 02:09:28.029 INFO kablam! Oct 22 02:09:28.029 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.029 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.029 INFO kablam! | Oct 22 02:09:28.029 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.029 INFO kablam! | ^^^^^ Oct 22 02:09:28.029 INFO kablam! ... Oct 22 02:09:28.029 INFO kablam! 3307 | rt_realloc_naive!(rt_primes_7bytes_16align_realloc_naive, 7, 16); Oct 22 02:09:28.029 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.029 INFO kablam! | Oct 22 02:09:28.029 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.029 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.029 INFO kablam! | Oct 22 02:09:28.029 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.029 INFO kablam! | Oct 22 02:09:28.029 INFO kablam! Oct 22 02:09:28.029 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.029 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.029 INFO kablam! | Oct 22 02:09:28.029 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.029 INFO kablam! | ^^^^^ Oct 22 02:09:28.029 INFO kablam! ... Oct 22 02:09:28.029 INFO kablam! 3307 | rt_realloc_naive!(rt_primes_7bytes_16align_realloc_naive, 7, 16); Oct 22 02:09:28.029 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.029 INFO kablam! | Oct 22 02:09:28.029 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.029 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.029 INFO kablam! | Oct 22 02:09:28.029 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.029 INFO kablam! | Oct 22 02:09:28.029 INFO kablam! Oct 22 02:09:28.029 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.029 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.029 INFO kablam! | Oct 22 02:09:28.029 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.029 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.029 INFO kablam! ... Oct 22 02:09:28.029 INFO kablam! 3307 | rt_realloc_naive!(rt_primes_7bytes_16align_realloc_naive, 7, 16); Oct 22 02:09:28.029 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.029 INFO kablam! | Oct 22 02:09:28.029 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.029 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.029 INFO kablam! | Oct 22 02:09:28.029 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.029 INFO kablam! | Oct 22 02:09:28.029 INFO kablam! Oct 22 02:09:28.029 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.029 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.029 INFO kablam! | Oct 22 02:09:28.029 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.029 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.029 INFO kablam! ... Oct 22 02:09:28.029 INFO kablam! 3307 | rt_realloc_naive!(rt_primes_7bytes_16align_realloc_naive, 7, 16); Oct 22 02:09:28.029 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.029 INFO kablam! | Oct 22 02:09:28.029 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.029 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.029 INFO kablam! | Oct 22 02:09:28.029 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.029 INFO kablam! | Oct 22 02:09:28.029 INFO kablam! Oct 22 02:09:28.029 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.029 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.029 INFO kablam! | Oct 22 02:09:28.029 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.029 INFO kablam! | ^^^^^ Oct 22 02:09:28.029 INFO kablam! ... Oct 22 02:09:28.029 INFO kablam! 3320 | rt_realloc_naive!(rt_primes_13bytes_16align_realloc_naive, 13, 16); Oct 22 02:09:28.029 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.029 INFO kablam! | Oct 22 02:09:28.029 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.029 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.029 INFO kablam! | Oct 22 02:09:28.029 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.029 INFO kablam! | Oct 22 02:09:28.029 INFO kablam! Oct 22 02:09:28.029 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.029 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.029 INFO kablam! | Oct 22 02:09:28.029 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.029 INFO kablam! | ^^^^^ Oct 22 02:09:28.030 INFO kablam! ... Oct 22 02:09:28.030 INFO kablam! 3320 | rt_realloc_naive!(rt_primes_13bytes_16align_realloc_naive, 13, 16); Oct 22 02:09:28.030 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.030 INFO kablam! | Oct 22 02:09:28.030 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.030 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.030 INFO kablam! | Oct 22 02:09:28.030 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.030 INFO kablam! | Oct 22 02:09:28.030 INFO kablam! Oct 22 02:09:28.030 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.030 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.030 INFO kablam! | Oct 22 02:09:28.030 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.030 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.030 INFO kablam! ... Oct 22 02:09:28.030 INFO kablam! 3320 | rt_realloc_naive!(rt_primes_13bytes_16align_realloc_naive, 13, 16); Oct 22 02:09:28.030 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.030 INFO kablam! | Oct 22 02:09:28.030 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.030 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.030 INFO kablam! | Oct 22 02:09:28.030 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.030 INFO kablam! | Oct 22 02:09:28.030 INFO kablam! Oct 22 02:09:28.030 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.030 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.030 INFO kablam! | Oct 22 02:09:28.030 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.030 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.030 INFO kablam! ... Oct 22 02:09:28.030 INFO kablam! 3320 | rt_realloc_naive!(rt_primes_13bytes_16align_realloc_naive, 13, 16); Oct 22 02:09:28.030 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.030 INFO kablam! | Oct 22 02:09:28.030 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.030 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.030 INFO kablam! | Oct 22 02:09:28.030 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.030 INFO kablam! | Oct 22 02:09:28.030 INFO kablam! Oct 22 02:09:28.030 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.030 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.030 INFO kablam! | Oct 22 02:09:28.030 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.030 INFO kablam! | ^^^^^ Oct 22 02:09:28.030 INFO kablam! ... Oct 22 02:09:28.030 INFO kablam! 3333 | rt_realloc_naive!(rt_primes_17bytes_16align_realloc_naive, 17, 16); Oct 22 02:09:28.030 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.030 INFO kablam! | Oct 22 02:09:28.030 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.030 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.030 INFO kablam! | Oct 22 02:09:28.030 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.030 INFO kablam! | Oct 22 02:09:28.030 INFO kablam! Oct 22 02:09:28.030 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.030 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.030 INFO kablam! | Oct 22 02:09:28.030 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.030 INFO kablam! | ^^^^^ Oct 22 02:09:28.030 INFO kablam! ... Oct 22 02:09:28.030 INFO kablam! 3333 | rt_realloc_naive!(rt_primes_17bytes_16align_realloc_naive, 17, 16); Oct 22 02:09:28.030 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.030 INFO kablam! | Oct 22 02:09:28.030 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.030 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.030 INFO kablam! | Oct 22 02:09:28.030 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.030 INFO kablam! | Oct 22 02:09:28.030 INFO kablam! Oct 22 02:09:28.030 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.030 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.030 INFO kablam! | Oct 22 02:09:28.030 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.030 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.030 INFO kablam! ... Oct 22 02:09:28.030 INFO kablam! 3333 | rt_realloc_naive!(rt_primes_17bytes_16align_realloc_naive, 17, 16); Oct 22 02:09:28.030 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.030 INFO kablam! | Oct 22 02:09:28.030 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.030 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.030 INFO kablam! | Oct 22 02:09:28.030 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.030 INFO kablam! | Oct 22 02:09:28.031 INFO kablam! Oct 22 02:09:28.031 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.031 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.031 INFO kablam! | Oct 22 02:09:28.031 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.031 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.031 INFO kablam! ... Oct 22 02:09:28.031 INFO kablam! 3333 | rt_realloc_naive!(rt_primes_17bytes_16align_realloc_naive, 17, 16); Oct 22 02:09:28.031 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.031 INFO kablam! | Oct 22 02:09:28.031 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.031 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.031 INFO kablam! | Oct 22 02:09:28.031 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.031 INFO kablam! | Oct 22 02:09:28.031 INFO kablam! Oct 22 02:09:28.036 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.036 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.036 INFO kablam! | Oct 22 02:09:28.036 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.036 INFO kablam! | ^^^^^ Oct 22 02:09:28.036 INFO kablam! ... Oct 22 02:09:28.036 INFO kablam! 3346 | rt_realloc_naive!(rt_primes_31bytes_16align_realloc_naive, 31, 16); Oct 22 02:09:28.036 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.036 INFO kablam! | Oct 22 02:09:28.036 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.036 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.036 INFO kablam! | Oct 22 02:09:28.036 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.036 INFO kablam! | Oct 22 02:09:28.036 INFO kablam! Oct 22 02:09:28.036 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.036 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.036 INFO kablam! | Oct 22 02:09:28.036 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.036 INFO kablam! | ^^^^^ Oct 22 02:09:28.036 INFO kablam! ... Oct 22 02:09:28.036 INFO kablam! 3346 | rt_realloc_naive!(rt_primes_31bytes_16align_realloc_naive, 31, 16); Oct 22 02:09:28.036 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.036 INFO kablam! | Oct 22 02:09:28.036 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.036 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.036 INFO kablam! | Oct 22 02:09:28.036 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.036 INFO kablam! | Oct 22 02:09:28.036 INFO kablam! Oct 22 02:09:28.036 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.036 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.036 INFO kablam! | Oct 22 02:09:28.036 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.036 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.036 INFO kablam! ... Oct 22 02:09:28.036 INFO kablam! 3346 | rt_realloc_naive!(rt_primes_31bytes_16align_realloc_naive, 31, 16); Oct 22 02:09:28.036 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.036 INFO kablam! | Oct 22 02:09:28.036 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.036 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.036 INFO kablam! | Oct 22 02:09:28.036 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.036 INFO kablam! | Oct 22 02:09:28.036 INFO kablam! Oct 22 02:09:28.040 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.040 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.040 INFO kablam! | Oct 22 02:09:28.040 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.040 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.040 INFO kablam! ... Oct 22 02:09:28.040 INFO kablam! 3346 | rt_realloc_naive!(rt_primes_31bytes_16align_realloc_naive, 31, 16); Oct 22 02:09:28.040 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.040 INFO kablam! | Oct 22 02:09:28.040 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.040 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.040 INFO kablam! | Oct 22 02:09:28.040 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.040 INFO kablam! | Oct 22 02:09:28.040 INFO kablam! Oct 22 02:09:28.040 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.040 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.040 INFO kablam! | Oct 22 02:09:28.040 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.040 INFO kablam! | ^^^^^ Oct 22 02:09:28.040 INFO kablam! ... Oct 22 02:09:28.040 INFO kablam! 3359 | rt_realloc_naive!(rt_primes_61bytes_16align_realloc_naive, 61, 16); Oct 22 02:09:28.040 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.040 INFO kablam! | Oct 22 02:09:28.040 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.040 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.040 INFO kablam! | Oct 22 02:09:28.040 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.040 INFO kablam! | Oct 22 02:09:28.040 INFO kablam! Oct 22 02:09:28.040 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.040 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.040 INFO kablam! | Oct 22 02:09:28.040 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.040 INFO kablam! | ^^^^^ Oct 22 02:09:28.040 INFO kablam! ... Oct 22 02:09:28.040 INFO kablam! 3359 | rt_realloc_naive!(rt_primes_61bytes_16align_realloc_naive, 61, 16); Oct 22 02:09:28.040 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.040 INFO kablam! | Oct 22 02:09:28.040 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.040 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.040 INFO kablam! | Oct 22 02:09:28.040 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.041 INFO kablam! | Oct 22 02:09:28.041 INFO kablam! Oct 22 02:09:28.041 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.041 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.041 INFO kablam! | Oct 22 02:09:28.041 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.041 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.041 INFO kablam! ... Oct 22 02:09:28.041 INFO kablam! 3359 | rt_realloc_naive!(rt_primes_61bytes_16align_realloc_naive, 61, 16); Oct 22 02:09:28.041 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.041 INFO kablam! | Oct 22 02:09:28.041 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.041 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.041 INFO kablam! | Oct 22 02:09:28.041 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.041 INFO kablam! | Oct 22 02:09:28.041 INFO kablam! Oct 22 02:09:28.041 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.041 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.041 INFO kablam! | Oct 22 02:09:28.041 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.041 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.041 INFO kablam! ... Oct 22 02:09:28.041 INFO kablam! 3359 | rt_realloc_naive!(rt_primes_61bytes_16align_realloc_naive, 61, 16); Oct 22 02:09:28.041 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.041 INFO kablam! | Oct 22 02:09:28.041 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.041 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.041 INFO kablam! | Oct 22 02:09:28.041 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.041 INFO kablam! | Oct 22 02:09:28.041 INFO kablam! Oct 22 02:09:28.048 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.048 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.048 INFO kablam! | Oct 22 02:09:28.048 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.048 INFO kablam! | ^^^^^ Oct 22 02:09:28.048 INFO kablam! ... Oct 22 02:09:28.048 INFO kablam! 3372 | rt_realloc_naive!(rt_primes_96bytes_16align_realloc_naive, 96, 16); Oct 22 02:09:28.048 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.048 INFO kablam! | Oct 22 02:09:28.048 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.048 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.048 INFO kablam! | Oct 22 02:09:28.048 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.048 INFO kablam! | Oct 22 02:09:28.048 INFO kablam! Oct 22 02:09:28.048 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.048 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.048 INFO kablam! | Oct 22 02:09:28.048 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.048 INFO kablam! | ^^^^^ Oct 22 02:09:28.048 INFO kablam! ... Oct 22 02:09:28.048 INFO kablam! 3372 | rt_realloc_naive!(rt_primes_96bytes_16align_realloc_naive, 96, 16); Oct 22 02:09:28.048 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.048 INFO kablam! | Oct 22 02:09:28.048 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.048 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.048 INFO kablam! | Oct 22 02:09:28.048 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.048 INFO kablam! | Oct 22 02:09:28.048 INFO kablam! Oct 22 02:09:28.048 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.048 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.048 INFO kablam! | Oct 22 02:09:28.048 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.048 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.048 INFO kablam! ... Oct 22 02:09:28.048 INFO kablam! 3372 | rt_realloc_naive!(rt_primes_96bytes_16align_realloc_naive, 96, 16); Oct 22 02:09:28.048 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.048 INFO kablam! | Oct 22 02:09:28.048 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.048 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.048 INFO kablam! | Oct 22 02:09:28.048 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.048 INFO kablam! | Oct 22 02:09:28.049 INFO kablam! Oct 22 02:09:28.049 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.049 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.049 INFO kablam! | Oct 22 02:09:28.049 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.049 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.049 INFO kablam! ... Oct 22 02:09:28.049 INFO kablam! 3372 | rt_realloc_naive!(rt_primes_96bytes_16align_realloc_naive, 96, 16); Oct 22 02:09:28.049 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.049 INFO kablam! | Oct 22 02:09:28.049 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.049 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.049 INFO kablam! | Oct 22 02:09:28.049 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.049 INFO kablam! | Oct 22 02:09:28.049 INFO kablam! Oct 22 02:09:28.049 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.049 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.049 INFO kablam! | Oct 22 02:09:28.049 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.049 INFO kablam! | ^^^^^ Oct 22 02:09:28.049 INFO kablam! ... Oct 22 02:09:28.049 INFO kablam! 3385 | rt_realloc_naive!(rt_primes_127bytes_16align_realloc_naive, 127, 16); Oct 22 02:09:28.049 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.049 INFO kablam! | Oct 22 02:09:28.049 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.049 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.049 INFO kablam! | Oct 22 02:09:28.049 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.049 INFO kablam! | Oct 22 02:09:28.049 INFO kablam! Oct 22 02:09:28.049 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.049 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.049 INFO kablam! | Oct 22 02:09:28.049 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.049 INFO kablam! | ^^^^^ Oct 22 02:09:28.049 INFO kablam! ... Oct 22 02:09:28.049 INFO kablam! 3385 | rt_realloc_naive!(rt_primes_127bytes_16align_realloc_naive, 127, 16); Oct 22 02:09:28.049 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.049 INFO kablam! | Oct 22 02:09:28.049 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.049 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.049 INFO kablam! | Oct 22 02:09:28.049 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.049 INFO kablam! | Oct 22 02:09:28.049 INFO kablam! Oct 22 02:09:28.049 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.049 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.049 INFO kablam! | Oct 22 02:09:28.049 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.049 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.049 INFO kablam! ... Oct 22 02:09:28.049 INFO kablam! 3385 | rt_realloc_naive!(rt_primes_127bytes_16align_realloc_naive, 127, 16); Oct 22 02:09:28.049 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.049 INFO kablam! | Oct 22 02:09:28.049 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.049 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.049 INFO kablam! | Oct 22 02:09:28.049 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.049 INFO kablam! | Oct 22 02:09:28.049 INFO kablam! Oct 22 02:09:28.049 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.049 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.049 INFO kablam! | Oct 22 02:09:28.049 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.049 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.049 INFO kablam! ... Oct 22 02:09:28.049 INFO kablam! 3385 | rt_realloc_naive!(rt_primes_127bytes_16align_realloc_naive, 127, 16); Oct 22 02:09:28.049 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.049 INFO kablam! | Oct 22 02:09:28.049 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.049 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.049 INFO kablam! | Oct 22 02:09:28.049 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.049 INFO kablam! | Oct 22 02:09:28.049 INFO kablam! Oct 22 02:09:28.049 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.049 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.049 INFO kablam! | Oct 22 02:09:28.049 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.049 INFO kablam! | ^^^^^ Oct 22 02:09:28.049 INFO kablam! ... Oct 22 02:09:28.049 INFO kablam! 3398 | rt_realloc_naive!(rt_primes_257bytes_16align_realloc_naive, 257, 16); Oct 22 02:09:28.049 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.050 INFO kablam! | Oct 22 02:09:28.050 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.050 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.050 INFO kablam! | Oct 22 02:09:28.050 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.050 INFO kablam! | Oct 22 02:09:28.050 INFO kablam! Oct 22 02:09:28.060 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.060 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.060 INFO kablam! | Oct 22 02:09:28.060 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.060 INFO kablam! | ^^^^^ Oct 22 02:09:28.060 INFO kablam! ... Oct 22 02:09:28.060 INFO kablam! 3398 | rt_realloc_naive!(rt_primes_257bytes_16align_realloc_naive, 257, 16); Oct 22 02:09:28.060 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.060 INFO kablam! | Oct 22 02:09:28.060 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.060 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.060 INFO kablam! | Oct 22 02:09:28.060 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.060 INFO kablam! | Oct 22 02:09:28.060 INFO kablam! Oct 22 02:09:28.060 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.060 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.060 INFO kablam! | Oct 22 02:09:28.060 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.060 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.060 INFO kablam! ... Oct 22 02:09:28.060 INFO kablam! 3398 | rt_realloc_naive!(rt_primes_257bytes_16align_realloc_naive, 257, 16); Oct 22 02:09:28.060 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.060 INFO kablam! | Oct 22 02:09:28.060 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.060 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.060 INFO kablam! | Oct 22 02:09:28.060 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.060 INFO kablam! | Oct 22 02:09:28.060 INFO kablam! Oct 22 02:09:28.060 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.060 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.060 INFO kablam! | Oct 22 02:09:28.060 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.060 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.060 INFO kablam! ... Oct 22 02:09:28.060 INFO kablam! 3398 | rt_realloc_naive!(rt_primes_257bytes_16align_realloc_naive, 257, 16); Oct 22 02:09:28.060 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.060 INFO kablam! | Oct 22 02:09:28.060 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.060 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.060 INFO kablam! | Oct 22 02:09:28.060 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.060 INFO kablam! | Oct 22 02:09:28.060 INFO kablam! Oct 22 02:09:28.060 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.060 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.061 INFO kablam! | Oct 22 02:09:28.061 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.061 INFO kablam! | ^^^^^ Oct 22 02:09:28.061 INFO kablam! ... Oct 22 02:09:28.061 INFO kablam! 3411 | rt_realloc_naive!(rt_primes_509bytes_16align_realloc_naive, 509, 16); Oct 22 02:09:28.061 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.061 INFO kablam! | Oct 22 02:09:28.061 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.061 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.061 INFO kablam! | Oct 22 02:09:28.061 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.061 INFO kablam! | Oct 22 02:09:28.061 INFO kablam! Oct 22 02:09:28.061 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.061 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.061 INFO kablam! | Oct 22 02:09:28.061 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.061 INFO kablam! | ^^^^^ Oct 22 02:09:28.061 INFO kablam! ... Oct 22 02:09:28.061 INFO kablam! 3411 | rt_realloc_naive!(rt_primes_509bytes_16align_realloc_naive, 509, 16); Oct 22 02:09:28.061 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.061 INFO kablam! | Oct 22 02:09:28.061 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.061 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.061 INFO kablam! | Oct 22 02:09:28.061 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.061 INFO kablam! | Oct 22 02:09:28.061 INFO kablam! Oct 22 02:09:28.061 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.061 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.061 INFO kablam! | Oct 22 02:09:28.061 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.061 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.061 INFO kablam! ... Oct 22 02:09:28.061 INFO kablam! 3411 | rt_realloc_naive!(rt_primes_509bytes_16align_realloc_naive, 509, 16); Oct 22 02:09:28.061 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.061 INFO kablam! | Oct 22 02:09:28.061 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.061 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.061 INFO kablam! | Oct 22 02:09:28.061 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.061 INFO kablam! | Oct 22 02:09:28.061 INFO kablam! Oct 22 02:09:28.061 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.061 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.061 INFO kablam! | Oct 22 02:09:28.061 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.061 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.061 INFO kablam! ... Oct 22 02:09:28.061 INFO kablam! 3411 | rt_realloc_naive!(rt_primes_509bytes_16align_realloc_naive, 509, 16); Oct 22 02:09:28.061 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.061 INFO kablam! | Oct 22 02:09:28.061 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.061 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.061 INFO kablam! | Oct 22 02:09:28.061 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.061 INFO kablam! | Oct 22 02:09:28.061 INFO kablam! Oct 22 02:09:28.061 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.061 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.061 INFO kablam! | Oct 22 02:09:28.061 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.061 INFO kablam! | ^^^^^ Oct 22 02:09:28.061 INFO kablam! ... Oct 22 02:09:28.061 INFO kablam! 3424 | rt_realloc_naive!(rt_primes_1021bytes_16align_realloc_naive, 1021, 16); Oct 22 02:09:28.061 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.061 INFO kablam! | Oct 22 02:09:28.061 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.061 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.061 INFO kablam! | Oct 22 02:09:28.061 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.061 INFO kablam! | Oct 22 02:09:28.061 INFO kablam! Oct 22 02:09:28.061 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.061 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.061 INFO kablam! | Oct 22 02:09:28.061 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.061 INFO kablam! | ^^^^^ Oct 22 02:09:28.061 INFO kablam! ... Oct 22 02:09:28.061 INFO kablam! 3424 | rt_realloc_naive!(rt_primes_1021bytes_16align_realloc_naive, 1021, 16); Oct 22 02:09:28.061 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.061 INFO kablam! | Oct 22 02:09:28.061 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.061 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.061 INFO kablam! | Oct 22 02:09:28.062 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.062 INFO kablam! | Oct 22 02:09:28.062 INFO kablam! Oct 22 02:09:28.062 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.062 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.062 INFO kablam! | Oct 22 02:09:28.062 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.062 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.062 INFO kablam! ... Oct 22 02:09:28.062 INFO kablam! 3424 | rt_realloc_naive!(rt_primes_1021bytes_16align_realloc_naive, 1021, 16); Oct 22 02:09:28.062 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.062 INFO kablam! | Oct 22 02:09:28.062 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.062 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.062 INFO kablam! | Oct 22 02:09:28.062 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.062 INFO kablam! | Oct 22 02:09:28.062 INFO kablam! Oct 22 02:09:28.062 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.062 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.062 INFO kablam! | Oct 22 02:09:28.062 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.062 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.062 INFO kablam! ... Oct 22 02:09:28.062 INFO kablam! 3424 | rt_realloc_naive!(rt_primes_1021bytes_16align_realloc_naive, 1021, 16); Oct 22 02:09:28.062 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.062 INFO kablam! | Oct 22 02:09:28.062 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.062 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.062 INFO kablam! | Oct 22 02:09:28.062 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.062 INFO kablam! | Oct 22 02:09:28.062 INFO kablam! Oct 22 02:09:28.062 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.062 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.062 INFO kablam! | Oct 22 02:09:28.062 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.062 INFO kablam! | ^^^^^ Oct 22 02:09:28.062 INFO kablam! ... Oct 22 02:09:28.062 INFO kablam! 3437 | rt_realloc_naive!(rt_primes_2039bytes_16align_realloc_naive, 2039, 16); Oct 22 02:09:28.062 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.062 INFO kablam! | Oct 22 02:09:28.062 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.062 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.062 INFO kablam! | Oct 22 02:09:28.062 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.062 INFO kablam! | Oct 22 02:09:28.062 INFO kablam! Oct 22 02:09:28.062 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.062 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.062 INFO kablam! | Oct 22 02:09:28.062 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.062 INFO kablam! | ^^^^^ Oct 22 02:09:28.062 INFO kablam! ... Oct 22 02:09:28.062 INFO kablam! 3437 | rt_realloc_naive!(rt_primes_2039bytes_16align_realloc_naive, 2039, 16); Oct 22 02:09:28.062 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.062 INFO kablam! | Oct 22 02:09:28.062 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.062 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.062 INFO kablam! | Oct 22 02:09:28.062 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.062 INFO kablam! | Oct 22 02:09:28.062 INFO kablam! Oct 22 02:09:28.062 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.062 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.062 INFO kablam! | Oct 22 02:09:28.062 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.062 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.062 INFO kablam! ... Oct 22 02:09:28.062 INFO kablam! 3437 | rt_realloc_naive!(rt_primes_2039bytes_16align_realloc_naive, 2039, 16); Oct 22 02:09:28.062 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.062 INFO kablam! | Oct 22 02:09:28.062 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.062 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.062 INFO kablam! | Oct 22 02:09:28.062 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.062 INFO kablam! | Oct 22 02:09:28.062 INFO kablam! Oct 22 02:09:28.072 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.072 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.072 INFO kablam! | Oct 22 02:09:28.072 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.072 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.072 INFO kablam! ... Oct 22 02:09:28.072 INFO kablam! 3437 | rt_realloc_naive!(rt_primes_2039bytes_16align_realloc_naive, 2039, 16); Oct 22 02:09:28.072 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.072 INFO kablam! | Oct 22 02:09:28.072 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.072 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.072 INFO kablam! | Oct 22 02:09:28.072 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.072 INFO kablam! | Oct 22 02:09:28.072 INFO kablam! Oct 22 02:09:28.072 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.072 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.072 INFO kablam! | Oct 22 02:09:28.072 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.072 INFO kablam! | ^^^^^ Oct 22 02:09:28.072 INFO kablam! ... Oct 22 02:09:28.072 INFO kablam! 3450 | rt_realloc_naive!(rt_primes_4093bytes_16align_realloc_naive, 4093, 16); Oct 22 02:09:28.072 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.072 INFO kablam! | Oct 22 02:09:28.072 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.072 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.072 INFO kablam! | Oct 22 02:09:28.072 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.072 INFO kablam! | Oct 22 02:09:28.072 INFO kablam! Oct 22 02:09:28.072 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.072 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.072 INFO kablam! | Oct 22 02:09:28.072 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.072 INFO kablam! | ^^^^^ Oct 22 02:09:28.072 INFO kablam! ... Oct 22 02:09:28.072 INFO kablam! 3450 | rt_realloc_naive!(rt_primes_4093bytes_16align_realloc_naive, 4093, 16); Oct 22 02:09:28.072 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.072 INFO kablam! | Oct 22 02:09:28.072 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.072 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.072 INFO kablam! | Oct 22 02:09:28.072 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.072 INFO kablam! | Oct 22 02:09:28.072 INFO kablam! Oct 22 02:09:28.072 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.072 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.073 INFO kablam! | Oct 22 02:09:28.073 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.073 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.073 INFO kablam! ... Oct 22 02:09:28.073 INFO kablam! 3450 | rt_realloc_naive!(rt_primes_4093bytes_16align_realloc_naive, 4093, 16); Oct 22 02:09:28.073 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.073 INFO kablam! | Oct 22 02:09:28.073 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.073 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.073 INFO kablam! | Oct 22 02:09:28.073 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.073 INFO kablam! | Oct 22 02:09:28.073 INFO kablam! Oct 22 02:09:28.073 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.073 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.073 INFO kablam! | Oct 22 02:09:28.073 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.073 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.073 INFO kablam! ... Oct 22 02:09:28.073 INFO kablam! 3450 | rt_realloc_naive!(rt_primes_4093bytes_16align_realloc_naive, 4093, 16); Oct 22 02:09:28.073 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.073 INFO kablam! | Oct 22 02:09:28.073 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.073 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.073 INFO kablam! | Oct 22 02:09:28.073 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.073 INFO kablam! | Oct 22 02:09:28.073 INFO kablam! Oct 22 02:09:28.080 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.080 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.080 INFO kablam! | Oct 22 02:09:28.080 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.080 INFO kablam! | ^^^^^ Oct 22 02:09:28.080 INFO kablam! ... Oct 22 02:09:28.080 INFO kablam! 3463 | rt_realloc_naive!(rt_primes_8191bytes_16align_realloc_naive, 8191, 16); Oct 22 02:09:28.080 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.080 INFO kablam! | Oct 22 02:09:28.080 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.080 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.080 INFO kablam! | Oct 22 02:09:28.080 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.080 INFO kablam! | Oct 22 02:09:28.080 INFO kablam! Oct 22 02:09:28.080 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.080 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.080 INFO kablam! | Oct 22 02:09:28.080 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.080 INFO kablam! | ^^^^^ Oct 22 02:09:28.080 INFO kablam! ... Oct 22 02:09:28.080 INFO kablam! 3463 | rt_realloc_naive!(rt_primes_8191bytes_16align_realloc_naive, 8191, 16); Oct 22 02:09:28.080 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.080 INFO kablam! | Oct 22 02:09:28.080 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.080 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.080 INFO kablam! | Oct 22 02:09:28.080 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.080 INFO kablam! | Oct 22 02:09:28.080 INFO kablam! Oct 22 02:09:28.080 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.080 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.080 INFO kablam! | Oct 22 02:09:28.080 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.080 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.080 INFO kablam! ... Oct 22 02:09:28.080 INFO kablam! 3463 | rt_realloc_naive!(rt_primes_8191bytes_16align_realloc_naive, 8191, 16); Oct 22 02:09:28.080 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.080 INFO kablam! | Oct 22 02:09:28.080 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.080 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.080 INFO kablam! | Oct 22 02:09:28.080 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.080 INFO kablam! | Oct 22 02:09:28.080 INFO kablam! Oct 22 02:09:28.080 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.080 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.080 INFO kablam! | Oct 22 02:09:28.080 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.081 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.081 INFO kablam! ... Oct 22 02:09:28.081 INFO kablam! 3463 | rt_realloc_naive!(rt_primes_8191bytes_16align_realloc_naive, 8191, 16); Oct 22 02:09:28.081 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.081 INFO kablam! | Oct 22 02:09:28.081 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.081 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.081 INFO kablam! | Oct 22 02:09:28.081 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.081 INFO kablam! | Oct 22 02:09:28.081 INFO kablam! Oct 22 02:09:28.081 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.081 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.081 INFO kablam! | Oct 22 02:09:28.081 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.081 INFO kablam! | ^^^^^ Oct 22 02:09:28.081 INFO kablam! ... Oct 22 02:09:28.081 INFO kablam! 3476 | rt_realloc_naive!(rt_primes_16381bytes_16align_realloc_naive, 16381, 16); Oct 22 02:09:28.081 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.081 INFO kablam! | Oct 22 02:09:28.081 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.081 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.081 INFO kablam! | Oct 22 02:09:28.081 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.081 INFO kablam! | Oct 22 02:09:28.081 INFO kablam! Oct 22 02:09:28.081 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.081 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.081 INFO kablam! | Oct 22 02:09:28.081 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.081 INFO kablam! | ^^^^^ Oct 22 02:09:28.081 INFO kablam! ... Oct 22 02:09:28.081 INFO kablam! 3476 | rt_realloc_naive!(rt_primes_16381bytes_16align_realloc_naive, 16381, 16); Oct 22 02:09:28.081 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.081 INFO kablam! | Oct 22 02:09:28.081 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.081 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.081 INFO kablam! | Oct 22 02:09:28.081 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.081 INFO kablam! | Oct 22 02:09:28.081 INFO kablam! Oct 22 02:09:28.081 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.081 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.081 INFO kablam! | Oct 22 02:09:28.081 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.081 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.081 INFO kablam! ... Oct 22 02:09:28.081 INFO kablam! 3476 | rt_realloc_naive!(rt_primes_16381bytes_16align_realloc_naive, 16381, 16); Oct 22 02:09:28.081 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.081 INFO kablam! | Oct 22 02:09:28.081 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.081 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.081 INFO kablam! | Oct 22 02:09:28.081 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.081 INFO kablam! | Oct 22 02:09:28.081 INFO kablam! Oct 22 02:09:28.081 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.081 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.081 INFO kablam! | Oct 22 02:09:28.081 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.081 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.081 INFO kablam! ... Oct 22 02:09:28.081 INFO kablam! 3476 | rt_realloc_naive!(rt_primes_16381bytes_16align_realloc_naive, 16381, 16); Oct 22 02:09:28.081 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.081 INFO kablam! | Oct 22 02:09:28.081 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.081 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.081 INFO kablam! | Oct 22 02:09:28.081 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.081 INFO kablam! | Oct 22 02:09:28.081 INFO kablam! Oct 22 02:09:28.088 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.088 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.088 INFO kablam! | Oct 22 02:09:28.088 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.088 INFO kablam! | ^^^^^ Oct 22 02:09:28.088 INFO kablam! ... Oct 22 02:09:28.088 INFO kablam! 3489 | rt_realloc_naive!(rt_primes_32749bytes_16align_realloc_naive, 32749, 16); Oct 22 02:09:28.088 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.088 INFO kablam! | Oct 22 02:09:28.088 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.088 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.088 INFO kablam! | Oct 22 02:09:28.088 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.088 INFO kablam! | Oct 22 02:09:28.088 INFO kablam! Oct 22 02:09:28.088 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.088 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.088 INFO kablam! | Oct 22 02:09:28.088 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.088 INFO kablam! | ^^^^^ Oct 22 02:09:28.088 INFO kablam! ... Oct 22 02:09:28.088 INFO kablam! 3489 | rt_realloc_naive!(rt_primes_32749bytes_16align_realloc_naive, 32749, 16); Oct 22 02:09:28.088 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.088 INFO kablam! | Oct 22 02:09:28.088 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.088 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.088 INFO kablam! | Oct 22 02:09:28.088 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.088 INFO kablam! | Oct 22 02:09:28.088 INFO kablam! Oct 22 02:09:28.088 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.088 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.088 INFO kablam! | Oct 22 02:09:28.088 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.088 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.088 INFO kablam! ... Oct 22 02:09:28.088 INFO kablam! 3489 | rt_realloc_naive!(rt_primes_32749bytes_16align_realloc_naive, 32749, 16); Oct 22 02:09:28.088 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.088 INFO kablam! | Oct 22 02:09:28.088 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.088 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.088 INFO kablam! | Oct 22 02:09:28.088 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.088 INFO kablam! | Oct 22 02:09:28.088 INFO kablam! Oct 22 02:09:28.088 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.088 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.088 INFO kablam! | Oct 22 02:09:28.089 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.089 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.089 INFO kablam! ... Oct 22 02:09:28.089 INFO kablam! 3489 | rt_realloc_naive!(rt_primes_32749bytes_16align_realloc_naive, 32749, 16); Oct 22 02:09:28.089 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.089 INFO kablam! | Oct 22 02:09:28.089 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.089 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.089 INFO kablam! | Oct 22 02:09:28.089 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.089 INFO kablam! | Oct 22 02:09:28.089 INFO kablam! Oct 22 02:09:28.089 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.089 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.089 INFO kablam! | Oct 22 02:09:28.089 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.089 INFO kablam! | ^^^^^ Oct 22 02:09:28.089 INFO kablam! ... Oct 22 02:09:28.089 INFO kablam! 3502 | rt_realloc_naive!(rt_primes_65537bytes_16align_realloc_naive, 65537, 16); Oct 22 02:09:28.089 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.089 INFO kablam! | Oct 22 02:09:28.089 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.089 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.089 INFO kablam! | Oct 22 02:09:28.089 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.089 INFO kablam! | Oct 22 02:09:28.089 INFO kablam! Oct 22 02:09:28.089 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.089 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.089 INFO kablam! | Oct 22 02:09:28.089 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.089 INFO kablam! | ^^^^^ Oct 22 02:09:28.089 INFO kablam! ... Oct 22 02:09:28.089 INFO kablam! 3502 | rt_realloc_naive!(rt_primes_65537bytes_16align_realloc_naive, 65537, 16); Oct 22 02:09:28.089 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.089 INFO kablam! | Oct 22 02:09:28.089 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.089 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.089 INFO kablam! | Oct 22 02:09:28.089 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.089 INFO kablam! | Oct 22 02:09:28.089 INFO kablam! Oct 22 02:09:28.089 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.089 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.089 INFO kablam! | Oct 22 02:09:28.089 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.089 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.089 INFO kablam! ... Oct 22 02:09:28.089 INFO kablam! 3502 | rt_realloc_naive!(rt_primes_65537bytes_16align_realloc_naive, 65537, 16); Oct 22 02:09:28.089 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.089 INFO kablam! | Oct 22 02:09:28.089 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.089 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.089 INFO kablam! | Oct 22 02:09:28.089 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.089 INFO kablam! | Oct 22 02:09:28.089 INFO kablam! Oct 22 02:09:28.089 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.089 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.089 INFO kablam! | Oct 22 02:09:28.089 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.089 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.089 INFO kablam! ... Oct 22 02:09:28.089 INFO kablam! 3502 | rt_realloc_naive!(rt_primes_65537bytes_16align_realloc_naive, 65537, 16); Oct 22 02:09:28.089 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.089 INFO kablam! | Oct 22 02:09:28.089 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.089 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.089 INFO kablam! | Oct 22 02:09:28.089 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.089 INFO kablam! | Oct 22 02:09:28.089 INFO kablam! Oct 22 02:09:28.096 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.096 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.096 INFO kablam! | Oct 22 02:09:28.096 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.096 INFO kablam! | ^^^^^ Oct 22 02:09:28.096 INFO kablam! ... Oct 22 02:09:28.096 INFO kablam! 3515 | rt_realloc_naive!(rt_primes_131071bytes_16align_realloc_naive, 131071, 16); Oct 22 02:09:28.096 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.096 INFO kablam! | Oct 22 02:09:28.096 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.096 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.096 INFO kablam! | Oct 22 02:09:28.096 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.096 INFO kablam! | Oct 22 02:09:28.096 INFO kablam! Oct 22 02:09:28.096 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.096 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.096 INFO kablam! | Oct 22 02:09:28.096 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.096 INFO kablam! | ^^^^^ Oct 22 02:09:28.096 INFO kablam! ... Oct 22 02:09:28.096 INFO kablam! 3515 | rt_realloc_naive!(rt_primes_131071bytes_16align_realloc_naive, 131071, 16); Oct 22 02:09:28.096 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.096 INFO kablam! | Oct 22 02:09:28.096 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.096 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.096 INFO kablam! | Oct 22 02:09:28.096 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.096 INFO kablam! | Oct 22 02:09:28.096 INFO kablam! Oct 22 02:09:28.096 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.096 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.096 INFO kablam! | Oct 22 02:09:28.096 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.096 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.096 INFO kablam! ... Oct 22 02:09:28.096 INFO kablam! 3515 | rt_realloc_naive!(rt_primes_131071bytes_16align_realloc_naive, 131071, 16); Oct 22 02:09:28.096 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.096 INFO kablam! | Oct 22 02:09:28.096 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.096 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.096 INFO kablam! | Oct 22 02:09:28.096 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.096 INFO kablam! | Oct 22 02:09:28.096 INFO kablam! Oct 22 02:09:28.096 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.096 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.096 INFO kablam! | Oct 22 02:09:28.097 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.097 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.097 INFO kablam! ... Oct 22 02:09:28.097 INFO kablam! 3515 | rt_realloc_naive!(rt_primes_131071bytes_16align_realloc_naive, 131071, 16); Oct 22 02:09:28.097 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.097 INFO kablam! | Oct 22 02:09:28.097 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.097 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.097 INFO kablam! | Oct 22 02:09:28.097 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.097 INFO kablam! | Oct 22 02:09:28.097 INFO kablam! Oct 22 02:09:28.097 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.097 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.097 INFO kablam! | Oct 22 02:09:28.097 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.097 INFO kablam! | ^^^^^ Oct 22 02:09:28.097 INFO kablam! ... Oct 22 02:09:28.097 INFO kablam! 3528 | rt_realloc_naive!(rt_primes_4194301bytes_16align_realloc_naive, 4194301, 16); Oct 22 02:09:28.097 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.097 INFO kablam! | Oct 22 02:09:28.097 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.097 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.097 INFO kablam! | Oct 22 02:09:28.097 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.097 INFO kablam! | Oct 22 02:09:28.097 INFO kablam! Oct 22 02:09:28.097 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.097 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.097 INFO kablam! | Oct 22 02:09:28.097 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.097 INFO kablam! | ^^^^^ Oct 22 02:09:28.097 INFO kablam! ... Oct 22 02:09:28.097 INFO kablam! 3528 | rt_realloc_naive!(rt_primes_4194301bytes_16align_realloc_naive, 4194301, 16); Oct 22 02:09:28.097 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.097 INFO kablam! | Oct 22 02:09:28.097 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.097 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.097 INFO kablam! | Oct 22 02:09:28.097 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.097 INFO kablam! | Oct 22 02:09:28.097 INFO kablam! Oct 22 02:09:28.097 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.097 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.097 INFO kablam! | Oct 22 02:09:28.097 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.097 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.097 INFO kablam! ... Oct 22 02:09:28.097 INFO kablam! 3528 | rt_realloc_naive!(rt_primes_4194301bytes_16align_realloc_naive, 4194301, 16); Oct 22 02:09:28.097 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.097 INFO kablam! | Oct 22 02:09:28.097 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.097 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.097 INFO kablam! | Oct 22 02:09:28.097 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.097 INFO kablam! | Oct 22 02:09:28.097 INFO kablam! Oct 22 02:09:28.097 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.097 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.097 INFO kablam! | Oct 22 02:09:28.097 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.097 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.097 INFO kablam! ... Oct 22 02:09:28.097 INFO kablam! 3528 | rt_realloc_naive!(rt_primes_4194301bytes_16align_realloc_naive, 4194301, 16); Oct 22 02:09:28.097 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.097 INFO kablam! | Oct 22 02:09:28.097 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.097 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.097 INFO kablam! | Oct 22 02:09:28.097 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.097 INFO kablam! | Oct 22 02:09:28.097 INFO kablam! Oct 22 02:09:28.104 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.104 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.104 INFO kablam! | Oct 22 02:09:28.104 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.104 INFO kablam! | ^^^^^ Oct 22 02:09:28.104 INFO kablam! ... Oct 22 02:09:28.104 INFO kablam! 3544 | rt_realloc_naive!(rt_pow2_1bytes_32align_realloc_naive, 1, 32); Oct 22 02:09:28.104 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.104 INFO kablam! | Oct 22 02:09:28.104 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.104 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.104 INFO kablam! | Oct 22 02:09:28.104 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.104 INFO kablam! | Oct 22 02:09:28.104 INFO kablam! Oct 22 02:09:28.104 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.104 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.104 INFO kablam! | Oct 22 02:09:28.104 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.104 INFO kablam! | ^^^^^ Oct 22 02:09:28.104 INFO kablam! ... Oct 22 02:09:28.104 INFO kablam! 3544 | rt_realloc_naive!(rt_pow2_1bytes_32align_realloc_naive, 1, 32); Oct 22 02:09:28.104 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.104 INFO kablam! | Oct 22 02:09:28.104 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.104 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.104 INFO kablam! | Oct 22 02:09:28.104 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.104 INFO kablam! | Oct 22 02:09:28.104 INFO kablam! Oct 22 02:09:28.104 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.104 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.104 INFO kablam! | Oct 22 02:09:28.104 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.104 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.104 INFO kablam! ... Oct 22 02:09:28.104 INFO kablam! 3544 | rt_realloc_naive!(rt_pow2_1bytes_32align_realloc_naive, 1, 32); Oct 22 02:09:28.104 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.104 INFO kablam! | Oct 22 02:09:28.104 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.104 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.104 INFO kablam! | Oct 22 02:09:28.104 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.104 INFO kablam! | Oct 22 02:09:28.104 INFO kablam! Oct 22 02:09:28.104 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.104 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.104 INFO kablam! | Oct 22 02:09:28.105 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.105 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.105 INFO kablam! ... Oct 22 02:09:28.105 INFO kablam! 3544 | rt_realloc_naive!(rt_pow2_1bytes_32align_realloc_naive, 1, 32); Oct 22 02:09:28.105 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.105 INFO kablam! | Oct 22 02:09:28.105 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.105 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.105 INFO kablam! | Oct 22 02:09:28.105 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.105 INFO kablam! | Oct 22 02:09:28.105 INFO kablam! Oct 22 02:09:28.105 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.105 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.105 INFO kablam! | Oct 22 02:09:28.105 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.105 INFO kablam! | ^^^^^ Oct 22 02:09:28.105 INFO kablam! ... Oct 22 02:09:28.105 INFO kablam! 3557 | rt_realloc_naive!(rt_pow2_2bytes_32align_realloc_naive, 2, 32); Oct 22 02:09:28.105 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.105 INFO kablam! | Oct 22 02:09:28.105 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.105 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.105 INFO kablam! | Oct 22 02:09:28.105 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.105 INFO kablam! | Oct 22 02:09:28.105 INFO kablam! Oct 22 02:09:28.105 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.105 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.105 INFO kablam! | Oct 22 02:09:28.105 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.105 INFO kablam! | ^^^^^ Oct 22 02:09:28.105 INFO kablam! ... Oct 22 02:09:28.105 INFO kablam! 3557 | rt_realloc_naive!(rt_pow2_2bytes_32align_realloc_naive, 2, 32); Oct 22 02:09:28.105 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.105 INFO kablam! | Oct 22 02:09:28.105 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.105 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.105 INFO kablam! | Oct 22 02:09:28.105 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.105 INFO kablam! | Oct 22 02:09:28.105 INFO kablam! Oct 22 02:09:28.105 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.105 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.105 INFO kablam! | Oct 22 02:09:28.105 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.105 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.105 INFO kablam! ... Oct 22 02:09:28.105 INFO kablam! 3557 | rt_realloc_naive!(rt_pow2_2bytes_32align_realloc_naive, 2, 32); Oct 22 02:09:28.105 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.105 INFO kablam! | Oct 22 02:09:28.105 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.105 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.105 INFO kablam! | Oct 22 02:09:28.105 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.105 INFO kablam! | Oct 22 02:09:28.105 INFO kablam! Oct 22 02:09:28.105 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.105 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.105 INFO kablam! | Oct 22 02:09:28.105 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.105 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.105 INFO kablam! ... Oct 22 02:09:28.105 INFO kablam! 3557 | rt_realloc_naive!(rt_pow2_2bytes_32align_realloc_naive, 2, 32); Oct 22 02:09:28.105 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.105 INFO kablam! | Oct 22 02:09:28.105 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.105 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.105 INFO kablam! | Oct 22 02:09:28.105 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.105 INFO kablam! | Oct 22 02:09:28.105 INFO kablam! Oct 22 02:09:28.112 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.112 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.112 INFO kablam! | Oct 22 02:09:28.112 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.112 INFO kablam! | ^^^^^ Oct 22 02:09:28.112 INFO kablam! ... Oct 22 02:09:28.112 INFO kablam! 3570 | rt_realloc_naive!(rt_pow2_4bytes_32align_realloc_naive, 4, 32); Oct 22 02:09:28.112 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.112 INFO kablam! | Oct 22 02:09:28.112 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.112 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.112 INFO kablam! | Oct 22 02:09:28.112 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.112 INFO kablam! | Oct 22 02:09:28.112 INFO kablam! Oct 22 02:09:28.112 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.112 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.112 INFO kablam! | Oct 22 02:09:28.112 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.112 INFO kablam! | ^^^^^ Oct 22 02:09:28.112 INFO kablam! ... Oct 22 02:09:28.112 INFO kablam! 3570 | rt_realloc_naive!(rt_pow2_4bytes_32align_realloc_naive, 4, 32); Oct 22 02:09:28.112 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.112 INFO kablam! | Oct 22 02:09:28.112 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.112 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.112 INFO kablam! | Oct 22 02:09:28.112 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.112 INFO kablam! | Oct 22 02:09:28.112 INFO kablam! Oct 22 02:09:28.112 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.112 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.112 INFO kablam! | Oct 22 02:09:28.112 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.112 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.112 INFO kablam! ... Oct 22 02:09:28.112 INFO kablam! 3570 | rt_realloc_naive!(rt_pow2_4bytes_32align_realloc_naive, 4, 32); Oct 22 02:09:28.112 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.112 INFO kablam! | Oct 22 02:09:28.112 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.112 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.112 INFO kablam! | Oct 22 02:09:28.112 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.112 INFO kablam! | Oct 22 02:09:28.112 INFO kablam! Oct 22 02:09:28.112 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.112 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.112 INFO kablam! | Oct 22 02:09:28.112 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.113 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.113 INFO kablam! ... Oct 22 02:09:28.113 INFO kablam! 3570 | rt_realloc_naive!(rt_pow2_4bytes_32align_realloc_naive, 4, 32); Oct 22 02:09:28.113 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.113 INFO kablam! | Oct 22 02:09:28.113 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.113 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.113 INFO kablam! | Oct 22 02:09:28.113 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.113 INFO kablam! | Oct 22 02:09:28.113 INFO kablam! Oct 22 02:09:28.113 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.113 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.113 INFO kablam! | Oct 22 02:09:28.113 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.113 INFO kablam! | ^^^^^ Oct 22 02:09:28.113 INFO kablam! ... Oct 22 02:09:28.113 INFO kablam! 3583 | rt_realloc_naive!(rt_pow2_8bytes_32align_realloc_naive, 8, 32); Oct 22 02:09:28.113 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.113 INFO kablam! | Oct 22 02:09:28.113 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.113 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.113 INFO kablam! | Oct 22 02:09:28.113 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.113 INFO kablam! | Oct 22 02:09:28.113 INFO kablam! Oct 22 02:09:28.113 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.113 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.113 INFO kablam! | Oct 22 02:09:28.113 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.113 INFO kablam! | ^^^^^ Oct 22 02:09:28.113 INFO kablam! ... Oct 22 02:09:28.113 INFO kablam! 3583 | rt_realloc_naive!(rt_pow2_8bytes_32align_realloc_naive, 8, 32); Oct 22 02:09:28.113 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.113 INFO kablam! | Oct 22 02:09:28.113 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.113 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.113 INFO kablam! | Oct 22 02:09:28.113 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.113 INFO kablam! | Oct 22 02:09:28.113 INFO kablam! Oct 22 02:09:28.113 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.113 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.113 INFO kablam! | Oct 22 02:09:28.113 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.113 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.113 INFO kablam! ... Oct 22 02:09:28.113 INFO kablam! 3583 | rt_realloc_naive!(rt_pow2_8bytes_32align_realloc_naive, 8, 32); Oct 22 02:09:28.113 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.113 INFO kablam! | Oct 22 02:09:28.113 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.113 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.113 INFO kablam! | Oct 22 02:09:28.113 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.113 INFO kablam! | Oct 22 02:09:28.113 INFO kablam! Oct 22 02:09:28.113 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.113 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.113 INFO kablam! | Oct 22 02:09:28.113 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.113 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.113 INFO kablam! ... Oct 22 02:09:28.113 INFO kablam! 3583 | rt_realloc_naive!(rt_pow2_8bytes_32align_realloc_naive, 8, 32); Oct 22 02:09:28.113 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.113 INFO kablam! | Oct 22 02:09:28.113 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.113 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.113 INFO kablam! | Oct 22 02:09:28.113 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.113 INFO kablam! | Oct 22 02:09:28.113 INFO kablam! Oct 22 02:09:28.124 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.124 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.124 INFO kablam! | Oct 22 02:09:28.124 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.124 INFO kablam! | ^^^^^ Oct 22 02:09:28.124 INFO kablam! ... Oct 22 02:09:28.124 INFO kablam! 3596 | rt_realloc_naive!(rt_pow2_16bytes_32align_realloc_naive, 16, 32); Oct 22 02:09:28.124 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.124 INFO kablam! | Oct 22 02:09:28.124 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.124 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.124 INFO kablam! | Oct 22 02:09:28.124 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.124 INFO kablam! | Oct 22 02:09:28.124 INFO kablam! Oct 22 02:09:28.124 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.124 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.124 INFO kablam! | Oct 22 02:09:28.124 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.124 INFO kablam! | ^^^^^ Oct 22 02:09:28.124 INFO kablam! ... Oct 22 02:09:28.124 INFO kablam! 3596 | rt_realloc_naive!(rt_pow2_16bytes_32align_realloc_naive, 16, 32); Oct 22 02:09:28.124 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.124 INFO kablam! | Oct 22 02:09:28.124 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.124 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.124 INFO kablam! | Oct 22 02:09:28.124 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.124 INFO kablam! | Oct 22 02:09:28.124 INFO kablam! Oct 22 02:09:28.124 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.124 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.124 INFO kablam! | Oct 22 02:09:28.124 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.124 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.124 INFO kablam! ... Oct 22 02:09:28.124 INFO kablam! 3596 | rt_realloc_naive!(rt_pow2_16bytes_32align_realloc_naive, 16, 32); Oct 22 02:09:28.124 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.124 INFO kablam! | Oct 22 02:09:28.124 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.124 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.124 INFO kablam! | Oct 22 02:09:28.124 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.124 INFO kablam! | Oct 22 02:09:28.124 INFO kablam! Oct 22 02:09:28.124 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.124 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.124 INFO kablam! | Oct 22 02:09:28.125 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.125 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.125 INFO kablam! ... Oct 22 02:09:28.125 INFO kablam! 3596 | rt_realloc_naive!(rt_pow2_16bytes_32align_realloc_naive, 16, 32); Oct 22 02:09:28.125 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.125 INFO kablam! | Oct 22 02:09:28.125 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.125 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.125 INFO kablam! | Oct 22 02:09:28.125 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.125 INFO kablam! | Oct 22 02:09:28.125 INFO kablam! Oct 22 02:09:28.125 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.125 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.125 INFO kablam! | Oct 22 02:09:28.125 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.125 INFO kablam! | ^^^^^ Oct 22 02:09:28.125 INFO kablam! ... Oct 22 02:09:28.125 INFO kablam! 3609 | rt_realloc_naive!(rt_pow2_32bytes_32align_realloc_naive, 32, 32); Oct 22 02:09:28.125 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.125 INFO kablam! | Oct 22 02:09:28.125 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.125 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.125 INFO kablam! | Oct 22 02:09:28.125 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.125 INFO kablam! | Oct 22 02:09:28.125 INFO kablam! Oct 22 02:09:28.125 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.125 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.125 INFO kablam! | Oct 22 02:09:28.125 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.125 INFO kablam! | ^^^^^ Oct 22 02:09:28.125 INFO kablam! ... Oct 22 02:09:28.125 INFO kablam! 3609 | rt_realloc_naive!(rt_pow2_32bytes_32align_realloc_naive, 32, 32); Oct 22 02:09:28.125 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.125 INFO kablam! | Oct 22 02:09:28.125 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.125 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.125 INFO kablam! | Oct 22 02:09:28.125 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.125 INFO kablam! | Oct 22 02:09:28.125 INFO kablam! Oct 22 02:09:28.125 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.125 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.125 INFO kablam! | Oct 22 02:09:28.125 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.125 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.125 INFO kablam! ... Oct 22 02:09:28.125 INFO kablam! 3609 | rt_realloc_naive!(rt_pow2_32bytes_32align_realloc_naive, 32, 32); Oct 22 02:09:28.125 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.125 INFO kablam! | Oct 22 02:09:28.125 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.125 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.125 INFO kablam! | Oct 22 02:09:28.125 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.125 INFO kablam! | Oct 22 02:09:28.125 INFO kablam! Oct 22 02:09:28.125 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.125 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.125 INFO kablam! | Oct 22 02:09:28.125 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.125 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.125 INFO kablam! ... Oct 22 02:09:28.125 INFO kablam! 3609 | rt_realloc_naive!(rt_pow2_32bytes_32align_realloc_naive, 32, 32); Oct 22 02:09:28.125 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.125 INFO kablam! | Oct 22 02:09:28.125 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.125 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.125 INFO kablam! | Oct 22 02:09:28.125 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.125 INFO kablam! | Oct 22 02:09:28.125 INFO kablam! Oct 22 02:09:28.125 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.125 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.125 INFO kablam! | Oct 22 02:09:28.125 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.125 INFO kablam! | ^^^^^ Oct 22 02:09:28.125 INFO kablam! ... Oct 22 02:09:28.125 INFO kablam! 3622 | rt_realloc_naive!(rt_pow2_64bytes_32align_realloc_naive, 64, 32); Oct 22 02:09:28.125 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.125 INFO kablam! | Oct 22 02:09:28.125 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.125 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.126 INFO kablam! | Oct 22 02:09:28.126 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.126 INFO kablam! | Oct 22 02:09:28.126 INFO kablam! Oct 22 02:09:28.126 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.126 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.126 INFO kablam! | Oct 22 02:09:28.126 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.126 INFO kablam! | ^^^^^ Oct 22 02:09:28.126 INFO kablam! ... Oct 22 02:09:28.126 INFO kablam! 3622 | rt_realloc_naive!(rt_pow2_64bytes_32align_realloc_naive, 64, 32); Oct 22 02:09:28.126 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.126 INFO kablam! | Oct 22 02:09:28.126 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.126 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.126 INFO kablam! | Oct 22 02:09:28.126 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.126 INFO kablam! | Oct 22 02:09:28.126 INFO kablam! Oct 22 02:09:28.126 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.126 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.126 INFO kablam! | Oct 22 02:09:28.126 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.126 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.126 INFO kablam! ... Oct 22 02:09:28.126 INFO kablam! 3622 | rt_realloc_naive!(rt_pow2_64bytes_32align_realloc_naive, 64, 32); Oct 22 02:09:28.126 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.126 INFO kablam! | Oct 22 02:09:28.126 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.126 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.126 INFO kablam! | Oct 22 02:09:28.126 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.126 INFO kablam! | Oct 22 02:09:28.126 INFO kablam! Oct 22 02:09:28.126 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.126 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.126 INFO kablam! | Oct 22 02:09:28.126 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.126 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.126 INFO kablam! ... Oct 22 02:09:28.126 INFO kablam! 3622 | rt_realloc_naive!(rt_pow2_64bytes_32align_realloc_naive, 64, 32); Oct 22 02:09:28.126 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.126 INFO kablam! | Oct 22 02:09:28.126 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.126 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.126 INFO kablam! | Oct 22 02:09:28.126 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.126 INFO kablam! | Oct 22 02:09:28.126 INFO kablam! Oct 22 02:09:28.126 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.126 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.126 INFO kablam! | Oct 22 02:09:28.126 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.126 INFO kablam! | ^^^^^ Oct 22 02:09:28.126 INFO kablam! ... Oct 22 02:09:28.126 INFO kablam! 3635 | rt_realloc_naive!(rt_pow2_128bytes_32align_realloc_naive, 128, 32); Oct 22 02:09:28.126 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.126 INFO kablam! | Oct 22 02:09:28.126 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.126 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.126 INFO kablam! | Oct 22 02:09:28.126 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.126 INFO kablam! | Oct 22 02:09:28.126 INFO kablam! Oct 22 02:09:28.132 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.132 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.132 INFO kablam! | Oct 22 02:09:28.132 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.132 INFO kablam! | ^^^^^ Oct 22 02:09:28.132 INFO kablam! ... Oct 22 02:09:28.132 INFO kablam! 3635 | rt_realloc_naive!(rt_pow2_128bytes_32align_realloc_naive, 128, 32); Oct 22 02:09:28.132 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.132 INFO kablam! | Oct 22 02:09:28.132 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.132 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.132 INFO kablam! | Oct 22 02:09:28.132 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.132 INFO kablam! | Oct 22 02:09:28.132 INFO kablam! Oct 22 02:09:28.132 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.132 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.132 INFO kablam! | Oct 22 02:09:28.132 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.132 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.132 INFO kablam! ... Oct 22 02:09:28.132 INFO kablam! 3635 | rt_realloc_naive!(rt_pow2_128bytes_32align_realloc_naive, 128, 32); Oct 22 02:09:28.132 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.132 INFO kablam! | Oct 22 02:09:28.132 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.132 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.132 INFO kablam! | Oct 22 02:09:28.132 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.132 INFO kablam! | Oct 22 02:09:28.132 INFO kablam! Oct 22 02:09:28.132 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.132 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.132 INFO kablam! | Oct 22 02:09:28.132 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.132 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.132 INFO kablam! ... Oct 22 02:09:28.132 INFO kablam! 3635 | rt_realloc_naive!(rt_pow2_128bytes_32align_realloc_naive, 128, 32); Oct 22 02:09:28.132 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.132 INFO kablam! | Oct 22 02:09:28.132 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.132 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.132 INFO kablam! | Oct 22 02:09:28.132 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.132 INFO kablam! | Oct 22 02:09:28.132 INFO kablam! Oct 22 02:09:28.132 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.132 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.132 INFO kablam! | Oct 22 02:09:28.132 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.133 INFO kablam! | ^^^^^ Oct 22 02:09:28.133 INFO kablam! ... Oct 22 02:09:28.133 INFO kablam! 3648 | rt_realloc_naive!(rt_pow2_256bytes_32align_realloc_naive, 256, 32); Oct 22 02:09:28.133 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.133 INFO kablam! | Oct 22 02:09:28.133 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.133 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.133 INFO kablam! | Oct 22 02:09:28.133 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.133 INFO kablam! | Oct 22 02:09:28.133 INFO kablam! Oct 22 02:09:28.133 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.133 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.133 INFO kablam! | Oct 22 02:09:28.133 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.133 INFO kablam! | ^^^^^ Oct 22 02:09:28.133 INFO kablam! ... Oct 22 02:09:28.133 INFO kablam! 3648 | rt_realloc_naive!(rt_pow2_256bytes_32align_realloc_naive, 256, 32); Oct 22 02:09:28.133 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.133 INFO kablam! | Oct 22 02:09:28.133 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.133 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.133 INFO kablam! | Oct 22 02:09:28.133 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.133 INFO kablam! | Oct 22 02:09:28.133 INFO kablam! Oct 22 02:09:28.133 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.133 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.133 INFO kablam! | Oct 22 02:09:28.133 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.133 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.133 INFO kablam! ... Oct 22 02:09:28.133 INFO kablam! 3648 | rt_realloc_naive!(rt_pow2_256bytes_32align_realloc_naive, 256, 32); Oct 22 02:09:28.133 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.133 INFO kablam! | Oct 22 02:09:28.133 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.133 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.133 INFO kablam! | Oct 22 02:09:28.133 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.133 INFO kablam! | Oct 22 02:09:28.133 INFO kablam! Oct 22 02:09:28.133 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.133 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.133 INFO kablam! | Oct 22 02:09:28.133 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.133 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.133 INFO kablam! ... Oct 22 02:09:28.133 INFO kablam! 3648 | rt_realloc_naive!(rt_pow2_256bytes_32align_realloc_naive, 256, 32); Oct 22 02:09:28.133 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.133 INFO kablam! | Oct 22 02:09:28.133 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.133 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.133 INFO kablam! | Oct 22 02:09:28.133 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.133 INFO kablam! | Oct 22 02:09:28.133 INFO kablam! Oct 22 02:09:28.133 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.133 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.133 INFO kablam! | Oct 22 02:09:28.133 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.133 INFO kablam! | ^^^^^ Oct 22 02:09:28.133 INFO kablam! ... Oct 22 02:09:28.133 INFO kablam! 3661 | rt_realloc_naive!(rt_pow2_512bytes_32align_realloc_naive, 512, 32); Oct 22 02:09:28.133 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.133 INFO kablam! | Oct 22 02:09:28.133 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.133 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.133 INFO kablam! | Oct 22 02:09:28.133 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.133 INFO kablam! | Oct 22 02:09:28.133 INFO kablam! Oct 22 02:09:28.133 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.133 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.133 INFO kablam! | Oct 22 02:09:28.133 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.133 INFO kablam! | ^^^^^ Oct 22 02:09:28.133 INFO kablam! ... Oct 22 02:09:28.133 INFO kablam! 3661 | rt_realloc_naive!(rt_pow2_512bytes_32align_realloc_naive, 512, 32); Oct 22 02:09:28.133 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.133 INFO kablam! | Oct 22 02:09:28.133 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.133 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.133 INFO kablam! | Oct 22 02:09:28.133 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.133 INFO kablam! | Oct 22 02:09:28.133 INFO kablam! Oct 22 02:09:28.133 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.133 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.133 INFO kablam! | Oct 22 02:09:28.133 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.133 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.133 INFO kablam! ... Oct 22 02:09:28.133 INFO kablam! 3661 | rt_realloc_naive!(rt_pow2_512bytes_32align_realloc_naive, 512, 32); Oct 22 02:09:28.134 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.134 INFO kablam! | Oct 22 02:09:28.134 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.134 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.134 INFO kablam! | Oct 22 02:09:28.134 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.134 INFO kablam! | Oct 22 02:09:28.134 INFO kablam! Oct 22 02:09:28.134 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.134 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.134 INFO kablam! | Oct 22 02:09:28.134 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.134 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.134 INFO kablam! ... Oct 22 02:09:28.134 INFO kablam! 3661 | rt_realloc_naive!(rt_pow2_512bytes_32align_realloc_naive, 512, 32); Oct 22 02:09:28.134 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.134 INFO kablam! | Oct 22 02:09:28.134 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.134 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.134 INFO kablam! | Oct 22 02:09:28.134 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.134 INFO kablam! | Oct 22 02:09:28.134 INFO kablam! Oct 22 02:09:28.134 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.134 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.134 INFO kablam! | Oct 22 02:09:28.134 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.134 INFO kablam! | ^^^^^ Oct 22 02:09:28.134 INFO kablam! ... Oct 22 02:09:28.134 INFO kablam! 3674 | rt_realloc_naive!(rt_pow2_1024bytes_32align_realloc_naive, 1024, 32); Oct 22 02:09:28.134 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.134 INFO kablam! | Oct 22 02:09:28.134 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.134 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.134 INFO kablam! | Oct 22 02:09:28.134 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.134 INFO kablam! | Oct 22 02:09:28.134 INFO kablam! Oct 22 02:09:28.144 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.144 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.144 INFO kablam! | Oct 22 02:09:28.144 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.144 INFO kablam! | ^^^^^ Oct 22 02:09:28.144 INFO kablam! ... Oct 22 02:09:28.144 INFO kablam! 3674 | rt_realloc_naive!(rt_pow2_1024bytes_32align_realloc_naive, 1024, 32); Oct 22 02:09:28.144 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.144 INFO kablam! | Oct 22 02:09:28.144 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.144 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.144 INFO kablam! | Oct 22 02:09:28.144 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.144 INFO kablam! | Oct 22 02:09:28.144 INFO kablam! Oct 22 02:09:28.144 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.144 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.144 INFO kablam! | Oct 22 02:09:28.144 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.144 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.144 INFO kablam! ... Oct 22 02:09:28.144 INFO kablam! 3674 | rt_realloc_naive!(rt_pow2_1024bytes_32align_realloc_naive, 1024, 32); Oct 22 02:09:28.144 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.144 INFO kablam! | Oct 22 02:09:28.144 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.144 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.144 INFO kablam! | Oct 22 02:09:28.144 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.144 INFO kablam! | Oct 22 02:09:28.144 INFO kablam! Oct 22 02:09:28.144 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.144 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.144 INFO kablam! | Oct 22 02:09:28.144 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.144 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.144 INFO kablam! ... Oct 22 02:09:28.144 INFO kablam! 3674 | rt_realloc_naive!(rt_pow2_1024bytes_32align_realloc_naive, 1024, 32); Oct 22 02:09:28.144 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.144 INFO kablam! | Oct 22 02:09:28.144 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.144 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.144 INFO kablam! | Oct 22 02:09:28.144 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.144 INFO kablam! | Oct 22 02:09:28.144 INFO kablam! Oct 22 02:09:28.144 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.144 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.145 INFO kablam! | Oct 22 02:09:28.145 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.145 INFO kablam! | ^^^^^ Oct 22 02:09:28.145 INFO kablam! ... Oct 22 02:09:28.145 INFO kablam! 3687 | rt_realloc_naive!(rt_pow2_2048bytes_32align_realloc_naive, 2048, 32); Oct 22 02:09:28.145 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.145 INFO kablam! | Oct 22 02:09:28.145 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.145 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.145 INFO kablam! | Oct 22 02:09:28.145 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.145 INFO kablam! | Oct 22 02:09:28.145 INFO kablam! Oct 22 02:09:28.145 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.145 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.145 INFO kablam! | Oct 22 02:09:28.145 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.145 INFO kablam! | ^^^^^ Oct 22 02:09:28.145 INFO kablam! ... Oct 22 02:09:28.145 INFO kablam! 3687 | rt_realloc_naive!(rt_pow2_2048bytes_32align_realloc_naive, 2048, 32); Oct 22 02:09:28.145 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.145 INFO kablam! | Oct 22 02:09:28.145 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.145 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.145 INFO kablam! | Oct 22 02:09:28.145 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.145 INFO kablam! | Oct 22 02:09:28.145 INFO kablam! Oct 22 02:09:28.145 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.145 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.145 INFO kablam! | Oct 22 02:09:28.145 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.145 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.145 INFO kablam! ... Oct 22 02:09:28.145 INFO kablam! 3687 | rt_realloc_naive!(rt_pow2_2048bytes_32align_realloc_naive, 2048, 32); Oct 22 02:09:28.145 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.145 INFO kablam! | Oct 22 02:09:28.145 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.145 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.145 INFO kablam! | Oct 22 02:09:28.145 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.145 INFO kablam! | Oct 22 02:09:28.145 INFO kablam! Oct 22 02:09:28.145 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.145 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.145 INFO kablam! | Oct 22 02:09:28.145 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.145 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.145 INFO kablam! ... Oct 22 02:09:28.145 INFO kablam! 3687 | rt_realloc_naive!(rt_pow2_2048bytes_32align_realloc_naive, 2048, 32); Oct 22 02:09:28.145 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.145 INFO kablam! | Oct 22 02:09:28.145 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.145 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.145 INFO kablam! | Oct 22 02:09:28.145 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.145 INFO kablam! | Oct 22 02:09:28.145 INFO kablam! Oct 22 02:09:28.145 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.145 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.145 INFO kablam! | Oct 22 02:09:28.145 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.145 INFO kablam! | ^^^^^ Oct 22 02:09:28.145 INFO kablam! ... Oct 22 02:09:28.145 INFO kablam! 3700 | rt_realloc_naive!(rt_pow2_4096bytes_32align_realloc_naive, 4096, 32); Oct 22 02:09:28.145 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.145 INFO kablam! | Oct 22 02:09:28.145 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.145 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.145 INFO kablam! | Oct 22 02:09:28.145 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.145 INFO kablam! | Oct 22 02:09:28.145 INFO kablam! Oct 22 02:09:28.145 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.145 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.145 INFO kablam! | Oct 22 02:09:28.145 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.145 INFO kablam! | ^^^^^ Oct 22 02:09:28.145 INFO kablam! ... Oct 22 02:09:28.145 INFO kablam! 3700 | rt_realloc_naive!(rt_pow2_4096bytes_32align_realloc_naive, 4096, 32); Oct 22 02:09:28.145 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.145 INFO kablam! | Oct 22 02:09:28.145 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.145 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.146 INFO kablam! | Oct 22 02:09:28.146 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.146 INFO kablam! | Oct 22 02:09:28.146 INFO kablam! Oct 22 02:09:28.146 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.146 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.146 INFO kablam! | Oct 22 02:09:28.146 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.146 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.146 INFO kablam! ... Oct 22 02:09:28.146 INFO kablam! 3700 | rt_realloc_naive!(rt_pow2_4096bytes_32align_realloc_naive, 4096, 32); Oct 22 02:09:28.146 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.146 INFO kablam! | Oct 22 02:09:28.146 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.146 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.146 INFO kablam! | Oct 22 02:09:28.146 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.146 INFO kablam! | Oct 22 02:09:28.146 INFO kablam! Oct 22 02:09:28.146 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.146 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.146 INFO kablam! | Oct 22 02:09:28.146 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.146 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.146 INFO kablam! ... Oct 22 02:09:28.146 INFO kablam! 3700 | rt_realloc_naive!(rt_pow2_4096bytes_32align_realloc_naive, 4096, 32); Oct 22 02:09:28.146 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.146 INFO kablam! | Oct 22 02:09:28.146 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.146 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.146 INFO kablam! | Oct 22 02:09:28.146 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.146 INFO kablam! | Oct 22 02:09:28.146 INFO kablam! Oct 22 02:09:28.146 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.146 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.146 INFO kablam! | Oct 22 02:09:28.146 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.146 INFO kablam! | ^^^^^ Oct 22 02:09:28.146 INFO kablam! ... Oct 22 02:09:28.146 INFO kablam! 3713 | rt_realloc_naive!(rt_pow2_8192bytes_32align_realloc_naive, 8192, 32); Oct 22 02:09:28.146 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.146 INFO kablam! | Oct 22 02:09:28.146 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.146 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.146 INFO kablam! | Oct 22 02:09:28.146 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.146 INFO kablam! | Oct 22 02:09:28.146 INFO kablam! Oct 22 02:09:28.146 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.146 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.146 INFO kablam! | Oct 22 02:09:28.146 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.146 INFO kablam! | ^^^^^ Oct 22 02:09:28.146 INFO kablam! ... Oct 22 02:09:28.146 INFO kablam! 3713 | rt_realloc_naive!(rt_pow2_8192bytes_32align_realloc_naive, 8192, 32); Oct 22 02:09:28.146 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.146 INFO kablam! | Oct 22 02:09:28.146 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.146 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.146 INFO kablam! | Oct 22 02:09:28.146 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.146 INFO kablam! | Oct 22 02:09:28.146 INFO kablam! Oct 22 02:09:28.146 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.146 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.146 INFO kablam! | Oct 22 02:09:28.146 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.146 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.146 INFO kablam! ... Oct 22 02:09:28.146 INFO kablam! 3713 | rt_realloc_naive!(rt_pow2_8192bytes_32align_realloc_naive, 8192, 32); Oct 22 02:09:28.146 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.146 INFO kablam! | Oct 22 02:09:28.146 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.146 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.146 INFO kablam! | Oct 22 02:09:28.146 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.146 INFO kablam! | Oct 22 02:09:28.146 INFO kablam! Oct 22 02:09:28.160 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.160 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.160 INFO kablam! | Oct 22 02:09:28.160 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.160 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.160 INFO kablam! ... Oct 22 02:09:28.160 INFO kablam! 3713 | rt_realloc_naive!(rt_pow2_8192bytes_32align_realloc_naive, 8192, 32); Oct 22 02:09:28.160 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.160 INFO kablam! | Oct 22 02:09:28.160 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.160 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.160 INFO kablam! | Oct 22 02:09:28.160 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.160 INFO kablam! | Oct 22 02:09:28.160 INFO kablam! Oct 22 02:09:28.160 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.160 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.160 INFO kablam! | Oct 22 02:09:28.160 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.160 INFO kablam! | ^^^^^ Oct 22 02:09:28.160 INFO kablam! ... Oct 22 02:09:28.160 INFO kablam! 3726 | rt_realloc_naive!(rt_pow2_16384bytes_32align_realloc_naive, 16384, 32); Oct 22 02:09:28.160 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.160 INFO kablam! | Oct 22 02:09:28.160 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.160 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.160 INFO kablam! | Oct 22 02:09:28.160 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.160 INFO kablam! | Oct 22 02:09:28.160 INFO kablam! Oct 22 02:09:28.160 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.160 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.160 INFO kablam! | Oct 22 02:09:28.160 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.160 INFO kablam! | ^^^^^ Oct 22 02:09:28.160 INFO kablam! ... Oct 22 02:09:28.160 INFO kablam! 3726 | rt_realloc_naive!(rt_pow2_16384bytes_32align_realloc_naive, 16384, 32); Oct 22 02:09:28.160 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.160 INFO kablam! | Oct 22 02:09:28.160 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.160 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.160 INFO kablam! | Oct 22 02:09:28.160 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.160 INFO kablam! | Oct 22 02:09:28.160 INFO kablam! Oct 22 02:09:28.160 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.161 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.161 INFO kablam! | Oct 22 02:09:28.161 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.161 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.161 INFO kablam! ... Oct 22 02:09:28.161 INFO kablam! 3726 | rt_realloc_naive!(rt_pow2_16384bytes_32align_realloc_naive, 16384, 32); Oct 22 02:09:28.161 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.161 INFO kablam! | Oct 22 02:09:28.161 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.161 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.161 INFO kablam! | Oct 22 02:09:28.161 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.161 INFO kablam! | Oct 22 02:09:28.161 INFO kablam! Oct 22 02:09:28.161 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.161 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.161 INFO kablam! | Oct 22 02:09:28.161 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.161 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.161 INFO kablam! ... Oct 22 02:09:28.161 INFO kablam! 3726 | rt_realloc_naive!(rt_pow2_16384bytes_32align_realloc_naive, 16384, 32); Oct 22 02:09:28.161 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.161 INFO kablam! | Oct 22 02:09:28.161 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.161 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.161 INFO kablam! | Oct 22 02:09:28.161 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.161 INFO kablam! | Oct 22 02:09:28.161 INFO kablam! Oct 22 02:09:28.161 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.161 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.161 INFO kablam! | Oct 22 02:09:28.161 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.161 INFO kablam! | ^^^^^ Oct 22 02:09:28.161 INFO kablam! ... Oct 22 02:09:28.161 INFO kablam! 3739 | rt_realloc_naive!(rt_pow2_32768bytes_32align_realloc_naive, 32768, 32); Oct 22 02:09:28.161 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.161 INFO kablam! | Oct 22 02:09:28.161 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.161 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.161 INFO kablam! | Oct 22 02:09:28.161 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.161 INFO kablam! | Oct 22 02:09:28.161 INFO kablam! Oct 22 02:09:28.161 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.161 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.161 INFO kablam! | Oct 22 02:09:28.161 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.161 INFO kablam! | ^^^^^ Oct 22 02:09:28.161 INFO kablam! ... Oct 22 02:09:28.161 INFO kablam! 3739 | rt_realloc_naive!(rt_pow2_32768bytes_32align_realloc_naive, 32768, 32); Oct 22 02:09:28.161 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.161 INFO kablam! | Oct 22 02:09:28.161 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.161 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.161 INFO kablam! | Oct 22 02:09:28.161 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.161 INFO kablam! | Oct 22 02:09:28.161 INFO kablam! Oct 22 02:09:28.168 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.168 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.168 INFO kablam! | Oct 22 02:09:28.168 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.168 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.168 INFO kablam! ... Oct 22 02:09:28.168 INFO kablam! 3739 | rt_realloc_naive!(rt_pow2_32768bytes_32align_realloc_naive, 32768, 32); Oct 22 02:09:28.168 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.168 INFO kablam! | Oct 22 02:09:28.168 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.168 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.168 INFO kablam! | Oct 22 02:09:28.168 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.168 INFO kablam! | Oct 22 02:09:28.168 INFO kablam! Oct 22 02:09:28.168 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.168 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.168 INFO kablam! | Oct 22 02:09:28.168 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.168 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.168 INFO kablam! ... Oct 22 02:09:28.168 INFO kablam! 3739 | rt_realloc_naive!(rt_pow2_32768bytes_32align_realloc_naive, 32768, 32); Oct 22 02:09:28.168 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.168 INFO kablam! | Oct 22 02:09:28.168 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.168 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.168 INFO kablam! | Oct 22 02:09:28.168 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.168 INFO kablam! | Oct 22 02:09:28.168 INFO kablam! Oct 22 02:09:28.168 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.168 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.168 INFO kablam! | Oct 22 02:09:28.168 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.168 INFO kablam! | ^^^^^ Oct 22 02:09:28.168 INFO kablam! ... Oct 22 02:09:28.168 INFO kablam! 3752 | rt_realloc_naive!(rt_pow2_65536bytes_32align_realloc_naive, 65536, 32); Oct 22 02:09:28.168 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.168 INFO kablam! | Oct 22 02:09:28.168 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.168 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.168 INFO kablam! | Oct 22 02:09:28.168 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.168 INFO kablam! | Oct 22 02:09:28.168 INFO kablam! Oct 22 02:09:28.168 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.168 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.168 INFO kablam! | Oct 22 02:09:28.169 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.169 INFO kablam! | ^^^^^ Oct 22 02:09:28.169 INFO kablam! ... Oct 22 02:09:28.169 INFO kablam! 3752 | rt_realloc_naive!(rt_pow2_65536bytes_32align_realloc_naive, 65536, 32); Oct 22 02:09:28.169 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.169 INFO kablam! | Oct 22 02:09:28.169 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.169 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.169 INFO kablam! | Oct 22 02:09:28.169 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.169 INFO kablam! | Oct 22 02:09:28.169 INFO kablam! Oct 22 02:09:28.169 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.169 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.169 INFO kablam! | Oct 22 02:09:28.169 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.169 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.169 INFO kablam! ... Oct 22 02:09:28.169 INFO kablam! 3752 | rt_realloc_naive!(rt_pow2_65536bytes_32align_realloc_naive, 65536, 32); Oct 22 02:09:28.169 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.169 INFO kablam! | Oct 22 02:09:28.169 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.169 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.169 INFO kablam! | Oct 22 02:09:28.169 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.169 INFO kablam! | Oct 22 02:09:28.169 INFO kablam! Oct 22 02:09:28.169 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.169 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.169 INFO kablam! | Oct 22 02:09:28.169 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.169 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.169 INFO kablam! ... Oct 22 02:09:28.169 INFO kablam! 3752 | rt_realloc_naive!(rt_pow2_65536bytes_32align_realloc_naive, 65536, 32); Oct 22 02:09:28.169 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.169 INFO kablam! | Oct 22 02:09:28.169 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.169 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.169 INFO kablam! | Oct 22 02:09:28.169 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.169 INFO kablam! | Oct 22 02:09:28.169 INFO kablam! Oct 22 02:09:28.169 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.169 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.169 INFO kablam! | Oct 22 02:09:28.169 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.169 INFO kablam! | ^^^^^ Oct 22 02:09:28.169 INFO kablam! ... Oct 22 02:09:28.169 INFO kablam! 3765 | rt_realloc_naive!(rt_pow2_131072bytes_32align_realloc_naive, 131072, 32); Oct 22 02:09:28.169 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.169 INFO kablam! | Oct 22 02:09:28.169 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.169 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.169 INFO kablam! | Oct 22 02:09:28.169 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.169 INFO kablam! | Oct 22 02:09:28.169 INFO kablam! Oct 22 02:09:28.169 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.169 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.169 INFO kablam! | Oct 22 02:09:28.169 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.169 INFO kablam! | ^^^^^ Oct 22 02:09:28.169 INFO kablam! ... Oct 22 02:09:28.169 INFO kablam! 3765 | rt_realloc_naive!(rt_pow2_131072bytes_32align_realloc_naive, 131072, 32); Oct 22 02:09:28.169 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.169 INFO kablam! | Oct 22 02:09:28.169 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.169 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.169 INFO kablam! | Oct 22 02:09:28.169 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.169 INFO kablam! | Oct 22 02:09:28.169 INFO kablam! Oct 22 02:09:28.169 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.169 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.169 INFO kablam! | Oct 22 02:09:28.169 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.169 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.169 INFO kablam! ... Oct 22 02:09:28.169 INFO kablam! 3765 | rt_realloc_naive!(rt_pow2_131072bytes_32align_realloc_naive, 131072, 32); Oct 22 02:09:28.169 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.169 INFO kablam! | Oct 22 02:09:28.169 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.169 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.169 INFO kablam! | Oct 22 02:09:28.169 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.170 INFO kablam! | Oct 22 02:09:28.170 INFO kablam! Oct 22 02:09:28.176 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.176 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.176 INFO kablam! | Oct 22 02:09:28.176 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.176 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.176 INFO kablam! ... Oct 22 02:09:28.176 INFO kablam! 3765 | rt_realloc_naive!(rt_pow2_131072bytes_32align_realloc_naive, 131072, 32); Oct 22 02:09:28.176 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.176 INFO kablam! | Oct 22 02:09:28.176 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.176 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.176 INFO kablam! | Oct 22 02:09:28.176 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.176 INFO kablam! | Oct 22 02:09:28.176 INFO kablam! Oct 22 02:09:28.176 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.176 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.176 INFO kablam! | Oct 22 02:09:28.176 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.176 INFO kablam! | ^^^^^ Oct 22 02:09:28.176 INFO kablam! ... Oct 22 02:09:28.176 INFO kablam! 3778 | rt_realloc_naive!(rt_pow2_4194304bytes_32align_realloc_naive, 4194304, 32); Oct 22 02:09:28.176 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.176 INFO kablam! | Oct 22 02:09:28.176 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.176 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.176 INFO kablam! | Oct 22 02:09:28.176 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.176 INFO kablam! | Oct 22 02:09:28.176 INFO kablam! Oct 22 02:09:28.176 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.176 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.176 INFO kablam! | Oct 22 02:09:28.176 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.176 INFO kablam! | ^^^^^ Oct 22 02:09:28.176 INFO kablam! ... Oct 22 02:09:28.176 INFO kablam! 3778 | rt_realloc_naive!(rt_pow2_4194304bytes_32align_realloc_naive, 4194304, 32); Oct 22 02:09:28.176 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.176 INFO kablam! | Oct 22 02:09:28.176 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.176 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.176 INFO kablam! | Oct 22 02:09:28.176 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.177 INFO kablam! | Oct 22 02:09:28.177 INFO kablam! Oct 22 02:09:28.177 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.177 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.177 INFO kablam! | Oct 22 02:09:28.177 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.177 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.177 INFO kablam! ... Oct 22 02:09:28.177 INFO kablam! 3778 | rt_realloc_naive!(rt_pow2_4194304bytes_32align_realloc_naive, 4194304, 32); Oct 22 02:09:28.177 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.177 INFO kablam! | Oct 22 02:09:28.177 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.177 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.177 INFO kablam! | Oct 22 02:09:28.177 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.177 INFO kablam! | Oct 22 02:09:28.177 INFO kablam! Oct 22 02:09:28.177 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.177 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.177 INFO kablam! | Oct 22 02:09:28.177 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.177 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.177 INFO kablam! ... Oct 22 02:09:28.177 INFO kablam! 3778 | rt_realloc_naive!(rt_pow2_4194304bytes_32align_realloc_naive, 4194304, 32); Oct 22 02:09:28.177 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.177 INFO kablam! | Oct 22 02:09:28.177 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.177 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.177 INFO kablam! | Oct 22 02:09:28.177 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.177 INFO kablam! | Oct 22 02:09:28.177 INFO kablam! Oct 22 02:09:28.177 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.177 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.177 INFO kablam! | Oct 22 02:09:28.177 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.177 INFO kablam! | ^^^^^ Oct 22 02:09:28.177 INFO kablam! ... Oct 22 02:09:28.177 INFO kablam! 3792 | rt_realloc_naive!(rt_even_10bytes_32align_realloc_naive, 10, 32); Oct 22 02:09:28.177 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.177 INFO kablam! | Oct 22 02:09:28.177 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.177 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.177 INFO kablam! | Oct 22 02:09:28.177 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.177 INFO kablam! | Oct 22 02:09:28.177 INFO kablam! Oct 22 02:09:28.177 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.177 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.177 INFO kablam! | Oct 22 02:09:28.177 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.177 INFO kablam! | ^^^^^ Oct 22 02:09:28.177 INFO kablam! ... Oct 22 02:09:28.177 INFO kablam! 3792 | rt_realloc_naive!(rt_even_10bytes_32align_realloc_naive, 10, 32); Oct 22 02:09:28.177 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.177 INFO kablam! | Oct 22 02:09:28.177 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.177 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.177 INFO kablam! | Oct 22 02:09:28.177 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.177 INFO kablam! | Oct 22 02:09:28.177 INFO kablam! Oct 22 02:09:28.177 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.177 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.177 INFO kablam! | Oct 22 02:09:28.177 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.177 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.177 INFO kablam! ... Oct 22 02:09:28.177 INFO kablam! 3792 | rt_realloc_naive!(rt_even_10bytes_32align_realloc_naive, 10, 32); Oct 22 02:09:28.177 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.177 INFO kablam! | Oct 22 02:09:28.177 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.177 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.177 INFO kablam! | Oct 22 02:09:28.177 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.177 INFO kablam! | Oct 22 02:09:28.177 INFO kablam! Oct 22 02:09:28.177 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.177 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.177 INFO kablam! | Oct 22 02:09:28.177 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.177 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.177 INFO kablam! ... Oct 22 02:09:28.177 INFO kablam! 3792 | rt_realloc_naive!(rt_even_10bytes_32align_realloc_naive, 10, 32); Oct 22 02:09:28.177 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.177 INFO kablam! | Oct 22 02:09:28.178 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.178 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.178 INFO kablam! | Oct 22 02:09:28.178 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.178 INFO kablam! | Oct 22 02:09:28.178 INFO kablam! Oct 22 02:09:28.184 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.184 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.184 INFO kablam! | Oct 22 02:09:28.184 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.184 INFO kablam! | ^^^^^ Oct 22 02:09:28.184 INFO kablam! ... Oct 22 02:09:28.184 INFO kablam! 3805 | rt_realloc_naive!(rt_even_100bytes_32align_realloc_naive, 100, 32); Oct 22 02:09:28.184 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.184 INFO kablam! | Oct 22 02:09:28.184 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.184 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.184 INFO kablam! | Oct 22 02:09:28.184 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.184 INFO kablam! | Oct 22 02:09:28.184 INFO kablam! Oct 22 02:09:28.184 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.184 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.184 INFO kablam! | Oct 22 02:09:28.184 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.184 INFO kablam! | ^^^^^ Oct 22 02:09:28.184 INFO kablam! ... Oct 22 02:09:28.184 INFO kablam! 3805 | rt_realloc_naive!(rt_even_100bytes_32align_realloc_naive, 100, 32); Oct 22 02:09:28.184 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.184 INFO kablam! | Oct 22 02:09:28.184 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.184 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.184 INFO kablam! | Oct 22 02:09:28.184 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.184 INFO kablam! | Oct 22 02:09:28.184 INFO kablam! Oct 22 02:09:28.184 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.184 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.184 INFO kablam! | Oct 22 02:09:28.184 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.184 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.184 INFO kablam! ... Oct 22 02:09:28.184 INFO kablam! 3805 | rt_realloc_naive!(rt_even_100bytes_32align_realloc_naive, 100, 32); Oct 22 02:09:28.184 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.184 INFO kablam! | Oct 22 02:09:28.184 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.184 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.184 INFO kablam! | Oct 22 02:09:28.184 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.184 INFO kablam! | Oct 22 02:09:28.184 INFO kablam! Oct 22 02:09:28.184 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.184 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.185 INFO kablam! | Oct 22 02:09:28.185 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.185 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.185 INFO kablam! ... Oct 22 02:09:28.185 INFO kablam! 3805 | rt_realloc_naive!(rt_even_100bytes_32align_realloc_naive, 100, 32); Oct 22 02:09:28.185 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.185 INFO kablam! | Oct 22 02:09:28.185 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.185 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.185 INFO kablam! | Oct 22 02:09:28.185 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.185 INFO kablam! | Oct 22 02:09:28.185 INFO kablam! Oct 22 02:09:28.185 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.185 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.185 INFO kablam! | Oct 22 02:09:28.185 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.185 INFO kablam! | ^^^^^ Oct 22 02:09:28.185 INFO kablam! ... Oct 22 02:09:28.185 INFO kablam! 3818 | rt_realloc_naive!(rt_even_1000bytes_32align_realloc_naive, 1000, 32); Oct 22 02:09:28.185 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.185 INFO kablam! | Oct 22 02:09:28.185 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.185 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.185 INFO kablam! | Oct 22 02:09:28.185 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.185 INFO kablam! | Oct 22 02:09:28.185 INFO kablam! Oct 22 02:09:28.185 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.185 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.185 INFO kablam! | Oct 22 02:09:28.185 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.185 INFO kablam! | ^^^^^ Oct 22 02:09:28.185 INFO kablam! ... Oct 22 02:09:28.185 INFO kablam! 3818 | rt_realloc_naive!(rt_even_1000bytes_32align_realloc_naive, 1000, 32); Oct 22 02:09:28.185 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.185 INFO kablam! | Oct 22 02:09:28.185 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.185 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.185 INFO kablam! | Oct 22 02:09:28.185 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.185 INFO kablam! | Oct 22 02:09:28.185 INFO kablam! Oct 22 02:09:28.192 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.192 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.192 INFO kablam! | Oct 22 02:09:28.192 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.192 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.192 INFO kablam! ... Oct 22 02:09:28.192 INFO kablam! 3818 | rt_realloc_naive!(rt_even_1000bytes_32align_realloc_naive, 1000, 32); Oct 22 02:09:28.192 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.192 INFO kablam! | Oct 22 02:09:28.192 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.192 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.192 INFO kablam! | Oct 22 02:09:28.192 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.192 INFO kablam! | Oct 22 02:09:28.192 INFO kablam! Oct 22 02:09:28.192 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.192 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.192 INFO kablam! | Oct 22 02:09:28.192 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.192 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.192 INFO kablam! ... Oct 22 02:09:28.192 INFO kablam! 3818 | rt_realloc_naive!(rt_even_1000bytes_32align_realloc_naive, 1000, 32); Oct 22 02:09:28.192 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.192 INFO kablam! | Oct 22 02:09:28.192 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.192 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.192 INFO kablam! | Oct 22 02:09:28.192 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.192 INFO kablam! | Oct 22 02:09:28.192 INFO kablam! Oct 22 02:09:28.192 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.192 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.192 INFO kablam! | Oct 22 02:09:28.192 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.192 INFO kablam! | ^^^^^ Oct 22 02:09:28.192 INFO kablam! ... Oct 22 02:09:28.192 INFO kablam! 3831 | rt_realloc_naive!(rt_even_10000bytes_32align_realloc_naive, 10000, 32); Oct 22 02:09:28.192 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.192 INFO kablam! | Oct 22 02:09:28.192 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.192 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.192 INFO kablam! | Oct 22 02:09:28.192 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.192 INFO kablam! | Oct 22 02:09:28.192 INFO kablam! Oct 22 02:09:28.192 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.192 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.192 INFO kablam! | Oct 22 02:09:28.192 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.193 INFO kablam! | ^^^^^ Oct 22 02:09:28.193 INFO kablam! ... Oct 22 02:09:28.193 INFO kablam! 3831 | rt_realloc_naive!(rt_even_10000bytes_32align_realloc_naive, 10000, 32); Oct 22 02:09:28.193 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.193 INFO kablam! | Oct 22 02:09:28.193 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.193 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.193 INFO kablam! | Oct 22 02:09:28.193 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.193 INFO kablam! | Oct 22 02:09:28.193 INFO kablam! Oct 22 02:09:28.193 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.193 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.193 INFO kablam! | Oct 22 02:09:28.193 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.193 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.193 INFO kablam! ... Oct 22 02:09:28.193 INFO kablam! 3831 | rt_realloc_naive!(rt_even_10000bytes_32align_realloc_naive, 10000, 32); Oct 22 02:09:28.193 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.193 INFO kablam! | Oct 22 02:09:28.193 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.193 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.193 INFO kablam! | Oct 22 02:09:28.193 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.193 INFO kablam! | Oct 22 02:09:28.193 INFO kablam! Oct 22 02:09:28.193 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.193 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.193 INFO kablam! | Oct 22 02:09:28.193 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.193 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.193 INFO kablam! ... Oct 22 02:09:28.193 INFO kablam! 3831 | rt_realloc_naive!(rt_even_10000bytes_32align_realloc_naive, 10000, 32); Oct 22 02:09:28.193 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.193 INFO kablam! | Oct 22 02:09:28.193 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.193 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.193 INFO kablam! | Oct 22 02:09:28.193 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.193 INFO kablam! | Oct 22 02:09:28.193 INFO kablam! Oct 22 02:09:28.193 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.193 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.193 INFO kablam! | Oct 22 02:09:28.193 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.193 INFO kablam! | ^^^^^ Oct 22 02:09:28.193 INFO kablam! ... Oct 22 02:09:28.193 INFO kablam! 3844 | rt_realloc_naive!(rt_even_100000bytes_32align_realloc_naive, 100000, 32); Oct 22 02:09:28.193 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.193 INFO kablam! | Oct 22 02:09:28.193 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.193 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.193 INFO kablam! | Oct 22 02:09:28.193 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.193 INFO kablam! | Oct 22 02:09:28.193 INFO kablam! Oct 22 02:09:28.193 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.193 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.193 INFO kablam! | Oct 22 02:09:28.193 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.193 INFO kablam! | ^^^^^ Oct 22 02:09:28.193 INFO kablam! ... Oct 22 02:09:28.193 INFO kablam! 3844 | rt_realloc_naive!(rt_even_100000bytes_32align_realloc_naive, 100000, 32); Oct 22 02:09:28.193 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.193 INFO kablam! | Oct 22 02:09:28.193 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.193 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.193 INFO kablam! | Oct 22 02:09:28.193 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.193 INFO kablam! | Oct 22 02:09:28.193 INFO kablam! Oct 22 02:09:28.193 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.193 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.193 INFO kablam! | Oct 22 02:09:28.193 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.193 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.193 INFO kablam! ... Oct 22 02:09:28.193 INFO kablam! 3844 | rt_realloc_naive!(rt_even_100000bytes_32align_realloc_naive, 100000, 32); Oct 22 02:09:28.193 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.193 INFO kablam! | Oct 22 02:09:28.193 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.193 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.193 INFO kablam! | Oct 22 02:09:28.193 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.193 INFO kablam! | Oct 22 02:09:28.193 INFO kablam! Oct 22 02:09:28.200 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.200 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.200 INFO kablam! | Oct 22 02:09:28.200 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.200 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.200 INFO kablam! ... Oct 22 02:09:28.200 INFO kablam! 3844 | rt_realloc_naive!(rt_even_100000bytes_32align_realloc_naive, 100000, 32); Oct 22 02:09:28.200 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.200 INFO kablam! | Oct 22 02:09:28.200 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.200 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.200 INFO kablam! | Oct 22 02:09:28.200 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.200 INFO kablam! | Oct 22 02:09:28.200 INFO kablam! Oct 22 02:09:28.200 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.200 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.200 INFO kablam! | Oct 22 02:09:28.200 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.200 INFO kablam! | ^^^^^ Oct 22 02:09:28.200 INFO kablam! ... Oct 22 02:09:28.200 INFO kablam! 3857 | rt_realloc_naive!(rt_even_1000000bytes_32align_realloc_naive, 1000000, 32); Oct 22 02:09:28.200 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.200 INFO kablam! | Oct 22 02:09:28.200 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.200 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.200 INFO kablam! | Oct 22 02:09:28.200 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.200 INFO kablam! | Oct 22 02:09:28.200 INFO kablam! Oct 22 02:09:28.200 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.200 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.200 INFO kablam! | Oct 22 02:09:28.200 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.200 INFO kablam! | ^^^^^ Oct 22 02:09:28.200 INFO kablam! ... Oct 22 02:09:28.200 INFO kablam! 3857 | rt_realloc_naive!(rt_even_1000000bytes_32align_realloc_naive, 1000000, 32); Oct 22 02:09:28.200 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.200 INFO kablam! | Oct 22 02:09:28.200 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.200 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.200 INFO kablam! | Oct 22 02:09:28.200 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.200 INFO kablam! | Oct 22 02:09:28.200 INFO kablam! Oct 22 02:09:28.200 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.200 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.200 INFO kablam! | Oct 22 02:09:28.200 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.201 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.201 INFO kablam! ... Oct 22 02:09:28.201 INFO kablam! 3857 | rt_realloc_naive!(rt_even_1000000bytes_32align_realloc_naive, 1000000, 32); Oct 22 02:09:28.201 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.201 INFO kablam! | Oct 22 02:09:28.201 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.201 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.201 INFO kablam! | Oct 22 02:09:28.201 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.201 INFO kablam! | Oct 22 02:09:28.201 INFO kablam! Oct 22 02:09:28.201 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.201 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.201 INFO kablam! | Oct 22 02:09:28.201 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.201 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.201 INFO kablam! ... Oct 22 02:09:28.201 INFO kablam! 3857 | rt_realloc_naive!(rt_even_1000000bytes_32align_realloc_naive, 1000000, 32); Oct 22 02:09:28.201 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.201 INFO kablam! | Oct 22 02:09:28.201 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.201 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.201 INFO kablam! | Oct 22 02:09:28.201 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.201 INFO kablam! | Oct 22 02:09:28.201 INFO kablam! Oct 22 02:09:28.201 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.201 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.201 INFO kablam! | Oct 22 02:09:28.201 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.201 INFO kablam! | ^^^^^ Oct 22 02:09:28.201 INFO kablam! ... Oct 22 02:09:28.201 INFO kablam! 3871 | rt_realloc_naive!(rt_odd_10bytes_32align_realloc_naive, 10- 1, 32); Oct 22 02:09:28.201 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.201 INFO kablam! | Oct 22 02:09:28.201 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.201 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.201 INFO kablam! | Oct 22 02:09:28.201 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.201 INFO kablam! | Oct 22 02:09:28.201 INFO kablam! Oct 22 02:09:28.201 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.201 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.201 INFO kablam! | Oct 22 02:09:28.201 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.201 INFO kablam! | ^^^^^ Oct 22 02:09:28.201 INFO kablam! ... Oct 22 02:09:28.201 INFO kablam! 3871 | rt_realloc_naive!(rt_odd_10bytes_32align_realloc_naive, 10- 1, 32); Oct 22 02:09:28.201 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.201 INFO kablam! | Oct 22 02:09:28.201 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.201 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.201 INFO kablam! | Oct 22 02:09:28.201 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.201 INFO kablam! | Oct 22 02:09:28.201 INFO kablam! Oct 22 02:09:28.201 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.201 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.201 INFO kablam! | Oct 22 02:09:28.201 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.201 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.201 INFO kablam! ... Oct 22 02:09:28.201 INFO kablam! 3871 | rt_realloc_naive!(rt_odd_10bytes_32align_realloc_naive, 10- 1, 32); Oct 22 02:09:28.201 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.201 INFO kablam! | Oct 22 02:09:28.201 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.201 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.201 INFO kablam! | Oct 22 02:09:28.201 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.201 INFO kablam! | Oct 22 02:09:28.201 INFO kablam! Oct 22 02:09:28.201 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.201 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.201 INFO kablam! | Oct 22 02:09:28.201 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.201 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.201 INFO kablam! ... Oct 22 02:09:28.201 INFO kablam! 3871 | rt_realloc_naive!(rt_odd_10bytes_32align_realloc_naive, 10- 1, 32); Oct 22 02:09:28.201 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.201 INFO kablam! | Oct 22 02:09:28.201 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.201 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.201 INFO kablam! | Oct 22 02:09:28.201 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.201 INFO kablam! | Oct 22 02:09:28.202 INFO kablam! Oct 22 02:09:28.208 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.208 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.208 INFO kablam! | Oct 22 02:09:28.208 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.208 INFO kablam! | ^^^^^ Oct 22 02:09:28.208 INFO kablam! ... Oct 22 02:09:28.208 INFO kablam! 3884 | rt_realloc_naive!(rt_odd_100bytes_32align_realloc_naive, 100- 1, 32); Oct 22 02:09:28.208 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.208 INFO kablam! | Oct 22 02:09:28.208 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.208 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.208 INFO kablam! | Oct 22 02:09:28.208 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.208 INFO kablam! | Oct 22 02:09:28.208 INFO kablam! Oct 22 02:09:28.208 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.208 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.208 INFO kablam! | Oct 22 02:09:28.208 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.208 INFO kablam! | ^^^^^ Oct 22 02:09:28.208 INFO kablam! ... Oct 22 02:09:28.208 INFO kablam! 3884 | rt_realloc_naive!(rt_odd_100bytes_32align_realloc_naive, 100- 1, 32); Oct 22 02:09:28.208 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.208 INFO kablam! | Oct 22 02:09:28.208 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.208 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.208 INFO kablam! | Oct 22 02:09:28.208 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.208 INFO kablam! | Oct 22 02:09:28.208 INFO kablam! Oct 22 02:09:28.208 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.208 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.208 INFO kablam! | Oct 22 02:09:28.208 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.208 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.208 INFO kablam! ... Oct 22 02:09:28.208 INFO kablam! 3884 | rt_realloc_naive!(rt_odd_100bytes_32align_realloc_naive, 100- 1, 32); Oct 22 02:09:28.208 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.208 INFO kablam! | Oct 22 02:09:28.208 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.208 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.208 INFO kablam! | Oct 22 02:09:28.208 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.208 INFO kablam! | Oct 22 02:09:28.208 INFO kablam! Oct 22 02:09:28.208 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.208 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.208 INFO kablam! | Oct 22 02:09:28.208 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.209 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.209 INFO kablam! ... Oct 22 02:09:28.209 INFO kablam! 3884 | rt_realloc_naive!(rt_odd_100bytes_32align_realloc_naive, 100- 1, 32); Oct 22 02:09:28.209 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.209 INFO kablam! | Oct 22 02:09:28.209 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.209 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.209 INFO kablam! | Oct 22 02:09:28.209 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.209 INFO kablam! | Oct 22 02:09:28.209 INFO kablam! Oct 22 02:09:28.209 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.209 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.209 INFO kablam! | Oct 22 02:09:28.209 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.209 INFO kablam! | ^^^^^ Oct 22 02:09:28.209 INFO kablam! ... Oct 22 02:09:28.209 INFO kablam! 3897 | rt_realloc_naive!(rt_odd_1000bytes_32align_realloc_naive, 1000- 1, 32); Oct 22 02:09:28.209 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.209 INFO kablam! | Oct 22 02:09:28.209 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.209 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.209 INFO kablam! | Oct 22 02:09:28.209 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.209 INFO kablam! | Oct 22 02:09:28.209 INFO kablam! Oct 22 02:09:28.209 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.209 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.209 INFO kablam! | Oct 22 02:09:28.209 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.209 INFO kablam! | ^^^^^ Oct 22 02:09:28.209 INFO kablam! ... Oct 22 02:09:28.209 INFO kablam! 3897 | rt_realloc_naive!(rt_odd_1000bytes_32align_realloc_naive, 1000- 1, 32); Oct 22 02:09:28.209 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.216 INFO kablam! | Oct 22 02:09:28.224 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.224 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.224 INFO kablam! | Oct 22 02:09:28.224 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.224 INFO kablam! | Oct 22 02:09:28.224 INFO kablam! Oct 22 02:09:28.224 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.224 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.224 INFO kablam! | Oct 22 02:09:28.224 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.224 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.224 INFO kablam! ... Oct 22 02:09:28.224 INFO kablam! 3897 | rt_realloc_naive!(rt_odd_1000bytes_32align_realloc_naive, 1000- 1, 32); Oct 22 02:09:28.224 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.224 INFO kablam! | Oct 22 02:09:28.224 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.224 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.224 INFO kablam! | Oct 22 02:09:28.224 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.224 INFO kablam! | Oct 22 02:09:28.224 INFO kablam! Oct 22 02:09:28.224 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.224 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.224 INFO kablam! | Oct 22 02:09:28.224 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.224 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.224 INFO kablam! ... Oct 22 02:09:28.224 INFO kablam! 3897 | rt_realloc_naive!(rt_odd_1000bytes_32align_realloc_naive, 1000- 1, 32); Oct 22 02:09:28.224 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.224 INFO kablam! | Oct 22 02:09:28.224 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.224 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.224 INFO kablam! | Oct 22 02:09:28.224 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.224 INFO kablam! | Oct 22 02:09:28.224 INFO kablam! Oct 22 02:09:28.224 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.224 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.224 INFO kablam! | Oct 22 02:09:28.224 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.224 INFO kablam! | ^^^^^ Oct 22 02:09:28.224 INFO kablam! ... Oct 22 02:09:28.224 INFO kablam! 3910 | rt_realloc_naive!(rt_odd_10000bytes_32align_realloc_naive, 10000- 1, 32); Oct 22 02:09:28.224 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.224 INFO kablam! | Oct 22 02:09:28.224 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.224 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.224 INFO kablam! | Oct 22 02:09:28.224 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.225 INFO kablam! | Oct 22 02:09:28.225 INFO kablam! Oct 22 02:09:28.225 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.225 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.225 INFO kablam! | Oct 22 02:09:28.225 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.225 INFO kablam! | ^^^^^ Oct 22 02:09:28.225 INFO kablam! ... Oct 22 02:09:28.225 INFO kablam! 3910 | rt_realloc_naive!(rt_odd_10000bytes_32align_realloc_naive, 10000- 1, 32); Oct 22 02:09:28.225 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.225 INFO kablam! | Oct 22 02:09:28.225 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.225 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.225 INFO kablam! | Oct 22 02:09:28.225 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.225 INFO kablam! | Oct 22 02:09:28.225 INFO kablam! Oct 22 02:09:28.225 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.225 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.225 INFO kablam! | Oct 22 02:09:28.225 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.225 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.225 INFO kablam! ... Oct 22 02:09:28.225 INFO kablam! 3910 | rt_realloc_naive!(rt_odd_10000bytes_32align_realloc_naive, 10000- 1, 32); Oct 22 02:09:28.225 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.225 INFO kablam! | Oct 22 02:09:28.225 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.225 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.225 INFO kablam! | Oct 22 02:09:28.225 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.225 INFO kablam! | Oct 22 02:09:28.225 INFO kablam! Oct 22 02:09:28.225 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.225 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.225 INFO kablam! | Oct 22 02:09:28.225 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.225 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.225 INFO kablam! ... Oct 22 02:09:28.225 INFO kablam! 3910 | rt_realloc_naive!(rt_odd_10000bytes_32align_realloc_naive, 10000- 1, 32); Oct 22 02:09:28.225 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.225 INFO kablam! | Oct 22 02:09:28.225 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.225 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.225 INFO kablam! | Oct 22 02:09:28.225 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.225 INFO kablam! | Oct 22 02:09:28.225 INFO kablam! Oct 22 02:09:28.225 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.225 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.225 INFO kablam! | Oct 22 02:09:28.225 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.225 INFO kablam! | ^^^^^ Oct 22 02:09:28.225 INFO kablam! ... Oct 22 02:09:28.225 INFO kablam! 3923 | rt_realloc_naive!(rt_odd_100000bytes_32align_realloc_naive, 100000- 1, 32); Oct 22 02:09:28.225 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.225 INFO kablam! | Oct 22 02:09:28.225 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.225 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.225 INFO kablam! | Oct 22 02:09:28.225 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.225 INFO kablam! | Oct 22 02:09:28.225 INFO kablam! Oct 22 02:09:28.225 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.225 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.225 INFO kablam! | Oct 22 02:09:28.225 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.225 INFO kablam! | ^^^^^ Oct 22 02:09:28.225 INFO kablam! ... Oct 22 02:09:28.225 INFO kablam! 3923 | rt_realloc_naive!(rt_odd_100000bytes_32align_realloc_naive, 100000- 1, 32); Oct 22 02:09:28.225 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.225 INFO kablam! | Oct 22 02:09:28.225 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.225 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.225 INFO kablam! | Oct 22 02:09:28.225 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.225 INFO kablam! | Oct 22 02:09:28.225 INFO kablam! Oct 22 02:09:28.225 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.225 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.225 INFO kablam! | Oct 22 02:09:28.225 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.225 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.225 INFO kablam! ... Oct 22 02:09:28.225 INFO kablam! 3923 | rt_realloc_naive!(rt_odd_100000bytes_32align_realloc_naive, 100000- 1, 32); Oct 22 02:09:28.226 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.226 INFO kablam! | Oct 22 02:09:28.226 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.226 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.226 INFO kablam! | Oct 22 02:09:28.226 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.226 INFO kablam! | Oct 22 02:09:28.226 INFO kablam! Oct 22 02:09:28.226 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.226 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.226 INFO kablam! | Oct 22 02:09:28.226 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.226 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.226 INFO kablam! ... Oct 22 02:09:28.226 INFO kablam! 3923 | rt_realloc_naive!(rt_odd_100000bytes_32align_realloc_naive, 100000- 1, 32); Oct 22 02:09:28.226 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.226 INFO kablam! | Oct 22 02:09:28.226 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.226 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.226 INFO kablam! | Oct 22 02:09:28.226 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.226 INFO kablam! | Oct 22 02:09:28.226 INFO kablam! Oct 22 02:09:28.226 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.226 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.226 INFO kablam! | Oct 22 02:09:28.226 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.226 INFO kablam! | ^^^^^ Oct 22 02:09:28.226 INFO kablam! ... Oct 22 02:09:28.226 INFO kablam! 3936 | rt_realloc_naive!(rt_odd_1000000bytes_32align_realloc_naive, 1000000- 1, 32); Oct 22 02:09:28.226 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.226 INFO kablam! | Oct 22 02:09:28.226 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.226 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.226 INFO kablam! | Oct 22 02:09:28.226 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.226 INFO kablam! | Oct 22 02:09:28.226 INFO kablam! Oct 22 02:09:28.226 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.226 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.226 INFO kablam! | Oct 22 02:09:28.226 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.226 INFO kablam! | ^^^^^ Oct 22 02:09:28.226 INFO kablam! ... Oct 22 02:09:28.226 INFO kablam! 3936 | rt_realloc_naive!(rt_odd_1000000bytes_32align_realloc_naive, 1000000- 1, 32); Oct 22 02:09:28.226 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.226 INFO kablam! | Oct 22 02:09:28.226 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.226 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.226 INFO kablam! | Oct 22 02:09:28.226 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.226 INFO kablam! | Oct 22 02:09:28.226 INFO kablam! Oct 22 02:09:28.226 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.226 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.226 INFO kablam! | Oct 22 02:09:28.226 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.226 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.226 INFO kablam! ... Oct 22 02:09:28.226 INFO kablam! 3936 | rt_realloc_naive!(rt_odd_1000000bytes_32align_realloc_naive, 1000000- 1, 32); Oct 22 02:09:28.226 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.226 INFO kablam! | Oct 22 02:09:28.226 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.226 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.226 INFO kablam! | Oct 22 02:09:28.226 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.226 INFO kablam! | Oct 22 02:09:28.226 INFO kablam! Oct 22 02:09:28.226 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.226 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.226 INFO kablam! | Oct 22 02:09:28.226 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.226 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.226 INFO kablam! ... Oct 22 02:09:28.226 INFO kablam! 3936 | rt_realloc_naive!(rt_odd_1000000bytes_32align_realloc_naive, 1000000- 1, 32); Oct 22 02:09:28.226 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.226 INFO kablam! | Oct 22 02:09:28.226 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.226 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.226 INFO kablam! | Oct 22 02:09:28.226 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.226 INFO kablam! | Oct 22 02:09:28.226 INFO kablam! Oct 22 02:09:28.226 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.226 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.226 INFO kablam! | Oct 22 02:09:28.227 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.227 INFO kablam! | ^^^^^ Oct 22 02:09:28.227 INFO kablam! ... Oct 22 02:09:28.227 INFO kablam! 3950 | rt_realloc_naive!(rt_primes_3bytes_32align_realloc_naive, 3, 32); Oct 22 02:09:28.227 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.227 INFO kablam! | Oct 22 02:09:28.227 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.227 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.227 INFO kablam! | Oct 22 02:09:28.227 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.227 INFO kablam! | Oct 22 02:09:28.227 INFO kablam! Oct 22 02:09:28.227 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.227 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.227 INFO kablam! | Oct 22 02:09:28.227 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.227 INFO kablam! | ^^^^^ Oct 22 02:09:28.227 INFO kablam! ... Oct 22 02:09:28.227 INFO kablam! 3950 | rt_realloc_naive!(rt_primes_3bytes_32align_realloc_naive, 3, 32); Oct 22 02:09:28.227 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.240 INFO kablam! | Oct 22 02:09:28.240 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.240 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.240 INFO kablam! | Oct 22 02:09:28.240 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.240 INFO kablam! | Oct 22 02:09:28.240 INFO kablam! Oct 22 02:09:28.240 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.240 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.240 INFO kablam! | Oct 22 02:09:28.240 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.240 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.240 INFO kablam! ... Oct 22 02:09:28.240 INFO kablam! 3950 | rt_realloc_naive!(rt_primes_3bytes_32align_realloc_naive, 3, 32); Oct 22 02:09:28.240 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.240 INFO kablam! | Oct 22 02:09:28.240 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.240 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.240 INFO kablam! | Oct 22 02:09:28.240 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.240 INFO kablam! | Oct 22 02:09:28.240 INFO kablam! Oct 22 02:09:28.240 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.240 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.240 INFO kablam! | Oct 22 02:09:28.240 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.240 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.240 INFO kablam! ... Oct 22 02:09:28.240 INFO kablam! 3950 | rt_realloc_naive!(rt_primes_3bytes_32align_realloc_naive, 3, 32); Oct 22 02:09:28.240 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.240 INFO kablam! | Oct 22 02:09:28.240 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.240 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.240 INFO kablam! | Oct 22 02:09:28.240 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.240 INFO kablam! | Oct 22 02:09:28.240 INFO kablam! Oct 22 02:09:28.240 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.240 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.240 INFO kablam! | Oct 22 02:09:28.240 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.240 INFO kablam! | ^^^^^ Oct 22 02:09:28.240 INFO kablam! ... Oct 22 02:09:28.240 INFO kablam! 3963 | rt_realloc_naive!(rt_primes_7bytes_32align_realloc_naive, 7, 32); Oct 22 02:09:28.240 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.240 INFO kablam! | Oct 22 02:09:28.240 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.240 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.241 INFO kablam! | Oct 22 02:09:28.241 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.241 INFO kablam! | Oct 22 02:09:28.241 INFO kablam! Oct 22 02:09:28.241 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.241 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.241 INFO kablam! | Oct 22 02:09:28.241 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.241 INFO kablam! | ^^^^^ Oct 22 02:09:28.241 INFO kablam! ... Oct 22 02:09:28.241 INFO kablam! 3963 | rt_realloc_naive!(rt_primes_7bytes_32align_realloc_naive, 7, 32); Oct 22 02:09:28.241 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.241 INFO kablam! | Oct 22 02:09:28.241 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.241 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.241 INFO kablam! | Oct 22 02:09:28.241 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.241 INFO kablam! | Oct 22 02:09:28.241 INFO kablam! Oct 22 02:09:28.241 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.241 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.241 INFO kablam! | Oct 22 02:09:28.241 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.241 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.241 INFO kablam! ... Oct 22 02:09:28.241 INFO kablam! 3963 | rt_realloc_naive!(rt_primes_7bytes_32align_realloc_naive, 7, 32); Oct 22 02:09:28.241 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.241 INFO kablam! | Oct 22 02:09:28.241 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.241 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.241 INFO kablam! | Oct 22 02:09:28.241 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.241 INFO kablam! | Oct 22 02:09:28.241 INFO kablam! Oct 22 02:09:28.241 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.241 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.241 INFO kablam! | Oct 22 02:09:28.241 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.241 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.241 INFO kablam! ... Oct 22 02:09:28.241 INFO kablam! 3963 | rt_realloc_naive!(rt_primes_7bytes_32align_realloc_naive, 7, 32); Oct 22 02:09:28.241 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.241 INFO kablam! | Oct 22 02:09:28.241 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.241 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.241 INFO kablam! | Oct 22 02:09:28.241 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.241 INFO kablam! | Oct 22 02:09:28.241 INFO kablam! Oct 22 02:09:28.241 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.241 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.241 INFO kablam! | Oct 22 02:09:28.241 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.241 INFO kablam! | ^^^^^ Oct 22 02:09:28.241 INFO kablam! ... Oct 22 02:09:28.241 INFO kablam! 3976 | rt_realloc_naive!(rt_primes_13bytes_32align_realloc_naive, 13, 32); Oct 22 02:09:28.241 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.241 INFO kablam! | Oct 22 02:09:28.241 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.241 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.241 INFO kablam! | Oct 22 02:09:28.241 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.241 INFO kablam! | Oct 22 02:09:28.241 INFO kablam! Oct 22 02:09:28.241 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.241 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.241 INFO kablam! | Oct 22 02:09:28.241 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.241 INFO kablam! | ^^^^^ Oct 22 02:09:28.241 INFO kablam! ... Oct 22 02:09:28.241 INFO kablam! 3976 | rt_realloc_naive!(rt_primes_13bytes_32align_realloc_naive, 13, 32); Oct 22 02:09:28.241 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.241 INFO kablam! | Oct 22 02:09:28.241 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.241 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.241 INFO kablam! | Oct 22 02:09:28.241 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.241 INFO kablam! | Oct 22 02:09:28.241 INFO kablam! Oct 22 02:09:28.241 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.241 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.241 INFO kablam! | Oct 22 02:09:28.241 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.241 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.241 INFO kablam! ... Oct 22 02:09:28.242 INFO kablam! 3976 | rt_realloc_naive!(rt_primes_13bytes_32align_realloc_naive, 13, 32); Oct 22 02:09:28.242 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.242 INFO kablam! | Oct 22 02:09:28.242 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.242 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.242 INFO kablam! | Oct 22 02:09:28.242 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.242 INFO kablam! | Oct 22 02:09:28.242 INFO kablam! Oct 22 02:09:28.242 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.242 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.242 INFO kablam! | Oct 22 02:09:28.242 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.242 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.242 INFO kablam! ... Oct 22 02:09:28.242 INFO kablam! 3976 | rt_realloc_naive!(rt_primes_13bytes_32align_realloc_naive, 13, 32); Oct 22 02:09:28.242 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.242 INFO kablam! | Oct 22 02:09:28.242 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.242 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.242 INFO kablam! | Oct 22 02:09:28.242 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.242 INFO kablam! | Oct 22 02:09:28.242 INFO kablam! Oct 22 02:09:28.242 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.242 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.242 INFO kablam! | Oct 22 02:09:28.242 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.242 INFO kablam! | ^^^^^ Oct 22 02:09:28.242 INFO kablam! ... Oct 22 02:09:28.242 INFO kablam! 3989 | rt_realloc_naive!(rt_primes_17bytes_32align_realloc_naive, 17, 32); Oct 22 02:09:28.242 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.242 INFO kablam! | Oct 22 02:09:28.242 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.242 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.242 INFO kablam! | Oct 22 02:09:28.242 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.242 INFO kablam! | Oct 22 02:09:28.242 INFO kablam! Oct 22 02:09:28.242 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.242 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.242 INFO kablam! | Oct 22 02:09:28.242 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.242 INFO kablam! | ^^^^^ Oct 22 02:09:28.242 INFO kablam! ... Oct 22 02:09:28.242 INFO kablam! 3989 | rt_realloc_naive!(rt_primes_17bytes_32align_realloc_naive, 17, 32); Oct 22 02:09:28.242 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.242 INFO kablam! | Oct 22 02:09:28.242 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.242 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.242 INFO kablam! | Oct 22 02:09:28.242 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.242 INFO kablam! | Oct 22 02:09:28.242 INFO kablam! Oct 22 02:09:28.242 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.242 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.242 INFO kablam! | Oct 22 02:09:28.242 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.242 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.242 INFO kablam! ... Oct 22 02:09:28.242 INFO kablam! 3989 | rt_realloc_naive!(rt_primes_17bytes_32align_realloc_naive, 17, 32); Oct 22 02:09:28.242 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.242 INFO kablam! | Oct 22 02:09:28.242 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.242 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.242 INFO kablam! | Oct 22 02:09:28.242 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.242 INFO kablam! | Oct 22 02:09:28.242 INFO kablam! Oct 22 02:09:28.242 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.242 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.242 INFO kablam! | Oct 22 02:09:28.242 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.242 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.242 INFO kablam! ... Oct 22 02:09:28.242 INFO kablam! 3989 | rt_realloc_naive!(rt_primes_17bytes_32align_realloc_naive, 17, 32); Oct 22 02:09:28.242 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.242 INFO kablam! | Oct 22 02:09:28.242 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.242 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.242 INFO kablam! | Oct 22 02:09:28.242 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.242 INFO kablam! | Oct 22 02:09:28.242 INFO kablam! Oct 22 02:09:28.242 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.243 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.243 INFO kablam! | Oct 22 02:09:28.243 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.243 INFO kablam! | ^^^^^ Oct 22 02:09:28.243 INFO kablam! ... Oct 22 02:09:28.243 INFO kablam! 4002 | rt_realloc_naive!(rt_primes_31bytes_32align_realloc_naive, 31, 32); Oct 22 02:09:28.243 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.243 INFO kablam! | Oct 22 02:09:28.243 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.243 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.243 INFO kablam! | Oct 22 02:09:28.243 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.243 INFO kablam! | Oct 22 02:09:28.243 INFO kablam! Oct 22 02:09:28.243 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.243 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.243 INFO kablam! | Oct 22 02:09:28.243 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.243 INFO kablam! | ^^^^^ Oct 22 02:09:28.243 INFO kablam! ... Oct 22 02:09:28.243 INFO kablam! 4002 | rt_realloc_naive!(rt_primes_31bytes_32align_realloc_naive, 31, 32); Oct 22 02:09:28.243 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.243 INFO kablam! | Oct 22 02:09:28.243 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.243 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.243 INFO kablam! | Oct 22 02:09:28.243 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.243 INFO kablam! | Oct 22 02:09:28.243 INFO kablam! Oct 22 02:09:28.243 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.243 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.243 INFO kablam! | Oct 22 02:09:28.243 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.243 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.243 INFO kablam! ... Oct 22 02:09:28.243 INFO kablam! 4002 | rt_realloc_naive!(rt_primes_31bytes_32align_realloc_naive, 31, 32); Oct 22 02:09:28.243 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.243 INFO kablam! | Oct 22 02:09:28.243 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.243 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.243 INFO kablam! | Oct 22 02:09:28.243 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.243 INFO kablam! | Oct 22 02:09:28.243 INFO kablam! Oct 22 02:09:28.243 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.243 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.243 INFO kablam! | Oct 22 02:09:28.243 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.243 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.243 INFO kablam! ... Oct 22 02:09:28.243 INFO kablam! 4002 | rt_realloc_naive!(rt_primes_31bytes_32align_realloc_naive, 31, 32); Oct 22 02:09:28.243 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.243 INFO kablam! | Oct 22 02:09:28.243 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.243 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.243 INFO kablam! | Oct 22 02:09:28.243 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.243 INFO kablam! | Oct 22 02:09:28.243 INFO kablam! Oct 22 02:09:28.252 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.252 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.252 INFO kablam! | Oct 22 02:09:28.252 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.252 INFO kablam! | ^^^^^ Oct 22 02:09:28.252 INFO kablam! ... Oct 22 02:09:28.252 INFO kablam! 4015 | rt_realloc_naive!(rt_primes_61bytes_32align_realloc_naive, 61, 32); Oct 22 02:09:28.252 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.252 INFO kablam! | Oct 22 02:09:28.252 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.252 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.252 INFO kablam! | Oct 22 02:09:28.252 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.252 INFO kablam! | Oct 22 02:09:28.252 INFO kablam! Oct 22 02:09:28.252 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.252 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.252 INFO kablam! | Oct 22 02:09:28.252 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.252 INFO kablam! | ^^^^^ Oct 22 02:09:28.252 INFO kablam! ... Oct 22 02:09:28.252 INFO kablam! 4015 | rt_realloc_naive!(rt_primes_61bytes_32align_realloc_naive, 61, 32); Oct 22 02:09:28.252 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.252 INFO kablam! | Oct 22 02:09:28.252 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.252 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.252 INFO kablam! | Oct 22 02:09:28.252 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.252 INFO kablam! | Oct 22 02:09:28.252 INFO kablam! Oct 22 02:09:28.252 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.252 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.252 INFO kablam! | Oct 22 02:09:28.252 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.252 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.252 INFO kablam! ... Oct 22 02:09:28.252 INFO kablam! 4015 | rt_realloc_naive!(rt_primes_61bytes_32align_realloc_naive, 61, 32); Oct 22 02:09:28.252 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.252 INFO kablam! | Oct 22 02:09:28.252 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.252 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.252 INFO kablam! | Oct 22 02:09:28.252 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.252 INFO kablam! | Oct 22 02:09:28.252 INFO kablam! Oct 22 02:09:28.252 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.252 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.252 INFO kablam! | Oct 22 02:09:28.252 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.253 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.253 INFO kablam! ... Oct 22 02:09:28.253 INFO kablam! 4015 | rt_realloc_naive!(rt_primes_61bytes_32align_realloc_naive, 61, 32); Oct 22 02:09:28.253 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.253 INFO kablam! | Oct 22 02:09:28.253 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.253 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.253 INFO kablam! | Oct 22 02:09:28.253 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.253 INFO kablam! | Oct 22 02:09:28.253 INFO kablam! Oct 22 02:09:28.253 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.253 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.253 INFO kablam! | Oct 22 02:09:28.253 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.253 INFO kablam! | ^^^^^ Oct 22 02:09:28.253 INFO kablam! ... Oct 22 02:09:28.253 INFO kablam! 4028 | rt_realloc_naive!(rt_primes_96bytes_32align_realloc_naive, 96, 32); Oct 22 02:09:28.253 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.253 INFO kablam! | Oct 22 02:09:28.253 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.253 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.253 INFO kablam! | Oct 22 02:09:28.253 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.253 INFO kablam! | Oct 22 02:09:28.253 INFO kablam! Oct 22 02:09:28.253 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.253 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.253 INFO kablam! | Oct 22 02:09:28.253 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.253 INFO kablam! | ^^^^^ Oct 22 02:09:28.253 INFO kablam! ... Oct 22 02:09:28.253 INFO kablam! 4028 | rt_realloc_naive!(rt_primes_96bytes_32align_realloc_naive, 96, 32); Oct 22 02:09:28.253 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.253 INFO kablam! | Oct 22 02:09:28.253 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.253 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.253 INFO kablam! | Oct 22 02:09:28.253 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.253 INFO kablam! | Oct 22 02:09:28.253 INFO kablam! Oct 22 02:09:28.253 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.253 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.253 INFO kablam! | Oct 22 02:09:28.253 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.253 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.253 INFO kablam! ... Oct 22 02:09:28.253 INFO kablam! 4028 | rt_realloc_naive!(rt_primes_96bytes_32align_realloc_naive, 96, 32); Oct 22 02:09:28.253 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.253 INFO kablam! | Oct 22 02:09:28.253 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.253 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.253 INFO kablam! | Oct 22 02:09:28.253 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.253 INFO kablam! | Oct 22 02:09:28.253 INFO kablam! Oct 22 02:09:28.253 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.253 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.253 INFO kablam! | Oct 22 02:09:28.253 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.253 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.253 INFO kablam! ... Oct 22 02:09:28.253 INFO kablam! 4028 | rt_realloc_naive!(rt_primes_96bytes_32align_realloc_naive, 96, 32); Oct 22 02:09:28.253 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.253 INFO kablam! | Oct 22 02:09:28.253 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.253 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.253 INFO kablam! | Oct 22 02:09:28.253 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.253 INFO kablam! | Oct 22 02:09:28.253 INFO kablam! Oct 22 02:09:28.253 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.253 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.253 INFO kablam! | Oct 22 02:09:28.253 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.253 INFO kablam! | ^^^^^ Oct 22 02:09:28.253 INFO kablam! ... Oct 22 02:09:28.253 INFO kablam! 4041 | rt_realloc_naive!(rt_primes_127bytes_32align_realloc_naive, 127, 32); Oct 22 02:09:28.253 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.253 INFO kablam! | Oct 22 02:09:28.253 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.253 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.253 INFO kablam! | Oct 22 02:09:28.253 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.253 INFO kablam! | Oct 22 02:09:28.253 INFO kablam! Oct 22 02:09:28.254 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.254 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.254 INFO kablam! | Oct 22 02:09:28.254 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.254 INFO kablam! | ^^^^^ Oct 22 02:09:28.254 INFO kablam! ... Oct 22 02:09:28.254 INFO kablam! 4041 | rt_realloc_naive!(rt_primes_127bytes_32align_realloc_naive, 127, 32); Oct 22 02:09:28.254 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.254 INFO kablam! | Oct 22 02:09:28.254 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.254 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.254 INFO kablam! | Oct 22 02:09:28.254 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.254 INFO kablam! | Oct 22 02:09:28.254 INFO kablam! Oct 22 02:09:28.254 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.254 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.254 INFO kablam! | Oct 22 02:09:28.254 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.254 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.254 INFO kablam! ... Oct 22 02:09:28.254 INFO kablam! 4041 | rt_realloc_naive!(rt_primes_127bytes_32align_realloc_naive, 127, 32); Oct 22 02:09:28.254 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.254 INFO kablam! | Oct 22 02:09:28.254 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.254 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.254 INFO kablam! | Oct 22 02:09:28.254 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.254 INFO kablam! | Oct 22 02:09:28.254 INFO kablam! Oct 22 02:09:28.254 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.254 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.254 INFO kablam! | Oct 22 02:09:28.254 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.254 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.254 INFO kablam! ... Oct 22 02:09:28.254 INFO kablam! 4041 | rt_realloc_naive!(rt_primes_127bytes_32align_realloc_naive, 127, 32); Oct 22 02:09:28.254 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.254 INFO kablam! | Oct 22 02:09:28.254 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.254 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.254 INFO kablam! | Oct 22 02:09:28.254 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.254 INFO kablam! | Oct 22 02:09:28.254 INFO kablam! Oct 22 02:09:28.254 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.254 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.254 INFO kablam! | Oct 22 02:09:28.254 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.254 INFO kablam! | ^^^^^ Oct 22 02:09:28.254 INFO kablam! ... Oct 22 02:09:28.254 INFO kablam! 4054 | rt_realloc_naive!(rt_primes_257bytes_32align_realloc_naive, 257, 32); Oct 22 02:09:28.254 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.254 INFO kablam! | Oct 22 02:09:28.254 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.254 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.254 INFO kablam! | Oct 22 02:09:28.254 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.254 INFO kablam! | Oct 22 02:09:28.254 INFO kablam! Oct 22 02:09:28.268 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.272 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.272 INFO kablam! | Oct 22 02:09:28.272 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.272 INFO kablam! | ^^^^^ Oct 22 02:09:28.272 INFO kablam! ... Oct 22 02:09:28.272 INFO kablam! 4054 | rt_realloc_naive!(rt_primes_257bytes_32align_realloc_naive, 257, 32); Oct 22 02:09:28.272 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.272 INFO kablam! | Oct 22 02:09:28.272 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.272 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.272 INFO kablam! | Oct 22 02:09:28.272 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.272 INFO kablam! | Oct 22 02:09:28.272 INFO kablam! Oct 22 02:09:28.272 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.272 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.272 INFO kablam! | Oct 22 02:09:28.272 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.272 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.272 INFO kablam! ... Oct 22 02:09:28.272 INFO kablam! 4054 | rt_realloc_naive!(rt_primes_257bytes_32align_realloc_naive, 257, 32); Oct 22 02:09:28.272 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.272 INFO kablam! | Oct 22 02:09:28.272 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.272 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.272 INFO kablam! | Oct 22 02:09:28.272 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.272 INFO kablam! | Oct 22 02:09:28.272 INFO kablam! Oct 22 02:09:28.272 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.272 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.272 INFO kablam! | Oct 22 02:09:28.272 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.272 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.272 INFO kablam! ... Oct 22 02:09:28.272 INFO kablam! 4054 | rt_realloc_naive!(rt_primes_257bytes_32align_realloc_naive, 257, 32); Oct 22 02:09:28.272 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.272 INFO kablam! | Oct 22 02:09:28.272 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.272 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.272 INFO kablam! | Oct 22 02:09:28.272 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.272 INFO kablam! | Oct 22 02:09:28.272 INFO kablam! Oct 22 02:09:28.272 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.272 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.272 INFO kablam! | Oct 22 02:09:28.272 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.273 INFO kablam! | ^^^^^ Oct 22 02:09:28.273 INFO kablam! ... Oct 22 02:09:28.273 INFO kablam! 4067 | rt_realloc_naive!(rt_primes_509bytes_32align_realloc_naive, 509, 32); Oct 22 02:09:28.273 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.273 INFO kablam! | Oct 22 02:09:28.273 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.273 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.273 INFO kablam! | Oct 22 02:09:28.273 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.273 INFO kablam! | Oct 22 02:09:28.273 INFO kablam! Oct 22 02:09:28.273 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.273 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.273 INFO kablam! | Oct 22 02:09:28.273 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.273 INFO kablam! | ^^^^^ Oct 22 02:09:28.273 INFO kablam! ... Oct 22 02:09:28.273 INFO kablam! 4067 | rt_realloc_naive!(rt_primes_509bytes_32align_realloc_naive, 509, 32); Oct 22 02:09:28.273 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.273 INFO kablam! | Oct 22 02:09:28.273 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.273 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.273 INFO kablam! | Oct 22 02:09:28.273 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.273 INFO kablam! | Oct 22 02:09:28.273 INFO kablam! Oct 22 02:09:28.273 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.273 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.273 INFO kablam! | Oct 22 02:09:28.273 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.273 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.273 INFO kablam! ... Oct 22 02:09:28.273 INFO kablam! 4067 | rt_realloc_naive!(rt_primes_509bytes_32align_realloc_naive, 509, 32); Oct 22 02:09:28.273 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.273 INFO kablam! | Oct 22 02:09:28.273 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.273 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.273 INFO kablam! | Oct 22 02:09:28.273 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.273 INFO kablam! | Oct 22 02:09:28.273 INFO kablam! Oct 22 02:09:28.273 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.273 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.273 INFO kablam! | Oct 22 02:09:28.273 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.273 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.273 INFO kablam! ... Oct 22 02:09:28.273 INFO kablam! 4067 | rt_realloc_naive!(rt_primes_509bytes_32align_realloc_naive, 509, 32); Oct 22 02:09:28.273 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.273 INFO kablam! | Oct 22 02:09:28.273 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.273 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.273 INFO kablam! | Oct 22 02:09:28.273 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.273 INFO kablam! | Oct 22 02:09:28.273 INFO kablam! Oct 22 02:09:28.273 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.273 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.273 INFO kablam! | Oct 22 02:09:28.273 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.273 INFO kablam! | ^^^^^ Oct 22 02:09:28.273 INFO kablam! ... Oct 22 02:09:28.273 INFO kablam! 4080 | rt_realloc_naive!(rt_primes_1021bytes_32align_realloc_naive, 1021, 32); Oct 22 02:09:28.273 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.273 INFO kablam! | Oct 22 02:09:28.273 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.273 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.273 INFO kablam! | Oct 22 02:09:28.273 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.273 INFO kablam! | Oct 22 02:09:28.273 INFO kablam! Oct 22 02:09:28.273 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.273 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.273 INFO kablam! | Oct 22 02:09:28.273 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.273 INFO kablam! | ^^^^^ Oct 22 02:09:28.273 INFO kablam! ... Oct 22 02:09:28.273 INFO kablam! 4080 | rt_realloc_naive!(rt_primes_1021bytes_32align_realloc_naive, 1021, 32); Oct 22 02:09:28.273 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.273 INFO kablam! | Oct 22 02:09:28.273 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.273 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.273 INFO kablam! | Oct 22 02:09:28.273 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.273 INFO kablam! | Oct 22 02:09:28.273 INFO kablam! Oct 22 02:09:28.274 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.274 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.274 INFO kablam! | Oct 22 02:09:28.274 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.274 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.274 INFO kablam! ... Oct 22 02:09:28.274 INFO kablam! 4080 | rt_realloc_naive!(rt_primes_1021bytes_32align_realloc_naive, 1021, 32); Oct 22 02:09:28.274 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.274 INFO kablam! | Oct 22 02:09:28.274 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.274 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.274 INFO kablam! | Oct 22 02:09:28.274 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.274 INFO kablam! | Oct 22 02:09:28.274 INFO kablam! Oct 22 02:09:28.274 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.274 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.274 INFO kablam! | Oct 22 02:09:28.274 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.274 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.274 INFO kablam! ... Oct 22 02:09:28.274 INFO kablam! 4080 | rt_realloc_naive!(rt_primes_1021bytes_32align_realloc_naive, 1021, 32); Oct 22 02:09:28.274 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.274 INFO kablam! | Oct 22 02:09:28.274 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.274 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.274 INFO kablam! | Oct 22 02:09:28.274 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.274 INFO kablam! | Oct 22 02:09:28.274 INFO kablam! Oct 22 02:09:28.274 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.274 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.274 INFO kablam! | Oct 22 02:09:28.274 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.274 INFO kablam! | ^^^^^ Oct 22 02:09:28.274 INFO kablam! ... Oct 22 02:09:28.274 INFO kablam! 4093 | rt_realloc_naive!(rt_primes_2039bytes_32align_realloc_naive, 2039, 32); Oct 22 02:09:28.274 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.274 INFO kablam! | Oct 22 02:09:28.274 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.274 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.274 INFO kablam! | Oct 22 02:09:28.274 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.274 INFO kablam! | Oct 22 02:09:28.274 INFO kablam! Oct 22 02:09:28.274 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.274 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.274 INFO kablam! | Oct 22 02:09:28.274 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.274 INFO kablam! | ^^^^^ Oct 22 02:09:28.274 INFO kablam! ... Oct 22 02:09:28.274 INFO kablam! 4093 | rt_realloc_naive!(rt_primes_2039bytes_32align_realloc_naive, 2039, 32); Oct 22 02:09:28.274 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.274 INFO kablam! | Oct 22 02:09:28.274 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.274 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.274 INFO kablam! | Oct 22 02:09:28.274 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.274 INFO kablam! | Oct 22 02:09:28.274 INFO kablam! Oct 22 02:09:28.274 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.274 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.274 INFO kablam! | Oct 22 02:09:28.274 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.274 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.274 INFO kablam! ... Oct 22 02:09:28.274 INFO kablam! 4093 | rt_realloc_naive!(rt_primes_2039bytes_32align_realloc_naive, 2039, 32); Oct 22 02:09:28.274 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.274 INFO kablam! | Oct 22 02:09:28.274 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.274 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.274 INFO kablam! | Oct 22 02:09:28.274 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.274 INFO kablam! | Oct 22 02:09:28.274 INFO kablam! Oct 22 02:09:28.274 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.274 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.274 INFO kablam! | Oct 22 02:09:28.274 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.274 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.274 INFO kablam! ... Oct 22 02:09:28.274 INFO kablam! 4093 | rt_realloc_naive!(rt_primes_2039bytes_32align_realloc_naive, 2039, 32); Oct 22 02:09:28.274 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.274 INFO kablam! | Oct 22 02:09:28.274 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.275 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.275 INFO kablam! | Oct 22 02:09:28.275 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.275 INFO kablam! | Oct 22 02:09:28.275 INFO kablam! Oct 22 02:09:28.275 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.275 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.275 INFO kablam! | Oct 22 02:09:28.275 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.275 INFO kablam! | ^^^^^ Oct 22 02:09:28.275 INFO kablam! ... Oct 22 02:09:28.275 INFO kablam! 4106 | rt_realloc_naive!(rt_primes_4093bytes_32align_realloc_naive, 4093, 32); Oct 22 02:09:28.275 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.275 INFO kablam! | Oct 22 02:09:28.275 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.275 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.275 INFO kablam! | Oct 22 02:09:28.275 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.275 INFO kablam! | Oct 22 02:09:28.275 INFO kablam! Oct 22 02:09:28.275 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.275 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.275 INFO kablam! | Oct 22 02:09:28.275 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.275 INFO kablam! | ^^^^^ Oct 22 02:09:28.275 INFO kablam! ... Oct 22 02:09:28.275 INFO kablam! 4106 | rt_realloc_naive!(rt_primes_4093bytes_32align_realloc_naive, 4093, 32); Oct 22 02:09:28.275 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.275 INFO kablam! | Oct 22 02:09:28.275 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.275 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.275 INFO kablam! | Oct 22 02:09:28.275 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.275 INFO kablam! | Oct 22 02:09:28.275 INFO kablam! Oct 22 02:09:28.275 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.275 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.275 INFO kablam! | Oct 22 02:09:28.275 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.275 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.275 INFO kablam! ... Oct 22 02:09:28.275 INFO kablam! 4106 | rt_realloc_naive!(rt_primes_4093bytes_32align_realloc_naive, 4093, 32); Oct 22 02:09:28.275 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.275 INFO kablam! | Oct 22 02:09:28.275 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.275 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.275 INFO kablam! | Oct 22 02:09:28.275 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.275 INFO kablam! | Oct 22 02:09:28.275 INFO kablam! Oct 22 02:09:28.275 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.275 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.275 INFO kablam! | Oct 22 02:09:28.275 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.275 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.275 INFO kablam! ... Oct 22 02:09:28.275 INFO kablam! 4106 | rt_realloc_naive!(rt_primes_4093bytes_32align_realloc_naive, 4093, 32); Oct 22 02:09:28.275 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.275 INFO kablam! | Oct 22 02:09:28.275 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.275 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.275 INFO kablam! | Oct 22 02:09:28.275 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.275 INFO kablam! | Oct 22 02:09:28.275 INFO kablam! Oct 22 02:09:28.280 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.280 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.280 INFO kablam! | Oct 22 02:09:28.280 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.280 INFO kablam! | ^^^^^ Oct 22 02:09:28.280 INFO kablam! ... Oct 22 02:09:28.280 INFO kablam! 4119 | rt_realloc_naive!(rt_primes_8191bytes_32align_realloc_naive, 8191, 32); Oct 22 02:09:28.280 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.280 INFO kablam! | Oct 22 02:09:28.280 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.280 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.280 INFO kablam! | Oct 22 02:09:28.280 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.280 INFO kablam! | Oct 22 02:09:28.280 INFO kablam! Oct 22 02:09:28.280 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.280 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.280 INFO kablam! | Oct 22 02:09:28.280 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.280 INFO kablam! | ^^^^^ Oct 22 02:09:28.280 INFO kablam! ... Oct 22 02:09:28.280 INFO kablam! 4119 | rt_realloc_naive!(rt_primes_8191bytes_32align_realloc_naive, 8191, 32); Oct 22 02:09:28.280 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.280 INFO kablam! | Oct 22 02:09:28.280 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.280 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.280 INFO kablam! | Oct 22 02:09:28.280 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.280 INFO kablam! | Oct 22 02:09:28.280 INFO kablam! Oct 22 02:09:28.280 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.280 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.280 INFO kablam! | Oct 22 02:09:28.280 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.280 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.280 INFO kablam! ... Oct 22 02:09:28.280 INFO kablam! 4119 | rt_realloc_naive!(rt_primes_8191bytes_32align_realloc_naive, 8191, 32); Oct 22 02:09:28.280 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.280 INFO kablam! | Oct 22 02:09:28.280 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.280 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.280 INFO kablam! | Oct 22 02:09:28.280 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.281 INFO kablam! | Oct 22 02:09:28.281 INFO kablam! Oct 22 02:09:28.281 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.281 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.281 INFO kablam! | Oct 22 02:09:28.281 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.281 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.281 INFO kablam! ... Oct 22 02:09:28.281 INFO kablam! 4119 | rt_realloc_naive!(rt_primes_8191bytes_32align_realloc_naive, 8191, 32); Oct 22 02:09:28.281 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.281 INFO kablam! | Oct 22 02:09:28.281 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.281 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.281 INFO kablam! | Oct 22 02:09:28.281 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.281 INFO kablam! | Oct 22 02:09:28.281 INFO kablam! Oct 22 02:09:28.281 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.281 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.281 INFO kablam! | Oct 22 02:09:28.281 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.281 INFO kablam! | ^^^^^ Oct 22 02:09:28.281 INFO kablam! ... Oct 22 02:09:28.281 INFO kablam! 4132 | rt_realloc_naive!(rt_primes_16381bytes_32align_realloc_naive, 16381, 32); Oct 22 02:09:28.281 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.281 INFO kablam! | Oct 22 02:09:28.281 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.281 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.281 INFO kablam! | Oct 22 02:09:28.281 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.281 INFO kablam! | Oct 22 02:09:28.281 INFO kablam! Oct 22 02:09:28.281 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.281 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.281 INFO kablam! | Oct 22 02:09:28.281 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.281 INFO kablam! | ^^^^^ Oct 22 02:09:28.281 INFO kablam! ... Oct 22 02:09:28.281 INFO kablam! 4132 | rt_realloc_naive!(rt_primes_16381bytes_32align_realloc_naive, 16381, 32); Oct 22 02:09:28.281 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.281 INFO kablam! | Oct 22 02:09:28.281 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.281 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.281 INFO kablam! | Oct 22 02:09:28.281 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.281 INFO kablam! | Oct 22 02:09:28.281 INFO kablam! Oct 22 02:09:28.281 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.281 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.281 INFO kablam! | Oct 22 02:09:28.281 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.281 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.281 INFO kablam! ... Oct 22 02:09:28.281 INFO kablam! 4132 | rt_realloc_naive!(rt_primes_16381bytes_32align_realloc_naive, 16381, 32); Oct 22 02:09:28.281 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.281 INFO kablam! | Oct 22 02:09:28.281 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.281 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.281 INFO kablam! | Oct 22 02:09:28.281 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.281 INFO kablam! | Oct 22 02:09:28.281 INFO kablam! Oct 22 02:09:28.281 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.281 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.281 INFO kablam! | Oct 22 02:09:28.281 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.281 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.281 INFO kablam! ... Oct 22 02:09:28.281 INFO kablam! 4132 | rt_realloc_naive!(rt_primes_16381bytes_32align_realloc_naive, 16381, 32); Oct 22 02:09:28.281 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.281 INFO kablam! | Oct 22 02:09:28.281 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.281 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.281 INFO kablam! | Oct 22 02:09:28.281 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.281 INFO kablam! | Oct 22 02:09:28.281 INFO kablam! Oct 22 02:09:28.281 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.281 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.281 INFO kablam! | Oct 22 02:09:28.281 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.281 INFO kablam! | ^^^^^ Oct 22 02:09:28.281 INFO kablam! ... Oct 22 02:09:28.281 INFO kablam! 4145 | rt_realloc_naive!(rt_primes_32749bytes_32align_realloc_naive, 32749, 32); Oct 22 02:09:28.281 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.282 INFO kablam! | Oct 22 02:09:28.282 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.282 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.282 INFO kablam! | Oct 22 02:09:28.282 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.282 INFO kablam! | Oct 22 02:09:28.282 INFO kablam! Oct 22 02:09:28.292 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.292 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.292 INFO kablam! | Oct 22 02:09:28.292 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.292 INFO kablam! | ^^^^^ Oct 22 02:09:28.292 INFO kablam! ... Oct 22 02:09:28.292 INFO kablam! 4145 | rt_realloc_naive!(rt_primes_32749bytes_32align_realloc_naive, 32749, 32); Oct 22 02:09:28.292 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.292 INFO kablam! | Oct 22 02:09:28.292 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.292 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.292 INFO kablam! | Oct 22 02:09:28.292 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.292 INFO kablam! | Oct 22 02:09:28.292 INFO kablam! Oct 22 02:09:28.292 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.292 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.292 INFO kablam! | Oct 22 02:09:28.292 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.292 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.292 INFO kablam! ... Oct 22 02:09:28.292 INFO kablam! 4145 | rt_realloc_naive!(rt_primes_32749bytes_32align_realloc_naive, 32749, 32); Oct 22 02:09:28.292 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.292 INFO kablam! | Oct 22 02:09:28.292 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.292 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.292 INFO kablam! | Oct 22 02:09:28.292 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.292 INFO kablam! | Oct 22 02:09:28.292 INFO kablam! Oct 22 02:09:28.292 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.292 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.292 INFO kablam! | Oct 22 02:09:28.292 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.292 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.292 INFO kablam! ... Oct 22 02:09:28.292 INFO kablam! 4145 | rt_realloc_naive!(rt_primes_32749bytes_32align_realloc_naive, 32749, 32); Oct 22 02:09:28.292 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.292 INFO kablam! | Oct 22 02:09:28.292 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.292 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.292 INFO kablam! | Oct 22 02:09:28.292 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.292 INFO kablam! | Oct 22 02:09:28.292 INFO kablam! Oct 22 02:09:28.292 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.292 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.293 INFO kablam! | Oct 22 02:09:28.293 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.293 INFO kablam! | ^^^^^ Oct 22 02:09:28.293 INFO kablam! ... Oct 22 02:09:28.293 INFO kablam! 4158 | rt_realloc_naive!(rt_primes_65537bytes_32align_realloc_naive, 65537, 32); Oct 22 02:09:28.293 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.293 INFO kablam! | Oct 22 02:09:28.293 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.293 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.293 INFO kablam! | Oct 22 02:09:28.293 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.293 INFO kablam! | Oct 22 02:09:28.293 INFO kablam! Oct 22 02:09:28.293 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.293 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.293 INFO kablam! | Oct 22 02:09:28.293 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.293 INFO kablam! | ^^^^^ Oct 22 02:09:28.293 INFO kablam! ... Oct 22 02:09:28.293 INFO kablam! 4158 | rt_realloc_naive!(rt_primes_65537bytes_32align_realloc_naive, 65537, 32); Oct 22 02:09:28.293 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.293 INFO kablam! | Oct 22 02:09:28.293 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.293 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.293 INFO kablam! | Oct 22 02:09:28.293 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.293 INFO kablam! | Oct 22 02:09:28.293 INFO kablam! Oct 22 02:09:28.293 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.293 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.293 INFO kablam! | Oct 22 02:09:28.293 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.293 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.293 INFO kablam! ... Oct 22 02:09:28.293 INFO kablam! 4158 | rt_realloc_naive!(rt_primes_65537bytes_32align_realloc_naive, 65537, 32); Oct 22 02:09:28.293 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.293 INFO kablam! | Oct 22 02:09:28.293 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.293 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.293 INFO kablam! | Oct 22 02:09:28.293 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.293 INFO kablam! | Oct 22 02:09:28.293 INFO kablam! Oct 22 02:09:28.293 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.293 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.293 INFO kablam! | Oct 22 02:09:28.293 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.293 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.293 INFO kablam! ... Oct 22 02:09:28.293 INFO kablam! 4158 | rt_realloc_naive!(rt_primes_65537bytes_32align_realloc_naive, 65537, 32); Oct 22 02:09:28.293 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.293 INFO kablam! | Oct 22 02:09:28.293 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.293 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.293 INFO kablam! | Oct 22 02:09:28.293 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.293 INFO kablam! | Oct 22 02:09:28.293 INFO kablam! Oct 22 02:09:28.293 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.293 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.293 INFO kablam! | Oct 22 02:09:28.293 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.293 INFO kablam! | ^^^^^ Oct 22 02:09:28.293 INFO kablam! ... Oct 22 02:09:28.293 INFO kablam! 4171 | rt_realloc_naive!(rt_primes_131071bytes_32align_realloc_naive, 131071, 32); Oct 22 02:09:28.293 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.293 INFO kablam! | Oct 22 02:09:28.293 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.293 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.293 INFO kablam! | Oct 22 02:09:28.293 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.293 INFO kablam! | Oct 22 02:09:28.293 INFO kablam! Oct 22 02:09:28.293 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.293 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.293 INFO kablam! | Oct 22 02:09:28.293 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.293 INFO kablam! | ^^^^^ Oct 22 02:09:28.293 INFO kablam! ... Oct 22 02:09:28.293 INFO kablam! 4171 | rt_realloc_naive!(rt_primes_131071bytes_32align_realloc_naive, 131071, 32); Oct 22 02:09:28.293 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.293 INFO kablam! | Oct 22 02:09:28.293 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.293 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.293 INFO kablam! | Oct 22 02:09:28.294 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.294 INFO kablam! | Oct 22 02:09:28.294 INFO kablam! Oct 22 02:09:28.294 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.294 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.294 INFO kablam! | Oct 22 02:09:28.294 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.294 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.294 INFO kablam! ... Oct 22 02:09:28.294 INFO kablam! 4171 | rt_realloc_naive!(rt_primes_131071bytes_32align_realloc_naive, 131071, 32); Oct 22 02:09:28.294 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.294 INFO kablam! | Oct 22 02:09:28.294 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.294 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.294 INFO kablam! | Oct 22 02:09:28.294 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.294 INFO kablam! | Oct 22 02:09:28.294 INFO kablam! Oct 22 02:09:28.294 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.294 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.294 INFO kablam! | Oct 22 02:09:28.294 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.294 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.294 INFO kablam! ... Oct 22 02:09:28.294 INFO kablam! 4171 | rt_realloc_naive!(rt_primes_131071bytes_32align_realloc_naive, 131071, 32); Oct 22 02:09:28.294 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.294 INFO kablam! | Oct 22 02:09:28.294 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.294 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.294 INFO kablam! | Oct 22 02:09:28.294 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.294 INFO kablam! | Oct 22 02:09:28.294 INFO kablam! Oct 22 02:09:28.294 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.294 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 22 02:09:28.294 INFO kablam! | Oct 22 02:09:28.294 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.294 INFO kablam! | ^^^^^ Oct 22 02:09:28.294 INFO kablam! ... Oct 22 02:09:28.294 INFO kablam! 4184 | rt_realloc_naive!(rt_primes_4194301bytes_32align_realloc_naive, 4194301, 32); Oct 22 02:09:28.294 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.294 INFO kablam! | Oct 22 02:09:28.294 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.294 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.294 INFO kablam! | Oct 22 02:09:28.294 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.294 INFO kablam! | Oct 22 02:09:28.294 INFO kablam! Oct 22 02:09:28.300 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.300 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 22 02:09:28.300 INFO kablam! | Oct 22 02:09:28.300 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 22 02:09:28.300 INFO kablam! | ^^^^^ Oct 22 02:09:28.300 INFO kablam! ... Oct 22 02:09:28.300 INFO kablam! 4184 | rt_realloc_naive!(rt_primes_4194301bytes_32align_realloc_naive, 4194301, 32); Oct 22 02:09:28.300 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.300 INFO kablam! | Oct 22 02:09:28.300 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.300 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.300 INFO kablam! | Oct 22 02:09:28.300 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.300 INFO kablam! | Oct 22 02:09:28.300 INFO kablam! Oct 22 02:09:28.300 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.300 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 22 02:09:28.300 INFO kablam! | Oct 22 02:09:28.300 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 22 02:09:28.300 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.300 INFO kablam! ... Oct 22 02:09:28.300 INFO kablam! 4184 | rt_realloc_naive!(rt_primes_4194301bytes_32align_realloc_naive, 4194301, 32); Oct 22 02:09:28.300 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.300 INFO kablam! | Oct 22 02:09:28.300 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.300 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.300 INFO kablam! | Oct 22 02:09:28.300 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.300 INFO kablam! | Oct 22 02:09:28.300 INFO kablam! Oct 22 02:09:28.300 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.300 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 22 02:09:28.300 INFO kablam! | Oct 22 02:09:28.300 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.300 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.300 INFO kablam! ... Oct 22 02:09:28.300 INFO kablam! 4184 | rt_realloc_naive!(rt_primes_4194301bytes_32align_realloc_naive, 4194301, 32); Oct 22 02:09:28.300 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.300 INFO kablam! | Oct 22 02:09:28.300 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.300 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.300 INFO kablam! | Oct 22 02:09:28.300 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.300 INFO kablam! | Oct 22 02:09:28.300 INFO kablam! Oct 22 02:09:28.308 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.308 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.308 INFO kablam! | Oct 22 02:09:28.308 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.308 INFO kablam! | ^^^^^ Oct 22 02:09:28.308 INFO kablam! ... Oct 22 02:09:28.308 INFO kablam! 265 | rt_realloc!(rt_pow2_1bytes_1align_realloc, 1, 1); Oct 22 02:09:28.308 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 22 02:09:28.308 INFO kablam! | Oct 22 02:09:28.308 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.308 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.308 INFO kablam! | Oct 22 02:09:28.308 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.308 INFO kablam! | Oct 22 02:09:28.308 INFO kablam! Oct 22 02:09:28.308 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.308 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.308 INFO kablam! | Oct 22 02:09:28.308 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.308 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.308 INFO kablam! ... Oct 22 02:09:28.308 INFO kablam! 265 | rt_realloc!(rt_pow2_1bytes_1align_realloc, 1, 1); Oct 22 02:09:28.308 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 22 02:09:28.308 INFO kablam! | Oct 22 02:09:28.308 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.308 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.308 INFO kablam! | Oct 22 02:09:28.308 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.308 INFO kablam! | Oct 22 02:09:28.308 INFO kablam! Oct 22 02:09:28.308 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.308 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.308 INFO kablam! | Oct 22 02:09:28.308 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.308 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.308 INFO kablam! ... Oct 22 02:09:28.308 INFO kablam! 265 | rt_realloc!(rt_pow2_1bytes_1align_realloc, 1, 1); Oct 22 02:09:28.308 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 22 02:09:28.308 INFO kablam! | Oct 22 02:09:28.308 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.308 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.308 INFO kablam! | Oct 22 02:09:28.308 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.308 INFO kablam! | Oct 22 02:09:28.308 INFO kablam! Oct 22 02:09:28.308 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.308 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.308 INFO kablam! | Oct 22 02:09:28.308 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.308 INFO kablam! | ^^^^^ Oct 22 02:09:28.309 INFO kablam! ... Oct 22 02:09:28.309 INFO kablam! 278 | rt_realloc!(rt_pow2_2bytes_1align_realloc, 2, 1); Oct 22 02:09:28.309 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 22 02:09:28.309 INFO kablam! | Oct 22 02:09:28.309 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.309 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.309 INFO kablam! | Oct 22 02:09:28.309 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.309 INFO kablam! | Oct 22 02:09:28.309 INFO kablam! Oct 22 02:09:28.309 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.309 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.309 INFO kablam! | Oct 22 02:09:28.309 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.309 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.309 INFO kablam! ... Oct 22 02:09:28.309 INFO kablam! 278 | rt_realloc!(rt_pow2_2bytes_1align_realloc, 2, 1); Oct 22 02:09:28.309 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 22 02:09:28.309 INFO kablam! | Oct 22 02:09:28.309 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.309 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.309 INFO kablam! | Oct 22 02:09:28.309 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.309 INFO kablam! | Oct 22 02:09:28.309 INFO kablam! Oct 22 02:09:28.309 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.309 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.309 INFO kablam! | Oct 22 02:09:28.309 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.309 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.309 INFO kablam! ... Oct 22 02:09:28.309 INFO kablam! 278 | rt_realloc!(rt_pow2_2bytes_1align_realloc, 2, 1); Oct 22 02:09:28.309 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 22 02:09:28.309 INFO kablam! | Oct 22 02:09:28.309 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.309 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.309 INFO kablam! | Oct 22 02:09:28.309 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.309 INFO kablam! | Oct 22 02:09:28.309 INFO kablam! Oct 22 02:09:28.309 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.309 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.309 INFO kablam! | Oct 22 02:09:28.309 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.309 INFO kablam! | ^^^^^ Oct 22 02:09:28.309 INFO kablam! ... Oct 22 02:09:28.309 INFO kablam! 291 | rt_realloc!(rt_pow2_4bytes_1align_realloc, 4, 1); Oct 22 02:09:28.309 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 22 02:09:28.309 INFO kablam! | Oct 22 02:09:28.309 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.309 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.309 INFO kablam! | Oct 22 02:09:28.309 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.309 INFO kablam! | Oct 22 02:09:28.309 INFO kablam! Oct 22 02:09:28.309 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.309 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.309 INFO kablam! | Oct 22 02:09:28.309 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.309 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.309 INFO kablam! ... Oct 22 02:09:28.309 INFO kablam! 291 | rt_realloc!(rt_pow2_4bytes_1align_realloc, 4, 1); Oct 22 02:09:28.309 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 22 02:09:28.309 INFO kablam! | Oct 22 02:09:28.309 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.309 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.309 INFO kablam! | Oct 22 02:09:28.309 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.309 INFO kablam! | Oct 22 02:09:28.309 INFO kablam! Oct 22 02:09:28.309 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.309 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.309 INFO kablam! | Oct 22 02:09:28.309 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.309 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.309 INFO kablam! ... Oct 22 02:09:28.309 INFO kablam! 291 | rt_realloc!(rt_pow2_4bytes_1align_realloc, 4, 1); Oct 22 02:09:28.309 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 22 02:09:28.309 INFO kablam! | Oct 22 02:09:28.309 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.309 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.309 INFO kablam! | Oct 22 02:09:28.309 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.309 INFO kablam! | Oct 22 02:09:28.309 INFO kablam! Oct 22 02:09:28.309 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.310 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.310 INFO kablam! | Oct 22 02:09:28.310 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.310 INFO kablam! | ^^^^^ Oct 22 02:09:28.310 INFO kablam! ... Oct 22 02:09:28.310 INFO kablam! 304 | rt_realloc!(rt_pow2_8bytes_1align_realloc, 8, 1); Oct 22 02:09:28.310 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 22 02:09:28.310 INFO kablam! | Oct 22 02:09:28.310 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.310 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.310 INFO kablam! | Oct 22 02:09:28.310 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.310 INFO kablam! | Oct 22 02:09:28.310 INFO kablam! Oct 22 02:09:28.310 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.310 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.310 INFO kablam! | Oct 22 02:09:28.310 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.310 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.310 INFO kablam! ... Oct 22 02:09:28.310 INFO kablam! 304 | rt_realloc!(rt_pow2_8bytes_1align_realloc, 8, 1); Oct 22 02:09:28.310 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 22 02:09:28.310 INFO kablam! | Oct 22 02:09:28.310 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.310 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.310 INFO kablam! | Oct 22 02:09:28.310 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.310 INFO kablam! | Oct 22 02:09:28.310 INFO kablam! Oct 22 02:09:28.310 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.310 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.310 INFO kablam! | Oct 22 02:09:28.310 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.310 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.310 INFO kablam! ... Oct 22 02:09:28.310 INFO kablam! 304 | rt_realloc!(rt_pow2_8bytes_1align_realloc, 8, 1); Oct 22 02:09:28.310 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 22 02:09:28.310 INFO kablam! | Oct 22 02:09:28.310 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.310 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.310 INFO kablam! | Oct 22 02:09:28.310 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.310 INFO kablam! | Oct 22 02:09:28.310 INFO kablam! Oct 22 02:09:28.310 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.310 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.310 INFO kablam! | Oct 22 02:09:28.310 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.310 INFO kablam! | ^^^^^ Oct 22 02:09:28.310 INFO kablam! ... Oct 22 02:09:28.310 INFO kablam! 317 | rt_realloc!(rt_pow2_16bytes_1align_realloc, 16, 1); Oct 22 02:09:28.310 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.310 INFO kablam! | Oct 22 02:09:28.310 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.310 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.310 INFO kablam! | Oct 22 02:09:28.310 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.310 INFO kablam! | Oct 22 02:09:28.310 INFO kablam! Oct 22 02:09:28.310 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.310 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.310 INFO kablam! | Oct 22 02:09:28.310 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.310 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.310 INFO kablam! ... Oct 22 02:09:28.310 INFO kablam! 317 | rt_realloc!(rt_pow2_16bytes_1align_realloc, 16, 1); Oct 22 02:09:28.310 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.310 INFO kablam! | Oct 22 02:09:28.310 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.310 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.310 INFO kablam! | Oct 22 02:09:28.310 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.310 INFO kablam! | Oct 22 02:09:28.310 INFO kablam! Oct 22 02:09:28.310 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.310 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.310 INFO kablam! | Oct 22 02:09:28.310 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.310 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.310 INFO kablam! ... Oct 22 02:09:28.310 INFO kablam! 317 | rt_realloc!(rt_pow2_16bytes_1align_realloc, 16, 1); Oct 22 02:09:28.310 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.310 INFO kablam! | Oct 22 02:09:28.310 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.310 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.310 INFO kablam! | Oct 22 02:09:28.310 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.310 INFO kablam! | Oct 22 02:09:28.310 INFO kablam! Oct 22 02:09:28.310 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.310 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.311 INFO kablam! | Oct 22 02:09:28.311 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.311 INFO kablam! | ^^^^^ Oct 22 02:09:28.311 INFO kablam! ... Oct 22 02:09:28.311 INFO kablam! 330 | rt_realloc!(rt_pow2_32bytes_1align_realloc, 32, 1); Oct 22 02:09:28.311 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.311 INFO kablam! | Oct 22 02:09:28.311 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.311 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.311 INFO kablam! | Oct 22 02:09:28.311 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.311 INFO kablam! | Oct 22 02:09:28.311 INFO kablam! Oct 22 02:09:28.324 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.324 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.324 INFO kablam! | Oct 22 02:09:28.324 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.324 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.324 INFO kablam! ... Oct 22 02:09:28.324 INFO kablam! 330 | rt_realloc!(rt_pow2_32bytes_1align_realloc, 32, 1); Oct 22 02:09:28.324 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.324 INFO kablam! | Oct 22 02:09:28.324 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.324 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.324 INFO kablam! | Oct 22 02:09:28.324 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.324 INFO kablam! | Oct 22 02:09:28.324 INFO kablam! Oct 22 02:09:28.324 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.324 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.324 INFO kablam! | Oct 22 02:09:28.324 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.324 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.324 INFO kablam! ... Oct 22 02:09:28.324 INFO kablam! 330 | rt_realloc!(rt_pow2_32bytes_1align_realloc, 32, 1); Oct 22 02:09:28.324 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.324 INFO kablam! | Oct 22 02:09:28.324 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.324 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.324 INFO kablam! | Oct 22 02:09:28.324 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.324 INFO kablam! | Oct 22 02:09:28.324 INFO kablam! Oct 22 02:09:28.324 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.324 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.324 INFO kablam! | Oct 22 02:09:28.324 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.324 INFO kablam! | ^^^^^ Oct 22 02:09:28.324 INFO kablam! ... Oct 22 02:09:28.324 INFO kablam! 343 | rt_realloc!(rt_pow2_64bytes_1align_realloc, 64, 1); Oct 22 02:09:28.324 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.324 INFO kablam! | Oct 22 02:09:28.324 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.324 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.324 INFO kablam! | Oct 22 02:09:28.324 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.324 INFO kablam! | Oct 22 02:09:28.324 INFO kablam! Oct 22 02:09:28.324 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.324 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.324 INFO kablam! | Oct 22 02:09:28.325 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.325 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.325 INFO kablam! ... Oct 22 02:09:28.325 INFO kablam! 343 | rt_realloc!(rt_pow2_64bytes_1align_realloc, 64, 1); Oct 22 02:09:28.325 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.325 INFO kablam! | Oct 22 02:09:28.325 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.325 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.325 INFO kablam! | Oct 22 02:09:28.325 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.325 INFO kablam! | Oct 22 02:09:28.325 INFO kablam! Oct 22 02:09:28.325 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.325 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.325 INFO kablam! | Oct 22 02:09:28.325 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.325 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.325 INFO kablam! ... Oct 22 02:09:28.325 INFO kablam! 343 | rt_realloc!(rt_pow2_64bytes_1align_realloc, 64, 1); Oct 22 02:09:28.325 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.325 INFO kablam! | Oct 22 02:09:28.325 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.325 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.325 INFO kablam! | Oct 22 02:09:28.325 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.325 INFO kablam! | Oct 22 02:09:28.325 INFO kablam! Oct 22 02:09:28.325 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.325 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.325 INFO kablam! | Oct 22 02:09:28.325 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.325 INFO kablam! | ^^^^^ Oct 22 02:09:28.325 INFO kablam! ... Oct 22 02:09:28.325 INFO kablam! 356 | rt_realloc!(rt_pow2_128bytes_1align_realloc, 128, 1); Oct 22 02:09:28.325 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.325 INFO kablam! | Oct 22 02:09:28.325 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.325 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.325 INFO kablam! | Oct 22 02:09:28.325 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.325 INFO kablam! | Oct 22 02:09:28.325 INFO kablam! Oct 22 02:09:28.325 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.325 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.325 INFO kablam! | Oct 22 02:09:28.325 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.325 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.325 INFO kablam! ... Oct 22 02:09:28.325 INFO kablam! 356 | rt_realloc!(rt_pow2_128bytes_1align_realloc, 128, 1); Oct 22 02:09:28.325 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.325 INFO kablam! | Oct 22 02:09:28.325 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.325 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.325 INFO kablam! | Oct 22 02:09:28.325 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.325 INFO kablam! | Oct 22 02:09:28.325 INFO kablam! Oct 22 02:09:28.325 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.325 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.325 INFO kablam! | Oct 22 02:09:28.325 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.325 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.325 INFO kablam! ... Oct 22 02:09:28.325 INFO kablam! 356 | rt_realloc!(rt_pow2_128bytes_1align_realloc, 128, 1); Oct 22 02:09:28.325 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.325 INFO kablam! | Oct 22 02:09:28.325 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.325 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.325 INFO kablam! | Oct 22 02:09:28.325 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.325 INFO kablam! | Oct 22 02:09:28.325 INFO kablam! Oct 22 02:09:28.325 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.325 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.325 INFO kablam! | Oct 22 02:09:28.325 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.325 INFO kablam! | ^^^^^ Oct 22 02:09:28.325 INFO kablam! ... Oct 22 02:09:28.325 INFO kablam! 369 | rt_realloc!(rt_pow2_256bytes_1align_realloc, 256, 1); Oct 22 02:09:28.325 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.325 INFO kablam! | Oct 22 02:09:28.325 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.325 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.325 INFO kablam! | Oct 22 02:09:28.325 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.325 INFO kablam! | Oct 22 02:09:28.326 INFO kablam! Oct 22 02:09:28.326 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.326 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.326 INFO kablam! | Oct 22 02:09:28.326 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.326 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.326 INFO kablam! ... Oct 22 02:09:28.326 INFO kablam! 369 | rt_realloc!(rt_pow2_256bytes_1align_realloc, 256, 1); Oct 22 02:09:28.326 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.326 INFO kablam! | Oct 22 02:09:28.326 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.326 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.326 INFO kablam! | Oct 22 02:09:28.326 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.326 INFO kablam! | Oct 22 02:09:28.326 INFO kablam! Oct 22 02:09:28.326 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.326 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.326 INFO kablam! | Oct 22 02:09:28.326 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.326 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.326 INFO kablam! ... Oct 22 02:09:28.326 INFO kablam! 369 | rt_realloc!(rt_pow2_256bytes_1align_realloc, 256, 1); Oct 22 02:09:28.326 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.326 INFO kablam! | Oct 22 02:09:28.326 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.326 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.326 INFO kablam! | Oct 22 02:09:28.326 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.326 INFO kablam! | Oct 22 02:09:28.326 INFO kablam! Oct 22 02:09:28.326 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.326 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.326 INFO kablam! | Oct 22 02:09:28.326 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.326 INFO kablam! | ^^^^^ Oct 22 02:09:28.326 INFO kablam! ... Oct 22 02:09:28.326 INFO kablam! 382 | rt_realloc!(rt_pow2_512bytes_1align_realloc, 512, 1); Oct 22 02:09:28.326 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.326 INFO kablam! | Oct 22 02:09:28.326 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.326 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.326 INFO kablam! | Oct 22 02:09:28.326 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.326 INFO kablam! | Oct 22 02:09:28.326 INFO kablam! Oct 22 02:09:28.326 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.326 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.326 INFO kablam! | Oct 22 02:09:28.326 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.326 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.326 INFO kablam! ... Oct 22 02:09:28.326 INFO kablam! 382 | rt_realloc!(rt_pow2_512bytes_1align_realloc, 512, 1); Oct 22 02:09:28.326 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.326 INFO kablam! | Oct 22 02:09:28.326 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.326 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.326 INFO kablam! | Oct 22 02:09:28.326 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.326 INFO kablam! | Oct 22 02:09:28.326 INFO kablam! Oct 22 02:09:28.326 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.326 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.326 INFO kablam! | Oct 22 02:09:28.326 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.326 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.326 INFO kablam! ... Oct 22 02:09:28.326 INFO kablam! 382 | rt_realloc!(rt_pow2_512bytes_1align_realloc, 512, 1); Oct 22 02:09:28.326 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.326 INFO kablam! | Oct 22 02:09:28.326 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.326 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.326 INFO kablam! | Oct 22 02:09:28.326 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.326 INFO kablam! | Oct 22 02:09:28.326 INFO kablam! Oct 22 02:09:28.326 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.326 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.326 INFO kablam! | Oct 22 02:09:28.326 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.326 INFO kablam! | ^^^^^ Oct 22 02:09:28.326 INFO kablam! ... Oct 22 02:09:28.326 INFO kablam! 395 | rt_realloc!(rt_pow2_1024bytes_1align_realloc, 1024, 1); Oct 22 02:09:28.326 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.326 INFO kablam! | Oct 22 02:09:28.326 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.326 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.326 INFO kablam! | Oct 22 02:09:28.327 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.327 INFO kablam! | Oct 22 02:09:28.327 INFO kablam! Oct 22 02:09:28.327 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.327 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.327 INFO kablam! | Oct 22 02:09:28.327 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.327 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.327 INFO kablam! ... Oct 22 02:09:28.327 INFO kablam! 395 | rt_realloc!(rt_pow2_1024bytes_1align_realloc, 1024, 1); Oct 22 02:09:28.327 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.327 INFO kablam! | Oct 22 02:09:28.327 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.327 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.327 INFO kablam! | Oct 22 02:09:28.327 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.327 INFO kablam! | Oct 22 02:09:28.327 INFO kablam! Oct 22 02:09:28.327 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.327 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.327 INFO kablam! | Oct 22 02:09:28.327 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.327 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.327 INFO kablam! ... Oct 22 02:09:28.327 INFO kablam! 395 | rt_realloc!(rt_pow2_1024bytes_1align_realloc, 1024, 1); Oct 22 02:09:28.327 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.327 INFO kablam! | Oct 22 02:09:28.327 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.327 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.327 INFO kablam! | Oct 22 02:09:28.327 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.327 INFO kablam! | Oct 22 02:09:28.327 INFO kablam! Oct 22 02:09:28.340 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.340 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.340 INFO kablam! | Oct 22 02:09:28.340 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.340 INFO kablam! | ^^^^^ Oct 22 02:09:28.340 INFO kablam! ... Oct 22 02:09:28.340 INFO kablam! 408 | rt_realloc!(rt_pow2_2048bytes_1align_realloc, 2048, 1); Oct 22 02:09:28.340 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.340 INFO kablam! | Oct 22 02:09:28.340 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.340 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.340 INFO kablam! | Oct 22 02:09:28.340 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.340 INFO kablam! | Oct 22 02:09:28.340 INFO kablam! Oct 22 02:09:28.340 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.340 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.340 INFO kablam! | Oct 22 02:09:28.340 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.340 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.340 INFO kablam! ... Oct 22 02:09:28.340 INFO kablam! 408 | rt_realloc!(rt_pow2_2048bytes_1align_realloc, 2048, 1); Oct 22 02:09:28.340 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.340 INFO kablam! | Oct 22 02:09:28.340 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.340 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.340 INFO kablam! | Oct 22 02:09:28.340 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.340 INFO kablam! | Oct 22 02:09:28.340 INFO kablam! Oct 22 02:09:28.340 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.340 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.340 INFO kablam! | Oct 22 02:09:28.340 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.340 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.340 INFO kablam! ... Oct 22 02:09:28.340 INFO kablam! 408 | rt_realloc!(rt_pow2_2048bytes_1align_realloc, 2048, 1); Oct 22 02:09:28.340 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.340 INFO kablam! | Oct 22 02:09:28.340 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.340 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.340 INFO kablam! | Oct 22 02:09:28.340 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.340 INFO kablam! | Oct 22 02:09:28.340 INFO kablam! Oct 22 02:09:28.341 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.341 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.341 INFO kablam! | Oct 22 02:09:28.341 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.341 INFO kablam! | ^^^^^ Oct 22 02:09:28.341 INFO kablam! ... Oct 22 02:09:28.341 INFO kablam! 421 | rt_realloc!(rt_pow2_4096bytes_1align_realloc, 4096, 1); Oct 22 02:09:28.341 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.341 INFO kablam! | Oct 22 02:09:28.341 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.341 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.341 INFO kablam! | Oct 22 02:09:28.341 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.341 INFO kablam! | Oct 22 02:09:28.341 INFO kablam! Oct 22 02:09:28.341 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.341 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.341 INFO kablam! | Oct 22 02:09:28.341 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.341 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.341 INFO kablam! ... Oct 22 02:09:28.341 INFO kablam! 421 | rt_realloc!(rt_pow2_4096bytes_1align_realloc, 4096, 1); Oct 22 02:09:28.341 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.341 INFO kablam! | Oct 22 02:09:28.341 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.341 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.341 INFO kablam! | Oct 22 02:09:28.341 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.341 INFO kablam! | Oct 22 02:09:28.341 INFO kablam! Oct 22 02:09:28.341 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.341 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.341 INFO kablam! | Oct 22 02:09:28.341 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.341 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.341 INFO kablam! ... Oct 22 02:09:28.341 INFO kablam! 421 | rt_realloc!(rt_pow2_4096bytes_1align_realloc, 4096, 1); Oct 22 02:09:28.341 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.341 INFO kablam! | Oct 22 02:09:28.341 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.341 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.341 INFO kablam! | Oct 22 02:09:28.341 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.341 INFO kablam! | Oct 22 02:09:28.341 INFO kablam! Oct 22 02:09:28.341 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.341 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.341 INFO kablam! | Oct 22 02:09:28.341 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.341 INFO kablam! | ^^^^^ Oct 22 02:09:28.341 INFO kablam! ... Oct 22 02:09:28.341 INFO kablam! 434 | rt_realloc!(rt_pow2_8192bytes_1align_realloc, 8192, 1); Oct 22 02:09:28.341 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.341 INFO kablam! | Oct 22 02:09:28.341 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.341 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.341 INFO kablam! | Oct 22 02:09:28.341 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.341 INFO kablam! | Oct 22 02:09:28.341 INFO kablam! Oct 22 02:09:28.341 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.341 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.341 INFO kablam! | Oct 22 02:09:28.341 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.341 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.341 INFO kablam! ... Oct 22 02:09:28.341 INFO kablam! 434 | rt_realloc!(rt_pow2_8192bytes_1align_realloc, 8192, 1); Oct 22 02:09:28.341 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.341 INFO kablam! | Oct 22 02:09:28.341 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.341 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.341 INFO kablam! | Oct 22 02:09:28.341 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.341 INFO kablam! | Oct 22 02:09:28.341 INFO kablam! Oct 22 02:09:28.343 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.343 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.343 INFO kablam! | Oct 22 02:09:28.343 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.343 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.343 INFO kablam! ... Oct 22 02:09:28.343 INFO kablam! 434 | rt_realloc!(rt_pow2_8192bytes_1align_realloc, 8192, 1); Oct 22 02:09:28.343 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.343 INFO kablam! | Oct 22 02:09:28.343 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.343 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.343 INFO kablam! | Oct 22 02:09:28.343 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.343 INFO kablam! | Oct 22 02:09:28.343 INFO kablam! Oct 22 02:09:28.343 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.343 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.343 INFO kablam! | Oct 22 02:09:28.343 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.343 INFO kablam! | ^^^^^ Oct 22 02:09:28.343 INFO kablam! ... Oct 22 02:09:28.343 INFO kablam! 447 | rt_realloc!(rt_pow2_16384bytes_1align_realloc, 16384, 1); Oct 22 02:09:28.343 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.343 INFO kablam! | Oct 22 02:09:28.343 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.343 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.343 INFO kablam! | Oct 22 02:09:28.343 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.343 INFO kablam! | Oct 22 02:09:28.343 INFO kablam! Oct 22 02:09:28.343 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.343 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.343 INFO kablam! | Oct 22 02:09:28.343 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.343 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.343 INFO kablam! ... Oct 22 02:09:28.343 INFO kablam! 447 | rt_realloc!(rt_pow2_16384bytes_1align_realloc, 16384, 1); Oct 22 02:09:28.344 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.344 INFO kablam! | Oct 22 02:09:28.344 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.344 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.344 INFO kablam! | Oct 22 02:09:28.344 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.344 INFO kablam! | Oct 22 02:09:28.344 INFO kablam! Oct 22 02:09:28.344 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.344 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.344 INFO kablam! | Oct 22 02:09:28.344 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.344 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.344 INFO kablam! ... Oct 22 02:09:28.344 INFO kablam! 447 | rt_realloc!(rt_pow2_16384bytes_1align_realloc, 16384, 1); Oct 22 02:09:28.344 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.344 INFO kablam! | Oct 22 02:09:28.344 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.344 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.344 INFO kablam! | Oct 22 02:09:28.344 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.344 INFO kablam! | Oct 22 02:09:28.344 INFO kablam! Oct 22 02:09:28.344 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.344 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.344 INFO kablam! | Oct 22 02:09:28.344 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.344 INFO kablam! | ^^^^^ Oct 22 02:09:28.344 INFO kablam! ... Oct 22 02:09:28.344 INFO kablam! 460 | rt_realloc!(rt_pow2_32768bytes_1align_realloc, 32768, 1); Oct 22 02:09:28.344 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.344 INFO kablam! | Oct 22 02:09:28.344 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.344 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.344 INFO kablam! | Oct 22 02:09:28.344 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.344 INFO kablam! | Oct 22 02:09:28.344 INFO kablam! Oct 22 02:09:28.344 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.344 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.344 INFO kablam! | Oct 22 02:09:28.344 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.344 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.344 INFO kablam! ... Oct 22 02:09:28.344 INFO kablam! 460 | rt_realloc!(rt_pow2_32768bytes_1align_realloc, 32768, 1); Oct 22 02:09:28.344 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.344 INFO kablam! | Oct 22 02:09:28.344 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.344 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.344 INFO kablam! | Oct 22 02:09:28.344 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.344 INFO kablam! | Oct 22 02:09:28.344 INFO kablam! Oct 22 02:09:28.344 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.344 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.344 INFO kablam! | Oct 22 02:09:28.344 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.344 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.344 INFO kablam! ... Oct 22 02:09:28.344 INFO kablam! 460 | rt_realloc!(rt_pow2_32768bytes_1align_realloc, 32768, 1); Oct 22 02:09:28.344 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.344 INFO kablam! | Oct 22 02:09:28.344 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.344 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.344 INFO kablam! | Oct 22 02:09:28.344 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.344 INFO kablam! | Oct 22 02:09:28.344 INFO kablam! Oct 22 02:09:28.344 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.344 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.344 INFO kablam! | Oct 22 02:09:28.344 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.344 INFO kablam! | ^^^^^ Oct 22 02:09:28.344 INFO kablam! ... Oct 22 02:09:28.344 INFO kablam! 473 | rt_realloc!(rt_pow2_65536bytes_1align_realloc, 65536, 1); Oct 22 02:09:28.344 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.344 INFO kablam! | Oct 22 02:09:28.344 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.344 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.344 INFO kablam! | Oct 22 02:09:28.344 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.344 INFO kablam! | Oct 22 02:09:28.344 INFO kablam! Oct 22 02:09:28.348 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.348 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.348 INFO kablam! | Oct 22 02:09:28.348 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.348 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.348 INFO kablam! ... Oct 22 02:09:28.348 INFO kablam! 473 | rt_realloc!(rt_pow2_65536bytes_1align_realloc, 65536, 1); Oct 22 02:09:28.348 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.348 INFO kablam! | Oct 22 02:09:28.348 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.348 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.348 INFO kablam! | Oct 22 02:09:28.348 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.348 INFO kablam! | Oct 22 02:09:28.348 INFO kablam! Oct 22 02:09:28.348 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.348 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.348 INFO kablam! | Oct 22 02:09:28.348 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.348 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.348 INFO kablam! ... Oct 22 02:09:28.348 INFO kablam! 473 | rt_realloc!(rt_pow2_65536bytes_1align_realloc, 65536, 1); Oct 22 02:09:28.348 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.348 INFO kablam! | Oct 22 02:09:28.348 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.348 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.348 INFO kablam! | Oct 22 02:09:28.348 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.348 INFO kablam! | Oct 22 02:09:28.348 INFO kablam! Oct 22 02:09:28.348 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.348 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.348 INFO kablam! | Oct 22 02:09:28.348 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.348 INFO kablam! | ^^^^^ Oct 22 02:09:28.348 INFO kablam! ... Oct 22 02:09:28.348 INFO kablam! 486 | rt_realloc!(rt_pow2_131072bytes_1align_realloc, 131072, 1); Oct 22 02:09:28.348 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:28.348 INFO kablam! | Oct 22 02:09:28.348 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.348 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.348 INFO kablam! | Oct 22 02:09:28.348 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.348 INFO kablam! | Oct 22 02:09:28.348 INFO kablam! Oct 22 02:09:28.348 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.348 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.348 INFO kablam! | Oct 22 02:09:28.348 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.348 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.349 INFO kablam! ... Oct 22 02:09:28.349 INFO kablam! 486 | rt_realloc!(rt_pow2_131072bytes_1align_realloc, 131072, 1); Oct 22 02:09:28.349 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:28.349 INFO kablam! | Oct 22 02:09:28.349 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.349 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.349 INFO kablam! | Oct 22 02:09:28.349 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.349 INFO kablam! | Oct 22 02:09:28.349 INFO kablam! Oct 22 02:09:28.352 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.352 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.352 INFO kablam! | Oct 22 02:09:28.352 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.352 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.352 INFO kablam! ... Oct 22 02:09:28.352 INFO kablam! 486 | rt_realloc!(rt_pow2_131072bytes_1align_realloc, 131072, 1); Oct 22 02:09:28.352 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:28.352 INFO kablam! | Oct 22 02:09:28.352 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.352 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.352 INFO kablam! | Oct 22 02:09:28.352 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.352 INFO kablam! | Oct 22 02:09:28.352 INFO kablam! Oct 22 02:09:28.352 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.352 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.352 INFO kablam! | Oct 22 02:09:28.353 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.353 INFO kablam! | ^^^^^ Oct 22 02:09:28.353 INFO kablam! ... Oct 22 02:09:28.353 INFO kablam! 499 | rt_realloc!(rt_pow2_4194304bytes_1align_realloc, 4194304, 1); Oct 22 02:09:28.353 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.353 INFO kablam! | Oct 22 02:09:28.353 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.353 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.353 INFO kablam! | Oct 22 02:09:28.353 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.353 INFO kablam! | Oct 22 02:09:28.353 INFO kablam! Oct 22 02:09:28.353 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.353 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.353 INFO kablam! | Oct 22 02:09:28.353 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.353 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.353 INFO kablam! ... Oct 22 02:09:28.353 INFO kablam! 499 | rt_realloc!(rt_pow2_4194304bytes_1align_realloc, 4194304, 1); Oct 22 02:09:28.353 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.353 INFO kablam! | Oct 22 02:09:28.353 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.353 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.353 INFO kablam! | Oct 22 02:09:28.353 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.353 INFO kablam! | Oct 22 02:09:28.353 INFO kablam! Oct 22 02:09:28.353 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.353 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.353 INFO kablam! | Oct 22 02:09:28.353 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.353 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.353 INFO kablam! ... Oct 22 02:09:28.353 INFO kablam! 499 | rt_realloc!(rt_pow2_4194304bytes_1align_realloc, 4194304, 1); Oct 22 02:09:28.353 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.353 INFO kablam! | Oct 22 02:09:28.353 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.353 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.353 INFO kablam! | Oct 22 02:09:28.353 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.353 INFO kablam! | Oct 22 02:09:28.353 INFO kablam! Oct 22 02:09:28.353 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.353 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.353 INFO kablam! | Oct 22 02:09:28.353 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.353 INFO kablam! | ^^^^^ Oct 22 02:09:28.353 INFO kablam! ... Oct 22 02:09:28.353 INFO kablam! 513 | rt_realloc!(rt_even_10bytes_1align_realloc, 10, 1); Oct 22 02:09:28.353 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.353 INFO kablam! | Oct 22 02:09:28.353 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.353 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.353 INFO kablam! | Oct 22 02:09:28.353 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.353 INFO kablam! | Oct 22 02:09:28.353 INFO kablam! Oct 22 02:09:28.353 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.353 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.353 INFO kablam! | Oct 22 02:09:28.353 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.353 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.353 INFO kablam! ... Oct 22 02:09:28.353 INFO kablam! 513 | rt_realloc!(rt_even_10bytes_1align_realloc, 10, 1); Oct 22 02:09:28.353 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.353 INFO kablam! | Oct 22 02:09:28.353 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.353 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.353 INFO kablam! | Oct 22 02:09:28.353 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.353 INFO kablam! | Oct 22 02:09:28.353 INFO kablam! Oct 22 02:09:28.353 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.353 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.353 INFO kablam! | Oct 22 02:09:28.353 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.353 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.353 INFO kablam! ... Oct 22 02:09:28.353 INFO kablam! 513 | rt_realloc!(rt_even_10bytes_1align_realloc, 10, 1); Oct 22 02:09:28.353 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.353 INFO kablam! | Oct 22 02:09:28.353 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.353 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.353 INFO kablam! | Oct 22 02:09:28.353 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.353 INFO kablam! | Oct 22 02:09:28.354 INFO kablam! Oct 22 02:09:28.354 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.354 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.354 INFO kablam! | Oct 22 02:09:28.354 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.354 INFO kablam! | ^^^^^ Oct 22 02:09:28.354 INFO kablam! ... Oct 22 02:09:28.354 INFO kablam! 526 | rt_realloc!(rt_even_100bytes_1align_realloc, 100, 1); Oct 22 02:09:28.354 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.354 INFO kablam! | Oct 22 02:09:28.354 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.354 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.354 INFO kablam! | Oct 22 02:09:28.354 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.354 INFO kablam! | Oct 22 02:09:28.354 INFO kablam! Oct 22 02:09:28.364 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.364 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.364 INFO kablam! | Oct 22 02:09:28.364 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.364 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.364 INFO kablam! ... Oct 22 02:09:28.365 INFO kablam! 526 | rt_realloc!(rt_even_100bytes_1align_realloc, 100, 1); Oct 22 02:09:28.365 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.365 INFO kablam! | Oct 22 02:09:28.365 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.365 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.365 INFO kablam! | Oct 22 02:09:28.365 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.365 INFO kablam! | Oct 22 02:09:28.365 INFO kablam! Oct 22 02:09:28.365 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.365 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.365 INFO kablam! | Oct 22 02:09:28.365 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.365 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.365 INFO kablam! ... Oct 22 02:09:28.365 INFO kablam! 526 | rt_realloc!(rt_even_100bytes_1align_realloc, 100, 1); Oct 22 02:09:28.365 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.365 INFO kablam! | Oct 22 02:09:28.365 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.365 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.365 INFO kablam! | Oct 22 02:09:28.365 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.365 INFO kablam! | Oct 22 02:09:28.365 INFO kablam! Oct 22 02:09:28.365 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.365 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.365 INFO kablam! | Oct 22 02:09:28.365 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.365 INFO kablam! | ^^^^^ Oct 22 02:09:28.365 INFO kablam! ... Oct 22 02:09:28.365 INFO kablam! 539 | rt_realloc!(rt_even_1000bytes_1align_realloc, 1000, 1); Oct 22 02:09:28.365 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.365 INFO kablam! | Oct 22 02:09:28.365 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.365 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.365 INFO kablam! | Oct 22 02:09:28.365 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.365 INFO kablam! | Oct 22 02:09:28.365 INFO kablam! Oct 22 02:09:28.365 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.365 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.365 INFO kablam! | Oct 22 02:09:28.365 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.365 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.365 INFO kablam! ... Oct 22 02:09:28.365 INFO kablam! 539 | rt_realloc!(rt_even_1000bytes_1align_realloc, 1000, 1); Oct 22 02:09:28.365 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.365 INFO kablam! | Oct 22 02:09:28.365 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.365 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.365 INFO kablam! | Oct 22 02:09:28.365 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.365 INFO kablam! | Oct 22 02:09:28.365 INFO kablam! Oct 22 02:09:28.365 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.365 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.365 INFO kablam! | Oct 22 02:09:28.365 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.365 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.365 INFO kablam! ... Oct 22 02:09:28.365 INFO kablam! 539 | rt_realloc!(rt_even_1000bytes_1align_realloc, 1000, 1); Oct 22 02:09:28.365 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.365 INFO kablam! | Oct 22 02:09:28.365 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.365 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.365 INFO kablam! | Oct 22 02:09:28.365 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.365 INFO kablam! | Oct 22 02:09:28.365 INFO kablam! Oct 22 02:09:28.365 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.365 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.365 INFO kablam! | Oct 22 02:09:28.365 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.365 INFO kablam! | ^^^^^ Oct 22 02:09:28.365 INFO kablam! ... Oct 22 02:09:28.365 INFO kablam! 552 | rt_realloc!(rt_even_10000bytes_1align_realloc, 10000, 1); Oct 22 02:09:28.365 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.365 INFO kablam! | Oct 22 02:09:28.365 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.365 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.365 INFO kablam! | Oct 22 02:09:28.365 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.365 INFO kablam! | Oct 22 02:09:28.365 INFO kablam! Oct 22 02:09:28.365 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.366 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.366 INFO kablam! | Oct 22 02:09:28.366 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.366 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.366 INFO kablam! ... Oct 22 02:09:28.366 INFO kablam! 552 | rt_realloc!(rt_even_10000bytes_1align_realloc, 10000, 1); Oct 22 02:09:28.366 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.366 INFO kablam! | Oct 22 02:09:28.366 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.366 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.366 INFO kablam! | Oct 22 02:09:28.366 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.366 INFO kablam! | Oct 22 02:09:28.366 INFO kablam! Oct 22 02:09:28.366 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.366 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.366 INFO kablam! | Oct 22 02:09:28.366 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.366 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.366 INFO kablam! ... Oct 22 02:09:28.366 INFO kablam! 552 | rt_realloc!(rt_even_10000bytes_1align_realloc, 10000, 1); Oct 22 02:09:28.366 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.366 INFO kablam! | Oct 22 02:09:28.366 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.366 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.366 INFO kablam! | Oct 22 02:09:28.366 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.366 INFO kablam! | Oct 22 02:09:28.366 INFO kablam! Oct 22 02:09:28.366 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.366 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.366 INFO kablam! | Oct 22 02:09:28.366 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.366 INFO kablam! | ^^^^^ Oct 22 02:09:28.366 INFO kablam! ... Oct 22 02:09:28.366 INFO kablam! 565 | rt_realloc!(rt_even_100000bytes_1align_realloc, 100000, 1); Oct 22 02:09:28.366 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:28.366 INFO kablam! | Oct 22 02:09:28.366 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.366 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.366 INFO kablam! | Oct 22 02:09:28.366 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.366 INFO kablam! | Oct 22 02:09:28.366 INFO kablam! Oct 22 02:09:28.366 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.366 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.366 INFO kablam! | Oct 22 02:09:28.366 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.366 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.366 INFO kablam! ... Oct 22 02:09:28.366 INFO kablam! 565 | rt_realloc!(rt_even_100000bytes_1align_realloc, 100000, 1); Oct 22 02:09:28.366 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:28.366 INFO kablam! | Oct 22 02:09:28.366 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.366 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.366 INFO kablam! | Oct 22 02:09:28.366 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.366 INFO kablam! | Oct 22 02:09:28.366 INFO kablam! Oct 22 02:09:28.366 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.366 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.366 INFO kablam! | Oct 22 02:09:28.366 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.366 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.366 INFO kablam! ... Oct 22 02:09:28.366 INFO kablam! 565 | rt_realloc!(rt_even_100000bytes_1align_realloc, 100000, 1); Oct 22 02:09:28.366 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:28.366 INFO kablam! | Oct 22 02:09:28.366 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.366 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.366 INFO kablam! | Oct 22 02:09:28.366 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.366 INFO kablam! | Oct 22 02:09:28.366 INFO kablam! Oct 22 02:09:28.366 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.366 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.366 INFO kablam! | Oct 22 02:09:28.366 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.366 INFO kablam! | ^^^^^ Oct 22 02:09:28.366 INFO kablam! ... Oct 22 02:09:28.366 INFO kablam! 578 | rt_realloc!(rt_even_1000000bytes_1align_realloc, 1000000, 1); Oct 22 02:09:28.366 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.366 INFO kablam! | Oct 22 02:09:28.366 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.366 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.366 INFO kablam! | Oct 22 02:09:28.366 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.367 INFO kablam! | Oct 22 02:09:28.367 INFO kablam! Oct 22 02:09:28.380 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.380 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.380 INFO kablam! | Oct 22 02:09:28.380 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.380 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.380 INFO kablam! ... Oct 22 02:09:28.381 INFO kablam! 578 | rt_realloc!(rt_even_1000000bytes_1align_realloc, 1000000, 1); Oct 22 02:09:28.381 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.381 INFO kablam! | Oct 22 02:09:28.381 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.381 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.381 INFO kablam! | Oct 22 02:09:28.381 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.381 INFO kablam! | Oct 22 02:09:28.381 INFO kablam! Oct 22 02:09:28.381 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.381 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.381 INFO kablam! | Oct 22 02:09:28.381 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.381 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.381 INFO kablam! ... Oct 22 02:09:28.381 INFO kablam! 578 | rt_realloc!(rt_even_1000000bytes_1align_realloc, 1000000, 1); Oct 22 02:09:28.381 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.381 INFO kablam! | Oct 22 02:09:28.381 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.381 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.381 INFO kablam! | Oct 22 02:09:28.381 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.381 INFO kablam! | Oct 22 02:09:28.381 INFO kablam! Oct 22 02:09:28.381 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.381 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.381 INFO kablam! | Oct 22 02:09:28.381 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.381 INFO kablam! | ^^^^^ Oct 22 02:09:28.381 INFO kablam! ... Oct 22 02:09:28.381 INFO kablam! 592 | rt_realloc!(rt_odd_10bytes_1align_realloc, 10- 1, 1); Oct 22 02:09:28.381 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.381 INFO kablam! | Oct 22 02:09:28.381 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.381 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.381 INFO kablam! | Oct 22 02:09:28.381 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.381 INFO kablam! | Oct 22 02:09:28.381 INFO kablam! Oct 22 02:09:28.381 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.381 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.381 INFO kablam! | Oct 22 02:09:28.381 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.381 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.381 INFO kablam! ... Oct 22 02:09:28.381 INFO kablam! 592 | rt_realloc!(rt_odd_10bytes_1align_realloc, 10- 1, 1); Oct 22 02:09:28.381 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.381 INFO kablam! | Oct 22 02:09:28.381 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.381 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.381 INFO kablam! | Oct 22 02:09:28.381 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.381 INFO kablam! | Oct 22 02:09:28.381 INFO kablam! Oct 22 02:09:28.381 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.381 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.381 INFO kablam! | Oct 22 02:09:28.381 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.381 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.381 INFO kablam! ... Oct 22 02:09:28.381 INFO kablam! 592 | rt_realloc!(rt_odd_10bytes_1align_realloc, 10- 1, 1); Oct 22 02:09:28.381 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.381 INFO kablam! | Oct 22 02:09:28.381 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.381 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.381 INFO kablam! | Oct 22 02:09:28.381 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.381 INFO kablam! | Oct 22 02:09:28.381 INFO kablam! Oct 22 02:09:28.381 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.381 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.381 INFO kablam! | Oct 22 02:09:28.381 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.381 INFO kablam! | ^^^^^ Oct 22 02:09:28.381 INFO kablam! ... Oct 22 02:09:28.381 INFO kablam! 605 | rt_realloc!(rt_odd_100bytes_1align_realloc, 100- 1, 1); Oct 22 02:09:28.381 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.381 INFO kablam! | Oct 22 02:09:28.381 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.381 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.381 INFO kablam! | Oct 22 02:09:28.381 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.381 INFO kablam! | Oct 22 02:09:28.381 INFO kablam! Oct 22 02:09:28.381 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.381 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.381 INFO kablam! | Oct 22 02:09:28.382 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.382 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.382 INFO kablam! ... Oct 22 02:09:28.382 INFO kablam! 605 | rt_realloc!(rt_odd_100bytes_1align_realloc, 100- 1, 1); Oct 22 02:09:28.382 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.382 INFO kablam! | Oct 22 02:09:28.382 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.382 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.382 INFO kablam! | Oct 22 02:09:28.382 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.382 INFO kablam! | Oct 22 02:09:28.382 INFO kablam! Oct 22 02:09:28.382 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.382 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.382 INFO kablam! | Oct 22 02:09:28.382 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.382 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.382 INFO kablam! ... Oct 22 02:09:28.382 INFO kablam! 605 | rt_realloc!(rt_odd_100bytes_1align_realloc, 100- 1, 1); Oct 22 02:09:28.382 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.382 INFO kablam! | Oct 22 02:09:28.382 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.382 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.382 INFO kablam! | Oct 22 02:09:28.382 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.382 INFO kablam! | Oct 22 02:09:28.382 INFO kablam! Oct 22 02:09:28.382 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.382 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.382 INFO kablam! | Oct 22 02:09:28.382 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.382 INFO kablam! | ^^^^^ Oct 22 02:09:28.382 INFO kablam! ... Oct 22 02:09:28.382 INFO kablam! 618 | rt_realloc!(rt_odd_1000bytes_1align_realloc, 1000- 1, 1); Oct 22 02:09:28.382 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.382 INFO kablam! | Oct 22 02:09:28.382 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.382 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.382 INFO kablam! | Oct 22 02:09:28.382 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.382 INFO kablam! | Oct 22 02:09:28.382 INFO kablam! Oct 22 02:09:28.382 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.382 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.382 INFO kablam! | Oct 22 02:09:28.382 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.382 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.382 INFO kablam! ... Oct 22 02:09:28.382 INFO kablam! 618 | rt_realloc!(rt_odd_1000bytes_1align_realloc, 1000- 1, 1); Oct 22 02:09:28.382 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.382 INFO kablam! | Oct 22 02:09:28.382 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.382 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.382 INFO kablam! | Oct 22 02:09:28.382 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.382 INFO kablam! | Oct 22 02:09:28.382 INFO kablam! Oct 22 02:09:28.382 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.382 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.382 INFO kablam! | Oct 22 02:09:28.382 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.382 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.382 INFO kablam! ... Oct 22 02:09:28.382 INFO kablam! 618 | rt_realloc!(rt_odd_1000bytes_1align_realloc, 1000- 1, 1); Oct 22 02:09:28.382 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.382 INFO kablam! | Oct 22 02:09:28.382 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.382 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.382 INFO kablam! | Oct 22 02:09:28.382 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.382 INFO kablam! | Oct 22 02:09:28.382 INFO kablam! Oct 22 02:09:28.382 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.382 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.382 INFO kablam! | Oct 22 02:09:28.382 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.382 INFO kablam! | ^^^^^ Oct 22 02:09:28.382 INFO kablam! ... Oct 22 02:09:28.382 INFO kablam! 631 | rt_realloc!(rt_odd_10000bytes_1align_realloc, 10000- 1, 1); Oct 22 02:09:28.382 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:28.382 INFO kablam! | Oct 22 02:09:28.382 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.382 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.382 INFO kablam! | Oct 22 02:09:28.382 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.382 INFO kablam! | Oct 22 02:09:28.382 INFO kablam! Oct 22 02:09:28.383 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.383 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.383 INFO kablam! | Oct 22 02:09:28.383 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.383 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.383 INFO kablam! ... Oct 22 02:09:28.383 INFO kablam! 631 | rt_realloc!(rt_odd_10000bytes_1align_realloc, 10000- 1, 1); Oct 22 02:09:28.383 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:28.383 INFO kablam! | Oct 22 02:09:28.383 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.383 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.383 INFO kablam! | Oct 22 02:09:28.383 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.383 INFO kablam! | Oct 22 02:09:28.383 INFO kablam! Oct 22 02:09:28.383 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.383 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.383 INFO kablam! | Oct 22 02:09:28.383 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.383 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.383 INFO kablam! ... Oct 22 02:09:28.383 INFO kablam! 631 | rt_realloc!(rt_odd_10000bytes_1align_realloc, 10000- 1, 1); Oct 22 02:09:28.383 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:28.383 INFO kablam! | Oct 22 02:09:28.383 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.383 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.383 INFO kablam! | Oct 22 02:09:28.383 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.383 INFO kablam! | Oct 22 02:09:28.383 INFO kablam! Oct 22 02:09:28.383 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.383 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.383 INFO kablam! | Oct 22 02:09:28.383 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.383 INFO kablam! | ^^^^^ Oct 22 02:09:28.383 INFO kablam! ... Oct 22 02:09:28.383 INFO kablam! 644 | rt_realloc!(rt_odd_100000bytes_1align_realloc, 100000- 1, 1); Oct 22 02:09:28.383 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.385 INFO kablam! | Oct 22 02:09:28.385 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.385 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.385 INFO kablam! | Oct 22 02:09:28.385 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.385 INFO kablam! | Oct 22 02:09:28.385 INFO kablam! Oct 22 02:09:28.385 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.385 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.386 INFO kablam! | Oct 22 02:09:28.386 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.386 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.386 INFO kablam! ... Oct 22 02:09:28.386 INFO kablam! 644 | rt_realloc!(rt_odd_100000bytes_1align_realloc, 100000- 1, 1); Oct 22 02:09:28.386 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.386 INFO kablam! | Oct 22 02:09:28.386 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.386 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.386 INFO kablam! | Oct 22 02:09:28.386 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.386 INFO kablam! | Oct 22 02:09:28.386 INFO kablam! Oct 22 02:09:28.386 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.386 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.386 INFO kablam! | Oct 22 02:09:28.386 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.386 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.386 INFO kablam! ... Oct 22 02:09:28.386 INFO kablam! 644 | rt_realloc!(rt_odd_100000bytes_1align_realloc, 100000- 1, 1); Oct 22 02:09:28.386 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.386 INFO kablam! | Oct 22 02:09:28.386 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.386 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.386 INFO kablam! | Oct 22 02:09:28.386 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.386 INFO kablam! | Oct 22 02:09:28.386 INFO kablam! Oct 22 02:09:28.389 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.389 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.389 INFO kablam! | Oct 22 02:09:28.389 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.389 INFO kablam! | ^^^^^ Oct 22 02:09:28.389 INFO kablam! ... Oct 22 02:09:28.389 INFO kablam! 657 | rt_realloc!(rt_odd_1000000bytes_1align_realloc, 1000000- 1, 1); Oct 22 02:09:28.389 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.389 INFO kablam! | Oct 22 02:09:28.389 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.389 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.389 INFO kablam! | Oct 22 02:09:28.389 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.389 INFO kablam! | Oct 22 02:09:28.389 INFO kablam! Oct 22 02:09:28.389 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.389 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.389 INFO kablam! | Oct 22 02:09:28.389 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.389 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.389 INFO kablam! ... Oct 22 02:09:28.389 INFO kablam! 657 | rt_realloc!(rt_odd_1000000bytes_1align_realloc, 1000000- 1, 1); Oct 22 02:09:28.389 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.389 INFO kablam! | Oct 22 02:09:28.389 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.390 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.390 INFO kablam! | Oct 22 02:09:28.390 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.390 INFO kablam! | Oct 22 02:09:28.390 INFO kablam! Oct 22 02:09:28.390 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.390 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.390 INFO kablam! | Oct 22 02:09:28.390 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.390 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.390 INFO kablam! ... Oct 22 02:09:28.390 INFO kablam! 657 | rt_realloc!(rt_odd_1000000bytes_1align_realloc, 1000000- 1, 1); Oct 22 02:09:28.390 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.390 INFO kablam! | Oct 22 02:09:28.390 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.390 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.390 INFO kablam! | Oct 22 02:09:28.390 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.390 INFO kablam! | Oct 22 02:09:28.390 INFO kablam! Oct 22 02:09:28.390 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.390 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.390 INFO kablam! | Oct 22 02:09:28.390 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.390 INFO kablam! | ^^^^^ Oct 22 02:09:28.390 INFO kablam! ... Oct 22 02:09:28.390 INFO kablam! 671 | rt_realloc!(rt_primes_3bytes_1align_realloc, 3, 1); Oct 22 02:09:28.390 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.390 INFO kablam! | Oct 22 02:09:28.390 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.390 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.390 INFO kablam! | Oct 22 02:09:28.390 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.390 INFO kablam! | Oct 22 02:09:28.390 INFO kablam! Oct 22 02:09:28.390 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.390 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.390 INFO kablam! | Oct 22 02:09:28.390 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.390 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.390 INFO kablam! ... Oct 22 02:09:28.390 INFO kablam! 671 | rt_realloc!(rt_primes_3bytes_1align_realloc, 3, 1); Oct 22 02:09:28.390 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.390 INFO kablam! | Oct 22 02:09:28.390 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.390 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.390 INFO kablam! | Oct 22 02:09:28.390 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.390 INFO kablam! | Oct 22 02:09:28.390 INFO kablam! Oct 22 02:09:28.390 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.390 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.390 INFO kablam! | Oct 22 02:09:28.390 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.390 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.390 INFO kablam! ... Oct 22 02:09:28.390 INFO kablam! 671 | rt_realloc!(rt_primes_3bytes_1align_realloc, 3, 1); Oct 22 02:09:28.390 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.390 INFO kablam! | Oct 22 02:09:28.390 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.390 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.390 INFO kablam! | Oct 22 02:09:28.390 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.390 INFO kablam! | Oct 22 02:09:28.390 INFO kablam! Oct 22 02:09:28.390 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.390 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.390 INFO kablam! | Oct 22 02:09:28.390 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.390 INFO kablam! | ^^^^^ Oct 22 02:09:28.390 INFO kablam! ... Oct 22 02:09:28.390 INFO kablam! 684 | rt_realloc!(rt_primes_7bytes_1align_realloc, 7, 1); Oct 22 02:09:28.390 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.390 INFO kablam! | Oct 22 02:09:28.396 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.396 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.396 INFO kablam! | Oct 22 02:09:28.396 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.396 INFO kablam! | Oct 22 02:09:28.396 INFO kablam! Oct 22 02:09:28.396 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.396 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.396 INFO kablam! | Oct 22 02:09:28.396 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.396 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.396 INFO kablam! ... Oct 22 02:09:28.396 INFO kablam! 684 | rt_realloc!(rt_primes_7bytes_1align_realloc, 7, 1); Oct 22 02:09:28.396 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.396 INFO kablam! | Oct 22 02:09:28.396 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.396 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.396 INFO kablam! | Oct 22 02:09:28.396 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.396 INFO kablam! | Oct 22 02:09:28.396 INFO kablam! Oct 22 02:09:28.396 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.396 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.396 INFO kablam! | Oct 22 02:09:28.396 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.396 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.396 INFO kablam! ... Oct 22 02:09:28.396 INFO kablam! 684 | rt_realloc!(rt_primes_7bytes_1align_realloc, 7, 1); Oct 22 02:09:28.396 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.397 INFO kablam! | Oct 22 02:09:28.397 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.397 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.397 INFO kablam! | Oct 22 02:09:28.397 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.397 INFO kablam! | Oct 22 02:09:28.397 INFO kablam! Oct 22 02:09:28.397 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.397 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.397 INFO kablam! | Oct 22 02:09:28.397 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.397 INFO kablam! | ^^^^^ Oct 22 02:09:28.397 INFO kablam! ... Oct 22 02:09:28.397 INFO kablam! 697 | rt_realloc!(rt_primes_13bytes_1align_realloc, 13, 1); Oct 22 02:09:28.397 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.397 INFO kablam! | Oct 22 02:09:28.397 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.397 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.397 INFO kablam! | Oct 22 02:09:28.397 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.397 INFO kablam! | Oct 22 02:09:28.397 INFO kablam! Oct 22 02:09:28.397 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.397 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.397 INFO kablam! | Oct 22 02:09:28.397 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.397 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.397 INFO kablam! ... Oct 22 02:09:28.397 INFO kablam! 697 | rt_realloc!(rt_primes_13bytes_1align_realloc, 13, 1); Oct 22 02:09:28.397 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.397 INFO kablam! | Oct 22 02:09:28.397 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.397 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.397 INFO kablam! | Oct 22 02:09:28.397 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.397 INFO kablam! | Oct 22 02:09:28.397 INFO kablam! Oct 22 02:09:28.397 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.397 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.397 INFO kablam! | Oct 22 02:09:28.397 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.397 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.397 INFO kablam! ... Oct 22 02:09:28.397 INFO kablam! 697 | rt_realloc!(rt_primes_13bytes_1align_realloc, 13, 1); Oct 22 02:09:28.397 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.397 INFO kablam! | Oct 22 02:09:28.397 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.397 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.397 INFO kablam! | Oct 22 02:09:28.397 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.397 INFO kablam! | Oct 22 02:09:28.397 INFO kablam! Oct 22 02:09:28.397 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.397 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.397 INFO kablam! | Oct 22 02:09:28.397 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.397 INFO kablam! | ^^^^^ Oct 22 02:09:28.397 INFO kablam! ... Oct 22 02:09:28.397 INFO kablam! 710 | rt_realloc!(rt_primes_17bytes_1align_realloc, 17, 1); Oct 22 02:09:28.397 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.397 INFO kablam! | Oct 22 02:09:28.408 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.408 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.408 INFO kablam! | Oct 22 02:09:28.408 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.408 INFO kablam! | Oct 22 02:09:28.408 INFO kablam! Oct 22 02:09:28.408 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.408 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.408 INFO kablam! | Oct 22 02:09:28.408 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.408 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.408 INFO kablam! ... Oct 22 02:09:28.408 INFO kablam! 710 | rt_realloc!(rt_primes_17bytes_1align_realloc, 17, 1); Oct 22 02:09:28.408 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.408 INFO kablam! | Oct 22 02:09:28.408 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.408 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.408 INFO kablam! | Oct 22 02:09:28.408 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.408 INFO kablam! | Oct 22 02:09:28.408 INFO kablam! Oct 22 02:09:28.408 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.408 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.408 INFO kablam! | Oct 22 02:09:28.408 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.408 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.408 INFO kablam! ... Oct 22 02:09:28.408 INFO kablam! 710 | rt_realloc!(rt_primes_17bytes_1align_realloc, 17, 1); Oct 22 02:09:28.408 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.408 INFO kablam! | Oct 22 02:09:28.409 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.409 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.409 INFO kablam! | Oct 22 02:09:28.409 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.409 INFO kablam! | Oct 22 02:09:28.409 INFO kablam! Oct 22 02:09:28.409 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.409 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.409 INFO kablam! | Oct 22 02:09:28.409 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.409 INFO kablam! | ^^^^^ Oct 22 02:09:28.409 INFO kablam! ... Oct 22 02:09:28.409 INFO kablam! 723 | rt_realloc!(rt_primes_31bytes_1align_realloc, 31, 1); Oct 22 02:09:28.409 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.409 INFO kablam! | Oct 22 02:09:28.409 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.409 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.409 INFO kablam! | Oct 22 02:09:28.409 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.409 INFO kablam! | Oct 22 02:09:28.409 INFO kablam! Oct 22 02:09:28.409 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.409 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.409 INFO kablam! | Oct 22 02:09:28.409 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.409 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.409 INFO kablam! ... Oct 22 02:09:28.409 INFO kablam! 723 | rt_realloc!(rt_primes_31bytes_1align_realloc, 31, 1); Oct 22 02:09:28.409 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.409 INFO kablam! | Oct 22 02:09:28.409 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.409 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.409 INFO kablam! | Oct 22 02:09:28.409 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.409 INFO kablam! | Oct 22 02:09:28.409 INFO kablam! Oct 22 02:09:28.409 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.409 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.409 INFO kablam! | Oct 22 02:09:28.409 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.409 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.409 INFO kablam! ... Oct 22 02:09:28.409 INFO kablam! 723 | rt_realloc!(rt_primes_31bytes_1align_realloc, 31, 1); Oct 22 02:09:28.409 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.409 INFO kablam! | Oct 22 02:09:28.409 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.409 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.409 INFO kablam! | Oct 22 02:09:28.409 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.409 INFO kablam! | Oct 22 02:09:28.409 INFO kablam! Oct 22 02:09:28.409 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.409 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.409 INFO kablam! | Oct 22 02:09:28.409 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.409 INFO kablam! | ^^^^^ Oct 22 02:09:28.409 INFO kablam! ... Oct 22 02:09:28.409 INFO kablam! 736 | rt_realloc!(rt_primes_61bytes_1align_realloc, 61, 1); Oct 22 02:09:28.409 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.409 INFO kablam! | Oct 22 02:09:28.409 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.409 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.409 INFO kablam! | Oct 22 02:09:28.409 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.409 INFO kablam! | Oct 22 02:09:28.409 INFO kablam! Oct 22 02:09:28.409 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.409 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.409 INFO kablam! | Oct 22 02:09:28.409 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.409 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.409 INFO kablam! ... Oct 22 02:09:28.409 INFO kablam! 736 | rt_realloc!(rt_primes_61bytes_1align_realloc, 61, 1); Oct 22 02:09:28.409 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.409 INFO kablam! | Oct 22 02:09:28.409 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.409 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.409 INFO kablam! | Oct 22 02:09:28.409 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.409 INFO kablam! | Oct 22 02:09:28.409 INFO kablam! Oct 22 02:09:28.409 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.409 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.409 INFO kablam! | Oct 22 02:09:28.409 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.410 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.410 INFO kablam! ... Oct 22 02:09:28.410 INFO kablam! 736 | rt_realloc!(rt_primes_61bytes_1align_realloc, 61, 1); Oct 22 02:09:28.410 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.410 INFO kablam! | Oct 22 02:09:28.410 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.410 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.410 INFO kablam! | Oct 22 02:09:28.410 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.410 INFO kablam! | Oct 22 02:09:28.410 INFO kablam! Oct 22 02:09:28.410 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.410 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.410 INFO kablam! | Oct 22 02:09:28.410 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.410 INFO kablam! | ^^^^^ Oct 22 02:09:28.410 INFO kablam! ... Oct 22 02:09:28.410 INFO kablam! 749 | rt_realloc!(rt_primes_96bytes_1align_realloc, 96, 1); Oct 22 02:09:28.410 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.410 INFO kablam! | Oct 22 02:09:28.410 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.410 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.410 INFO kablam! | Oct 22 02:09:28.410 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.410 INFO kablam! | Oct 22 02:09:28.410 INFO kablam! Oct 22 02:09:28.410 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.410 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.410 INFO kablam! | Oct 22 02:09:28.410 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.410 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.410 INFO kablam! ... Oct 22 02:09:28.410 INFO kablam! 749 | rt_realloc!(rt_primes_96bytes_1align_realloc, 96, 1); Oct 22 02:09:28.410 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.410 INFO kablam! | Oct 22 02:09:28.410 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.410 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.410 INFO kablam! | Oct 22 02:09:28.410 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.410 INFO kablam! | Oct 22 02:09:28.410 INFO kablam! Oct 22 02:09:28.410 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.410 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.410 INFO kablam! | Oct 22 02:09:28.410 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.410 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.410 INFO kablam! ... Oct 22 02:09:28.410 INFO kablam! 749 | rt_realloc!(rt_primes_96bytes_1align_realloc, 96, 1); Oct 22 02:09:28.410 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.410 INFO kablam! | Oct 22 02:09:28.410 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.410 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.410 INFO kablam! | Oct 22 02:09:28.410 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.410 INFO kablam! | Oct 22 02:09:28.410 INFO kablam! Oct 22 02:09:28.413 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.413 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.413 INFO kablam! | Oct 22 02:09:28.413 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.413 INFO kablam! | ^^^^^ Oct 22 02:09:28.413 INFO kablam! ... Oct 22 02:09:28.413 INFO kablam! 762 | rt_realloc!(rt_primes_127bytes_1align_realloc, 127, 1); Oct 22 02:09:28.413 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.413 INFO kablam! | Oct 22 02:09:28.413 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.413 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.413 INFO kablam! | Oct 22 02:09:28.413 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.413 INFO kablam! | Oct 22 02:09:28.413 INFO kablam! Oct 22 02:09:28.413 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.413 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.413 INFO kablam! | Oct 22 02:09:28.413 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.413 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.413 INFO kablam! ... Oct 22 02:09:28.413 INFO kablam! 762 | rt_realloc!(rt_primes_127bytes_1align_realloc, 127, 1); Oct 22 02:09:28.413 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.413 INFO kablam! | Oct 22 02:09:28.414 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.414 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.414 INFO kablam! | Oct 22 02:09:28.414 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.414 INFO kablam! | Oct 22 02:09:28.414 INFO kablam! Oct 22 02:09:28.414 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.414 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.414 INFO kablam! | Oct 22 02:09:28.414 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.414 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.414 INFO kablam! ... Oct 22 02:09:28.414 INFO kablam! 762 | rt_realloc!(rt_primes_127bytes_1align_realloc, 127, 1); Oct 22 02:09:28.414 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.414 INFO kablam! | Oct 22 02:09:28.414 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.414 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.414 INFO kablam! | Oct 22 02:09:28.414 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.414 INFO kablam! | Oct 22 02:09:28.414 INFO kablam! Oct 22 02:09:28.414 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.414 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.414 INFO kablam! | Oct 22 02:09:28.414 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.414 INFO kablam! | ^^^^^ Oct 22 02:09:28.414 INFO kablam! ... Oct 22 02:09:28.414 INFO kablam! 775 | rt_realloc!(rt_primes_257bytes_1align_realloc, 257, 1); Oct 22 02:09:28.414 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.414 INFO kablam! | Oct 22 02:09:28.414 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.414 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.414 INFO kablam! | Oct 22 02:09:28.414 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.414 INFO kablam! | Oct 22 02:09:28.414 INFO kablam! Oct 22 02:09:28.414 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.414 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.414 INFO kablam! | Oct 22 02:09:28.414 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.414 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.414 INFO kablam! ... Oct 22 02:09:28.414 INFO kablam! 775 | rt_realloc!(rt_primes_257bytes_1align_realloc, 257, 1); Oct 22 02:09:28.414 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.414 INFO kablam! | Oct 22 02:09:28.414 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.414 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.414 INFO kablam! | Oct 22 02:09:28.414 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.414 INFO kablam! | Oct 22 02:09:28.414 INFO kablam! Oct 22 02:09:28.414 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.414 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.414 INFO kablam! | Oct 22 02:09:28.414 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.414 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.414 INFO kablam! ... Oct 22 02:09:28.414 INFO kablam! 775 | rt_realloc!(rt_primes_257bytes_1align_realloc, 257, 1); Oct 22 02:09:28.414 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.414 INFO kablam! | Oct 22 02:09:28.414 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.414 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.414 INFO kablam! | Oct 22 02:09:28.414 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.414 INFO kablam! | Oct 22 02:09:28.414 INFO kablam! Oct 22 02:09:28.422 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.422 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.422 INFO kablam! | Oct 22 02:09:28.422 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.422 INFO kablam! | ^^^^^ Oct 22 02:09:28.422 INFO kablam! ... Oct 22 02:09:28.422 INFO kablam! 788 | rt_realloc!(rt_primes_509bytes_1align_realloc, 509, 1); Oct 22 02:09:28.422 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.422 INFO kablam! | Oct 22 02:09:28.422 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.422 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.422 INFO kablam! | Oct 22 02:09:28.422 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.422 INFO kablam! | Oct 22 02:09:28.422 INFO kablam! Oct 22 02:09:28.422 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.422 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.422 INFO kablam! | Oct 22 02:09:28.422 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.422 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.422 INFO kablam! ... Oct 22 02:09:28.422 INFO kablam! 788 | rt_realloc!(rt_primes_509bytes_1align_realloc, 509, 1); Oct 22 02:09:28.422 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.422 INFO kablam! | Oct 22 02:09:28.422 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.422 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.422 INFO kablam! | Oct 22 02:09:28.422 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.422 INFO kablam! | Oct 22 02:09:28.422 INFO kablam! Oct 22 02:09:28.422 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.422 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.422 INFO kablam! | Oct 22 02:09:28.422 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.422 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.422 INFO kablam! ... Oct 22 02:09:28.422 INFO kablam! 788 | rt_realloc!(rt_primes_509bytes_1align_realloc, 509, 1); Oct 22 02:09:28.422 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.422 INFO kablam! | Oct 22 02:09:28.422 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.422 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.422 INFO kablam! | Oct 22 02:09:28.422 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.422 INFO kablam! | Oct 22 02:09:28.422 INFO kablam! Oct 22 02:09:28.422 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.422 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.422 INFO kablam! | Oct 22 02:09:28.422 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.422 INFO kablam! | ^^^^^ Oct 22 02:09:28.422 INFO kablam! ... Oct 22 02:09:28.422 INFO kablam! 801 | rt_realloc!(rt_primes_1021bytes_1align_realloc, 1021, 1); Oct 22 02:09:28.422 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.422 INFO kablam! | Oct 22 02:09:28.422 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.422 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.422 INFO kablam! | Oct 22 02:09:28.422 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.422 INFO kablam! | Oct 22 02:09:28.422 INFO kablam! Oct 22 02:09:28.422 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.422 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.422 INFO kablam! | Oct 22 02:09:28.422 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.423 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.423 INFO kablam! ... Oct 22 02:09:28.423 INFO kablam! 801 | rt_realloc!(rt_primes_1021bytes_1align_realloc, 1021, 1); Oct 22 02:09:28.423 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.423 INFO kablam! | Oct 22 02:09:28.423 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.423 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.423 INFO kablam! | Oct 22 02:09:28.423 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.423 INFO kablam! | Oct 22 02:09:28.423 INFO kablam! Oct 22 02:09:28.423 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.423 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.423 INFO kablam! | Oct 22 02:09:28.423 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.423 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.423 INFO kablam! ... Oct 22 02:09:28.423 INFO kablam! 801 | rt_realloc!(rt_primes_1021bytes_1align_realloc, 1021, 1); Oct 22 02:09:28.423 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.423 INFO kablam! | Oct 22 02:09:28.423 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.423 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.423 INFO kablam! | Oct 22 02:09:28.423 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.423 INFO kablam! | Oct 22 02:09:28.423 INFO kablam! Oct 22 02:09:28.423 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.423 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.423 INFO kablam! | Oct 22 02:09:28.423 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.423 INFO kablam! | ^^^^^ Oct 22 02:09:28.423 INFO kablam! ... Oct 22 02:09:28.423 INFO kablam! 814 | rt_realloc!(rt_primes_2039bytes_1align_realloc, 2039, 1); Oct 22 02:09:28.423 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.423 INFO kablam! | Oct 22 02:09:28.423 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.423 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.423 INFO kablam! | Oct 22 02:09:28.423 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.423 INFO kablam! | Oct 22 02:09:28.423 INFO kablam! Oct 22 02:09:28.423 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.423 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.423 INFO kablam! | Oct 22 02:09:28.423 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.423 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.423 INFO kablam! ... Oct 22 02:09:28.423 INFO kablam! 814 | rt_realloc!(rt_primes_2039bytes_1align_realloc, 2039, 1); Oct 22 02:09:28.423 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.423 INFO kablam! | Oct 22 02:09:28.423 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.423 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.423 INFO kablam! | Oct 22 02:09:28.423 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.423 INFO kablam! | Oct 22 02:09:28.423 INFO kablam! Oct 22 02:09:28.423 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.423 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.423 INFO kablam! | Oct 22 02:09:28.423 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.423 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.423 INFO kablam! ... Oct 22 02:09:28.424 INFO kablam! 814 | rt_realloc!(rt_primes_2039bytes_1align_realloc, 2039, 1); Oct 22 02:09:28.424 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.424 INFO kablam! | Oct 22 02:09:28.424 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.424 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.424 INFO kablam! | Oct 22 02:09:28.424 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.424 INFO kablam! | Oct 22 02:09:28.424 INFO kablam! Oct 22 02:09:28.428 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.428 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.428 INFO kablam! | Oct 22 02:09:28.428 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.428 INFO kablam! | ^^^^^ Oct 22 02:09:28.428 INFO kablam! ... Oct 22 02:09:28.428 INFO kablam! 827 | rt_realloc!(rt_primes_4093bytes_1align_realloc, 4093, 1); Oct 22 02:09:28.428 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.428 INFO kablam! | Oct 22 02:09:28.428 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.428 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.428 INFO kablam! | Oct 22 02:09:28.428 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.428 INFO kablam! | Oct 22 02:09:28.428 INFO kablam! Oct 22 02:09:28.428 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.428 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.428 INFO kablam! | Oct 22 02:09:28.428 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.428 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.428 INFO kablam! ... Oct 22 02:09:28.428 INFO kablam! 827 | rt_realloc!(rt_primes_4093bytes_1align_realloc, 4093, 1); Oct 22 02:09:28.428 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.428 INFO kablam! | Oct 22 02:09:28.428 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.428 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.428 INFO kablam! | Oct 22 02:09:28.428 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.428 INFO kablam! | Oct 22 02:09:28.428 INFO kablam! Oct 22 02:09:28.428 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.428 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.428 INFO kablam! | Oct 22 02:09:28.428 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.428 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.428 INFO kablam! ... Oct 22 02:09:28.428 INFO kablam! 827 | rt_realloc!(rt_primes_4093bytes_1align_realloc, 4093, 1); Oct 22 02:09:28.428 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.428 INFO kablam! | Oct 22 02:09:28.428 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.428 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.428 INFO kablam! | Oct 22 02:09:28.428 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.428 INFO kablam! | Oct 22 02:09:28.428 INFO kablam! Oct 22 02:09:28.432 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.432 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.432 INFO kablam! | Oct 22 02:09:28.432 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.432 INFO kablam! | ^^^^^ Oct 22 02:09:28.432 INFO kablam! ... Oct 22 02:09:28.432 INFO kablam! 840 | rt_realloc!(rt_primes_8191bytes_1align_realloc, 8191, 1); Oct 22 02:09:28.432 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.432 INFO kablam! | Oct 22 02:09:28.432 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.432 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.432 INFO kablam! | Oct 22 02:09:28.432 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.432 INFO kablam! | Oct 22 02:09:28.432 INFO kablam! Oct 22 02:09:28.432 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.432 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.432 INFO kablam! | Oct 22 02:09:28.432 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.432 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.433 INFO kablam! ... Oct 22 02:09:28.433 INFO kablam! 840 | rt_realloc!(rt_primes_8191bytes_1align_realloc, 8191, 1); Oct 22 02:09:28.433 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.433 INFO kablam! | Oct 22 02:09:28.433 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.433 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.433 INFO kablam! | Oct 22 02:09:28.433 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.433 INFO kablam! | Oct 22 02:09:28.433 INFO kablam! Oct 22 02:09:28.433 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.433 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.433 INFO kablam! | Oct 22 02:09:28.433 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.433 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.433 INFO kablam! ... Oct 22 02:09:28.433 INFO kablam! 840 | rt_realloc!(rt_primes_8191bytes_1align_realloc, 8191, 1); Oct 22 02:09:28.433 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.433 INFO kablam! | Oct 22 02:09:28.433 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.433 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.433 INFO kablam! | Oct 22 02:09:28.433 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.433 INFO kablam! | Oct 22 02:09:28.433 INFO kablam! Oct 22 02:09:28.433 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.433 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.433 INFO kablam! | Oct 22 02:09:28.433 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.433 INFO kablam! | ^^^^^ Oct 22 02:09:28.433 INFO kablam! ... Oct 22 02:09:28.433 INFO kablam! 853 | rt_realloc!(rt_primes_16381bytes_1align_realloc, 16381, 1); Oct 22 02:09:28.433 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:28.433 INFO kablam! | Oct 22 02:09:28.433 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.433 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.433 INFO kablam! | Oct 22 02:09:28.433 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.433 INFO kablam! | Oct 22 02:09:28.433 INFO kablam! Oct 22 02:09:28.433 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.433 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.433 INFO kablam! | Oct 22 02:09:28.433 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.433 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.433 INFO kablam! ... Oct 22 02:09:28.433 INFO kablam! 853 | rt_realloc!(rt_primes_16381bytes_1align_realloc, 16381, 1); Oct 22 02:09:28.433 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:28.433 INFO kablam! | Oct 22 02:09:28.433 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.433 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.433 INFO kablam! | Oct 22 02:09:28.433 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.433 INFO kablam! | Oct 22 02:09:28.433 INFO kablam! Oct 22 02:09:28.433 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.433 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.433 INFO kablam! | Oct 22 02:09:28.433 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.433 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.433 INFO kablam! ... Oct 22 02:09:28.433 INFO kablam! 853 | rt_realloc!(rt_primes_16381bytes_1align_realloc, 16381, 1); Oct 22 02:09:28.433 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:28.433 INFO kablam! | Oct 22 02:09:28.433 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.433 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.433 INFO kablam! | Oct 22 02:09:28.433 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.433 INFO kablam! | Oct 22 02:09:28.433 INFO kablam! Oct 22 02:09:28.440 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.440 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.440 INFO kablam! | Oct 22 02:09:28.440 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.440 INFO kablam! | ^^^^^ Oct 22 02:09:28.440 INFO kablam! ... Oct 22 02:09:28.440 INFO kablam! 866 | rt_realloc!(rt_primes_32749bytes_1align_realloc, 32749, 1); Oct 22 02:09:28.440 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:28.440 INFO kablam! | Oct 22 02:09:28.440 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.440 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.440 INFO kablam! | Oct 22 02:09:28.440 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.440 INFO kablam! | Oct 22 02:09:28.440 INFO kablam! Oct 22 02:09:28.440 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.441 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.441 INFO kablam! | Oct 22 02:09:28.441 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.441 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.441 INFO kablam! ... Oct 22 02:09:28.441 INFO kablam! 866 | rt_realloc!(rt_primes_32749bytes_1align_realloc, 32749, 1); Oct 22 02:09:28.441 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:28.441 INFO kablam! | Oct 22 02:09:28.441 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.441 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.441 INFO kablam! | Oct 22 02:09:28.441 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.441 INFO kablam! | Oct 22 02:09:28.441 INFO kablam! Oct 22 02:09:28.441 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.441 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.441 INFO kablam! | Oct 22 02:09:28.441 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.441 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.441 INFO kablam! ... Oct 22 02:09:28.441 INFO kablam! 866 | rt_realloc!(rt_primes_32749bytes_1align_realloc, 32749, 1); Oct 22 02:09:28.441 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:28.441 INFO kablam! | Oct 22 02:09:28.441 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.441 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.441 INFO kablam! | Oct 22 02:09:28.441 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.441 INFO kablam! | Oct 22 02:09:28.441 INFO kablam! Oct 22 02:09:28.441 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.441 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.441 INFO kablam! | Oct 22 02:09:28.441 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.441 INFO kablam! | ^^^^^ Oct 22 02:09:28.441 INFO kablam! ... Oct 22 02:09:28.441 INFO kablam! 879 | rt_realloc!(rt_primes_65537bytes_1align_realloc, 65537, 1); Oct 22 02:09:28.441 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:28.441 INFO kablam! | Oct 22 02:09:28.441 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.441 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.441 INFO kablam! | Oct 22 02:09:28.441 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.441 INFO kablam! | Oct 22 02:09:28.441 INFO kablam! Oct 22 02:09:28.441 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.441 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.441 INFO kablam! | Oct 22 02:09:28.441 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.441 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.441 INFO kablam! ... Oct 22 02:09:28.441 INFO kablam! 879 | rt_realloc!(rt_primes_65537bytes_1align_realloc, 65537, 1); Oct 22 02:09:28.441 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:28.441 INFO kablam! | Oct 22 02:09:28.441 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.441 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.441 INFO kablam! | Oct 22 02:09:28.441 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.441 INFO kablam! | Oct 22 02:09:28.441 INFO kablam! Oct 22 02:09:28.441 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.441 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.441 INFO kablam! | Oct 22 02:09:28.441 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.441 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.441 INFO kablam! ... Oct 22 02:09:28.441 INFO kablam! 879 | rt_realloc!(rt_primes_65537bytes_1align_realloc, 65537, 1); Oct 22 02:09:28.441 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:28.441 INFO kablam! | Oct 22 02:09:28.441 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.441 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.441 INFO kablam! | Oct 22 02:09:28.441 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.441 INFO kablam! | Oct 22 02:09:28.441 INFO kablam! Oct 22 02:09:28.441 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.441 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.441 INFO kablam! | Oct 22 02:09:28.441 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.441 INFO kablam! | ^^^^^ Oct 22 02:09:28.441 INFO kablam! ... Oct 22 02:09:28.441 INFO kablam! 892 | rt_realloc!(rt_primes_131071bytes_1align_realloc, 131071, 1); Oct 22 02:09:28.441 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.441 INFO kablam! | Oct 22 02:09:28.441 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.441 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.441 INFO kablam! | Oct 22 02:09:28.441 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.442 INFO kablam! | Oct 22 02:09:28.442 INFO kablam! Oct 22 02:09:28.442 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.442 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.442 INFO kablam! | Oct 22 02:09:28.442 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.442 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.442 INFO kablam! ... Oct 22 02:09:28.442 INFO kablam! 892 | rt_realloc!(rt_primes_131071bytes_1align_realloc, 131071, 1); Oct 22 02:09:28.442 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.442 INFO kablam! | Oct 22 02:09:28.442 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.442 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.442 INFO kablam! | Oct 22 02:09:28.442 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.442 INFO kablam! | Oct 22 02:09:28.442 INFO kablam! Oct 22 02:09:28.442 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.442 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.442 INFO kablam! | Oct 22 02:09:28.442 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.442 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.442 INFO kablam! ... Oct 22 02:09:28.442 INFO kablam! 892 | rt_realloc!(rt_primes_131071bytes_1align_realloc, 131071, 1); Oct 22 02:09:28.442 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.442 INFO kablam! | Oct 22 02:09:28.442 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.442 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.442 INFO kablam! | Oct 22 02:09:28.442 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.442 INFO kablam! | Oct 22 02:09:28.442 INFO kablam! Oct 22 02:09:28.453 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.453 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.453 INFO kablam! | Oct 22 02:09:28.453 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.453 INFO kablam! | ^^^^^ Oct 22 02:09:28.453 INFO kablam! ... Oct 22 02:09:28.453 INFO kablam! 905 | rt_realloc!(rt_primes_4194301bytes_1align_realloc, 4194301, 1); Oct 22 02:09:28.453 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.453 INFO kablam! | Oct 22 02:09:28.453 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.453 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.453 INFO kablam! | Oct 22 02:09:28.453 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.453 INFO kablam! | Oct 22 02:09:28.453 INFO kablam! Oct 22 02:09:28.453 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.453 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.453 INFO kablam! | Oct 22 02:09:28.453 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.453 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.453 INFO kablam! ... Oct 22 02:09:28.453 INFO kablam! 905 | rt_realloc!(rt_primes_4194301bytes_1align_realloc, 4194301, 1); Oct 22 02:09:28.453 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.454 INFO kablam! | Oct 22 02:09:28.454 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.454 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.454 INFO kablam! | Oct 22 02:09:28.454 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.454 INFO kablam! | Oct 22 02:09:28.454 INFO kablam! Oct 22 02:09:28.454 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.454 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.454 INFO kablam! | Oct 22 02:09:28.454 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.454 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.454 INFO kablam! ... Oct 22 02:09:28.454 INFO kablam! 905 | rt_realloc!(rt_primes_4194301bytes_1align_realloc, 4194301, 1); Oct 22 02:09:28.454 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.454 INFO kablam! | Oct 22 02:09:28.454 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.454 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.454 INFO kablam! | Oct 22 02:09:28.454 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.454 INFO kablam! | Oct 22 02:09:28.454 INFO kablam! Oct 22 02:09:28.454 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.454 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.454 INFO kablam! | Oct 22 02:09:28.454 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.454 INFO kablam! | ^^^^^ Oct 22 02:09:28.454 INFO kablam! ... Oct 22 02:09:28.454 INFO kablam! 921 | rt_realloc!(rt_pow2_1bytes_2align_realloc, 1, 2); Oct 22 02:09:28.454 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 22 02:09:28.454 INFO kablam! | Oct 22 02:09:28.454 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.454 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.454 INFO kablam! | Oct 22 02:09:28.454 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.454 INFO kablam! | Oct 22 02:09:28.454 INFO kablam! Oct 22 02:09:28.454 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.454 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.454 INFO kablam! | Oct 22 02:09:28.454 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.454 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.454 INFO kablam! ... Oct 22 02:09:28.454 INFO kablam! 921 | rt_realloc!(rt_pow2_1bytes_2align_realloc, 1, 2); Oct 22 02:09:28.454 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 22 02:09:28.454 INFO kablam! | Oct 22 02:09:28.454 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.454 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.454 INFO kablam! | Oct 22 02:09:28.454 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.454 INFO kablam! | Oct 22 02:09:28.454 INFO kablam! Oct 22 02:09:28.454 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.454 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.454 INFO kablam! | Oct 22 02:09:28.454 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.454 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.454 INFO kablam! ... Oct 22 02:09:28.454 INFO kablam! 921 | rt_realloc!(rt_pow2_1bytes_2align_realloc, 1, 2); Oct 22 02:09:28.454 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 22 02:09:28.454 INFO kablam! | Oct 22 02:09:28.454 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.454 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.454 INFO kablam! | Oct 22 02:09:28.454 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.454 INFO kablam! | Oct 22 02:09:28.454 INFO kablam! Oct 22 02:09:28.454 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.454 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.454 INFO kablam! | Oct 22 02:09:28.454 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.454 INFO kablam! | ^^^^^ Oct 22 02:09:28.454 INFO kablam! ... Oct 22 02:09:28.454 INFO kablam! 934 | rt_realloc!(rt_pow2_2bytes_2align_realloc, 2, 2); Oct 22 02:09:28.454 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 22 02:09:28.454 INFO kablam! | Oct 22 02:09:28.454 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.454 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.454 INFO kablam! | Oct 22 02:09:28.454 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.454 INFO kablam! | Oct 22 02:09:28.454 INFO kablam! Oct 22 02:09:28.454 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.454 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.455 INFO kablam! | Oct 22 02:09:28.455 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.455 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.455 INFO kablam! ... Oct 22 02:09:28.455 INFO kablam! 934 | rt_realloc!(rt_pow2_2bytes_2align_realloc, 2, 2); Oct 22 02:09:28.455 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 22 02:09:28.455 INFO kablam! | Oct 22 02:09:28.455 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.455 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.455 INFO kablam! | Oct 22 02:09:28.455 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.455 INFO kablam! | Oct 22 02:09:28.455 INFO kablam! Oct 22 02:09:28.455 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.455 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.455 INFO kablam! | Oct 22 02:09:28.455 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.455 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.455 INFO kablam! ... Oct 22 02:09:28.455 INFO kablam! 934 | rt_realloc!(rt_pow2_2bytes_2align_realloc, 2, 2); Oct 22 02:09:28.455 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 22 02:09:28.455 INFO kablam! | Oct 22 02:09:28.455 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.455 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.455 INFO kablam! | Oct 22 02:09:28.455 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.455 INFO kablam! | Oct 22 02:09:28.455 INFO kablam! Oct 22 02:09:28.455 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.455 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.455 INFO kablam! | Oct 22 02:09:28.455 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.455 INFO kablam! | ^^^^^ Oct 22 02:09:28.455 INFO kablam! ... Oct 22 02:09:28.455 INFO kablam! 947 | rt_realloc!(rt_pow2_4bytes_2align_realloc, 4, 2); Oct 22 02:09:28.455 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 22 02:09:28.455 INFO kablam! | Oct 22 02:09:28.455 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.455 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.455 INFO kablam! | Oct 22 02:09:28.455 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.455 INFO kablam! | Oct 22 02:09:28.455 INFO kablam! Oct 22 02:09:28.455 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.455 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.455 INFO kablam! | Oct 22 02:09:28.455 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.455 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.455 INFO kablam! ... Oct 22 02:09:28.455 INFO kablam! 947 | rt_realloc!(rt_pow2_4bytes_2align_realloc, 4, 2); Oct 22 02:09:28.455 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 22 02:09:28.455 INFO kablam! | Oct 22 02:09:28.455 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.455 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.455 INFO kablam! | Oct 22 02:09:28.455 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.455 INFO kablam! | Oct 22 02:09:28.455 INFO kablam! Oct 22 02:09:28.455 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.455 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.455 INFO kablam! | Oct 22 02:09:28.455 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.455 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.455 INFO kablam! ... Oct 22 02:09:28.455 INFO kablam! 947 | rt_realloc!(rt_pow2_4bytes_2align_realloc, 4, 2); Oct 22 02:09:28.455 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 22 02:09:28.456 INFO kablam! | Oct 22 02:09:28.456 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.456 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.456 INFO kablam! | Oct 22 02:09:28.456 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.456 INFO kablam! | Oct 22 02:09:28.456 INFO kablam! Oct 22 02:09:28.456 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.456 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.456 INFO kablam! | Oct 22 02:09:28.456 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.456 INFO kablam! | ^^^^^ Oct 22 02:09:28.456 INFO kablam! ... Oct 22 02:09:28.456 INFO kablam! 960 | rt_realloc!(rt_pow2_8bytes_2align_realloc, 8, 2); Oct 22 02:09:28.456 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 22 02:09:28.456 INFO kablam! | Oct 22 02:09:28.456 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.456 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.456 INFO kablam! | Oct 22 02:09:28.456 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.456 INFO kablam! | Oct 22 02:09:28.456 INFO kablam! Oct 22 02:09:28.456 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.456 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.456 INFO kablam! | Oct 22 02:09:28.456 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.456 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.456 INFO kablam! ... Oct 22 02:09:28.456 INFO kablam! 960 | rt_realloc!(rt_pow2_8bytes_2align_realloc, 8, 2); Oct 22 02:09:28.456 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 22 02:09:28.456 INFO kablam! | Oct 22 02:09:28.456 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.456 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.456 INFO kablam! | Oct 22 02:09:28.456 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.456 INFO kablam! | Oct 22 02:09:28.456 INFO kablam! Oct 22 02:09:28.464 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.464 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.464 INFO kablam! | Oct 22 02:09:28.464 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.464 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.464 INFO kablam! ... Oct 22 02:09:28.464 INFO kablam! 960 | rt_realloc!(rt_pow2_8bytes_2align_realloc, 8, 2); Oct 22 02:09:28.464 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 22 02:09:28.464 INFO kablam! | Oct 22 02:09:28.464 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.464 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.464 INFO kablam! | Oct 22 02:09:28.464 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.464 INFO kablam! | Oct 22 02:09:28.464 INFO kablam! Oct 22 02:09:28.464 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.464 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.464 INFO kablam! | Oct 22 02:09:28.464 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.464 INFO kablam! | ^^^^^ Oct 22 02:09:28.464 INFO kablam! ... Oct 22 02:09:28.464 INFO kablam! 973 | rt_realloc!(rt_pow2_16bytes_2align_realloc, 16, 2); Oct 22 02:09:28.464 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.464 INFO kablam! | Oct 22 02:09:28.464 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.464 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.464 INFO kablam! | Oct 22 02:09:28.464 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.464 INFO kablam! | Oct 22 02:09:28.464 INFO kablam! Oct 22 02:09:28.464 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.464 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.464 INFO kablam! | Oct 22 02:09:28.464 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.464 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.464 INFO kablam! ... Oct 22 02:09:28.464 INFO kablam! 973 | rt_realloc!(rt_pow2_16bytes_2align_realloc, 16, 2); Oct 22 02:09:28.464 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.464 INFO kablam! | Oct 22 02:09:28.464 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.464 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.464 INFO kablam! | Oct 22 02:09:28.464 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.464 INFO kablam! | Oct 22 02:09:28.464 INFO kablam! Oct 22 02:09:28.464 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.464 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.464 INFO kablam! | Oct 22 02:09:28.464 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.465 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.465 INFO kablam! ... Oct 22 02:09:28.465 INFO kablam! 973 | rt_realloc!(rt_pow2_16bytes_2align_realloc, 16, 2); Oct 22 02:09:28.465 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.465 INFO kablam! | Oct 22 02:09:28.465 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.465 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.465 INFO kablam! | Oct 22 02:09:28.465 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.465 INFO kablam! | Oct 22 02:09:28.465 INFO kablam! Oct 22 02:09:28.465 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.465 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.465 INFO kablam! | Oct 22 02:09:28.465 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.465 INFO kablam! | ^^^^^ Oct 22 02:09:28.465 INFO kablam! ... Oct 22 02:09:28.465 INFO kablam! 986 | rt_realloc!(rt_pow2_32bytes_2align_realloc, 32, 2); Oct 22 02:09:28.465 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.465 INFO kablam! | Oct 22 02:09:28.465 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.465 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.465 INFO kablam! | Oct 22 02:09:28.465 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.465 INFO kablam! | Oct 22 02:09:28.465 INFO kablam! Oct 22 02:09:28.465 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.465 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.465 INFO kablam! | Oct 22 02:09:28.465 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.465 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.465 INFO kablam! ... Oct 22 02:09:28.465 INFO kablam! 986 | rt_realloc!(rt_pow2_32bytes_2align_realloc, 32, 2); Oct 22 02:09:28.465 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.465 INFO kablam! | Oct 22 02:09:28.465 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.465 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.465 INFO kablam! | Oct 22 02:09:28.465 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.465 INFO kablam! | Oct 22 02:09:28.465 INFO kablam! Oct 22 02:09:28.465 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.465 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.465 INFO kablam! | Oct 22 02:09:28.465 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.465 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.465 INFO kablam! ... Oct 22 02:09:28.465 INFO kablam! 986 | rt_realloc!(rt_pow2_32bytes_2align_realloc, 32, 2); Oct 22 02:09:28.465 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.465 INFO kablam! | Oct 22 02:09:28.465 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.465 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.465 INFO kablam! | Oct 22 02:09:28.465 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.465 INFO kablam! | Oct 22 02:09:28.465 INFO kablam! Oct 22 02:09:28.465 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.465 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.465 INFO kablam! | Oct 22 02:09:28.465 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.465 INFO kablam! | ^^^^^ Oct 22 02:09:28.465 INFO kablam! ... Oct 22 02:09:28.465 INFO kablam! 999 | rt_realloc!(rt_pow2_64bytes_2align_realloc, 64, 2); Oct 22 02:09:28.465 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.465 INFO kablam! | Oct 22 02:09:28.465 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.465 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.465 INFO kablam! | Oct 22 02:09:28.465 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.465 INFO kablam! | Oct 22 02:09:28.465 INFO kablam! Oct 22 02:09:28.465 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.465 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.465 INFO kablam! | Oct 22 02:09:28.465 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.465 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.465 INFO kablam! ... Oct 22 02:09:28.465 INFO kablam! 999 | rt_realloc!(rt_pow2_64bytes_2align_realloc, 64, 2); Oct 22 02:09:28.465 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.465 INFO kablam! | Oct 22 02:09:28.465 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.465 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.465 INFO kablam! | Oct 22 02:09:28.465 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.465 INFO kablam! | Oct 22 02:09:28.465 INFO kablam! Oct 22 02:09:28.476 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.476 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.476 INFO kablam! | Oct 22 02:09:28.476 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.476 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.476 INFO kablam! ... Oct 22 02:09:28.476 INFO kablam! 999 | rt_realloc!(rt_pow2_64bytes_2align_realloc, 64, 2); Oct 22 02:09:28.476 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.476 INFO kablam! | Oct 22 02:09:28.476 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.476 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.476 INFO kablam! | Oct 22 02:09:28.476 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.476 INFO kablam! | Oct 22 02:09:28.476 INFO kablam! Oct 22 02:09:28.476 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.476 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.476 INFO kablam! | Oct 22 02:09:28.476 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.476 INFO kablam! | ^^^^^ Oct 22 02:09:28.476 INFO kablam! ... Oct 22 02:09:28.476 INFO kablam! 1012 | rt_realloc!(rt_pow2_128bytes_2align_realloc, 128, 2); Oct 22 02:09:28.476 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.476 INFO kablam! | Oct 22 02:09:28.476 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.476 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.476 INFO kablam! | Oct 22 02:09:28.476 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.476 INFO kablam! | Oct 22 02:09:28.476 INFO kablam! Oct 22 02:09:28.476 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.476 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.476 INFO kablam! | Oct 22 02:09:28.476 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.476 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.476 INFO kablam! ... Oct 22 02:09:28.476 INFO kablam! 1012 | rt_realloc!(rt_pow2_128bytes_2align_realloc, 128, 2); Oct 22 02:09:28.476 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.476 INFO kablam! | Oct 22 02:09:28.476 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.476 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.476 INFO kablam! | Oct 22 02:09:28.476 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.476 INFO kablam! | Oct 22 02:09:28.476 INFO kablam! Oct 22 02:09:28.476 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.477 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.477 INFO kablam! | Oct 22 02:09:28.477 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.477 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.477 INFO kablam! ... Oct 22 02:09:28.477 INFO kablam! 1012 | rt_realloc!(rt_pow2_128bytes_2align_realloc, 128, 2); Oct 22 02:09:28.477 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.477 INFO kablam! | Oct 22 02:09:28.477 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.477 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.477 INFO kablam! | Oct 22 02:09:28.477 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.477 INFO kablam! | Oct 22 02:09:28.477 INFO kablam! Oct 22 02:09:28.477 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.477 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.477 INFO kablam! | Oct 22 02:09:28.477 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.477 INFO kablam! | ^^^^^ Oct 22 02:09:28.477 INFO kablam! ... Oct 22 02:09:28.477 INFO kablam! 1025 | rt_realloc!(rt_pow2_256bytes_2align_realloc, 256, 2); Oct 22 02:09:28.477 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.477 INFO kablam! | Oct 22 02:09:28.477 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.477 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.477 INFO kablam! | Oct 22 02:09:28.477 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.477 INFO kablam! | Oct 22 02:09:28.477 INFO kablam! Oct 22 02:09:28.477 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.477 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.477 INFO kablam! | Oct 22 02:09:28.477 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.477 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.477 INFO kablam! ... Oct 22 02:09:28.477 INFO kablam! 1025 | rt_realloc!(rt_pow2_256bytes_2align_realloc, 256, 2); Oct 22 02:09:28.477 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.477 INFO kablam! | Oct 22 02:09:28.477 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.477 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.477 INFO kablam! | Oct 22 02:09:28.477 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.477 INFO kablam! | Oct 22 02:09:28.477 INFO kablam! Oct 22 02:09:28.477 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.477 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.477 INFO kablam! | Oct 22 02:09:28.477 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.477 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.477 INFO kablam! ... Oct 22 02:09:28.477 INFO kablam! 1025 | rt_realloc!(rt_pow2_256bytes_2align_realloc, 256, 2); Oct 22 02:09:28.477 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.477 INFO kablam! | Oct 22 02:09:28.477 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.477 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.477 INFO kablam! | Oct 22 02:09:28.477 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.477 INFO kablam! | Oct 22 02:09:28.477 INFO kablam! Oct 22 02:09:28.477 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.477 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.477 INFO kablam! | Oct 22 02:09:28.477 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.477 INFO kablam! | ^^^^^ Oct 22 02:09:28.477 INFO kablam! ... Oct 22 02:09:28.477 INFO kablam! 1038 | rt_realloc!(rt_pow2_512bytes_2align_realloc, 512, 2); Oct 22 02:09:28.477 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.477 INFO kablam! | Oct 22 02:09:28.477 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.477 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.477 INFO kablam! | Oct 22 02:09:28.477 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.477 INFO kablam! | Oct 22 02:09:28.477 INFO kablam! Oct 22 02:09:28.477 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.477 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.477 INFO kablam! | Oct 22 02:09:28.477 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.477 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.477 INFO kablam! ... Oct 22 02:09:28.477 INFO kablam! 1038 | rt_realloc!(rt_pow2_512bytes_2align_realloc, 512, 2); Oct 22 02:09:28.477 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.477 INFO kablam! | Oct 22 02:09:28.477 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.477 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.477 INFO kablam! | Oct 22 02:09:28.477 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.478 INFO kablam! | Oct 22 02:09:28.478 INFO kablam! Oct 22 02:09:28.478 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.478 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.478 INFO kablam! | Oct 22 02:09:28.478 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.478 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.478 INFO kablam! ... Oct 22 02:09:28.478 INFO kablam! 1038 | rt_realloc!(rt_pow2_512bytes_2align_realloc, 512, 2); Oct 22 02:09:28.478 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.478 INFO kablam! | Oct 22 02:09:28.478 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.478 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.478 INFO kablam! | Oct 22 02:09:28.478 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.478 INFO kablam! | Oct 22 02:09:28.478 INFO kablam! Oct 22 02:09:28.478 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.478 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.478 INFO kablam! | Oct 22 02:09:28.478 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.478 INFO kablam! | ^^^^^ Oct 22 02:09:28.478 INFO kablam! ... Oct 22 02:09:28.478 INFO kablam! 1051 | rt_realloc!(rt_pow2_1024bytes_2align_realloc, 1024, 2); Oct 22 02:09:28.478 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.478 INFO kablam! | Oct 22 02:09:28.478 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.478 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.478 INFO kablam! | Oct 22 02:09:28.478 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.478 INFO kablam! | Oct 22 02:09:28.478 INFO kablam! Oct 22 02:09:28.478 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.478 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.478 INFO kablam! | Oct 22 02:09:28.478 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.478 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.478 INFO kablam! ... Oct 22 02:09:28.478 INFO kablam! 1051 | rt_realloc!(rt_pow2_1024bytes_2align_realloc, 1024, 2); Oct 22 02:09:28.478 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.478 INFO kablam! | Oct 22 02:09:28.478 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.478 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.478 INFO kablam! | Oct 22 02:09:28.478 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.478 INFO kablam! | Oct 22 02:09:28.478 INFO kablam! Oct 22 02:09:28.484 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.484 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.484 INFO kablam! | Oct 22 02:09:28.484 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.484 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.484 INFO kablam! ... Oct 22 02:09:28.484 INFO kablam! 1051 | rt_realloc!(rt_pow2_1024bytes_2align_realloc, 1024, 2); Oct 22 02:09:28.484 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.484 INFO kablam! | Oct 22 02:09:28.484 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.484 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.484 INFO kablam! | Oct 22 02:09:28.484 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.484 INFO kablam! | Oct 22 02:09:28.484 INFO kablam! Oct 22 02:09:28.484 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.484 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.485 INFO kablam! | Oct 22 02:09:28.485 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.485 INFO kablam! | ^^^^^ Oct 22 02:09:28.485 INFO kablam! ... Oct 22 02:09:28.485 INFO kablam! 1064 | rt_realloc!(rt_pow2_2048bytes_2align_realloc, 2048, 2); Oct 22 02:09:28.485 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.485 INFO kablam! | Oct 22 02:09:28.485 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.485 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.485 INFO kablam! | Oct 22 02:09:28.485 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.485 INFO kablam! | Oct 22 02:09:28.485 INFO kablam! Oct 22 02:09:28.485 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.485 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.485 INFO kablam! | Oct 22 02:09:28.485 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.485 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.485 INFO kablam! ... Oct 22 02:09:28.485 INFO kablam! 1064 | rt_realloc!(rt_pow2_2048bytes_2align_realloc, 2048, 2); Oct 22 02:09:28.485 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.485 INFO kablam! | Oct 22 02:09:28.485 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.485 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.485 INFO kablam! | Oct 22 02:09:28.485 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.485 INFO kablam! | Oct 22 02:09:28.485 INFO kablam! Oct 22 02:09:28.486 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.486 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.486 INFO kablam! | Oct 22 02:09:28.486 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.486 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.486 INFO kablam! ... Oct 22 02:09:28.486 INFO kablam! 1064 | rt_realloc!(rt_pow2_2048bytes_2align_realloc, 2048, 2); Oct 22 02:09:28.486 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.486 INFO kablam! | Oct 22 02:09:28.486 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.486 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.486 INFO kablam! | Oct 22 02:09:28.486 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.486 INFO kablam! | Oct 22 02:09:28.486 INFO kablam! Oct 22 02:09:28.486 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.486 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.486 INFO kablam! | Oct 22 02:09:28.486 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.486 INFO kablam! | ^^^^^ Oct 22 02:09:28.486 INFO kablam! ... Oct 22 02:09:28.486 INFO kablam! 1077 | rt_realloc!(rt_pow2_4096bytes_2align_realloc, 4096, 2); Oct 22 02:09:28.486 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.486 INFO kablam! | Oct 22 02:09:28.486 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.486 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.486 INFO kablam! | Oct 22 02:09:28.486 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.486 INFO kablam! | Oct 22 02:09:28.486 INFO kablam! Oct 22 02:09:28.486 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.486 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.486 INFO kablam! | Oct 22 02:09:28.486 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.486 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.486 INFO kablam! ... Oct 22 02:09:28.486 INFO kablam! 1077 | rt_realloc!(rt_pow2_4096bytes_2align_realloc, 4096, 2); Oct 22 02:09:28.486 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.486 INFO kablam! | Oct 22 02:09:28.486 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.486 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.486 INFO kablam! | Oct 22 02:09:28.486 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.486 INFO kablam! | Oct 22 02:09:28.486 INFO kablam! Oct 22 02:09:28.492 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.492 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.492 INFO kablam! | Oct 22 02:09:28.492 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.492 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.492 INFO kablam! ... Oct 22 02:09:28.492 INFO kablam! 1077 | rt_realloc!(rt_pow2_4096bytes_2align_realloc, 4096, 2); Oct 22 02:09:28.492 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.492 INFO kablam! | Oct 22 02:09:28.492 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.492 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.492 INFO kablam! | Oct 22 02:09:28.492 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.492 INFO kablam! | Oct 22 02:09:28.492 INFO kablam! Oct 22 02:09:28.492 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.492 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.492 INFO kablam! | Oct 22 02:09:28.492 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.492 INFO kablam! | ^^^^^ Oct 22 02:09:28.492 INFO kablam! ... Oct 22 02:09:28.492 INFO kablam! 1090 | rt_realloc!(rt_pow2_8192bytes_2align_realloc, 8192, 2); Oct 22 02:09:28.492 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.492 INFO kablam! | Oct 22 02:09:28.492 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.492 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.492 INFO kablam! | Oct 22 02:09:28.492 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.492 INFO kablam! | Oct 22 02:09:28.492 INFO kablam! Oct 22 02:09:28.492 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.492 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.492 INFO kablam! | Oct 22 02:09:28.492 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.492 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.492 INFO kablam! ... Oct 22 02:09:28.492 INFO kablam! 1090 | rt_realloc!(rt_pow2_8192bytes_2align_realloc, 8192, 2); Oct 22 02:09:28.492 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.492 INFO kablam! | Oct 22 02:09:28.492 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.492 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.492 INFO kablam! | Oct 22 02:09:28.492 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.492 INFO kablam! | Oct 22 02:09:28.492 INFO kablam! Oct 22 02:09:28.493 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.493 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.493 INFO kablam! | Oct 22 02:09:28.493 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.493 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.493 INFO kablam! ... Oct 22 02:09:28.493 INFO kablam! 1090 | rt_realloc!(rt_pow2_8192bytes_2align_realloc, 8192, 2); Oct 22 02:09:28.493 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.493 INFO kablam! | Oct 22 02:09:28.493 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.493 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.493 INFO kablam! | Oct 22 02:09:28.493 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.493 INFO kablam! | Oct 22 02:09:28.493 INFO kablam! Oct 22 02:09:28.493 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.493 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.493 INFO kablam! | Oct 22 02:09:28.493 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.493 INFO kablam! | ^^^^^ Oct 22 02:09:28.493 INFO kablam! ... Oct 22 02:09:28.493 INFO kablam! 1103 | rt_realloc!(rt_pow2_16384bytes_2align_realloc, 16384, 2); Oct 22 02:09:28.493 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.493 INFO kablam! | Oct 22 02:09:28.493 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.493 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.493 INFO kablam! | Oct 22 02:09:28.493 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.493 INFO kablam! | Oct 22 02:09:28.493 INFO kablam! Oct 22 02:09:28.493 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.493 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.493 INFO kablam! | Oct 22 02:09:28.493 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.493 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.493 INFO kablam! ... Oct 22 02:09:28.493 INFO kablam! 1103 | rt_realloc!(rt_pow2_16384bytes_2align_realloc, 16384, 2); Oct 22 02:09:28.493 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.493 INFO kablam! | Oct 22 02:09:28.493 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.493 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.493 INFO kablam! | Oct 22 02:09:28.493 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.493 INFO kablam! | Oct 22 02:09:28.493 INFO kablam! Oct 22 02:09:28.493 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.493 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.493 INFO kablam! | Oct 22 02:09:28.493 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.493 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.493 INFO kablam! ... Oct 22 02:09:28.493 INFO kablam! 1103 | rt_realloc!(rt_pow2_16384bytes_2align_realloc, 16384, 2); Oct 22 02:09:28.493 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.493 INFO kablam! | Oct 22 02:09:28.493 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.493 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.493 INFO kablam! | Oct 22 02:09:28.493 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.493 INFO kablam! | Oct 22 02:09:28.493 INFO kablam! Oct 22 02:09:28.493 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.493 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.493 INFO kablam! | Oct 22 02:09:28.493 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.493 INFO kablam! | ^^^^^ Oct 22 02:09:28.493 INFO kablam! ... Oct 22 02:09:28.493 INFO kablam! 1116 | rt_realloc!(rt_pow2_32768bytes_2align_realloc, 32768, 2); Oct 22 02:09:28.493 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.493 INFO kablam! | Oct 22 02:09:28.493 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.493 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.493 INFO kablam! | Oct 22 02:09:28.493 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.493 INFO kablam! | Oct 22 02:09:28.493 INFO kablam! Oct 22 02:09:28.493 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.493 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.493 INFO kablam! | Oct 22 02:09:28.493 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.493 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.493 INFO kablam! ... Oct 22 02:09:28.493 INFO kablam! 1116 | rt_realloc!(rt_pow2_32768bytes_2align_realloc, 32768, 2); Oct 22 02:09:28.493 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.493 INFO kablam! | Oct 22 02:09:28.494 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.494 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.494 INFO kablam! | Oct 22 02:09:28.494 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.494 INFO kablam! | Oct 22 02:09:28.494 INFO kablam! Oct 22 02:09:28.494 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.494 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.494 INFO kablam! | Oct 22 02:09:28.494 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.494 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.494 INFO kablam! ... Oct 22 02:09:28.494 INFO kablam! 1116 | rt_realloc!(rt_pow2_32768bytes_2align_realloc, 32768, 2); Oct 22 02:09:28.494 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.494 INFO kablam! | Oct 22 02:09:28.494 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.494 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.494 INFO kablam! | Oct 22 02:09:28.494 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.494 INFO kablam! | Oct 22 02:09:28.494 INFO kablam! Oct 22 02:09:28.500 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.500 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.500 INFO kablam! | Oct 22 02:09:28.500 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.500 INFO kablam! | ^^^^^ Oct 22 02:09:28.500 INFO kablam! ... Oct 22 02:09:28.500 INFO kablam! 1129 | rt_realloc!(rt_pow2_65536bytes_2align_realloc, 65536, 2); Oct 22 02:09:28.500 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.500 INFO kablam! | Oct 22 02:09:28.500 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.500 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.500 INFO kablam! | Oct 22 02:09:28.500 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.500 INFO kablam! | Oct 22 02:09:28.500 INFO kablam! Oct 22 02:09:28.500 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.500 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.500 INFO kablam! | Oct 22 02:09:28.500 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.500 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.500 INFO kablam! ... Oct 22 02:09:28.500 INFO kablam! 1129 | rt_realloc!(rt_pow2_65536bytes_2align_realloc, 65536, 2); Oct 22 02:09:28.500 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.500 INFO kablam! | Oct 22 02:09:28.500 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.500 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.500 INFO kablam! | Oct 22 02:09:28.500 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.500 INFO kablam! | Oct 22 02:09:28.500 INFO kablam! Oct 22 02:09:28.500 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.500 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.500 INFO kablam! | Oct 22 02:09:28.500 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.500 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.500 INFO kablam! ... Oct 22 02:09:28.500 INFO kablam! 1129 | rt_realloc!(rt_pow2_65536bytes_2align_realloc, 65536, 2); Oct 22 02:09:28.500 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.500 INFO kablam! | Oct 22 02:09:28.500 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.500 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.500 INFO kablam! | Oct 22 02:09:28.500 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.500 INFO kablam! | Oct 22 02:09:28.500 INFO kablam! Oct 22 02:09:28.500 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.500 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.501 INFO kablam! | Oct 22 02:09:28.501 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.501 INFO kablam! | ^^^^^ Oct 22 02:09:28.501 INFO kablam! ... Oct 22 02:09:28.501 INFO kablam! 1142 | rt_realloc!(rt_pow2_131072bytes_2align_realloc, 131072, 2); Oct 22 02:09:28.501 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:28.501 INFO kablam! | Oct 22 02:09:28.501 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.501 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.501 INFO kablam! | Oct 22 02:09:28.501 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.501 INFO kablam! | Oct 22 02:09:28.501 INFO kablam! Oct 22 02:09:28.501 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.501 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.501 INFO kablam! | Oct 22 02:09:28.501 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.501 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.501 INFO kablam! ... Oct 22 02:09:28.501 INFO kablam! 1142 | rt_realloc!(rt_pow2_131072bytes_2align_realloc, 131072, 2); Oct 22 02:09:28.501 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:28.501 INFO kablam! | Oct 22 02:09:28.501 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.501 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.501 INFO kablam! | Oct 22 02:09:28.501 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.501 INFO kablam! | Oct 22 02:09:28.501 INFO kablam! Oct 22 02:09:28.501 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.501 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.501 INFO kablam! | Oct 22 02:09:28.501 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.501 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.501 INFO kablam! ... Oct 22 02:09:28.501 INFO kablam! 1142 | rt_realloc!(rt_pow2_131072bytes_2align_realloc, 131072, 2); Oct 22 02:09:28.501 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:28.501 INFO kablam! | Oct 22 02:09:28.501 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.501 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.501 INFO kablam! | Oct 22 02:09:28.501 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.501 INFO kablam! | Oct 22 02:09:28.501 INFO kablam! Oct 22 02:09:28.501 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.501 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.501 INFO kablam! | Oct 22 02:09:28.501 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.501 INFO kablam! | ^^^^^ Oct 22 02:09:28.501 INFO kablam! ... Oct 22 02:09:28.501 INFO kablam! 1155 | rt_realloc!(rt_pow2_4194304bytes_2align_realloc, 4194304, 2); Oct 22 02:09:28.501 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.501 INFO kablam! | Oct 22 02:09:28.501 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.501 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.501 INFO kablam! | Oct 22 02:09:28.501 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.501 INFO kablam! | Oct 22 02:09:28.501 INFO kablam! Oct 22 02:09:28.512 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.512 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.512 INFO kablam! | Oct 22 02:09:28.512 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.512 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.512 INFO kablam! ... Oct 22 02:09:28.512 INFO kablam! 1155 | rt_realloc!(rt_pow2_4194304bytes_2align_realloc, 4194304, 2); Oct 22 02:09:28.512 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.512 INFO kablam! | Oct 22 02:09:28.512 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.512 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.512 INFO kablam! | Oct 22 02:09:28.512 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.512 INFO kablam! | Oct 22 02:09:28.512 INFO kablam! Oct 22 02:09:28.512 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.512 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.512 INFO kablam! | Oct 22 02:09:28.512 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.512 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.512 INFO kablam! ... Oct 22 02:09:28.512 INFO kablam! 1155 | rt_realloc!(rt_pow2_4194304bytes_2align_realloc, 4194304, 2); Oct 22 02:09:28.512 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.512 INFO kablam! | Oct 22 02:09:28.512 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.512 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.512 INFO kablam! | Oct 22 02:09:28.512 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.512 INFO kablam! | Oct 22 02:09:28.512 INFO kablam! Oct 22 02:09:28.512 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.512 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.512 INFO kablam! | Oct 22 02:09:28.512 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.512 INFO kablam! | ^^^^^ Oct 22 02:09:28.512 INFO kablam! ... Oct 22 02:09:28.512 INFO kablam! 1169 | rt_realloc!(rt_even_10bytes_2align_realloc, 10, 2); Oct 22 02:09:28.512 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.512 INFO kablam! | Oct 22 02:09:28.512 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.512 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.513 INFO kablam! | Oct 22 02:09:28.513 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.513 INFO kablam! | Oct 22 02:09:28.513 INFO kablam! Oct 22 02:09:28.513 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.513 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.513 INFO kablam! | Oct 22 02:09:28.513 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.513 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.513 INFO kablam! ... Oct 22 02:09:28.513 INFO kablam! 1169 | rt_realloc!(rt_even_10bytes_2align_realloc, 10, 2); Oct 22 02:09:28.513 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.513 INFO kablam! | Oct 22 02:09:28.513 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.513 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.513 INFO kablam! | Oct 22 02:09:28.513 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.513 INFO kablam! | Oct 22 02:09:28.513 INFO kablam! Oct 22 02:09:28.513 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.513 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.513 INFO kablam! | Oct 22 02:09:28.513 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.513 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.513 INFO kablam! ... Oct 22 02:09:28.513 INFO kablam! 1169 | rt_realloc!(rt_even_10bytes_2align_realloc, 10, 2); Oct 22 02:09:28.513 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.513 INFO kablam! | Oct 22 02:09:28.513 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.513 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.513 INFO kablam! | Oct 22 02:09:28.513 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.513 INFO kablam! | Oct 22 02:09:28.513 INFO kablam! Oct 22 02:09:28.513 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.513 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.513 INFO kablam! | Oct 22 02:09:28.513 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.513 INFO kablam! | ^^^^^ Oct 22 02:09:28.513 INFO kablam! ... Oct 22 02:09:28.513 INFO kablam! 1182 | rt_realloc!(rt_even_100bytes_2align_realloc, 100, 2); Oct 22 02:09:28.513 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.513 INFO kablam! | Oct 22 02:09:28.513 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.513 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.513 INFO kablam! | Oct 22 02:09:28.513 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.513 INFO kablam! | Oct 22 02:09:28.513 INFO kablam! Oct 22 02:09:28.513 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.513 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.513 INFO kablam! | Oct 22 02:09:28.513 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.513 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.513 INFO kablam! ... Oct 22 02:09:28.513 INFO kablam! 1182 | rt_realloc!(rt_even_100bytes_2align_realloc, 100, 2); Oct 22 02:09:28.513 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.513 INFO kablam! | Oct 22 02:09:28.513 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.513 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.513 INFO kablam! | Oct 22 02:09:28.513 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.513 INFO kablam! | Oct 22 02:09:28.513 INFO kablam! Oct 22 02:09:28.513 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.513 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.513 INFO kablam! | Oct 22 02:09:28.513 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.513 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.513 INFO kablam! ... Oct 22 02:09:28.513 INFO kablam! 1182 | rt_realloc!(rt_even_100bytes_2align_realloc, 100, 2); Oct 22 02:09:28.513 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.513 INFO kablam! | Oct 22 02:09:28.513 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.513 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.513 INFO kablam! | Oct 22 02:09:28.513 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.513 INFO kablam! | Oct 22 02:09:28.513 INFO kablam! Oct 22 02:09:28.513 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.513 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.513 INFO kablam! | Oct 22 02:09:28.513 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.513 INFO kablam! | ^^^^^ Oct 22 02:09:28.514 INFO kablam! ... Oct 22 02:09:28.514 INFO kablam! 1195 | rt_realloc!(rt_even_1000bytes_2align_realloc, 1000, 2); Oct 22 02:09:28.514 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.514 INFO kablam! | Oct 22 02:09:28.514 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.514 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.514 INFO kablam! | Oct 22 02:09:28.514 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.514 INFO kablam! | Oct 22 02:09:28.514 INFO kablam! Oct 22 02:09:28.514 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.514 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.514 INFO kablam! | Oct 22 02:09:28.514 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.514 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.514 INFO kablam! ... Oct 22 02:09:28.514 INFO kablam! 1195 | rt_realloc!(rt_even_1000bytes_2align_realloc, 1000, 2); Oct 22 02:09:28.514 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.514 INFO kablam! | Oct 22 02:09:28.514 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.514 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.514 INFO kablam! | Oct 22 02:09:28.514 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.514 INFO kablam! | Oct 22 02:09:28.514 INFO kablam! Oct 22 02:09:28.514 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.514 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.514 INFO kablam! | Oct 22 02:09:28.514 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.514 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.514 INFO kablam! ... Oct 22 02:09:28.514 INFO kablam! 1195 | rt_realloc!(rt_even_1000bytes_2align_realloc, 1000, 2); Oct 22 02:09:28.514 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.514 INFO kablam! | Oct 22 02:09:28.514 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.514 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.514 INFO kablam! | Oct 22 02:09:28.514 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.514 INFO kablam! | Oct 22 02:09:28.514 INFO kablam! Oct 22 02:09:28.514 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.514 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.514 INFO kablam! | Oct 22 02:09:28.514 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.514 INFO kablam! | ^^^^^ Oct 22 02:09:28.514 INFO kablam! ... Oct 22 02:09:28.514 INFO kablam! 1208 | rt_realloc!(rt_even_10000bytes_2align_realloc, 10000, 2); Oct 22 02:09:28.514 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.514 INFO kablam! | Oct 22 02:09:28.514 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.514 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.514 INFO kablam! | Oct 22 02:09:28.514 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.514 INFO kablam! | Oct 22 02:09:28.514 INFO kablam! Oct 22 02:09:28.514 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.514 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.514 INFO kablam! | Oct 22 02:09:28.514 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.514 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.514 INFO kablam! ... Oct 22 02:09:28.514 INFO kablam! 1208 | rt_realloc!(rt_even_10000bytes_2align_realloc, 10000, 2); Oct 22 02:09:28.514 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.514 INFO kablam! | Oct 22 02:09:28.514 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.514 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.514 INFO kablam! | Oct 22 02:09:28.514 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.514 INFO kablam! | Oct 22 02:09:28.514 INFO kablam! Oct 22 02:09:28.514 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.514 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.514 INFO kablam! | Oct 22 02:09:28.514 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.514 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.514 INFO kablam! ... Oct 22 02:09:28.514 INFO kablam! 1208 | rt_realloc!(rt_even_10000bytes_2align_realloc, 10000, 2); Oct 22 02:09:28.514 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.514 INFO kablam! | Oct 22 02:09:28.514 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.514 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.514 INFO kablam! | Oct 22 02:09:28.514 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.515 INFO kablam! | Oct 22 02:09:28.515 INFO kablam! Oct 22 02:09:28.520 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.520 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.520 INFO kablam! | Oct 22 02:09:28.520 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.520 INFO kablam! | ^^^^^ Oct 22 02:09:28.520 INFO kablam! ... Oct 22 02:09:28.520 INFO kablam! 1221 | rt_realloc!(rt_even_100000bytes_2align_realloc, 100000, 2); Oct 22 02:09:28.520 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:28.520 INFO kablam! | Oct 22 02:09:28.520 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.520 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.520 INFO kablam! | Oct 22 02:09:28.520 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.520 INFO kablam! | Oct 22 02:09:28.520 INFO kablam! Oct 22 02:09:28.520 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.520 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.520 INFO kablam! | Oct 22 02:09:28.520 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.520 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.520 INFO kablam! ... Oct 22 02:09:28.520 INFO kablam! 1221 | rt_realloc!(rt_even_100000bytes_2align_realloc, 100000, 2); Oct 22 02:09:28.520 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:28.520 INFO kablam! | Oct 22 02:09:28.520 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.520 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.520 INFO kablam! | Oct 22 02:09:28.520 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.520 INFO kablam! | Oct 22 02:09:28.520 INFO kablam! Oct 22 02:09:28.520 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.520 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.520 INFO kablam! | Oct 22 02:09:28.520 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.520 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.520 INFO kablam! ... Oct 22 02:09:28.520 INFO kablam! 1221 | rt_realloc!(rt_even_100000bytes_2align_realloc, 100000, 2); Oct 22 02:09:28.520 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:28.520 INFO kablam! | Oct 22 02:09:28.520 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.520 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.520 INFO kablam! | Oct 22 02:09:28.520 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.520 INFO kablam! | Oct 22 02:09:28.520 INFO kablam! Oct 22 02:09:28.520 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.520 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.521 INFO kablam! | Oct 22 02:09:28.521 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.521 INFO kablam! | ^^^^^ Oct 22 02:09:28.521 INFO kablam! ... Oct 22 02:09:28.521 INFO kablam! 1234 | rt_realloc!(rt_even_1000000bytes_2align_realloc, 1000000, 2); Oct 22 02:09:28.521 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.521 INFO kablam! | Oct 22 02:09:28.521 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.521 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.521 INFO kablam! | Oct 22 02:09:28.521 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.521 INFO kablam! | Oct 22 02:09:28.521 INFO kablam! Oct 22 02:09:28.521 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.521 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.521 INFO kablam! | Oct 22 02:09:28.521 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.521 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.521 INFO kablam! ... Oct 22 02:09:28.521 INFO kablam! 1234 | rt_realloc!(rt_even_1000000bytes_2align_realloc, 1000000, 2); Oct 22 02:09:28.521 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.521 INFO kablam! | Oct 22 02:09:28.521 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.521 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.521 INFO kablam! | Oct 22 02:09:28.521 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.521 INFO kablam! | Oct 22 02:09:28.521 INFO kablam! Oct 22 02:09:28.521 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.521 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.521 INFO kablam! | Oct 22 02:09:28.521 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.521 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.521 INFO kablam! ... Oct 22 02:09:28.521 INFO kablam! 1234 | rt_realloc!(rt_even_1000000bytes_2align_realloc, 1000000, 2); Oct 22 02:09:28.521 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.521 INFO kablam! | Oct 22 02:09:28.521 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.521 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.521 INFO kablam! | Oct 22 02:09:28.521 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.521 INFO kablam! | Oct 22 02:09:28.521 INFO kablam! Oct 22 02:09:28.521 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.521 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.521 INFO kablam! | Oct 22 02:09:28.521 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.521 INFO kablam! | ^^^^^ Oct 22 02:09:28.521 INFO kablam! ... Oct 22 02:09:28.521 INFO kablam! 1248 | rt_realloc!(rt_odd_10bytes_2align_realloc, 10- 1, 2); Oct 22 02:09:28.521 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.521 INFO kablam! | Oct 22 02:09:28.521 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.521 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.521 INFO kablam! | Oct 22 02:09:28.521 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.521 INFO kablam! | Oct 22 02:09:28.521 INFO kablam! Oct 22 02:09:28.521 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.521 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.521 INFO kablam! | Oct 22 02:09:28.521 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.521 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.521 INFO kablam! ... Oct 22 02:09:28.521 INFO kablam! 1248 | rt_realloc!(rt_odd_10bytes_2align_realloc, 10- 1, 2); Oct 22 02:09:28.521 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.521 INFO kablam! | Oct 22 02:09:28.521 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.521 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.521 INFO kablam! | Oct 22 02:09:28.521 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.521 INFO kablam! | Oct 22 02:09:28.521 INFO kablam! Oct 22 02:09:28.528 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.528 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.528 INFO kablam! | Oct 22 02:09:28.528 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.528 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.528 INFO kablam! ... Oct 22 02:09:28.528 INFO kablam! 1248 | rt_realloc!(rt_odd_10bytes_2align_realloc, 10- 1, 2); Oct 22 02:09:28.528 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.528 INFO kablam! | Oct 22 02:09:28.528 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.528 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.528 INFO kablam! | Oct 22 02:09:28.528 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.528 INFO kablam! | Oct 22 02:09:28.528 INFO kablam! Oct 22 02:09:28.528 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.528 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.528 INFO kablam! | Oct 22 02:09:28.528 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.528 INFO kablam! | ^^^^^ Oct 22 02:09:28.528 INFO kablam! ... Oct 22 02:09:28.528 INFO kablam! 1261 | rt_realloc!(rt_odd_100bytes_2align_realloc, 100- 1, 2); Oct 22 02:09:28.528 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.528 INFO kablam! | Oct 22 02:09:28.528 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.528 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.528 INFO kablam! | Oct 22 02:09:28.528 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.528 INFO kablam! | Oct 22 02:09:28.528 INFO kablam! Oct 22 02:09:28.528 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.528 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.528 INFO kablam! | Oct 22 02:09:28.528 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.528 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.528 INFO kablam! ... Oct 22 02:09:28.528 INFO kablam! 1261 | rt_realloc!(rt_odd_100bytes_2align_realloc, 100- 1, 2); Oct 22 02:09:28.528 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.528 INFO kablam! | Oct 22 02:09:28.528 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.528 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.528 INFO kablam! | Oct 22 02:09:28.528 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.528 INFO kablam! | Oct 22 02:09:28.528 INFO kablam! Oct 22 02:09:28.528 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.528 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.528 INFO kablam! | Oct 22 02:09:28.529 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.529 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.529 INFO kablam! ... Oct 22 02:09:28.529 INFO kablam! 1261 | rt_realloc!(rt_odd_100bytes_2align_realloc, 100- 1, 2); Oct 22 02:09:28.529 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.529 INFO kablam! | Oct 22 02:09:28.529 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.529 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.529 INFO kablam! | Oct 22 02:09:28.529 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.529 INFO kablam! | Oct 22 02:09:28.529 INFO kablam! Oct 22 02:09:28.529 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.529 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.529 INFO kablam! | Oct 22 02:09:28.529 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.529 INFO kablam! | ^^^^^ Oct 22 02:09:28.529 INFO kablam! ... Oct 22 02:09:28.529 INFO kablam! 1274 | rt_realloc!(rt_odd_1000bytes_2align_realloc, 1000- 1, 2); Oct 22 02:09:28.529 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.529 INFO kablam! | Oct 22 02:09:28.529 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.529 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.529 INFO kablam! | Oct 22 02:09:28.529 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.529 INFO kablam! | Oct 22 02:09:28.529 INFO kablam! Oct 22 02:09:28.529 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.529 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.529 INFO kablam! | Oct 22 02:09:28.529 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.529 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.529 INFO kablam! ... Oct 22 02:09:28.529 INFO kablam! 1274 | rt_realloc!(rt_odd_1000bytes_2align_realloc, 1000- 1, 2); Oct 22 02:09:28.529 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.529 INFO kablam! | Oct 22 02:09:28.529 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.529 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.529 INFO kablam! | Oct 22 02:09:28.529 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.529 INFO kablam! | Oct 22 02:09:28.529 INFO kablam! Oct 22 02:09:28.529 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.529 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.529 INFO kablam! | Oct 22 02:09:28.529 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.529 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.529 INFO kablam! ... Oct 22 02:09:28.529 INFO kablam! 1274 | rt_realloc!(rt_odd_1000bytes_2align_realloc, 1000- 1, 2); Oct 22 02:09:28.529 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.529 INFO kablam! | Oct 22 02:09:28.529 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.529 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.529 INFO kablam! | Oct 22 02:09:28.529 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.529 INFO kablam! | Oct 22 02:09:28.529 INFO kablam! Oct 22 02:09:28.536 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.536 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.536 INFO kablam! | Oct 22 02:09:28.536 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.536 INFO kablam! | ^^^^^ Oct 22 02:09:28.536 INFO kablam! ... Oct 22 02:09:28.536 INFO kablam! 1287 | rt_realloc!(rt_odd_10000bytes_2align_realloc, 10000- 1, 2); Oct 22 02:09:28.536 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:28.536 INFO kablam! | Oct 22 02:09:28.536 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.536 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.536 INFO kablam! | Oct 22 02:09:28.536 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.536 INFO kablam! | Oct 22 02:09:28.536 INFO kablam! Oct 22 02:09:28.536 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.536 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.536 INFO kablam! | Oct 22 02:09:28.536 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.536 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.536 INFO kablam! ... Oct 22 02:09:28.536 INFO kablam! 1287 | rt_realloc!(rt_odd_10000bytes_2align_realloc, 10000- 1, 2); Oct 22 02:09:28.536 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:28.536 INFO kablam! | Oct 22 02:09:28.536 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.536 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.536 INFO kablam! | Oct 22 02:09:28.536 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.536 INFO kablam! | Oct 22 02:09:28.536 INFO kablam! Oct 22 02:09:28.536 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.536 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.536 INFO kablam! | Oct 22 02:09:28.536 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.536 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.536 INFO kablam! ... Oct 22 02:09:28.536 INFO kablam! 1287 | rt_realloc!(rt_odd_10000bytes_2align_realloc, 10000- 1, 2); Oct 22 02:09:28.536 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:28.536 INFO kablam! | Oct 22 02:09:28.536 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.536 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.536 INFO kablam! | Oct 22 02:09:28.536 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.536 INFO kablam! | Oct 22 02:09:28.536 INFO kablam! Oct 22 02:09:28.536 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.537 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.537 INFO kablam! | Oct 22 02:09:28.537 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.537 INFO kablam! | ^^^^^ Oct 22 02:09:28.537 INFO kablam! ... Oct 22 02:09:28.537 INFO kablam! 1300 | rt_realloc!(rt_odd_100000bytes_2align_realloc, 100000- 1, 2); Oct 22 02:09:28.537 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.537 INFO kablam! | Oct 22 02:09:28.537 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.537 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.537 INFO kablam! | Oct 22 02:09:28.537 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.537 INFO kablam! | Oct 22 02:09:28.537 INFO kablam! Oct 22 02:09:28.537 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.537 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.537 INFO kablam! | Oct 22 02:09:28.537 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.537 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.537 INFO kablam! ... Oct 22 02:09:28.537 INFO kablam! 1300 | rt_realloc!(rt_odd_100000bytes_2align_realloc, 100000- 1, 2); Oct 22 02:09:28.537 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.537 INFO kablam! | Oct 22 02:09:28.537 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.537 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.537 INFO kablam! | Oct 22 02:09:28.537 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.537 INFO kablam! | Oct 22 02:09:28.537 INFO kablam! Oct 22 02:09:28.537 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.537 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.537 INFO kablam! | Oct 22 02:09:28.537 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.537 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.537 INFO kablam! ... Oct 22 02:09:28.537 INFO kablam! 1300 | rt_realloc!(rt_odd_100000bytes_2align_realloc, 100000- 1, 2); Oct 22 02:09:28.537 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.537 INFO kablam! | Oct 22 02:09:28.537 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.537 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.537 INFO kablam! | Oct 22 02:09:28.537 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.537 INFO kablam! | Oct 22 02:09:28.537 INFO kablam! Oct 22 02:09:28.537 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.537 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.537 INFO kablam! | Oct 22 02:09:28.537 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.537 INFO kablam! | ^^^^^ Oct 22 02:09:28.537 INFO kablam! ... Oct 22 02:09:28.537 INFO kablam! 1313 | rt_realloc!(rt_odd_1000000bytes_2align_realloc, 1000000- 1, 2); Oct 22 02:09:28.537 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.537 INFO kablam! | Oct 22 02:09:28.537 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.537 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.537 INFO kablam! | Oct 22 02:09:28.537 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.537 INFO kablam! | Oct 22 02:09:28.537 INFO kablam! Oct 22 02:09:28.537 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.537 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.537 INFO kablam! | Oct 22 02:09:28.537 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.537 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.537 INFO kablam! ... Oct 22 02:09:28.537 INFO kablam! 1313 | rt_realloc!(rt_odd_1000000bytes_2align_realloc, 1000000- 1, 2); Oct 22 02:09:28.537 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.537 INFO kablam! | Oct 22 02:09:28.537 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.537 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.537 INFO kablam! | Oct 22 02:09:28.537 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.537 INFO kablam! | Oct 22 02:09:28.537 INFO kablam! Oct 22 02:09:28.544 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.544 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.544 INFO kablam! | Oct 22 02:09:28.544 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.544 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.544 INFO kablam! ... Oct 22 02:09:28.544 INFO kablam! 1313 | rt_realloc!(rt_odd_1000000bytes_2align_realloc, 1000000- 1, 2); Oct 22 02:09:28.544 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.544 INFO kablam! | Oct 22 02:09:28.544 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.544 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.544 INFO kablam! | Oct 22 02:09:28.544 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.544 INFO kablam! | Oct 22 02:09:28.544 INFO kablam! Oct 22 02:09:28.544 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.544 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.544 INFO kablam! | Oct 22 02:09:28.544 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.544 INFO kablam! | ^^^^^ Oct 22 02:09:28.544 INFO kablam! ... Oct 22 02:09:28.544 INFO kablam! 1327 | rt_realloc!(rt_primes_3bytes_2align_realloc, 3, 2); Oct 22 02:09:28.544 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.544 INFO kablam! | Oct 22 02:09:28.544 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.544 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.544 INFO kablam! | Oct 22 02:09:28.544 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.544 INFO kablam! | Oct 22 02:09:28.544 INFO kablam! Oct 22 02:09:28.544 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.544 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.544 INFO kablam! | Oct 22 02:09:28.544 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.544 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.544 INFO kablam! ... Oct 22 02:09:28.544 INFO kablam! 1327 | rt_realloc!(rt_primes_3bytes_2align_realloc, 3, 2); Oct 22 02:09:28.544 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.544 INFO kablam! | Oct 22 02:09:28.544 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.544 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.544 INFO kablam! | Oct 22 02:09:28.544 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.544 INFO kablam! | Oct 22 02:09:28.544 INFO kablam! Oct 22 02:09:28.544 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.544 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.545 INFO kablam! | Oct 22 02:09:28.545 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.545 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.545 INFO kablam! ... Oct 22 02:09:28.545 INFO kablam! 1327 | rt_realloc!(rt_primes_3bytes_2align_realloc, 3, 2); Oct 22 02:09:28.545 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.545 INFO kablam! | Oct 22 02:09:28.545 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.545 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.545 INFO kablam! | Oct 22 02:09:28.545 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.545 INFO kablam! | Oct 22 02:09:28.545 INFO kablam! Oct 22 02:09:28.545 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.545 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.545 INFO kablam! | Oct 22 02:09:28.545 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.545 INFO kablam! | ^^^^^ Oct 22 02:09:28.545 INFO kablam! ... Oct 22 02:09:28.545 INFO kablam! 1340 | rt_realloc!(rt_primes_7bytes_2align_realloc, 7, 2); Oct 22 02:09:28.545 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.545 INFO kablam! | Oct 22 02:09:28.545 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.545 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.545 INFO kablam! | Oct 22 02:09:28.545 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.545 INFO kablam! | Oct 22 02:09:28.545 INFO kablam! Oct 22 02:09:28.545 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.545 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.545 INFO kablam! | Oct 22 02:09:28.545 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.545 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.545 INFO kablam! ... Oct 22 02:09:28.545 INFO kablam! 1340 | rt_realloc!(rt_primes_7bytes_2align_realloc, 7, 2); Oct 22 02:09:28.545 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.545 INFO kablam! | Oct 22 02:09:28.545 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.545 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.545 INFO kablam! | Oct 22 02:09:28.545 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.545 INFO kablam! | Oct 22 02:09:28.545 INFO kablam! Oct 22 02:09:28.545 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.545 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.545 INFO kablam! | Oct 22 02:09:28.545 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.545 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.545 INFO kablam! ... Oct 22 02:09:28.545 INFO kablam! 1340 | rt_realloc!(rt_primes_7bytes_2align_realloc, 7, 2); Oct 22 02:09:28.545 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.545 INFO kablam! | Oct 22 02:09:28.545 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.545 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.545 INFO kablam! | Oct 22 02:09:28.545 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.545 INFO kablam! | Oct 22 02:09:28.545 INFO kablam! Oct 22 02:09:28.545 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.545 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.545 INFO kablam! | Oct 22 02:09:28.545 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.545 INFO kablam! | ^^^^^ Oct 22 02:09:28.545 INFO kablam! ... Oct 22 02:09:28.545 INFO kablam! 1353 | rt_realloc!(rt_primes_13bytes_2align_realloc, 13, 2); Oct 22 02:09:28.545 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.545 INFO kablam! | Oct 22 02:09:28.545 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.545 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.545 INFO kablam! | Oct 22 02:09:28.545 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.545 INFO kablam! | Oct 22 02:09:28.545 INFO kablam! Oct 22 02:09:28.552 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.552 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.552 INFO kablam! | Oct 22 02:09:28.552 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.552 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.552 INFO kablam! ... Oct 22 02:09:28.552 INFO kablam! 1353 | rt_realloc!(rt_primes_13bytes_2align_realloc, 13, 2); Oct 22 02:09:28.552 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.552 INFO kablam! | Oct 22 02:09:28.552 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.552 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.552 INFO kablam! | Oct 22 02:09:28.552 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.552 INFO kablam! | Oct 22 02:09:28.552 INFO kablam! Oct 22 02:09:28.552 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.552 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.552 INFO kablam! | Oct 22 02:09:28.552 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.552 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.552 INFO kablam! ... Oct 22 02:09:28.552 INFO kablam! 1353 | rt_realloc!(rt_primes_13bytes_2align_realloc, 13, 2); Oct 22 02:09:28.552 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.552 INFO kablam! | Oct 22 02:09:28.552 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.552 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.552 INFO kablam! | Oct 22 02:09:28.552 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.552 INFO kablam! | Oct 22 02:09:28.552 INFO kablam! Oct 22 02:09:28.552 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.552 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.552 INFO kablam! | Oct 22 02:09:28.552 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.552 INFO kablam! | ^^^^^ Oct 22 02:09:28.552 INFO kablam! ... Oct 22 02:09:28.552 INFO kablam! 1366 | rt_realloc!(rt_primes_17bytes_2align_realloc, 17, 2); Oct 22 02:09:28.552 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.552 INFO kablam! | Oct 22 02:09:28.552 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.552 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.552 INFO kablam! | Oct 22 02:09:28.552 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.552 INFO kablam! | Oct 22 02:09:28.552 INFO kablam! Oct 22 02:09:28.553 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.553 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.553 INFO kablam! | Oct 22 02:09:28.553 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.553 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.553 INFO kablam! ... Oct 22 02:09:28.553 INFO kablam! 1366 | rt_realloc!(rt_primes_17bytes_2align_realloc, 17, 2); Oct 22 02:09:28.553 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.553 INFO kablam! | Oct 22 02:09:28.553 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.553 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.553 INFO kablam! | Oct 22 02:09:28.553 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.553 INFO kablam! | Oct 22 02:09:28.553 INFO kablam! Oct 22 02:09:28.553 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.553 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.553 INFO kablam! | Oct 22 02:09:28.553 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.553 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.553 INFO kablam! ... Oct 22 02:09:28.553 INFO kablam! 1366 | rt_realloc!(rt_primes_17bytes_2align_realloc, 17, 2); Oct 22 02:09:28.553 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.553 INFO kablam! | Oct 22 02:09:28.553 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.553 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.553 INFO kablam! | Oct 22 02:09:28.553 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.553 INFO kablam! | Oct 22 02:09:28.553 INFO kablam! Oct 22 02:09:28.553 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.553 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.553 INFO kablam! | Oct 22 02:09:28.553 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.553 INFO kablam! | ^^^^^ Oct 22 02:09:28.553 INFO kablam! ... Oct 22 02:09:28.553 INFO kablam! 1379 | rt_realloc!(rt_primes_31bytes_2align_realloc, 31, 2); Oct 22 02:09:28.553 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.553 INFO kablam! | Oct 22 02:09:28.553 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.553 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.553 INFO kablam! | Oct 22 02:09:28.553 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.553 INFO kablam! | Oct 22 02:09:28.553 INFO kablam! Oct 22 02:09:28.553 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.553 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.553 INFO kablam! | Oct 22 02:09:28.553 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.553 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.553 INFO kablam! ... Oct 22 02:09:28.553 INFO kablam! 1379 | rt_realloc!(rt_primes_31bytes_2align_realloc, 31, 2); Oct 22 02:09:28.553 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.553 INFO kablam! | Oct 22 02:09:28.553 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.553 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.553 INFO kablam! | Oct 22 02:09:28.553 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.553 INFO kablam! | Oct 22 02:09:28.553 INFO kablam! Oct 22 02:09:28.553 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.553 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.553 INFO kablam! | Oct 22 02:09:28.553 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.553 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.553 INFO kablam! ... Oct 22 02:09:28.553 INFO kablam! 1379 | rt_realloc!(rt_primes_31bytes_2align_realloc, 31, 2); Oct 22 02:09:28.553 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.553 INFO kablam! | Oct 22 02:09:28.553 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.553 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.553 INFO kablam! | Oct 22 02:09:28.553 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.553 INFO kablam! | Oct 22 02:09:28.553 INFO kablam! Oct 22 02:09:28.560 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.560 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.560 INFO kablam! | Oct 22 02:09:28.560 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.560 INFO kablam! | ^^^^^ Oct 22 02:09:28.560 INFO kablam! ... Oct 22 02:09:28.560 INFO kablam! 1392 | rt_realloc!(rt_primes_61bytes_2align_realloc, 61, 2); Oct 22 02:09:28.560 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.560 INFO kablam! | Oct 22 02:09:28.560 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.560 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.560 INFO kablam! | Oct 22 02:09:28.560 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.560 INFO kablam! | Oct 22 02:09:28.560 INFO kablam! Oct 22 02:09:28.560 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.560 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.560 INFO kablam! | Oct 22 02:09:28.560 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.560 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.560 INFO kablam! ... Oct 22 02:09:28.560 INFO kablam! 1392 | rt_realloc!(rt_primes_61bytes_2align_realloc, 61, 2); Oct 22 02:09:28.560 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.560 INFO kablam! | Oct 22 02:09:28.560 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.560 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.560 INFO kablam! | Oct 22 02:09:28.560 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.560 INFO kablam! | Oct 22 02:09:28.560 INFO kablam! Oct 22 02:09:28.560 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.560 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.560 INFO kablam! | Oct 22 02:09:28.560 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.560 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.560 INFO kablam! ... Oct 22 02:09:28.560 INFO kablam! 1392 | rt_realloc!(rt_primes_61bytes_2align_realloc, 61, 2); Oct 22 02:09:28.560 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.560 INFO kablam! | Oct 22 02:09:28.560 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.560 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.560 INFO kablam! | Oct 22 02:09:28.560 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.560 INFO kablam! | Oct 22 02:09:28.560 INFO kablam! Oct 22 02:09:28.560 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.560 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.561 INFO kablam! | Oct 22 02:09:28.561 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.561 INFO kablam! | ^^^^^ Oct 22 02:09:28.561 INFO kablam! ... Oct 22 02:09:28.561 INFO kablam! 1405 | rt_realloc!(rt_primes_96bytes_2align_realloc, 96, 2); Oct 22 02:09:28.561 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.561 INFO kablam! | Oct 22 02:09:28.561 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.561 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.561 INFO kablam! | Oct 22 02:09:28.561 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.561 INFO kablam! | Oct 22 02:09:28.561 INFO kablam! Oct 22 02:09:28.561 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.561 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.561 INFO kablam! | Oct 22 02:09:28.561 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.561 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.561 INFO kablam! ... Oct 22 02:09:28.561 INFO kablam! 1405 | rt_realloc!(rt_primes_96bytes_2align_realloc, 96, 2); Oct 22 02:09:28.561 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.561 INFO kablam! | Oct 22 02:09:28.561 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.561 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.561 INFO kablam! | Oct 22 02:09:28.561 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.561 INFO kablam! | Oct 22 02:09:28.561 INFO kablam! Oct 22 02:09:28.561 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.561 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.561 INFO kablam! | Oct 22 02:09:28.561 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.561 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.561 INFO kablam! ... Oct 22 02:09:28.561 INFO kablam! 1405 | rt_realloc!(rt_primes_96bytes_2align_realloc, 96, 2); Oct 22 02:09:28.561 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.561 INFO kablam! | Oct 22 02:09:28.561 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.561 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.561 INFO kablam! | Oct 22 02:09:28.561 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.561 INFO kablam! | Oct 22 02:09:28.561 INFO kablam! Oct 22 02:09:28.561 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.561 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.561 INFO kablam! | Oct 22 02:09:28.561 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.561 INFO kablam! | ^^^^^ Oct 22 02:09:28.561 INFO kablam! ... Oct 22 02:09:28.561 INFO kablam! 1418 | rt_realloc!(rt_primes_127bytes_2align_realloc, 127, 2); Oct 22 02:09:28.561 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.561 INFO kablam! | Oct 22 02:09:28.561 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.561 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.561 INFO kablam! | Oct 22 02:09:28.561 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.561 INFO kablam! | Oct 22 02:09:28.561 INFO kablam! Oct 22 02:09:28.561 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.561 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.561 INFO kablam! | Oct 22 02:09:28.561 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.561 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.561 INFO kablam! ... Oct 22 02:09:28.561 INFO kablam! 1418 | rt_realloc!(rt_primes_127bytes_2align_realloc, 127, 2); Oct 22 02:09:28.561 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.561 INFO kablam! | Oct 22 02:09:28.561 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.561 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.561 INFO kablam! | Oct 22 02:09:28.561 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.561 INFO kablam! | Oct 22 02:09:28.561 INFO kablam! Oct 22 02:09:28.572 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.572 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.572 INFO kablam! | Oct 22 02:09:28.572 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.572 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.572 INFO kablam! ... Oct 22 02:09:28.572 INFO kablam! 1418 | rt_realloc!(rt_primes_127bytes_2align_realloc, 127, 2); Oct 22 02:09:28.572 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.572 INFO kablam! | Oct 22 02:09:28.572 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.572 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.572 INFO kablam! | Oct 22 02:09:28.572 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.572 INFO kablam! | Oct 22 02:09:28.572 INFO kablam! Oct 22 02:09:28.572 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.572 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.572 INFO kablam! | Oct 22 02:09:28.572 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.572 INFO kablam! | ^^^^^ Oct 22 02:09:28.572 INFO kablam! ... Oct 22 02:09:28.572 INFO kablam! 1431 | rt_realloc!(rt_primes_257bytes_2align_realloc, 257, 2); Oct 22 02:09:28.572 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.572 INFO kablam! | Oct 22 02:09:28.572 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.572 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.572 INFO kablam! | Oct 22 02:09:28.572 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.572 INFO kablam! | Oct 22 02:09:28.572 INFO kablam! Oct 22 02:09:28.572 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.572 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.572 INFO kablam! | Oct 22 02:09:28.572 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.572 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.572 INFO kablam! ... Oct 22 02:09:28.572 INFO kablam! 1431 | rt_realloc!(rt_primes_257bytes_2align_realloc, 257, 2); Oct 22 02:09:28.572 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.572 INFO kablam! | Oct 22 02:09:28.572 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.572 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.572 INFO kablam! | Oct 22 02:09:28.572 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.572 INFO kablam! | Oct 22 02:09:28.572 INFO kablam! Oct 22 02:09:28.572 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.572 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.572 INFO kablam! | Oct 22 02:09:28.573 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.573 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.573 INFO kablam! ... Oct 22 02:09:28.573 INFO kablam! 1431 | rt_realloc!(rt_primes_257bytes_2align_realloc, 257, 2); Oct 22 02:09:28.573 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.573 INFO kablam! | Oct 22 02:09:28.573 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.573 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.573 INFO kablam! | Oct 22 02:09:28.573 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.573 INFO kablam! | Oct 22 02:09:28.573 INFO kablam! Oct 22 02:09:28.573 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.573 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.573 INFO kablam! | Oct 22 02:09:28.573 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.573 INFO kablam! | ^^^^^ Oct 22 02:09:28.573 INFO kablam! ... Oct 22 02:09:28.573 INFO kablam! 1444 | rt_realloc!(rt_primes_509bytes_2align_realloc, 509, 2); Oct 22 02:09:28.573 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.573 INFO kablam! | Oct 22 02:09:28.573 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.573 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.573 INFO kablam! | Oct 22 02:09:28.573 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.573 INFO kablam! | Oct 22 02:09:28.573 INFO kablam! Oct 22 02:09:28.573 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.573 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.573 INFO kablam! | Oct 22 02:09:28.573 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.573 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.573 INFO kablam! ... Oct 22 02:09:28.573 INFO kablam! 1444 | rt_realloc!(rt_primes_509bytes_2align_realloc, 509, 2); Oct 22 02:09:28.573 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.573 INFO kablam! | Oct 22 02:09:28.573 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.573 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.573 INFO kablam! | Oct 22 02:09:28.573 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.573 INFO kablam! | Oct 22 02:09:28.573 INFO kablam! Oct 22 02:09:28.573 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.573 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.573 INFO kablam! | Oct 22 02:09:28.573 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.573 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.573 INFO kablam! ... Oct 22 02:09:28.573 INFO kablam! 1444 | rt_realloc!(rt_primes_509bytes_2align_realloc, 509, 2); Oct 22 02:09:28.573 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.573 INFO kablam! | Oct 22 02:09:28.573 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.573 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.573 INFO kablam! | Oct 22 02:09:28.573 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.573 INFO kablam! | Oct 22 02:09:28.573 INFO kablam! Oct 22 02:09:28.573 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.573 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.573 INFO kablam! | Oct 22 02:09:28.573 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.573 INFO kablam! | ^^^^^ Oct 22 02:09:28.573 INFO kablam! ... Oct 22 02:09:28.573 INFO kablam! 1457 | rt_realloc!(rt_primes_1021bytes_2align_realloc, 1021, 2); Oct 22 02:09:28.573 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.573 INFO kablam! | Oct 22 02:09:28.573 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.573 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.573 INFO kablam! | Oct 22 02:09:28.573 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.573 INFO kablam! | Oct 22 02:09:28.573 INFO kablam! Oct 22 02:09:28.573 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.573 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.573 INFO kablam! | Oct 22 02:09:28.573 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.573 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.573 INFO kablam! ... Oct 22 02:09:28.573 INFO kablam! 1457 | rt_realloc!(rt_primes_1021bytes_2align_realloc, 1021, 2); Oct 22 02:09:28.573 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.573 INFO kablam! | Oct 22 02:09:28.573 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.573 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.574 INFO kablam! | Oct 22 02:09:28.574 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.574 INFO kablam! | Oct 22 02:09:28.574 INFO kablam! Oct 22 02:09:28.574 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.574 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.574 INFO kablam! | Oct 22 02:09:28.574 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.574 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.574 INFO kablam! ... Oct 22 02:09:28.574 INFO kablam! 1457 | rt_realloc!(rt_primes_1021bytes_2align_realloc, 1021, 2); Oct 22 02:09:28.574 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.574 INFO kablam! | Oct 22 02:09:28.574 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.574 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.574 INFO kablam! | Oct 22 02:09:28.574 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.574 INFO kablam! | Oct 22 02:09:28.574 INFO kablam! Oct 22 02:09:28.574 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.574 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.574 INFO kablam! | Oct 22 02:09:28.574 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.574 INFO kablam! | ^^^^^ Oct 22 02:09:28.574 INFO kablam! ... Oct 22 02:09:28.574 INFO kablam! 1470 | rt_realloc!(rt_primes_2039bytes_2align_realloc, 2039, 2); Oct 22 02:09:28.574 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.574 INFO kablam! | Oct 22 02:09:28.574 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.574 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.574 INFO kablam! | Oct 22 02:09:28.574 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.574 INFO kablam! | Oct 22 02:09:28.574 INFO kablam! Oct 22 02:09:28.574 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.574 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.574 INFO kablam! | Oct 22 02:09:28.574 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.574 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.574 INFO kablam! ... Oct 22 02:09:28.574 INFO kablam! 1470 | rt_realloc!(rt_primes_2039bytes_2align_realloc, 2039, 2); Oct 22 02:09:28.574 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.574 INFO kablam! | Oct 22 02:09:28.574 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.574 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.574 INFO kablam! | Oct 22 02:09:28.574 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.574 INFO kablam! | Oct 22 02:09:28.574 INFO kablam! Oct 22 02:09:28.580 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.580 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.580 INFO kablam! | Oct 22 02:09:28.580 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.580 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.580 INFO kablam! ... Oct 22 02:09:28.580 INFO kablam! 1470 | rt_realloc!(rt_primes_2039bytes_2align_realloc, 2039, 2); Oct 22 02:09:28.580 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.580 INFO kablam! | Oct 22 02:09:28.580 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.580 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.580 INFO kablam! | Oct 22 02:09:28.580 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.580 INFO kablam! | Oct 22 02:09:28.580 INFO kablam! Oct 22 02:09:28.580 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.580 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.580 INFO kablam! | Oct 22 02:09:28.580 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.580 INFO kablam! | ^^^^^ Oct 22 02:09:28.580 INFO kablam! ... Oct 22 02:09:28.580 INFO kablam! 1483 | rt_realloc!(rt_primes_4093bytes_2align_realloc, 4093, 2); Oct 22 02:09:28.580 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.580 INFO kablam! | Oct 22 02:09:28.580 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.580 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.580 INFO kablam! | Oct 22 02:09:28.580 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.580 INFO kablam! | Oct 22 02:09:28.580 INFO kablam! Oct 22 02:09:28.580 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.580 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.580 INFO kablam! | Oct 22 02:09:28.580 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.580 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.580 INFO kablam! ... Oct 22 02:09:28.580 INFO kablam! 1483 | rt_realloc!(rt_primes_4093bytes_2align_realloc, 4093, 2); Oct 22 02:09:28.580 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.580 INFO kablam! | Oct 22 02:09:28.580 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.580 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.580 INFO kablam! | Oct 22 02:09:28.580 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.580 INFO kablam! | Oct 22 02:09:28.580 INFO kablam! Oct 22 02:09:28.580 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.580 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.580 INFO kablam! | Oct 22 02:09:28.581 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.581 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.581 INFO kablam! ... Oct 22 02:09:28.581 INFO kablam! 1483 | rt_realloc!(rt_primes_4093bytes_2align_realloc, 4093, 2); Oct 22 02:09:28.581 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.581 INFO kablam! | Oct 22 02:09:28.581 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.581 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.581 INFO kablam! | Oct 22 02:09:28.581 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.581 INFO kablam! | Oct 22 02:09:28.581 INFO kablam! Oct 22 02:09:28.581 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.581 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.581 INFO kablam! | Oct 22 02:09:28.581 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.581 INFO kablam! | ^^^^^ Oct 22 02:09:28.581 INFO kablam! ... Oct 22 02:09:28.581 INFO kablam! 1496 | rt_realloc!(rt_primes_8191bytes_2align_realloc, 8191, 2); Oct 22 02:09:28.581 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.581 INFO kablam! | Oct 22 02:09:28.581 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.581 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.581 INFO kablam! | Oct 22 02:09:28.581 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.581 INFO kablam! | Oct 22 02:09:28.581 INFO kablam! Oct 22 02:09:28.581 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.581 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.581 INFO kablam! | Oct 22 02:09:28.581 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.581 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.581 INFO kablam! ... Oct 22 02:09:28.581 INFO kablam! 1496 | rt_realloc!(rt_primes_8191bytes_2align_realloc, 8191, 2); Oct 22 02:09:28.581 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.581 INFO kablam! | Oct 22 02:09:28.581 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.581 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.581 INFO kablam! | Oct 22 02:09:28.581 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.581 INFO kablam! | Oct 22 02:09:28.581 INFO kablam! Oct 22 02:09:28.581 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.581 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.581 INFO kablam! | Oct 22 02:09:28.581 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.581 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.581 INFO kablam! ... Oct 22 02:09:28.581 INFO kablam! 1496 | rt_realloc!(rt_primes_8191bytes_2align_realloc, 8191, 2); Oct 22 02:09:28.581 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.581 INFO kablam! | Oct 22 02:09:28.581 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.581 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.581 INFO kablam! | Oct 22 02:09:28.581 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.581 INFO kablam! | Oct 22 02:09:28.581 INFO kablam! Oct 22 02:09:28.581 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.581 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.581 INFO kablam! | Oct 22 02:09:28.581 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.581 INFO kablam! | ^^^^^ Oct 22 02:09:28.581 INFO kablam! ... Oct 22 02:09:28.581 INFO kablam! 1509 | rt_realloc!(rt_primes_16381bytes_2align_realloc, 16381, 2); Oct 22 02:09:28.581 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:28.581 INFO kablam! | Oct 22 02:09:28.581 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.581 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.581 INFO kablam! | Oct 22 02:09:28.581 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.581 INFO kablam! | Oct 22 02:09:28.581 INFO kablam! Oct 22 02:09:28.588 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.588 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.588 INFO kablam! | Oct 22 02:09:28.588 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.588 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.588 INFO kablam! ... Oct 22 02:09:28.588 INFO kablam! 1509 | rt_realloc!(rt_primes_16381bytes_2align_realloc, 16381, 2); Oct 22 02:09:28.588 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:28.588 INFO kablam! | Oct 22 02:09:28.588 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.588 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.588 INFO kablam! | Oct 22 02:09:28.588 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.588 INFO kablam! | Oct 22 02:09:28.588 INFO kablam! Oct 22 02:09:28.588 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.588 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.588 INFO kablam! | Oct 22 02:09:28.588 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.588 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.588 INFO kablam! ... Oct 22 02:09:28.588 INFO kablam! 1509 | rt_realloc!(rt_primes_16381bytes_2align_realloc, 16381, 2); Oct 22 02:09:28.588 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:28.588 INFO kablam! | Oct 22 02:09:28.588 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.588 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.588 INFO kablam! | Oct 22 02:09:28.588 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.588 INFO kablam! | Oct 22 02:09:28.588 INFO kablam! Oct 22 02:09:28.588 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.588 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.588 INFO kablam! | Oct 22 02:09:28.588 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.588 INFO kablam! | ^^^^^ Oct 22 02:09:28.588 INFO kablam! ... Oct 22 02:09:28.588 INFO kablam! 1522 | rt_realloc!(rt_primes_32749bytes_2align_realloc, 32749, 2); Oct 22 02:09:28.588 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:28.588 INFO kablam! | Oct 22 02:09:28.588 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.588 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.588 INFO kablam! | Oct 22 02:09:28.588 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.588 INFO kablam! | Oct 22 02:09:28.588 INFO kablam! Oct 22 02:09:28.588 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.588 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.588 INFO kablam! | Oct 22 02:09:28.588 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.589 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.589 INFO kablam! ... Oct 22 02:09:28.589 INFO kablam! 1522 | rt_realloc!(rt_primes_32749bytes_2align_realloc, 32749, 2); Oct 22 02:09:28.589 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:28.589 INFO kablam! | Oct 22 02:09:28.589 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.589 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.589 INFO kablam! | Oct 22 02:09:28.589 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.589 INFO kablam! | Oct 22 02:09:28.589 INFO kablam! Oct 22 02:09:28.589 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.589 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.589 INFO kablam! | Oct 22 02:09:28.589 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.589 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.589 INFO kablam! ... Oct 22 02:09:28.589 INFO kablam! 1522 | rt_realloc!(rt_primes_32749bytes_2align_realloc, 32749, 2); Oct 22 02:09:28.589 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:28.589 INFO kablam! | Oct 22 02:09:28.589 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.589 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.589 INFO kablam! | Oct 22 02:09:28.589 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.589 INFO kablam! | Oct 22 02:09:28.589 INFO kablam! Oct 22 02:09:28.589 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.589 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.589 INFO kablam! | Oct 22 02:09:28.589 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.589 INFO kablam! | ^^^^^ Oct 22 02:09:28.589 INFO kablam! ... Oct 22 02:09:28.589 INFO kablam! 1535 | rt_realloc!(rt_primes_65537bytes_2align_realloc, 65537, 2); Oct 22 02:09:28.589 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:28.589 INFO kablam! | Oct 22 02:09:28.589 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.589 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.589 INFO kablam! | Oct 22 02:09:28.589 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.589 INFO kablam! | Oct 22 02:09:28.589 INFO kablam! Oct 22 02:09:28.589 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.589 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.589 INFO kablam! | Oct 22 02:09:28.589 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.589 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.589 INFO kablam! ... Oct 22 02:09:28.589 INFO kablam! 1535 | rt_realloc!(rt_primes_65537bytes_2align_realloc, 65537, 2); Oct 22 02:09:28.589 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:28.589 INFO kablam! | Oct 22 02:09:28.589 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.589 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.589 INFO kablam! | Oct 22 02:09:28.589 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.589 INFO kablam! | Oct 22 02:09:28.589 INFO kablam! Oct 22 02:09:28.589 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.589 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.589 INFO kablam! | Oct 22 02:09:28.589 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.589 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.589 INFO kablam! ... Oct 22 02:09:28.589 INFO kablam! 1535 | rt_realloc!(rt_primes_65537bytes_2align_realloc, 65537, 2); Oct 22 02:09:28.589 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:28.589 INFO kablam! | Oct 22 02:09:28.589 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.589 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.589 INFO kablam! | Oct 22 02:09:28.589 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.589 INFO kablam! | Oct 22 02:09:28.589 INFO kablam! Oct 22 02:09:28.596 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.596 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.596 INFO kablam! | Oct 22 02:09:28.596 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.596 INFO kablam! | ^^^^^ Oct 22 02:09:28.596 INFO kablam! ... Oct 22 02:09:28.596 INFO kablam! 1548 | rt_realloc!(rt_primes_131071bytes_2align_realloc, 131071, 2); Oct 22 02:09:28.596 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.596 INFO kablam! | Oct 22 02:09:28.596 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.596 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.596 INFO kablam! | Oct 22 02:09:28.596 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.596 INFO kablam! | Oct 22 02:09:28.596 INFO kablam! Oct 22 02:09:28.596 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.596 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.596 INFO kablam! | Oct 22 02:09:28.596 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.596 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.596 INFO kablam! ... Oct 22 02:09:28.596 INFO kablam! 1548 | rt_realloc!(rt_primes_131071bytes_2align_realloc, 131071, 2); Oct 22 02:09:28.596 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.596 INFO kablam! | Oct 22 02:09:28.596 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.596 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.596 INFO kablam! | Oct 22 02:09:28.596 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.596 INFO kablam! | Oct 22 02:09:28.596 INFO kablam! Oct 22 02:09:28.596 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.596 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.596 INFO kablam! | Oct 22 02:09:28.596 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.596 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.596 INFO kablam! ... Oct 22 02:09:28.596 INFO kablam! 1548 | rt_realloc!(rt_primes_131071bytes_2align_realloc, 131071, 2); Oct 22 02:09:28.596 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.596 INFO kablam! | Oct 22 02:09:28.596 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.596 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.596 INFO kablam! | Oct 22 02:09:28.596 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.596 INFO kablam! | Oct 22 02:09:28.596 INFO kablam! Oct 22 02:09:28.600 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.600 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.600 INFO kablam! | Oct 22 02:09:28.600 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.600 INFO kablam! | ^^^^^ Oct 22 02:09:28.600 INFO kablam! ... Oct 22 02:09:28.600 INFO kablam! 1561 | rt_realloc!(rt_primes_4194301bytes_2align_realloc, 4194301, 2); Oct 22 02:09:28.600 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.600 INFO kablam! | Oct 22 02:09:28.600 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.600 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.600 INFO kablam! | Oct 22 02:09:28.600 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.600 INFO kablam! | Oct 22 02:09:28.600 INFO kablam! Oct 22 02:09:28.600 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.600 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.600 INFO kablam! | Oct 22 02:09:28.600 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.600 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.600 INFO kablam! ... Oct 22 02:09:28.600 INFO kablam! 1561 | rt_realloc!(rt_primes_4194301bytes_2align_realloc, 4194301, 2); Oct 22 02:09:28.600 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.600 INFO kablam! | Oct 22 02:09:28.600 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.600 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.600 INFO kablam! | Oct 22 02:09:28.600 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.600 INFO kablam! | Oct 22 02:09:28.600 INFO kablam! Oct 22 02:09:28.600 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.600 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.600 INFO kablam! | Oct 22 02:09:28.600 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.600 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.600 INFO kablam! ... Oct 22 02:09:28.600 INFO kablam! 1561 | rt_realloc!(rt_primes_4194301bytes_2align_realloc, 4194301, 2); Oct 22 02:09:28.600 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.600 INFO kablam! | Oct 22 02:09:28.600 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.600 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.600 INFO kablam! | Oct 22 02:09:28.600 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.600 INFO kablam! | Oct 22 02:09:28.600 INFO kablam! Oct 22 02:09:28.600 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.600 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.600 INFO kablam! | Oct 22 02:09:28.600 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.601 INFO kablam! | ^^^^^ Oct 22 02:09:28.601 INFO kablam! ... Oct 22 02:09:28.601 INFO kablam! 1577 | rt_realloc!(rt_pow2_1bytes_4align_realloc, 1, 4); Oct 22 02:09:28.601 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 22 02:09:28.601 INFO kablam! | Oct 22 02:09:28.601 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.601 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.601 INFO kablam! | Oct 22 02:09:28.601 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.601 INFO kablam! | Oct 22 02:09:28.601 INFO kablam! Oct 22 02:09:28.601 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.601 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.601 INFO kablam! | Oct 22 02:09:28.601 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.601 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.601 INFO kablam! ... Oct 22 02:09:28.601 INFO kablam! 1577 | rt_realloc!(rt_pow2_1bytes_4align_realloc, 1, 4); Oct 22 02:09:28.601 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 22 02:09:28.601 INFO kablam! | Oct 22 02:09:28.601 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.601 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.601 INFO kablam! | Oct 22 02:09:28.601 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.601 INFO kablam! | Oct 22 02:09:28.601 INFO kablam! Oct 22 02:09:28.601 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.601 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.601 INFO kablam! | Oct 22 02:09:28.601 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.601 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.601 INFO kablam! ... Oct 22 02:09:28.601 INFO kablam! 1577 | rt_realloc!(rt_pow2_1bytes_4align_realloc, 1, 4); Oct 22 02:09:28.601 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 22 02:09:28.601 INFO kablam! | Oct 22 02:09:28.601 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.601 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.601 INFO kablam! | Oct 22 02:09:28.601 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.601 INFO kablam! | Oct 22 02:09:28.601 INFO kablam! Oct 22 02:09:28.601 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.601 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.601 INFO kablam! | Oct 22 02:09:28.601 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.601 INFO kablam! | ^^^^^ Oct 22 02:09:28.601 INFO kablam! ... Oct 22 02:09:28.601 INFO kablam! 1590 | rt_realloc!(rt_pow2_2bytes_4align_realloc, 2, 4); Oct 22 02:09:28.601 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 22 02:09:28.601 INFO kablam! | Oct 22 02:09:28.601 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.601 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.601 INFO kablam! | Oct 22 02:09:28.601 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.601 INFO kablam! | Oct 22 02:09:28.601 INFO kablam! Oct 22 02:09:28.601 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.601 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.601 INFO kablam! | Oct 22 02:09:28.601 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.601 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.601 INFO kablam! ... Oct 22 02:09:28.601 INFO kablam! 1590 | rt_realloc!(rt_pow2_2bytes_4align_realloc, 2, 4); Oct 22 02:09:28.601 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 22 02:09:28.601 INFO kablam! | Oct 22 02:09:28.601 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.601 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.601 INFO kablam! | Oct 22 02:09:28.601 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.601 INFO kablam! | Oct 22 02:09:28.601 INFO kablam! Oct 22 02:09:28.601 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.601 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.601 INFO kablam! | Oct 22 02:09:28.601 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.601 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.601 INFO kablam! ... Oct 22 02:09:28.601 INFO kablam! 1590 | rt_realloc!(rt_pow2_2bytes_4align_realloc, 2, 4); Oct 22 02:09:28.601 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 22 02:09:28.601 INFO kablam! | Oct 22 02:09:28.601 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.601 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.601 INFO kablam! | Oct 22 02:09:28.601 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.601 INFO kablam! | Oct 22 02:09:28.602 INFO kablam! Oct 22 02:09:28.608 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.608 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.608 INFO kablam! | Oct 22 02:09:28.608 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.608 INFO kablam! | ^^^^^ Oct 22 02:09:28.608 INFO kablam! ... Oct 22 02:09:28.608 INFO kablam! 1603 | rt_realloc!(rt_pow2_4bytes_4align_realloc, 4, 4); Oct 22 02:09:28.608 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 22 02:09:28.608 INFO kablam! | Oct 22 02:09:28.608 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.608 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.608 INFO kablam! | Oct 22 02:09:28.608 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.608 INFO kablam! | Oct 22 02:09:28.608 INFO kablam! Oct 22 02:09:28.608 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.608 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.608 INFO kablam! | Oct 22 02:09:28.608 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.608 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.608 INFO kablam! ... Oct 22 02:09:28.608 INFO kablam! 1603 | rt_realloc!(rt_pow2_4bytes_4align_realloc, 4, 4); Oct 22 02:09:28.608 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 22 02:09:28.608 INFO kablam! | Oct 22 02:09:28.608 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.608 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.608 INFO kablam! | Oct 22 02:09:28.608 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.608 INFO kablam! | Oct 22 02:09:28.608 INFO kablam! Oct 22 02:09:28.608 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.608 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.608 INFO kablam! | Oct 22 02:09:28.608 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.608 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.608 INFO kablam! ... Oct 22 02:09:28.608 INFO kablam! 1603 | rt_realloc!(rt_pow2_4bytes_4align_realloc, 4, 4); Oct 22 02:09:28.608 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 22 02:09:28.608 INFO kablam! | Oct 22 02:09:28.608 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.608 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.608 INFO kablam! | Oct 22 02:09:28.608 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.608 INFO kablam! | Oct 22 02:09:28.608 INFO kablam! Oct 22 02:09:28.608 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.608 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.608 INFO kablam! | Oct 22 02:09:28.608 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.608 INFO kablam! | ^^^^^ Oct 22 02:09:28.609 INFO kablam! ... Oct 22 02:09:28.609 INFO kablam! 1616 | rt_realloc!(rt_pow2_8bytes_4align_realloc, 8, 4); Oct 22 02:09:28.609 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 22 02:09:28.609 INFO kablam! | Oct 22 02:09:28.609 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.609 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.609 INFO kablam! | Oct 22 02:09:28.609 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.609 INFO kablam! | Oct 22 02:09:28.609 INFO kablam! Oct 22 02:09:28.609 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.609 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.609 INFO kablam! | Oct 22 02:09:28.609 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.609 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.609 INFO kablam! ... Oct 22 02:09:28.609 INFO kablam! 1616 | rt_realloc!(rt_pow2_8bytes_4align_realloc, 8, 4); Oct 22 02:09:28.609 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 22 02:09:28.609 INFO kablam! | Oct 22 02:09:28.609 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.609 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.609 INFO kablam! | Oct 22 02:09:28.609 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.609 INFO kablam! | Oct 22 02:09:28.609 INFO kablam! Oct 22 02:09:28.609 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.609 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.609 INFO kablam! | Oct 22 02:09:28.609 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.609 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.609 INFO kablam! ... Oct 22 02:09:28.609 INFO kablam! 1616 | rt_realloc!(rt_pow2_8bytes_4align_realloc, 8, 4); Oct 22 02:09:28.609 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 22 02:09:28.609 INFO kablam! | Oct 22 02:09:28.609 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.609 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.609 INFO kablam! | Oct 22 02:09:28.609 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.609 INFO kablam! | Oct 22 02:09:28.609 INFO kablam! Oct 22 02:09:28.609 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.609 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.609 INFO kablam! | Oct 22 02:09:28.609 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.609 INFO kablam! | ^^^^^ Oct 22 02:09:28.609 INFO kablam! ... Oct 22 02:09:28.609 INFO kablam! 1629 | rt_realloc!(rt_pow2_16bytes_4align_realloc, 16, 4); Oct 22 02:09:28.609 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.609 INFO kablam! | Oct 22 02:09:28.609 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.609 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.609 INFO kablam! | Oct 22 02:09:28.609 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.609 INFO kablam! | Oct 22 02:09:28.609 INFO kablam! Oct 22 02:09:28.609 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.609 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.609 INFO kablam! | Oct 22 02:09:28.609 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.609 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.609 INFO kablam! ... Oct 22 02:09:28.609 INFO kablam! 1629 | rt_realloc!(rt_pow2_16bytes_4align_realloc, 16, 4); Oct 22 02:09:28.609 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.609 INFO kablam! | Oct 22 02:09:28.609 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.609 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.609 INFO kablam! | Oct 22 02:09:28.609 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.609 INFO kablam! | Oct 22 02:09:28.609 INFO kablam! Oct 22 02:09:28.616 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.616 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.616 INFO kablam! | Oct 22 02:09:28.616 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.616 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.616 INFO kablam! ... Oct 22 02:09:28.616 INFO kablam! 1629 | rt_realloc!(rt_pow2_16bytes_4align_realloc, 16, 4); Oct 22 02:09:28.616 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.616 INFO kablam! | Oct 22 02:09:28.616 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.616 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.616 INFO kablam! | Oct 22 02:09:28.616 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.616 INFO kablam! | Oct 22 02:09:28.616 INFO kablam! Oct 22 02:09:28.616 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.616 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.616 INFO kablam! | Oct 22 02:09:28.616 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.616 INFO kablam! | ^^^^^ Oct 22 02:09:28.616 INFO kablam! ... Oct 22 02:09:28.616 INFO kablam! 1642 | rt_realloc!(rt_pow2_32bytes_4align_realloc, 32, 4); Oct 22 02:09:28.616 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.616 INFO kablam! | Oct 22 02:09:28.616 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.616 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.616 INFO kablam! | Oct 22 02:09:28.616 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.616 INFO kablam! | Oct 22 02:09:28.616 INFO kablam! Oct 22 02:09:28.616 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.616 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.616 INFO kablam! | Oct 22 02:09:28.616 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.616 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.616 INFO kablam! ... Oct 22 02:09:28.616 INFO kablam! 1642 | rt_realloc!(rt_pow2_32bytes_4align_realloc, 32, 4); Oct 22 02:09:28.616 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.616 INFO kablam! | Oct 22 02:09:28.616 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.617 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.617 INFO kablam! | Oct 22 02:09:28.617 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.617 INFO kablam! | Oct 22 02:09:28.617 INFO kablam! Oct 22 02:09:28.617 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.617 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.617 INFO kablam! | Oct 22 02:09:28.617 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.617 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.617 INFO kablam! ... Oct 22 02:09:28.617 INFO kablam! 1642 | rt_realloc!(rt_pow2_32bytes_4align_realloc, 32, 4); Oct 22 02:09:28.617 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.617 INFO kablam! | Oct 22 02:09:28.617 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.617 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.617 INFO kablam! | Oct 22 02:09:28.617 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.617 INFO kablam! | Oct 22 02:09:28.617 INFO kablam! Oct 22 02:09:28.617 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.617 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.617 INFO kablam! | Oct 22 02:09:28.617 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.617 INFO kablam! | ^^^^^ Oct 22 02:09:28.617 INFO kablam! ... Oct 22 02:09:28.617 INFO kablam! 1655 | rt_realloc!(rt_pow2_64bytes_4align_realloc, 64, 4); Oct 22 02:09:28.617 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.617 INFO kablam! | Oct 22 02:09:28.617 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.617 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.617 INFO kablam! | Oct 22 02:09:28.617 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.617 INFO kablam! | Oct 22 02:09:28.617 INFO kablam! Oct 22 02:09:28.617 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.617 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.617 INFO kablam! | Oct 22 02:09:28.617 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.617 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.617 INFO kablam! ... Oct 22 02:09:28.617 INFO kablam! 1655 | rt_realloc!(rt_pow2_64bytes_4align_realloc, 64, 4); Oct 22 02:09:28.617 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.617 INFO kablam! | Oct 22 02:09:28.617 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.617 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.617 INFO kablam! | Oct 22 02:09:28.617 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.617 INFO kablam! | Oct 22 02:09:28.617 INFO kablam! Oct 22 02:09:28.617 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.617 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.617 INFO kablam! | Oct 22 02:09:28.617 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.617 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.617 INFO kablam! ... Oct 22 02:09:28.617 INFO kablam! 1655 | rt_realloc!(rt_pow2_64bytes_4align_realloc, 64, 4); Oct 22 02:09:28.617 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.617 INFO kablam! | Oct 22 02:09:28.617 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.617 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.617 INFO kablam! | Oct 22 02:09:28.617 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.617 INFO kablam! | Oct 22 02:09:28.617 INFO kablam! Oct 22 02:09:28.624 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.624 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.624 INFO kablam! | Oct 22 02:09:28.624 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.624 INFO kablam! | ^^^^^ Oct 22 02:09:28.624 INFO kablam! ... Oct 22 02:09:28.624 INFO kablam! 1668 | rt_realloc!(rt_pow2_128bytes_4align_realloc, 128, 4); Oct 22 02:09:28.624 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.624 INFO kablam! | Oct 22 02:09:28.624 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.624 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.624 INFO kablam! | Oct 22 02:09:28.624 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.624 INFO kablam! | Oct 22 02:09:28.624 INFO kablam! Oct 22 02:09:28.624 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.624 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.624 INFO kablam! | Oct 22 02:09:28.624 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.624 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.624 INFO kablam! ... Oct 22 02:09:28.624 INFO kablam! 1668 | rt_realloc!(rt_pow2_128bytes_4align_realloc, 128, 4); Oct 22 02:09:28.624 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.624 INFO kablam! | Oct 22 02:09:28.624 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.624 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.624 INFO kablam! | Oct 22 02:09:28.624 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.624 INFO kablam! | Oct 22 02:09:28.624 INFO kablam! Oct 22 02:09:28.624 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.624 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.624 INFO kablam! | Oct 22 02:09:28.624 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.624 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.624 INFO kablam! ... Oct 22 02:09:28.624 INFO kablam! 1668 | rt_realloc!(rt_pow2_128bytes_4align_realloc, 128, 4); Oct 22 02:09:28.624 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.624 INFO kablam! | Oct 22 02:09:28.624 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.624 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.624 INFO kablam! | Oct 22 02:09:28.624 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.624 INFO kablam! | Oct 22 02:09:28.624 INFO kablam! Oct 22 02:09:28.624 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.624 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.624 INFO kablam! | Oct 22 02:09:28.625 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.625 INFO kablam! | ^^^^^ Oct 22 02:09:28.625 INFO kablam! ... Oct 22 02:09:28.625 INFO kablam! 1681 | rt_realloc!(rt_pow2_256bytes_4align_realloc, 256, 4); Oct 22 02:09:28.625 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.625 INFO kablam! | Oct 22 02:09:28.625 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.625 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.625 INFO kablam! | Oct 22 02:09:28.625 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.625 INFO kablam! | Oct 22 02:09:28.625 INFO kablam! Oct 22 02:09:28.625 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.625 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.625 INFO kablam! | Oct 22 02:09:28.625 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.625 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.625 INFO kablam! ... Oct 22 02:09:28.625 INFO kablam! 1681 | rt_realloc!(rt_pow2_256bytes_4align_realloc, 256, 4); Oct 22 02:09:28.625 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.625 INFO kablam! | Oct 22 02:09:28.625 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.625 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.625 INFO kablam! | Oct 22 02:09:28.625 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.625 INFO kablam! | Oct 22 02:09:28.625 INFO kablam! Oct 22 02:09:28.625 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.625 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.625 INFO kablam! | Oct 22 02:09:28.625 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.625 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.625 INFO kablam! ... Oct 22 02:09:28.625 INFO kablam! 1681 | rt_realloc!(rt_pow2_256bytes_4align_realloc, 256, 4); Oct 22 02:09:28.625 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.625 INFO kablam! | Oct 22 02:09:28.625 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.625 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.625 INFO kablam! | Oct 22 02:09:28.625 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.625 INFO kablam! | Oct 22 02:09:28.625 INFO kablam! Oct 22 02:09:28.636 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.636 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.636 INFO kablam! | Oct 22 02:09:28.636 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.636 INFO kablam! | ^^^^^ Oct 22 02:09:28.636 INFO kablam! ... Oct 22 02:09:28.636 INFO kablam! 1694 | rt_realloc!(rt_pow2_512bytes_4align_realloc, 512, 4); Oct 22 02:09:28.636 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.636 INFO kablam! | Oct 22 02:09:28.636 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.636 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.636 INFO kablam! | Oct 22 02:09:28.636 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.636 INFO kablam! | Oct 22 02:09:28.636 INFO kablam! Oct 22 02:09:28.636 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.636 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.636 INFO kablam! | Oct 22 02:09:28.636 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.636 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.636 INFO kablam! ... Oct 22 02:09:28.636 INFO kablam! 1694 | rt_realloc!(rt_pow2_512bytes_4align_realloc, 512, 4); Oct 22 02:09:28.636 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.636 INFO kablam! | Oct 22 02:09:28.636 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.636 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.636 INFO kablam! | Oct 22 02:09:28.636 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.636 INFO kablam! | Oct 22 02:09:28.636 INFO kablam! Oct 22 02:09:28.636 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.636 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.636 INFO kablam! | Oct 22 02:09:28.636 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.636 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.636 INFO kablam! ... Oct 22 02:09:28.636 INFO kablam! 1694 | rt_realloc!(rt_pow2_512bytes_4align_realloc, 512, 4); Oct 22 02:09:28.636 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.636 INFO kablam! | Oct 22 02:09:28.636 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.636 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.636 INFO kablam! | Oct 22 02:09:28.636 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.636 INFO kablam! | Oct 22 02:09:28.636 INFO kablam! Oct 22 02:09:28.636 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.636 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.637 INFO kablam! | Oct 22 02:09:28.637 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.637 INFO kablam! | ^^^^^ Oct 22 02:09:28.637 INFO kablam! ... Oct 22 02:09:28.637 INFO kablam! 1707 | rt_realloc!(rt_pow2_1024bytes_4align_realloc, 1024, 4); Oct 22 02:09:28.637 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.637 INFO kablam! | Oct 22 02:09:28.637 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.637 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.637 INFO kablam! | Oct 22 02:09:28.637 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.637 INFO kablam! | Oct 22 02:09:28.637 INFO kablam! Oct 22 02:09:28.637 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.637 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.637 INFO kablam! | Oct 22 02:09:28.637 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.637 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.637 INFO kablam! ... Oct 22 02:09:28.637 INFO kablam! 1707 | rt_realloc!(rt_pow2_1024bytes_4align_realloc, 1024, 4); Oct 22 02:09:28.637 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.637 INFO kablam! | Oct 22 02:09:28.637 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.637 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.637 INFO kablam! | Oct 22 02:09:28.637 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.637 INFO kablam! | Oct 22 02:09:28.637 INFO kablam! Oct 22 02:09:28.637 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.637 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.637 INFO kablam! | Oct 22 02:09:28.637 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.637 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.637 INFO kablam! ... Oct 22 02:09:28.637 INFO kablam! 1707 | rt_realloc!(rt_pow2_1024bytes_4align_realloc, 1024, 4); Oct 22 02:09:28.637 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.637 INFO kablam! | Oct 22 02:09:28.637 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.637 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.637 INFO kablam! | Oct 22 02:09:28.637 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.637 INFO kablam! | Oct 22 02:09:28.637 INFO kablam! Oct 22 02:09:28.637 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.637 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.637 INFO kablam! | Oct 22 02:09:28.637 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.637 INFO kablam! | ^^^^^ Oct 22 02:09:28.637 INFO kablam! ... Oct 22 02:09:28.637 INFO kablam! 1720 | rt_realloc!(rt_pow2_2048bytes_4align_realloc, 2048, 4); Oct 22 02:09:28.637 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.637 INFO kablam! | Oct 22 02:09:28.637 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.637 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.637 INFO kablam! | Oct 22 02:09:28.637 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.637 INFO kablam! | Oct 22 02:09:28.637 INFO kablam! Oct 22 02:09:28.637 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.637 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.637 INFO kablam! | Oct 22 02:09:28.637 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.637 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.637 INFO kablam! ... Oct 22 02:09:28.637 INFO kablam! 1720 | rt_realloc!(rt_pow2_2048bytes_4align_realloc, 2048, 4); Oct 22 02:09:28.637 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.637 INFO kablam! | Oct 22 02:09:28.637 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.637 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.637 INFO kablam! | Oct 22 02:09:28.637 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.637 INFO kablam! | Oct 22 02:09:28.637 INFO kablam! Oct 22 02:09:28.637 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.637 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.637 INFO kablam! | Oct 22 02:09:28.637 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.637 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.637 INFO kablam! ... Oct 22 02:09:28.637 INFO kablam! 1720 | rt_realloc!(rt_pow2_2048bytes_4align_realloc, 2048, 4); Oct 22 02:09:28.637 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.637 INFO kablam! | Oct 22 02:09:28.637 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.637 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.638 INFO kablam! | Oct 22 02:09:28.638 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.638 INFO kablam! | Oct 22 02:09:28.638 INFO kablam! Oct 22 02:09:28.638 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.638 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.638 INFO kablam! | Oct 22 02:09:28.638 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.638 INFO kablam! | ^^^^^ Oct 22 02:09:28.638 INFO kablam! ... Oct 22 02:09:28.638 INFO kablam! 1733 | rt_realloc!(rt_pow2_4096bytes_4align_realloc, 4096, 4); Oct 22 02:09:28.638 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.638 INFO kablam! | Oct 22 02:09:28.638 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.638 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.638 INFO kablam! | Oct 22 02:09:28.638 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.638 INFO kablam! | Oct 22 02:09:28.638 INFO kablam! Oct 22 02:09:28.644 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.644 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.644 INFO kablam! | Oct 22 02:09:28.644 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.644 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.644 INFO kablam! ... Oct 22 02:09:28.644 INFO kablam! 1733 | rt_realloc!(rt_pow2_4096bytes_4align_realloc, 4096, 4); Oct 22 02:09:28.644 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.644 INFO kablam! | Oct 22 02:09:28.644 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.644 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.644 INFO kablam! | Oct 22 02:09:28.644 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.644 INFO kablam! | Oct 22 02:09:28.644 INFO kablam! Oct 22 02:09:28.644 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.644 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.644 INFO kablam! | Oct 22 02:09:28.644 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.644 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.644 INFO kablam! ... Oct 22 02:09:28.644 INFO kablam! 1733 | rt_realloc!(rt_pow2_4096bytes_4align_realloc, 4096, 4); Oct 22 02:09:28.644 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.644 INFO kablam! | Oct 22 02:09:28.644 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.644 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.644 INFO kablam! | Oct 22 02:09:28.644 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.644 INFO kablam! | Oct 22 02:09:28.644 INFO kablam! Oct 22 02:09:28.644 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.644 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.644 INFO kablam! | Oct 22 02:09:28.644 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.644 INFO kablam! | ^^^^^ Oct 22 02:09:28.644 INFO kablam! ... Oct 22 02:09:28.644 INFO kablam! 1746 | rt_realloc!(rt_pow2_8192bytes_4align_realloc, 8192, 4); Oct 22 02:09:28.644 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.644 INFO kablam! | Oct 22 02:09:28.644 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.644 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.644 INFO kablam! | Oct 22 02:09:28.644 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.644 INFO kablam! | Oct 22 02:09:28.645 INFO kablam! Oct 22 02:09:28.645 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.645 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.645 INFO kablam! | Oct 22 02:09:28.645 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.645 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.645 INFO kablam! ... Oct 22 02:09:28.645 INFO kablam! 1746 | rt_realloc!(rt_pow2_8192bytes_4align_realloc, 8192, 4); Oct 22 02:09:28.645 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.645 INFO kablam! | Oct 22 02:09:28.645 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.645 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.645 INFO kablam! | Oct 22 02:09:28.645 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.645 INFO kablam! | Oct 22 02:09:28.645 INFO kablam! Oct 22 02:09:28.645 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.645 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.645 INFO kablam! | Oct 22 02:09:28.645 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.645 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.645 INFO kablam! ... Oct 22 02:09:28.645 INFO kablam! 1746 | rt_realloc!(rt_pow2_8192bytes_4align_realloc, 8192, 4); Oct 22 02:09:28.645 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.645 INFO kablam! | Oct 22 02:09:28.645 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.645 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.645 INFO kablam! | Oct 22 02:09:28.645 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.645 INFO kablam! | Oct 22 02:09:28.645 INFO kablam! Oct 22 02:09:28.645 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.645 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.645 INFO kablam! | Oct 22 02:09:28.645 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.645 INFO kablam! | ^^^^^ Oct 22 02:09:28.645 INFO kablam! ... Oct 22 02:09:28.645 INFO kablam! 1759 | rt_realloc!(rt_pow2_16384bytes_4align_realloc, 16384, 4); Oct 22 02:09:28.645 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.645 INFO kablam! | Oct 22 02:09:28.645 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.645 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.645 INFO kablam! | Oct 22 02:09:28.645 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.645 INFO kablam! | Oct 22 02:09:28.645 INFO kablam! Oct 22 02:09:28.645 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.645 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.645 INFO kablam! | Oct 22 02:09:28.645 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.645 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.645 INFO kablam! ... Oct 22 02:09:28.645 INFO kablam! 1759 | rt_realloc!(rt_pow2_16384bytes_4align_realloc, 16384, 4); Oct 22 02:09:28.645 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.645 INFO kablam! | Oct 22 02:09:28.645 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.645 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.645 INFO kablam! | Oct 22 02:09:28.645 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.645 INFO kablam! | Oct 22 02:09:28.645 INFO kablam! Oct 22 02:09:28.645 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.645 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.645 INFO kablam! | Oct 22 02:09:28.645 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.645 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.645 INFO kablam! ... Oct 22 02:09:28.645 INFO kablam! 1759 | rt_realloc!(rt_pow2_16384bytes_4align_realloc, 16384, 4); Oct 22 02:09:28.645 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.645 INFO kablam! | Oct 22 02:09:28.645 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.645 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.645 INFO kablam! | Oct 22 02:09:28.645 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.645 INFO kablam! | Oct 22 02:09:28.645 INFO kablam! Oct 22 02:09:28.652 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.652 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.652 INFO kablam! | Oct 22 02:09:28.652 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.652 INFO kablam! | ^^^^^ Oct 22 02:09:28.652 INFO kablam! ... Oct 22 02:09:28.652 INFO kablam! 1772 | rt_realloc!(rt_pow2_32768bytes_4align_realloc, 32768, 4); Oct 22 02:09:28.652 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.652 INFO kablam! | Oct 22 02:09:28.652 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.652 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.652 INFO kablam! | Oct 22 02:09:28.652 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.652 INFO kablam! | Oct 22 02:09:28.652 INFO kablam! Oct 22 02:09:28.652 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.652 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.652 INFO kablam! | Oct 22 02:09:28.652 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.652 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.652 INFO kablam! ... Oct 22 02:09:28.652 INFO kablam! 1772 | rt_realloc!(rt_pow2_32768bytes_4align_realloc, 32768, 4); Oct 22 02:09:28.652 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.652 INFO kablam! | Oct 22 02:09:28.652 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.652 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.652 INFO kablam! | Oct 22 02:09:28.652 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.652 INFO kablam! | Oct 22 02:09:28.652 INFO kablam! Oct 22 02:09:28.652 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.652 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.652 INFO kablam! | Oct 22 02:09:28.652 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.652 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.652 INFO kablam! ... Oct 22 02:09:28.652 INFO kablam! 1772 | rt_realloc!(rt_pow2_32768bytes_4align_realloc, 32768, 4); Oct 22 02:09:28.652 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.652 INFO kablam! | Oct 22 02:09:28.652 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.652 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.652 INFO kablam! | Oct 22 02:09:28.652 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.652 INFO kablam! | Oct 22 02:09:28.652 INFO kablam! Oct 22 02:09:28.652 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.652 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.653 INFO kablam! | Oct 22 02:09:28.653 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.653 INFO kablam! | ^^^^^ Oct 22 02:09:28.653 INFO kablam! ... Oct 22 02:09:28.653 INFO kablam! 1785 | rt_realloc!(rt_pow2_65536bytes_4align_realloc, 65536, 4); Oct 22 02:09:28.653 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.653 INFO kablam! | Oct 22 02:09:28.653 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.653 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.653 INFO kablam! | Oct 22 02:09:28.653 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.653 INFO kablam! | Oct 22 02:09:28.653 INFO kablam! Oct 22 02:09:28.653 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.653 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.653 INFO kablam! | Oct 22 02:09:28.653 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.653 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.653 INFO kablam! ... Oct 22 02:09:28.653 INFO kablam! 1785 | rt_realloc!(rt_pow2_65536bytes_4align_realloc, 65536, 4); Oct 22 02:09:28.653 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.653 INFO kablam! | Oct 22 02:09:28.653 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.653 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.653 INFO kablam! | Oct 22 02:09:28.653 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.653 INFO kablam! | Oct 22 02:09:28.653 INFO kablam! Oct 22 02:09:28.653 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.653 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.653 INFO kablam! | Oct 22 02:09:28.653 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.653 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.653 INFO kablam! ... Oct 22 02:09:28.653 INFO kablam! 1785 | rt_realloc!(rt_pow2_65536bytes_4align_realloc, 65536, 4); Oct 22 02:09:28.653 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.653 INFO kablam! | Oct 22 02:09:28.653 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.653 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.653 INFO kablam! | Oct 22 02:09:28.653 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.653 INFO kablam! | Oct 22 02:09:28.653 INFO kablam! Oct 22 02:09:28.653 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.653 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.653 INFO kablam! | Oct 22 02:09:28.653 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.653 INFO kablam! | ^^^^^ Oct 22 02:09:28.653 INFO kablam! ... Oct 22 02:09:28.653 INFO kablam! 1798 | rt_realloc!(rt_pow2_131072bytes_4align_realloc, 131072, 4); Oct 22 02:09:28.653 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:28.653 INFO kablam! | Oct 22 02:09:28.653 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.653 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.653 INFO kablam! | Oct 22 02:09:28.653 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.653 INFO kablam! | Oct 22 02:09:28.653 INFO kablam! Oct 22 02:09:28.653 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.653 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.653 INFO kablam! | Oct 22 02:09:28.653 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.653 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.653 INFO kablam! ... Oct 22 02:09:28.653 INFO kablam! 1798 | rt_realloc!(rt_pow2_131072bytes_4align_realloc, 131072, 4); Oct 22 02:09:28.653 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:28.653 INFO kablam! | Oct 22 02:09:28.653 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.653 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.653 INFO kablam! | Oct 22 02:09:28.653 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.653 INFO kablam! | Oct 22 02:09:28.653 INFO kablam! Oct 22 02:09:28.653 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.653 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.653 INFO kablam! | Oct 22 02:09:28.653 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.653 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.653 INFO kablam! ... Oct 22 02:09:28.653 INFO kablam! 1798 | rt_realloc!(rt_pow2_131072bytes_4align_realloc, 131072, 4); Oct 22 02:09:28.653 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:28.653 INFO kablam! | Oct 22 02:09:28.653 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.654 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.654 INFO kablam! | Oct 22 02:09:28.654 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.654 INFO kablam! | Oct 22 02:09:28.654 INFO kablam! Oct 22 02:09:28.654 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.654 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.654 INFO kablam! | Oct 22 02:09:28.654 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.654 INFO kablam! | ^^^^^ Oct 22 02:09:28.654 INFO kablam! ... Oct 22 02:09:28.654 INFO kablam! 1811 | rt_realloc!(rt_pow2_4194304bytes_4align_realloc, 4194304, 4); Oct 22 02:09:28.654 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.654 INFO kablam! | Oct 22 02:09:28.654 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.654 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.654 INFO kablam! | Oct 22 02:09:28.654 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.654 INFO kablam! | Oct 22 02:09:28.654 INFO kablam! Oct 22 02:09:28.654 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.654 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.654 INFO kablam! | Oct 22 02:09:28.654 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.654 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.654 INFO kablam! ... Oct 22 02:09:28.654 INFO kablam! 1811 | rt_realloc!(rt_pow2_4194304bytes_4align_realloc, 4194304, 4); Oct 22 02:09:28.654 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.654 INFO kablam! | Oct 22 02:09:28.654 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.654 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.654 INFO kablam! | Oct 22 02:09:28.654 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.654 INFO kablam! | Oct 22 02:09:28.654 INFO kablam! Oct 22 02:09:28.654 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.654 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.654 INFO kablam! | Oct 22 02:09:28.654 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.654 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.654 INFO kablam! ... Oct 22 02:09:28.654 INFO kablam! 1811 | rt_realloc!(rt_pow2_4194304bytes_4align_realloc, 4194304, 4); Oct 22 02:09:28.654 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.654 INFO kablam! | Oct 22 02:09:28.654 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.654 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.654 INFO kablam! | Oct 22 02:09:28.654 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.654 INFO kablam! | Oct 22 02:09:28.654 INFO kablam! Oct 22 02:09:28.660 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.660 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.660 INFO kablam! | Oct 22 02:09:28.660 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.660 INFO kablam! | ^^^^^ Oct 22 02:09:28.660 INFO kablam! ... Oct 22 02:09:28.660 INFO kablam! 1825 | rt_realloc!(rt_even_10bytes_4align_realloc, 10, 4); Oct 22 02:09:28.660 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.660 INFO kablam! | Oct 22 02:09:28.660 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.660 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.660 INFO kablam! | Oct 22 02:09:28.660 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.660 INFO kablam! | Oct 22 02:09:28.660 INFO kablam! Oct 22 02:09:28.660 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.660 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.660 INFO kablam! | Oct 22 02:09:28.660 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.660 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.660 INFO kablam! ... Oct 22 02:09:28.660 INFO kablam! 1825 | rt_realloc!(rt_even_10bytes_4align_realloc, 10, 4); Oct 22 02:09:28.660 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.660 INFO kablam! | Oct 22 02:09:28.660 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.660 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.660 INFO kablam! | Oct 22 02:09:28.660 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.660 INFO kablam! | Oct 22 02:09:28.660 INFO kablam! Oct 22 02:09:28.660 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.660 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.660 INFO kablam! | Oct 22 02:09:28.660 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.660 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.660 INFO kablam! ... Oct 22 02:09:28.660 INFO kablam! 1825 | rt_realloc!(rt_even_10bytes_4align_realloc, 10, 4); Oct 22 02:09:28.660 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.660 INFO kablam! | Oct 22 02:09:28.660 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.660 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.660 INFO kablam! | Oct 22 02:09:28.660 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.660 INFO kablam! | Oct 22 02:09:28.660 INFO kablam! Oct 22 02:09:28.660 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.660 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.660 INFO kablam! | Oct 22 02:09:28.661 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.661 INFO kablam! | ^^^^^ Oct 22 02:09:28.661 INFO kablam! ... Oct 22 02:09:28.661 INFO kablam! 1838 | rt_realloc!(rt_even_100bytes_4align_realloc, 100, 4); Oct 22 02:09:28.661 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.661 INFO kablam! | Oct 22 02:09:28.661 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.661 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.661 INFO kablam! | Oct 22 02:09:28.661 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.661 INFO kablam! | Oct 22 02:09:28.661 INFO kablam! Oct 22 02:09:28.661 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.661 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.661 INFO kablam! | Oct 22 02:09:28.661 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.661 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.661 INFO kablam! ... Oct 22 02:09:28.661 INFO kablam! 1838 | rt_realloc!(rt_even_100bytes_4align_realloc, 100, 4); Oct 22 02:09:28.661 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.661 INFO kablam! | Oct 22 02:09:28.661 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.661 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.661 INFO kablam! | Oct 22 02:09:28.661 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.661 INFO kablam! | Oct 22 02:09:28.661 INFO kablam! Oct 22 02:09:28.661 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.661 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.661 INFO kablam! | Oct 22 02:09:28.661 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.661 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.661 INFO kablam! ... Oct 22 02:09:28.661 INFO kablam! 1838 | rt_realloc!(rt_even_100bytes_4align_realloc, 100, 4); Oct 22 02:09:28.661 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.661 INFO kablam! | Oct 22 02:09:28.661 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.661 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.661 INFO kablam! | Oct 22 02:09:28.661 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.661 INFO kablam! | Oct 22 02:09:28.661 INFO kablam! Oct 22 02:09:28.661 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.661 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.661 INFO kablam! | Oct 22 02:09:28.661 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.661 INFO kablam! | ^^^^^ Oct 22 02:09:28.661 INFO kablam! ... Oct 22 02:09:28.661 INFO kablam! 1851 | rt_realloc!(rt_even_1000bytes_4align_realloc, 1000, 4); Oct 22 02:09:28.661 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.661 INFO kablam! | Oct 22 02:09:28.661 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.661 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.661 INFO kablam! | Oct 22 02:09:28.661 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.661 INFO kablam! | Oct 22 02:09:28.661 INFO kablam! Oct 22 02:09:28.661 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.661 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.661 INFO kablam! | Oct 22 02:09:28.661 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.661 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.661 INFO kablam! ... Oct 22 02:09:28.661 INFO kablam! 1851 | rt_realloc!(rt_even_1000bytes_4align_realloc, 1000, 4); Oct 22 02:09:28.661 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.661 INFO kablam! | Oct 22 02:09:28.661 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.661 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.661 INFO kablam! | Oct 22 02:09:28.661 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.661 INFO kablam! | Oct 22 02:09:28.661 INFO kablam! Oct 22 02:09:28.661 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.661 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.661 INFO kablam! | Oct 22 02:09:28.661 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.661 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.661 INFO kablam! ... Oct 22 02:09:28.661 INFO kablam! 1851 | rt_realloc!(rt_even_1000bytes_4align_realloc, 1000, 4); Oct 22 02:09:28.661 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.661 INFO kablam! | Oct 22 02:09:28.661 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.661 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.662 INFO kablam! | Oct 22 02:09:28.662 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.662 INFO kablam! | Oct 22 02:09:28.662 INFO kablam! Oct 22 02:09:28.668 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.668 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.668 INFO kablam! | Oct 22 02:09:28.668 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.668 INFO kablam! | ^^^^^ Oct 22 02:09:28.668 INFO kablam! ... Oct 22 02:09:28.668 INFO kablam! 1864 | rt_realloc!(rt_even_10000bytes_4align_realloc, 10000, 4); Oct 22 02:09:28.668 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.668 INFO kablam! | Oct 22 02:09:28.668 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.668 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.668 INFO kablam! | Oct 22 02:09:28.668 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.668 INFO kablam! | Oct 22 02:09:28.668 INFO kablam! Oct 22 02:09:28.668 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.668 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.668 INFO kablam! | Oct 22 02:09:28.668 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.668 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.668 INFO kablam! ... Oct 22 02:09:28.668 INFO kablam! 1864 | rt_realloc!(rt_even_10000bytes_4align_realloc, 10000, 4); Oct 22 02:09:28.668 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.668 INFO kablam! | Oct 22 02:09:28.668 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.668 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.668 INFO kablam! | Oct 22 02:09:28.668 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.668 INFO kablam! | Oct 22 02:09:28.668 INFO kablam! Oct 22 02:09:28.668 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.668 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.668 INFO kablam! | Oct 22 02:09:28.668 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.668 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.668 INFO kablam! ... Oct 22 02:09:28.668 INFO kablam! 1864 | rt_realloc!(rt_even_10000bytes_4align_realloc, 10000, 4); Oct 22 02:09:28.668 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.668 INFO kablam! | Oct 22 02:09:28.668 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.668 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.668 INFO kablam! | Oct 22 02:09:28.668 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.668 INFO kablam! | Oct 22 02:09:28.668 INFO kablam! Oct 22 02:09:28.668 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.669 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.669 INFO kablam! | Oct 22 02:09:28.669 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.669 INFO kablam! | ^^^^^ Oct 22 02:09:28.669 INFO kablam! ... Oct 22 02:09:28.669 INFO kablam! 1877 | rt_realloc!(rt_even_100000bytes_4align_realloc, 100000, 4); Oct 22 02:09:28.669 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:28.676 INFO kablam! | Oct 22 02:09:28.676 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.676 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.676 INFO kablam! | Oct 22 02:09:28.676 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.676 INFO kablam! | Oct 22 02:09:28.676 INFO kablam! Oct 22 02:09:28.676 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.676 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.676 INFO kablam! | Oct 22 02:09:28.676 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.676 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.676 INFO kablam! ... Oct 22 02:09:28.676 INFO kablam! 1877 | rt_realloc!(rt_even_100000bytes_4align_realloc, 100000, 4); Oct 22 02:09:28.676 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:28.676 INFO kablam! | Oct 22 02:09:28.676 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.676 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.676 INFO kablam! | Oct 22 02:09:28.676 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.676 INFO kablam! | Oct 22 02:09:28.676 INFO kablam! Oct 22 02:09:28.676 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.676 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.676 INFO kablam! | Oct 22 02:09:28.676 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.676 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.676 INFO kablam! ... Oct 22 02:09:28.676 INFO kablam! 1877 | rt_realloc!(rt_even_100000bytes_4align_realloc, 100000, 4); Oct 22 02:09:28.676 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:28.676 INFO kablam! | Oct 22 02:09:28.676 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.676 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.676 INFO kablam! | Oct 22 02:09:28.676 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.676 INFO kablam! | Oct 22 02:09:28.676 INFO kablam! Oct 22 02:09:28.676 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.676 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.676 INFO kablam! | Oct 22 02:09:28.676 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.676 INFO kablam! | ^^^^^ Oct 22 02:09:28.676 INFO kablam! ... Oct 22 02:09:28.676 INFO kablam! 1890 | rt_realloc!(rt_even_1000000bytes_4align_realloc, 1000000, 4); Oct 22 02:09:28.676 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.677 INFO kablam! | Oct 22 02:09:28.677 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.677 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.677 INFO kablam! | Oct 22 02:09:28.677 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.677 INFO kablam! | Oct 22 02:09:28.677 INFO kablam! Oct 22 02:09:28.677 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.677 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.677 INFO kablam! | Oct 22 02:09:28.677 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.677 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.677 INFO kablam! ... Oct 22 02:09:28.677 INFO kablam! 1890 | rt_realloc!(rt_even_1000000bytes_4align_realloc, 1000000, 4); Oct 22 02:09:28.677 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.677 INFO kablam! | Oct 22 02:09:28.677 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.677 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.677 INFO kablam! | Oct 22 02:09:28.677 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.677 INFO kablam! | Oct 22 02:09:28.677 INFO kablam! Oct 22 02:09:28.677 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.677 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.677 INFO kablam! | Oct 22 02:09:28.677 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.677 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.677 INFO kablam! ... Oct 22 02:09:28.677 INFO kablam! 1890 | rt_realloc!(rt_even_1000000bytes_4align_realloc, 1000000, 4); Oct 22 02:09:28.677 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.677 INFO kablam! | Oct 22 02:09:28.677 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.677 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.677 INFO kablam! | Oct 22 02:09:28.677 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.677 INFO kablam! | Oct 22 02:09:28.677 INFO kablam! Oct 22 02:09:28.677 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.677 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.677 INFO kablam! | Oct 22 02:09:28.677 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.677 INFO kablam! | ^^^^^ Oct 22 02:09:28.677 INFO kablam! ... Oct 22 02:09:28.677 INFO kablam! 1904 | rt_realloc!(rt_odd_10bytes_4align_realloc, 10- 1, 4); Oct 22 02:09:28.677 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.677 INFO kablam! | Oct 22 02:09:28.677 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.677 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.677 INFO kablam! | Oct 22 02:09:28.677 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.677 INFO kablam! | Oct 22 02:09:28.677 INFO kablam! Oct 22 02:09:28.677 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.677 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.677 INFO kablam! | Oct 22 02:09:28.677 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.677 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.677 INFO kablam! ... Oct 22 02:09:28.677 INFO kablam! 1904 | rt_realloc!(rt_odd_10bytes_4align_realloc, 10- 1, 4); Oct 22 02:09:28.677 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.677 INFO kablam! | Oct 22 02:09:28.677 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.677 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.677 INFO kablam! | Oct 22 02:09:28.677 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.677 INFO kablam! | Oct 22 02:09:28.677 INFO kablam! Oct 22 02:09:28.677 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.677 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.677 INFO kablam! | Oct 22 02:09:28.677 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.677 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.677 INFO kablam! ... Oct 22 02:09:28.677 INFO kablam! 1904 | rt_realloc!(rt_odd_10bytes_4align_realloc, 10- 1, 4); Oct 22 02:09:28.677 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.677 INFO kablam! | Oct 22 02:09:28.677 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.677 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.677 INFO kablam! | Oct 22 02:09:28.677 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.677 INFO kablam! | Oct 22 02:09:28.678 INFO kablam! Oct 22 02:09:28.678 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.678 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.678 INFO kablam! | Oct 22 02:09:28.678 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.678 INFO kablam! | ^^^^^ Oct 22 02:09:28.678 INFO kablam! ... Oct 22 02:09:28.678 INFO kablam! 1917 | rt_realloc!(rt_odd_100bytes_4align_realloc, 100- 1, 4); Oct 22 02:09:28.678 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.678 INFO kablam! | Oct 22 02:09:28.678 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.678 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.678 INFO kablam! | Oct 22 02:09:28.678 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.678 INFO kablam! | Oct 22 02:09:28.678 INFO kablam! Oct 22 02:09:28.678 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.678 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.678 INFO kablam! | Oct 22 02:09:28.678 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.678 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.678 INFO kablam! ... Oct 22 02:09:28.678 INFO kablam! 1917 | rt_realloc!(rt_odd_100bytes_4align_realloc, 100- 1, 4); Oct 22 02:09:28.678 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.678 INFO kablam! | Oct 22 02:09:28.678 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.678 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.678 INFO kablam! | Oct 22 02:09:28.678 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.678 INFO kablam! | Oct 22 02:09:28.678 INFO kablam! Oct 22 02:09:28.678 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.678 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.678 INFO kablam! | Oct 22 02:09:28.678 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.678 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.678 INFO kablam! ... Oct 22 02:09:28.678 INFO kablam! 1917 | rt_realloc!(rt_odd_100bytes_4align_realloc, 100- 1, 4); Oct 22 02:09:28.678 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.678 INFO kablam! | Oct 22 02:09:28.678 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.678 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.678 INFO kablam! | Oct 22 02:09:28.678 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.678 INFO kablam! | Oct 22 02:09:28.678 INFO kablam! Oct 22 02:09:28.684 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.684 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.684 INFO kablam! | Oct 22 02:09:28.684 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.684 INFO kablam! | ^^^^^ Oct 22 02:09:28.684 INFO kablam! ... Oct 22 02:09:28.684 INFO kablam! 1930 | rt_realloc!(rt_odd_1000bytes_4align_realloc, 1000- 1, 4); Oct 22 02:09:28.684 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.684 INFO kablam! | Oct 22 02:09:28.684 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.684 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.684 INFO kablam! | Oct 22 02:09:28.684 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.684 INFO kablam! | Oct 22 02:09:28.684 INFO kablam! Oct 22 02:09:28.684 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.684 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.684 INFO kablam! | Oct 22 02:09:28.684 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.684 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.684 INFO kablam! ... Oct 22 02:09:28.684 INFO kablam! 1930 | rt_realloc!(rt_odd_1000bytes_4align_realloc, 1000- 1, 4); Oct 22 02:09:28.684 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.684 INFO kablam! | Oct 22 02:09:28.684 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.684 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.684 INFO kablam! | Oct 22 02:09:28.684 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.684 INFO kablam! | Oct 22 02:09:28.684 INFO kablam! Oct 22 02:09:28.684 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.684 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.684 INFO kablam! | Oct 22 02:09:28.684 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.684 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.684 INFO kablam! ... Oct 22 02:09:28.684 INFO kablam! 1930 | rt_realloc!(rt_odd_1000bytes_4align_realloc, 1000- 1, 4); Oct 22 02:09:28.684 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.684 INFO kablam! | Oct 22 02:09:28.684 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.684 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.684 INFO kablam! | Oct 22 02:09:28.684 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.684 INFO kablam! | Oct 22 02:09:28.684 INFO kablam! Oct 22 02:09:28.684 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.684 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.685 INFO kablam! | Oct 22 02:09:28.685 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.685 INFO kablam! | ^^^^^ Oct 22 02:09:28.685 INFO kablam! ... Oct 22 02:09:28.685 INFO kablam! 1943 | rt_realloc!(rt_odd_10000bytes_4align_realloc, 10000- 1, 4); Oct 22 02:09:28.685 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:28.685 INFO kablam! | Oct 22 02:09:28.685 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.685 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.685 INFO kablam! | Oct 22 02:09:28.685 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.685 INFO kablam! | Oct 22 02:09:28.685 INFO kablam! Oct 22 02:09:28.688 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.688 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.688 INFO kablam! | Oct 22 02:09:28.688 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.688 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.688 INFO kablam! ... Oct 22 02:09:28.688 INFO kablam! 1943 | rt_realloc!(rt_odd_10000bytes_4align_realloc, 10000- 1, 4); Oct 22 02:09:28.688 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:28.688 INFO kablam! | Oct 22 02:09:28.688 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.688 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.688 INFO kablam! | Oct 22 02:09:28.688 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.688 INFO kablam! | Oct 22 02:09:28.688 INFO kablam! Oct 22 02:09:28.688 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.688 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.688 INFO kablam! | Oct 22 02:09:28.688 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.688 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.688 INFO kablam! ... Oct 22 02:09:28.688 INFO kablam! 1943 | rt_realloc!(rt_odd_10000bytes_4align_realloc, 10000- 1, 4); Oct 22 02:09:28.688 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:28.688 INFO kablam! | Oct 22 02:09:28.688 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.688 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.688 INFO kablam! | Oct 22 02:09:28.688 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.688 INFO kablam! | Oct 22 02:09:28.688 INFO kablam! Oct 22 02:09:28.688 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.688 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.688 INFO kablam! | Oct 22 02:09:28.688 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.688 INFO kablam! | ^^^^^ Oct 22 02:09:28.688 INFO kablam! ... Oct 22 02:09:28.688 INFO kablam! 1956 | rt_realloc!(rt_odd_100000bytes_4align_realloc, 100000- 1, 4); Oct 22 02:09:28.688 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.688 INFO kablam! | Oct 22 02:09:28.688 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.688 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.688 INFO kablam! | Oct 22 02:09:28.688 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.688 INFO kablam! | Oct 22 02:09:28.688 INFO kablam! Oct 22 02:09:28.692 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.692 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.692 INFO kablam! | Oct 22 02:09:28.692 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.692 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.692 INFO kablam! ... Oct 22 02:09:28.692 INFO kablam! 1956 | rt_realloc!(rt_odd_100000bytes_4align_realloc, 100000- 1, 4); Oct 22 02:09:28.692 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.692 INFO kablam! | Oct 22 02:09:28.692 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.692 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.692 INFO kablam! | Oct 22 02:09:28.692 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.692 INFO kablam! | Oct 22 02:09:28.692 INFO kablam! Oct 22 02:09:28.692 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.692 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.692 INFO kablam! | Oct 22 02:09:28.692 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.692 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.692 INFO kablam! ... Oct 22 02:09:28.692 INFO kablam! 1956 | rt_realloc!(rt_odd_100000bytes_4align_realloc, 100000- 1, 4); Oct 22 02:09:28.692 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.692 INFO kablam! | Oct 22 02:09:28.692 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.692 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.692 INFO kablam! | Oct 22 02:09:28.692 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.692 INFO kablam! | Oct 22 02:09:28.692 INFO kablam! Oct 22 02:09:28.692 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.692 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.692 INFO kablam! | Oct 22 02:09:28.692 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.692 INFO kablam! | ^^^^^ Oct 22 02:09:28.692 INFO kablam! ... Oct 22 02:09:28.692 INFO kablam! 1969 | rt_realloc!(rt_odd_1000000bytes_4align_realloc, 1000000- 1, 4); Oct 22 02:09:28.692 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.692 INFO kablam! | Oct 22 02:09:28.692 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.692 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.692 INFO kablam! | Oct 22 02:09:28.692 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.692 INFO kablam! | Oct 22 02:09:28.692 INFO kablam! Oct 22 02:09:28.692 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.692 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.693 INFO kablam! | Oct 22 02:09:28.693 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.693 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.693 INFO kablam! ... Oct 22 02:09:28.693 INFO kablam! 1969 | rt_realloc!(rt_odd_1000000bytes_4align_realloc, 1000000- 1, 4); Oct 22 02:09:28.693 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.693 INFO kablam! | Oct 22 02:09:28.693 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.693 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.693 INFO kablam! | Oct 22 02:09:28.693 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.693 INFO kablam! | Oct 22 02:09:28.693 INFO kablam! Oct 22 02:09:28.696 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.696 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.696 INFO kablam! | Oct 22 02:09:28.696 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.696 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.696 INFO kablam! ... Oct 22 02:09:28.696 INFO kablam! 1969 | rt_realloc!(rt_odd_1000000bytes_4align_realloc, 1000000- 1, 4); Oct 22 02:09:28.696 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.696 INFO kablam! | Oct 22 02:09:28.696 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.696 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.696 INFO kablam! | Oct 22 02:09:28.696 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.696 INFO kablam! | Oct 22 02:09:28.696 INFO kablam! Oct 22 02:09:28.696 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.696 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.696 INFO kablam! | Oct 22 02:09:28.696 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.696 INFO kablam! | ^^^^^ Oct 22 02:09:28.696 INFO kablam! ... Oct 22 02:09:28.696 INFO kablam! 1983 | rt_realloc!(rt_primes_3bytes_4align_realloc, 3, 4); Oct 22 02:09:28.696 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.696 INFO kablam! | Oct 22 02:09:28.696 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.696 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.696 INFO kablam! | Oct 22 02:09:28.696 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.696 INFO kablam! | Oct 22 02:09:28.696 INFO kablam! Oct 22 02:09:28.696 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.696 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.696 INFO kablam! | Oct 22 02:09:28.696 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.696 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.696 INFO kablam! ... Oct 22 02:09:28.696 INFO kablam! 1983 | rt_realloc!(rt_primes_3bytes_4align_realloc, 3, 4); Oct 22 02:09:28.696 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.696 INFO kablam! | Oct 22 02:09:28.696 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.696 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.696 INFO kablam! | Oct 22 02:09:28.696 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.696 INFO kablam! | Oct 22 02:09:28.696 INFO kablam! Oct 22 02:09:28.696 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.696 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.696 INFO kablam! | Oct 22 02:09:28.697 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.697 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.697 INFO kablam! ... Oct 22 02:09:28.697 INFO kablam! 1983 | rt_realloc!(rt_primes_3bytes_4align_realloc, 3, 4); Oct 22 02:09:28.697 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.697 INFO kablam! | Oct 22 02:09:28.697 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.697 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.697 INFO kablam! | Oct 22 02:09:28.697 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.697 INFO kablam! | Oct 22 02:09:28.697 INFO kablam! Oct 22 02:09:28.697 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.697 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.697 INFO kablam! | Oct 22 02:09:28.697 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.697 INFO kablam! | ^^^^^ Oct 22 02:09:28.697 INFO kablam! ... Oct 22 02:09:28.697 INFO kablam! 1996 | rt_realloc!(rt_primes_7bytes_4align_realloc, 7, 4); Oct 22 02:09:28.697 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.697 INFO kablam! | Oct 22 02:09:28.697 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.697 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.697 INFO kablam! | Oct 22 02:09:28.697 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.697 INFO kablam! | Oct 22 02:09:28.697 INFO kablam! Oct 22 02:09:28.697 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.697 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.697 INFO kablam! | Oct 22 02:09:28.697 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.697 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.697 INFO kablam! ... Oct 22 02:09:28.697 INFO kablam! 1996 | rt_realloc!(rt_primes_7bytes_4align_realloc, 7, 4); Oct 22 02:09:28.697 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.697 INFO kablam! | Oct 22 02:09:28.697 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.697 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.697 INFO kablam! | Oct 22 02:09:28.697 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.697 INFO kablam! | Oct 22 02:09:28.697 INFO kablam! Oct 22 02:09:28.697 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.697 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.697 INFO kablam! | Oct 22 02:09:28.697 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.697 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.697 INFO kablam! ... Oct 22 02:09:28.697 INFO kablam! 1996 | rt_realloc!(rt_primes_7bytes_4align_realloc, 7, 4); Oct 22 02:09:28.697 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.697 INFO kablam! | Oct 22 02:09:28.697 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.697 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.697 INFO kablam! | Oct 22 02:09:28.697 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.697 INFO kablam! | Oct 22 02:09:28.697 INFO kablam! Oct 22 02:09:28.728 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.728 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.728 INFO kablam! | Oct 22 02:09:28.728 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.728 INFO kablam! | ^^^^^ Oct 22 02:09:28.728 INFO kablam! ... Oct 22 02:09:28.728 INFO kablam! 2009 | rt_realloc!(rt_primes_13bytes_4align_realloc, 13, 4); Oct 22 02:09:28.728 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.728 INFO kablam! | Oct 22 02:09:28.728 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.728 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.728 INFO kablam! | Oct 22 02:09:28.728 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.728 INFO kablam! | Oct 22 02:09:28.728 INFO kablam! Oct 22 02:09:28.728 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.728 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.728 INFO kablam! | Oct 22 02:09:28.728 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.728 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.728 INFO kablam! ... Oct 22 02:09:28.728 INFO kablam! 2009 | rt_realloc!(rt_primes_13bytes_4align_realloc, 13, 4); Oct 22 02:09:28.728 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.728 INFO kablam! | Oct 22 02:09:28.729 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.729 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.729 INFO kablam! | Oct 22 02:09:28.729 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.729 INFO kablam! | Oct 22 02:09:28.729 INFO kablam! Oct 22 02:09:28.729 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.729 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.729 INFO kablam! | Oct 22 02:09:28.729 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.729 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.729 INFO kablam! ... Oct 22 02:09:28.729 INFO kablam! 2009 | rt_realloc!(rt_primes_13bytes_4align_realloc, 13, 4); Oct 22 02:09:28.729 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.729 INFO kablam! | Oct 22 02:09:28.729 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.729 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.729 INFO kablam! | Oct 22 02:09:28.729 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.729 INFO kablam! | Oct 22 02:09:28.729 INFO kablam! Oct 22 02:09:28.729 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.729 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.729 INFO kablam! | Oct 22 02:09:28.729 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.729 INFO kablam! | ^^^^^ Oct 22 02:09:28.729 INFO kablam! ... Oct 22 02:09:28.729 INFO kablam! 2022 | rt_realloc!(rt_primes_17bytes_4align_realloc, 17, 4); Oct 22 02:09:28.729 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.729 INFO kablam! | Oct 22 02:09:28.729 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.729 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.729 INFO kablam! | Oct 22 02:09:28.729 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.729 INFO kablam! | Oct 22 02:09:28.729 INFO kablam! Oct 22 02:09:28.729 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.729 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.729 INFO kablam! | Oct 22 02:09:28.729 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.729 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.729 INFO kablam! ... Oct 22 02:09:28.729 INFO kablam! 2022 | rt_realloc!(rt_primes_17bytes_4align_realloc, 17, 4); Oct 22 02:09:28.729 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.729 INFO kablam! | Oct 22 02:09:28.729 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.729 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.729 INFO kablam! | Oct 22 02:09:28.729 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.729 INFO kablam! | Oct 22 02:09:28.729 INFO kablam! Oct 22 02:09:28.729 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.729 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.729 INFO kablam! | Oct 22 02:09:28.729 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.729 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.729 INFO kablam! ... Oct 22 02:09:28.729 INFO kablam! 2022 | rt_realloc!(rt_primes_17bytes_4align_realloc, 17, 4); Oct 22 02:09:28.729 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.729 INFO kablam! | Oct 22 02:09:28.729 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.729 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.729 INFO kablam! | Oct 22 02:09:28.729 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.729 INFO kablam! | Oct 22 02:09:28.729 INFO kablam! Oct 22 02:09:28.730 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.730 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.730 INFO kablam! | Oct 22 02:09:28.730 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.730 INFO kablam! | ^^^^^ Oct 22 02:09:28.730 INFO kablam! ... Oct 22 02:09:28.730 INFO kablam! 2035 | rt_realloc!(rt_primes_31bytes_4align_realloc, 31, 4); Oct 22 02:09:28.730 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.730 INFO kablam! | Oct 22 02:09:28.730 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.730 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.730 INFO kablam! | Oct 22 02:09:28.730 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.730 INFO kablam! | Oct 22 02:09:28.730 INFO kablam! Oct 22 02:09:28.730 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.730 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.730 INFO kablam! | Oct 22 02:09:28.730 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.730 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.730 INFO kablam! ... Oct 22 02:09:28.730 INFO kablam! 2035 | rt_realloc!(rt_primes_31bytes_4align_realloc, 31, 4); Oct 22 02:09:28.730 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.730 INFO kablam! | Oct 22 02:09:28.730 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.730 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.730 INFO kablam! | Oct 22 02:09:28.730 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.730 INFO kablam! | Oct 22 02:09:28.730 INFO kablam! Oct 22 02:09:28.730 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.730 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.730 INFO kablam! | Oct 22 02:09:28.730 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.730 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.730 INFO kablam! ... Oct 22 02:09:28.730 INFO kablam! 2035 | rt_realloc!(rt_primes_31bytes_4align_realloc, 31, 4); Oct 22 02:09:28.730 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.730 INFO kablam! | Oct 22 02:09:28.730 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.730 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.730 INFO kablam! | Oct 22 02:09:28.730 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.730 INFO kablam! | Oct 22 02:09:28.730 INFO kablam! Oct 22 02:09:28.730 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.730 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.730 INFO kablam! | Oct 22 02:09:28.730 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.730 INFO kablam! | ^^^^^ Oct 22 02:09:28.730 INFO kablam! ... Oct 22 02:09:28.730 INFO kablam! 2048 | rt_realloc!(rt_primes_61bytes_4align_realloc, 61, 4); Oct 22 02:09:28.730 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.730 INFO kablam! | Oct 22 02:09:28.730 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.730 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.730 INFO kablam! | Oct 22 02:09:28.730 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.730 INFO kablam! | Oct 22 02:09:28.730 INFO kablam! Oct 22 02:09:28.730 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.730 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.730 INFO kablam! | Oct 22 02:09:28.730 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.730 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.730 INFO kablam! ... Oct 22 02:09:28.730 INFO kablam! 2048 | rt_realloc!(rt_primes_61bytes_4align_realloc, 61, 4); Oct 22 02:09:28.730 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.730 INFO kablam! | Oct 22 02:09:28.730 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.730 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.730 INFO kablam! | Oct 22 02:09:28.730 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.730 INFO kablam! | Oct 22 02:09:28.730 INFO kablam! Oct 22 02:09:28.730 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.730 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.730 INFO kablam! | Oct 22 02:09:28.730 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.730 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.730 INFO kablam! ... Oct 22 02:09:28.730 INFO kablam! 2048 | rt_realloc!(rt_primes_61bytes_4align_realloc, 61, 4); Oct 22 02:09:28.730 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.730 INFO kablam! | Oct 22 02:09:28.730 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.731 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.731 INFO kablam! | Oct 22 02:09:28.731 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.731 INFO kablam! | Oct 22 02:09:28.731 INFO kablam! Oct 22 02:09:28.731 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.731 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.731 INFO kablam! | Oct 22 02:09:28.731 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.731 INFO kablam! | ^^^^^ Oct 22 02:09:28.731 INFO kablam! ... Oct 22 02:09:28.731 INFO kablam! 2061 | rt_realloc!(rt_primes_96bytes_4align_realloc, 96, 4); Oct 22 02:09:28.731 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.731 INFO kablam! | Oct 22 02:09:28.731 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.731 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.731 INFO kablam! | Oct 22 02:09:28.731 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.731 INFO kablam! | Oct 22 02:09:28.731 INFO kablam! Oct 22 02:09:28.731 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.731 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.731 INFO kablam! | Oct 22 02:09:28.731 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.731 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.731 INFO kablam! ... Oct 22 02:09:28.731 INFO kablam! 2061 | rt_realloc!(rt_primes_96bytes_4align_realloc, 96, 4); Oct 22 02:09:28.731 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.731 INFO kablam! | Oct 22 02:09:28.731 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.731 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.731 INFO kablam! | Oct 22 02:09:28.731 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.731 INFO kablam! | Oct 22 02:09:28.731 INFO kablam! Oct 22 02:09:28.731 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.731 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.731 INFO kablam! | Oct 22 02:09:28.731 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.731 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.731 INFO kablam! ... Oct 22 02:09:28.731 INFO kablam! 2061 | rt_realloc!(rt_primes_96bytes_4align_realloc, 96, 4); Oct 22 02:09:28.731 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.731 INFO kablam! | Oct 22 02:09:28.731 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.731 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.731 INFO kablam! | Oct 22 02:09:28.731 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.731 INFO kablam! | Oct 22 02:09:28.731 INFO kablam! Oct 22 02:09:28.731 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.731 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.731 INFO kablam! | Oct 22 02:09:28.731 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.731 INFO kablam! | ^^^^^ Oct 22 02:09:28.731 INFO kablam! ... Oct 22 02:09:28.731 INFO kablam! 2074 | rt_realloc!(rt_primes_127bytes_4align_realloc, 127, 4); Oct 22 02:09:28.731 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.731 INFO kablam! | Oct 22 02:09:28.731 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.731 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.731 INFO kablam! | Oct 22 02:09:28.731 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.731 INFO kablam! | Oct 22 02:09:28.731 INFO kablam! Oct 22 02:09:28.731 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.731 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.731 INFO kablam! | Oct 22 02:09:28.731 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.731 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.731 INFO kablam! ... Oct 22 02:09:28.731 INFO kablam! 2074 | rt_realloc!(rt_primes_127bytes_4align_realloc, 127, 4); Oct 22 02:09:28.731 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.731 INFO kablam! | Oct 22 02:09:28.731 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.731 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.731 INFO kablam! | Oct 22 02:09:28.731 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.731 INFO kablam! | Oct 22 02:09:28.731 INFO kablam! Oct 22 02:09:28.731 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.731 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.732 INFO kablam! | Oct 22 02:09:28.732 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.732 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.732 INFO kablam! ... Oct 22 02:09:28.732 INFO kablam! 2074 | rt_realloc!(rt_primes_127bytes_4align_realloc, 127, 4); Oct 22 02:09:28.732 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.732 INFO kablam! | Oct 22 02:09:28.732 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.732 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.732 INFO kablam! | Oct 22 02:09:28.732 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.732 INFO kablam! | Oct 22 02:09:28.732 INFO kablam! Oct 22 02:09:28.732 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.732 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.732 INFO kablam! | Oct 22 02:09:28.732 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.732 INFO kablam! | ^^^^^ Oct 22 02:09:28.732 INFO kablam! ... Oct 22 02:09:28.732 INFO kablam! 2087 | rt_realloc!(rt_primes_257bytes_4align_realloc, 257, 4); Oct 22 02:09:28.732 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.732 INFO kablam! | Oct 22 02:09:28.732 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.732 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.732 INFO kablam! | Oct 22 02:09:28.732 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.732 INFO kablam! | Oct 22 02:09:28.732 INFO kablam! Oct 22 02:09:28.732 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.732 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.732 INFO kablam! | Oct 22 02:09:28.732 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.732 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.732 INFO kablam! ... Oct 22 02:09:28.732 INFO kablam! 2087 | rt_realloc!(rt_primes_257bytes_4align_realloc, 257, 4); Oct 22 02:09:28.732 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.732 INFO kablam! | Oct 22 02:09:28.732 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.732 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.732 INFO kablam! | Oct 22 02:09:28.732 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.732 INFO kablam! | Oct 22 02:09:28.732 INFO kablam! Oct 22 02:09:28.732 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.732 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.732 INFO kablam! | Oct 22 02:09:28.732 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.732 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.732 INFO kablam! ... Oct 22 02:09:28.732 INFO kablam! 2087 | rt_realloc!(rt_primes_257bytes_4align_realloc, 257, 4); Oct 22 02:09:28.732 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.732 INFO kablam! | Oct 22 02:09:28.732 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.732 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.732 INFO kablam! | Oct 22 02:09:28.732 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.732 INFO kablam! | Oct 22 02:09:28.732 INFO kablam! Oct 22 02:09:28.732 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.732 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.732 INFO kablam! | Oct 22 02:09:28.732 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.732 INFO kablam! | ^^^^^ Oct 22 02:09:28.732 INFO kablam! ... Oct 22 02:09:28.732 INFO kablam! 2100 | rt_realloc!(rt_primes_509bytes_4align_realloc, 509, 4); Oct 22 02:09:28.732 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.732 INFO kablam! | Oct 22 02:09:28.732 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.732 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.732 INFO kablam! | Oct 22 02:09:28.732 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.732 INFO kablam! | Oct 22 02:09:28.732 INFO kablam! Oct 22 02:09:28.732 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.732 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.732 INFO kablam! | Oct 22 02:09:28.732 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.732 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.732 INFO kablam! ... Oct 22 02:09:28.732 INFO kablam! 2100 | rt_realloc!(rt_primes_509bytes_4align_realloc, 509, 4); Oct 22 02:09:28.733 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.733 INFO kablam! | Oct 22 02:09:28.733 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.733 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.733 INFO kablam! | Oct 22 02:09:28.733 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.733 INFO kablam! | Oct 22 02:09:28.733 INFO kablam! Oct 22 02:09:28.733 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.733 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.733 INFO kablam! | Oct 22 02:09:28.733 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.733 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.733 INFO kablam! ... Oct 22 02:09:28.733 INFO kablam! 2100 | rt_realloc!(rt_primes_509bytes_4align_realloc, 509, 4); Oct 22 02:09:28.733 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.733 INFO kablam! | Oct 22 02:09:28.733 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.733 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.733 INFO kablam! | Oct 22 02:09:28.733 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.733 INFO kablam! | Oct 22 02:09:28.733 INFO kablam! Oct 22 02:09:28.733 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.733 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.733 INFO kablam! | Oct 22 02:09:28.733 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.733 INFO kablam! | ^^^^^ Oct 22 02:09:28.733 INFO kablam! ... Oct 22 02:09:28.733 INFO kablam! 2113 | rt_realloc!(rt_primes_1021bytes_4align_realloc, 1021, 4); Oct 22 02:09:28.733 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.733 INFO kablam! | Oct 22 02:09:28.733 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.733 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.733 INFO kablam! | Oct 22 02:09:28.733 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.733 INFO kablam! | Oct 22 02:09:28.733 INFO kablam! Oct 22 02:09:28.733 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.733 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.733 INFO kablam! | Oct 22 02:09:28.733 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.733 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.733 INFO kablam! ... Oct 22 02:09:28.733 INFO kablam! 2113 | rt_realloc!(rt_primes_1021bytes_4align_realloc, 1021, 4); Oct 22 02:09:28.733 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.733 INFO kablam! | Oct 22 02:09:28.733 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.733 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.733 INFO kablam! | Oct 22 02:09:28.733 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.733 INFO kablam! | Oct 22 02:09:28.733 INFO kablam! Oct 22 02:09:28.733 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.733 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.733 INFO kablam! | Oct 22 02:09:28.733 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.733 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.733 INFO kablam! ... Oct 22 02:09:28.733 INFO kablam! 2113 | rt_realloc!(rt_primes_1021bytes_4align_realloc, 1021, 4); Oct 22 02:09:28.733 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.733 INFO kablam! | Oct 22 02:09:28.733 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.733 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.733 INFO kablam! | Oct 22 02:09:28.733 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.733 INFO kablam! | Oct 22 02:09:28.733 INFO kablam! Oct 22 02:09:28.733 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.733 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.733 INFO kablam! | Oct 22 02:09:28.733 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.733 INFO kablam! | ^^^^^ Oct 22 02:09:28.733 INFO kablam! ... Oct 22 02:09:28.733 INFO kablam! 2126 | rt_realloc!(rt_primes_2039bytes_4align_realloc, 2039, 4); Oct 22 02:09:28.733 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.733 INFO kablam! | Oct 22 02:09:28.733 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.733 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.733 INFO kablam! | Oct 22 02:09:28.733 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.734 INFO kablam! | Oct 22 02:09:28.734 INFO kablam! Oct 22 02:09:28.734 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.734 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.734 INFO kablam! | Oct 22 02:09:28.734 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.734 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.734 INFO kablam! ... Oct 22 02:09:28.734 INFO kablam! 2126 | rt_realloc!(rt_primes_2039bytes_4align_realloc, 2039, 4); Oct 22 02:09:28.734 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.734 INFO kablam! | Oct 22 02:09:28.734 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.734 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.734 INFO kablam! | Oct 22 02:09:28.734 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.734 INFO kablam! | Oct 22 02:09:28.734 INFO kablam! Oct 22 02:09:28.734 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.734 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.734 INFO kablam! | Oct 22 02:09:28.734 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.734 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.734 INFO kablam! ... Oct 22 02:09:28.734 INFO kablam! 2126 | rt_realloc!(rt_primes_2039bytes_4align_realloc, 2039, 4); Oct 22 02:09:28.734 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.734 INFO kablam! | Oct 22 02:09:28.734 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.734 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.734 INFO kablam! | Oct 22 02:09:28.734 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.734 INFO kablam! | Oct 22 02:09:28.734 INFO kablam! Oct 22 02:09:28.734 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.734 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.734 INFO kablam! | Oct 22 02:09:28.734 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.734 INFO kablam! | ^^^^^ Oct 22 02:09:28.734 INFO kablam! ... Oct 22 02:09:28.734 INFO kablam! 2139 | rt_realloc!(rt_primes_4093bytes_4align_realloc, 4093, 4); Oct 22 02:09:28.734 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.734 INFO kablam! | Oct 22 02:09:28.734 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.734 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.734 INFO kablam! | Oct 22 02:09:28.734 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.734 INFO kablam! | Oct 22 02:09:28.734 INFO kablam! Oct 22 02:09:28.734 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.734 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.734 INFO kablam! | Oct 22 02:09:28.734 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.734 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.734 INFO kablam! ... Oct 22 02:09:28.734 INFO kablam! 2139 | rt_realloc!(rt_primes_4093bytes_4align_realloc, 4093, 4); Oct 22 02:09:28.734 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.734 INFO kablam! | Oct 22 02:09:28.734 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.734 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.734 INFO kablam! | Oct 22 02:09:28.734 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.734 INFO kablam! | Oct 22 02:09:28.734 INFO kablam! Oct 22 02:09:28.734 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.734 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.734 INFO kablam! | Oct 22 02:09:28.734 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.734 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.734 INFO kablam! ... Oct 22 02:09:28.734 INFO kablam! 2139 | rt_realloc!(rt_primes_4093bytes_4align_realloc, 4093, 4); Oct 22 02:09:28.734 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.734 INFO kablam! | Oct 22 02:09:28.734 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.734 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.734 INFO kablam! | Oct 22 02:09:28.734 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.734 INFO kablam! | Oct 22 02:09:28.734 INFO kablam! Oct 22 02:09:28.748 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.748 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.748 INFO kablam! | Oct 22 02:09:28.748 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.748 INFO kablam! | ^^^^^ Oct 22 02:09:28.748 INFO kablam! ... Oct 22 02:09:28.748 INFO kablam! 2152 | rt_realloc!(rt_primes_8191bytes_4align_realloc, 8191, 4); Oct 22 02:09:28.748 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.748 INFO kablam! | Oct 22 02:09:28.748 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.748 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.748 INFO kablam! | Oct 22 02:09:28.748 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.748 INFO kablam! | Oct 22 02:09:28.748 INFO kablam! Oct 22 02:09:28.748 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.748 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.748 INFO kablam! | Oct 22 02:09:28.748 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.748 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.748 INFO kablam! ... Oct 22 02:09:28.748 INFO kablam! 2152 | rt_realloc!(rt_primes_8191bytes_4align_realloc, 8191, 4); Oct 22 02:09:28.748 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.748 INFO kablam! | Oct 22 02:09:28.748 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.748 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.748 INFO kablam! | Oct 22 02:09:28.748 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.748 INFO kablam! | Oct 22 02:09:28.748 INFO kablam! Oct 22 02:09:28.748 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.748 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.748 INFO kablam! | Oct 22 02:09:28.748 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.748 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.748 INFO kablam! ... Oct 22 02:09:28.748 INFO kablam! 2152 | rt_realloc!(rt_primes_8191bytes_4align_realloc, 8191, 4); Oct 22 02:09:28.748 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.748 INFO kablam! | Oct 22 02:09:28.748 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.748 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.748 INFO kablam! | Oct 22 02:09:28.748 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.748 INFO kablam! | Oct 22 02:09:28.748 INFO kablam! Oct 22 02:09:28.748 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.749 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.749 INFO kablam! | Oct 22 02:09:28.749 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.749 INFO kablam! | ^^^^^ Oct 22 02:09:28.749 INFO kablam! ... Oct 22 02:09:28.749 INFO kablam! 2165 | rt_realloc!(rt_primes_16381bytes_4align_realloc, 16381, 4); Oct 22 02:09:28.749 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:28.749 INFO kablam! | Oct 22 02:09:28.749 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.749 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.749 INFO kablam! | Oct 22 02:09:28.749 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.749 INFO kablam! | Oct 22 02:09:28.749 INFO kablam! Oct 22 02:09:28.749 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.749 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.749 INFO kablam! | Oct 22 02:09:28.749 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.749 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.749 INFO kablam! ... Oct 22 02:09:28.749 INFO kablam! 2165 | rt_realloc!(rt_primes_16381bytes_4align_realloc, 16381, 4); Oct 22 02:09:28.749 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:28.749 INFO kablam! | Oct 22 02:09:28.749 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.749 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.749 INFO kablam! | Oct 22 02:09:28.749 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.749 INFO kablam! | Oct 22 02:09:28.749 INFO kablam! Oct 22 02:09:28.760 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.760 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.760 INFO kablam! | Oct 22 02:09:28.760 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.760 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.760 INFO kablam! ... Oct 22 02:09:28.760 INFO kablam! 2165 | rt_realloc!(rt_primes_16381bytes_4align_realloc, 16381, 4); Oct 22 02:09:28.760 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:28.760 INFO kablam! | Oct 22 02:09:28.760 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.760 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.760 INFO kablam! | Oct 22 02:09:28.760 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.760 INFO kablam! | Oct 22 02:09:28.760 INFO kablam! Oct 22 02:09:28.760 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.760 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.760 INFO kablam! | Oct 22 02:09:28.760 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.760 INFO kablam! | ^^^^^ Oct 22 02:09:28.760 INFO kablam! ... Oct 22 02:09:28.760 INFO kablam! 2178 | rt_realloc!(rt_primes_32749bytes_4align_realloc, 32749, 4); Oct 22 02:09:28.760 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:28.760 INFO kablam! | Oct 22 02:09:28.760 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.760 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.760 INFO kablam! | Oct 22 02:09:28.760 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.760 INFO kablam! | Oct 22 02:09:28.760 INFO kablam! Oct 22 02:09:28.760 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.760 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.760 INFO kablam! | Oct 22 02:09:28.760 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.760 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.760 INFO kablam! ... Oct 22 02:09:28.760 INFO kablam! 2178 | rt_realloc!(rt_primes_32749bytes_4align_realloc, 32749, 4); Oct 22 02:09:28.760 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:28.760 INFO kablam! | Oct 22 02:09:28.760 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.760 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.760 INFO kablam! | Oct 22 02:09:28.760 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.760 INFO kablam! | Oct 22 02:09:28.760 INFO kablam! Oct 22 02:09:28.760 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.760 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.760 INFO kablam! | Oct 22 02:09:28.760 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.760 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.761 INFO kablam! ... Oct 22 02:09:28.761 INFO kablam! 2178 | rt_realloc!(rt_primes_32749bytes_4align_realloc, 32749, 4); Oct 22 02:09:28.761 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:28.761 INFO kablam! | Oct 22 02:09:28.761 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.761 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.761 INFO kablam! | Oct 22 02:09:28.761 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.761 INFO kablam! | Oct 22 02:09:28.761 INFO kablam! Oct 22 02:09:28.761 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.761 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.761 INFO kablam! | Oct 22 02:09:28.761 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.761 INFO kablam! | ^^^^^ Oct 22 02:09:28.761 INFO kablam! ... Oct 22 02:09:28.761 INFO kablam! 2191 | rt_realloc!(rt_primes_65537bytes_4align_realloc, 65537, 4); Oct 22 02:09:28.761 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:28.761 INFO kablam! | Oct 22 02:09:28.761 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.761 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.761 INFO kablam! | Oct 22 02:09:28.761 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.761 INFO kablam! | Oct 22 02:09:28.761 INFO kablam! Oct 22 02:09:28.761 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.761 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.761 INFO kablam! | Oct 22 02:09:28.761 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.761 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.761 INFO kablam! ... Oct 22 02:09:28.761 INFO kablam! 2191 | rt_realloc!(rt_primes_65537bytes_4align_realloc, 65537, 4); Oct 22 02:09:28.761 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:28.761 INFO kablam! | Oct 22 02:09:28.761 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.761 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.761 INFO kablam! | Oct 22 02:09:28.761 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.761 INFO kablam! | Oct 22 02:09:28.761 INFO kablam! Oct 22 02:09:28.761 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.761 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.761 INFO kablam! | Oct 22 02:09:28.761 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.761 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.761 INFO kablam! ... Oct 22 02:09:28.761 INFO kablam! 2191 | rt_realloc!(rt_primes_65537bytes_4align_realloc, 65537, 4); Oct 22 02:09:28.761 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:28.761 INFO kablam! | Oct 22 02:09:28.761 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.761 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.761 INFO kablam! | Oct 22 02:09:28.761 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.761 INFO kablam! | Oct 22 02:09:28.761 INFO kablam! Oct 22 02:09:28.761 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.761 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.761 INFO kablam! | Oct 22 02:09:28.761 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.761 INFO kablam! | ^^^^^ Oct 22 02:09:28.761 INFO kablam! ... Oct 22 02:09:28.761 INFO kablam! 2204 | rt_realloc!(rt_primes_131071bytes_4align_realloc, 131071, 4); Oct 22 02:09:28.761 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.761 INFO kablam! | Oct 22 02:09:28.761 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.761 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.761 INFO kablam! | Oct 22 02:09:28.761 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.761 INFO kablam! | Oct 22 02:09:28.761 INFO kablam! Oct 22 02:09:28.761 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.761 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.761 INFO kablam! | Oct 22 02:09:28.761 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.761 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.761 INFO kablam! ... Oct 22 02:09:28.761 INFO kablam! 2204 | rt_realloc!(rt_primes_131071bytes_4align_realloc, 131071, 4); Oct 22 02:09:28.761 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.761 INFO kablam! | Oct 22 02:09:28.761 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.761 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.761 INFO kablam! | Oct 22 02:09:28.761 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.761 INFO kablam! | Oct 22 02:09:28.761 INFO kablam! Oct 22 02:09:28.761 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.762 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.762 INFO kablam! | Oct 22 02:09:28.762 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.762 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.762 INFO kablam! ... Oct 22 02:09:28.762 INFO kablam! 2204 | rt_realloc!(rt_primes_131071bytes_4align_realloc, 131071, 4); Oct 22 02:09:28.762 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.762 INFO kablam! | Oct 22 02:09:28.762 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.762 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.762 INFO kablam! | Oct 22 02:09:28.762 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.762 INFO kablam! | Oct 22 02:09:28.762 INFO kablam! Oct 22 02:09:28.762 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.762 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.762 INFO kablam! | Oct 22 02:09:28.762 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.762 INFO kablam! | ^^^^^ Oct 22 02:09:28.762 INFO kablam! ... Oct 22 02:09:28.762 INFO kablam! 2217 | rt_realloc!(rt_primes_4194301bytes_4align_realloc, 4194301, 4); Oct 22 02:09:28.762 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.762 INFO kablam! | Oct 22 02:09:28.762 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.762 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.762 INFO kablam! | Oct 22 02:09:28.762 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.762 INFO kablam! | Oct 22 02:09:28.762 INFO kablam! Oct 22 02:09:28.762 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.762 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.762 INFO kablam! | Oct 22 02:09:28.762 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.762 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.762 INFO kablam! ... Oct 22 02:09:28.762 INFO kablam! 2217 | rt_realloc!(rt_primes_4194301bytes_4align_realloc, 4194301, 4); Oct 22 02:09:28.762 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.762 INFO kablam! | Oct 22 02:09:28.762 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.762 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.762 INFO kablam! | Oct 22 02:09:28.762 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.762 INFO kablam! | Oct 22 02:09:28.762 INFO kablam! Oct 22 02:09:28.762 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.762 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.762 INFO kablam! | Oct 22 02:09:28.762 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.762 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.762 INFO kablam! ... Oct 22 02:09:28.762 INFO kablam! 2217 | rt_realloc!(rt_primes_4194301bytes_4align_realloc, 4194301, 4); Oct 22 02:09:28.762 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.762 INFO kablam! | Oct 22 02:09:28.762 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.762 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.762 INFO kablam! | Oct 22 02:09:28.762 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.762 INFO kablam! | Oct 22 02:09:28.762 INFO kablam! Oct 22 02:09:28.762 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.762 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.762 INFO kablam! | Oct 22 02:09:28.762 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.762 INFO kablam! | ^^^^^ Oct 22 02:09:28.762 INFO kablam! ... Oct 22 02:09:28.762 INFO kablam! 2233 | rt_realloc!(rt_pow2_1bytes_8align_realloc, 1, 8); Oct 22 02:09:28.762 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 22 02:09:28.762 INFO kablam! | Oct 22 02:09:28.762 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.762 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.762 INFO kablam! | Oct 22 02:09:28.762 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.762 INFO kablam! | Oct 22 02:09:28.762 INFO kablam! Oct 22 02:09:28.762 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.762 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.762 INFO kablam! | Oct 22 02:09:28.762 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.762 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.762 INFO kablam! ... Oct 22 02:09:28.762 INFO kablam! 2233 | rt_realloc!(rt_pow2_1bytes_8align_realloc, 1, 8); Oct 22 02:09:28.762 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 22 02:09:28.762 INFO kablam! | Oct 22 02:09:28.762 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.762 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.762 INFO kablam! | Oct 22 02:09:28.763 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.763 INFO kablam! | Oct 22 02:09:28.763 INFO kablam! Oct 22 02:09:28.763 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.763 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.763 INFO kablam! | Oct 22 02:09:28.763 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.763 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.763 INFO kablam! ... Oct 22 02:09:28.763 INFO kablam! 2233 | rt_realloc!(rt_pow2_1bytes_8align_realloc, 1, 8); Oct 22 02:09:28.763 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 22 02:09:28.763 INFO kablam! | Oct 22 02:09:28.763 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.763 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.763 INFO kablam! | Oct 22 02:09:28.763 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.763 INFO kablam! | Oct 22 02:09:28.763 INFO kablam! Oct 22 02:09:28.772 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.772 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.772 INFO kablam! | Oct 22 02:09:28.772 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.772 INFO kablam! | ^^^^^ Oct 22 02:09:28.772 INFO kablam! ... Oct 22 02:09:28.772 INFO kablam! 2246 | rt_realloc!(rt_pow2_2bytes_8align_realloc, 2, 8); Oct 22 02:09:28.772 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 22 02:09:28.772 INFO kablam! | Oct 22 02:09:28.772 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.772 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.772 INFO kablam! | Oct 22 02:09:28.772 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.772 INFO kablam! | Oct 22 02:09:28.772 INFO kablam! Oct 22 02:09:28.772 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.772 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.772 INFO kablam! | Oct 22 02:09:28.772 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.772 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.772 INFO kablam! ... Oct 22 02:09:28.772 INFO kablam! 2246 | rt_realloc!(rt_pow2_2bytes_8align_realloc, 2, 8); Oct 22 02:09:28.772 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 22 02:09:28.772 INFO kablam! | Oct 22 02:09:28.772 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.772 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.772 INFO kablam! | Oct 22 02:09:28.772 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.772 INFO kablam! | Oct 22 02:09:28.772 INFO kablam! Oct 22 02:09:28.772 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.772 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.772 INFO kablam! | Oct 22 02:09:28.772 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.772 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.772 INFO kablam! ... Oct 22 02:09:28.772 INFO kablam! 2246 | rt_realloc!(rt_pow2_2bytes_8align_realloc, 2, 8); Oct 22 02:09:28.772 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 22 02:09:28.772 INFO kablam! | Oct 22 02:09:28.772 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.772 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.772 INFO kablam! | Oct 22 02:09:28.772 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.772 INFO kablam! | Oct 22 02:09:28.772 INFO kablam! Oct 22 02:09:28.772 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.772 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.773 INFO kablam! | Oct 22 02:09:28.773 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.773 INFO kablam! | ^^^^^ Oct 22 02:09:28.773 INFO kablam! ... Oct 22 02:09:28.773 INFO kablam! 2259 | rt_realloc!(rt_pow2_4bytes_8align_realloc, 4, 8); Oct 22 02:09:28.773 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 22 02:09:28.773 INFO kablam! | Oct 22 02:09:28.773 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.773 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.773 INFO kablam! | Oct 22 02:09:28.773 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.773 INFO kablam! | Oct 22 02:09:28.773 INFO kablam! Oct 22 02:09:28.773 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.773 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.773 INFO kablam! | Oct 22 02:09:28.773 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.773 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.773 INFO kablam! ... Oct 22 02:09:28.773 INFO kablam! 2259 | rt_realloc!(rt_pow2_4bytes_8align_realloc, 4, 8); Oct 22 02:09:28.773 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 22 02:09:28.773 INFO kablam! | Oct 22 02:09:28.773 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.773 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.773 INFO kablam! | Oct 22 02:09:28.773 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.773 INFO kablam! | Oct 22 02:09:28.773 INFO kablam! Oct 22 02:09:28.773 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.773 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.773 INFO kablam! | Oct 22 02:09:28.773 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.773 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.773 INFO kablam! ... Oct 22 02:09:28.773 INFO kablam! 2259 | rt_realloc!(rt_pow2_4bytes_8align_realloc, 4, 8); Oct 22 02:09:28.773 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 22 02:09:28.773 INFO kablam! | Oct 22 02:09:28.773 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.773 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.773 INFO kablam! | Oct 22 02:09:28.773 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.773 INFO kablam! | Oct 22 02:09:28.773 INFO kablam! Oct 22 02:09:28.773 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.773 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.773 INFO kablam! | Oct 22 02:09:28.773 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.773 INFO kablam! | ^^^^^ Oct 22 02:09:28.773 INFO kablam! ... Oct 22 02:09:28.773 INFO kablam! 2272 | rt_realloc!(rt_pow2_8bytes_8align_realloc, 8, 8); Oct 22 02:09:28.773 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 22 02:09:28.773 INFO kablam! | Oct 22 02:09:28.773 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.773 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.773 INFO kablam! | Oct 22 02:09:28.773 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.773 INFO kablam! | Oct 22 02:09:28.773 INFO kablam! Oct 22 02:09:28.773 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.773 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.773 INFO kablam! | Oct 22 02:09:28.773 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.773 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.773 INFO kablam! ... Oct 22 02:09:28.773 INFO kablam! 2272 | rt_realloc!(rt_pow2_8bytes_8align_realloc, 8, 8); Oct 22 02:09:28.773 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 22 02:09:28.773 INFO kablam! | Oct 22 02:09:28.773 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.773 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.773 INFO kablam! | Oct 22 02:09:28.773 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.773 INFO kablam! | Oct 22 02:09:28.773 INFO kablam! Oct 22 02:09:28.782 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.782 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.782 INFO kablam! | Oct 22 02:09:28.782 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.782 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.782 INFO kablam! ... Oct 22 02:09:28.782 INFO kablam! 2272 | rt_realloc!(rt_pow2_8bytes_8align_realloc, 8, 8); Oct 22 02:09:28.782 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 22 02:09:28.782 INFO kablam! | Oct 22 02:09:28.782 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.782 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.782 INFO kablam! | Oct 22 02:09:28.782 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.782 INFO kablam! | Oct 22 02:09:28.782 INFO kablam! Oct 22 02:09:28.782 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.782 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.782 INFO kablam! | Oct 22 02:09:28.782 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.782 INFO kablam! | ^^^^^ Oct 22 02:09:28.782 INFO kablam! ... Oct 22 02:09:28.782 INFO kablam! 2285 | rt_realloc!(rt_pow2_16bytes_8align_realloc, 16, 8); Oct 22 02:09:28.782 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.782 INFO kablam! | Oct 22 02:09:28.782 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.782 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.782 INFO kablam! | Oct 22 02:09:28.782 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.782 INFO kablam! | Oct 22 02:09:28.782 INFO kablam! Oct 22 02:09:28.782 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.782 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.782 INFO kablam! | Oct 22 02:09:28.782 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.782 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.782 INFO kablam! ... Oct 22 02:09:28.782 INFO kablam! 2285 | rt_realloc!(rt_pow2_16bytes_8align_realloc, 16, 8); Oct 22 02:09:28.782 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.782 INFO kablam! | Oct 22 02:09:28.782 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.782 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.782 INFO kablam! | Oct 22 02:09:28.782 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.782 INFO kablam! | Oct 22 02:09:28.782 INFO kablam! Oct 22 02:09:28.782 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.782 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.782 INFO kablam! | Oct 22 02:09:28.782 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.782 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.782 INFO kablam! ... Oct 22 02:09:28.782 INFO kablam! 2285 | rt_realloc!(rt_pow2_16bytes_8align_realloc, 16, 8); Oct 22 02:09:28.782 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.782 INFO kablam! | Oct 22 02:09:28.782 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.782 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.782 INFO kablam! | Oct 22 02:09:28.782 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.782 INFO kablam! | Oct 22 02:09:28.782 INFO kablam! Oct 22 02:09:28.792 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.792 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.792 INFO kablam! | Oct 22 02:09:28.792 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.792 INFO kablam! | ^^^^^ Oct 22 02:09:28.792 INFO kablam! ... Oct 22 02:09:28.792 INFO kablam! 2298 | rt_realloc!(rt_pow2_32bytes_8align_realloc, 32, 8); Oct 22 02:09:28.792 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.792 INFO kablam! | Oct 22 02:09:28.792 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.792 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.792 INFO kablam! | Oct 22 02:09:28.792 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.792 INFO kablam! | Oct 22 02:09:28.792 INFO kablam! Oct 22 02:09:28.792 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.792 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.792 INFO kablam! | Oct 22 02:09:28.792 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.792 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.792 INFO kablam! ... Oct 22 02:09:28.792 INFO kablam! 2298 | rt_realloc!(rt_pow2_32bytes_8align_realloc, 32, 8); Oct 22 02:09:28.792 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.792 INFO kablam! | Oct 22 02:09:28.792 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.792 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.792 INFO kablam! | Oct 22 02:09:28.792 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.792 INFO kablam! | Oct 22 02:09:28.792 INFO kablam! Oct 22 02:09:28.792 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.792 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.792 INFO kablam! | Oct 22 02:09:28.792 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.793 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.793 INFO kablam! ... Oct 22 02:09:28.793 INFO kablam! 2298 | rt_realloc!(rt_pow2_32bytes_8align_realloc, 32, 8); Oct 22 02:09:28.793 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.793 INFO kablam! | Oct 22 02:09:28.793 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.793 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.793 INFO kablam! | Oct 22 02:09:28.793 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.793 INFO kablam! | Oct 22 02:09:28.793 INFO kablam! Oct 22 02:09:28.793 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.793 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.793 INFO kablam! | Oct 22 02:09:28.793 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.793 INFO kablam! | ^^^^^ Oct 22 02:09:28.793 INFO kablam! ... Oct 22 02:09:28.793 INFO kablam! 2311 | rt_realloc!(rt_pow2_64bytes_8align_realloc, 64, 8); Oct 22 02:09:28.793 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.793 INFO kablam! | Oct 22 02:09:28.793 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.793 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.793 INFO kablam! | Oct 22 02:09:28.793 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.793 INFO kablam! | Oct 22 02:09:28.793 INFO kablam! Oct 22 02:09:28.793 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.793 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.793 INFO kablam! | Oct 22 02:09:28.793 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.793 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.793 INFO kablam! ... Oct 22 02:09:28.793 INFO kablam! 2311 | rt_realloc!(rt_pow2_64bytes_8align_realloc, 64, 8); Oct 22 02:09:28.793 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.793 INFO kablam! | Oct 22 02:09:28.793 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.793 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.793 INFO kablam! | Oct 22 02:09:28.793 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.793 INFO kablam! | Oct 22 02:09:28.793 INFO kablam! Oct 22 02:09:28.800 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.800 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.800 INFO kablam! | Oct 22 02:09:28.800 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.800 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.800 INFO kablam! ... Oct 22 02:09:28.800 INFO kablam! 2311 | rt_realloc!(rt_pow2_64bytes_8align_realloc, 64, 8); Oct 22 02:09:28.800 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.840 INFO kablam! | Oct 22 02:09:28.841 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.841 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.841 INFO kablam! | Oct 22 02:09:28.841 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.841 INFO kablam! | Oct 22 02:09:28.841 INFO kablam! Oct 22 02:09:28.841 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.841 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.841 INFO kablam! | Oct 22 02:09:28.841 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.841 INFO kablam! | ^^^^^ Oct 22 02:09:28.841 INFO kablam! ... Oct 22 02:09:28.841 INFO kablam! 2324 | rt_realloc!(rt_pow2_128bytes_8align_realloc, 128, 8); Oct 22 02:09:28.841 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.841 INFO kablam! | Oct 22 02:09:28.841 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.841 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.841 INFO kablam! | Oct 22 02:09:28.841 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.841 INFO kablam! | Oct 22 02:09:28.842 INFO kablam! Oct 22 02:09:28.842 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.842 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.842 INFO kablam! | Oct 22 02:09:28.842 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.842 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.842 INFO kablam! ... Oct 22 02:09:28.842 INFO kablam! 2324 | rt_realloc!(rt_pow2_128bytes_8align_realloc, 128, 8); Oct 22 02:09:28.842 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.842 INFO kablam! | Oct 22 02:09:28.842 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.842 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.842 INFO kablam! | Oct 22 02:09:28.842 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.842 INFO kablam! | Oct 22 02:09:28.842 INFO kablam! Oct 22 02:09:28.842 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.842 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.842 INFO kablam! | Oct 22 02:09:28.842 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.842 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.842 INFO kablam! ... Oct 22 02:09:28.843 INFO kablam! 2324 | rt_realloc!(rt_pow2_128bytes_8align_realloc, 128, 8); Oct 22 02:09:28.843 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.843 INFO kablam! | Oct 22 02:09:28.843 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.843 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.843 INFO kablam! | Oct 22 02:09:28.843 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.843 INFO kablam! | Oct 22 02:09:28.843 INFO kablam! Oct 22 02:09:28.843 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.843 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.843 INFO kablam! | Oct 22 02:09:28.843 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.843 INFO kablam! | ^^^^^ Oct 22 02:09:28.843 INFO kablam! ... Oct 22 02:09:28.843 INFO kablam! 2337 | rt_realloc!(rt_pow2_256bytes_8align_realloc, 256, 8); Oct 22 02:09:28.843 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.843 INFO kablam! | Oct 22 02:09:28.843 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.843 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.843 INFO kablam! | Oct 22 02:09:28.844 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.844 INFO kablam! | Oct 22 02:09:28.844 INFO kablam! Oct 22 02:09:28.844 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.844 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.844 INFO kablam! | Oct 22 02:09:28.844 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.844 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.844 INFO kablam! ... Oct 22 02:09:28.844 INFO kablam! 2337 | rt_realloc!(rt_pow2_256bytes_8align_realloc, 256, 8); Oct 22 02:09:28.844 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.844 INFO kablam! | Oct 22 02:09:28.844 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.844 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.844 INFO kablam! | Oct 22 02:09:28.844 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.844 INFO kablam! | Oct 22 02:09:28.844 INFO kablam! Oct 22 02:09:28.844 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.844 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.844 INFO kablam! | Oct 22 02:09:28.844 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.845 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.845 INFO kablam! ... Oct 22 02:09:28.845 INFO kablam! 2337 | rt_realloc!(rt_pow2_256bytes_8align_realloc, 256, 8); Oct 22 02:09:28.845 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.845 INFO kablam! | Oct 22 02:09:28.845 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.845 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.845 INFO kablam! | Oct 22 02:09:28.845 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.845 INFO kablam! | Oct 22 02:09:28.845 INFO kablam! Oct 22 02:09:28.845 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.845 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.845 INFO kablam! | Oct 22 02:09:28.845 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.845 INFO kablam! | ^^^^^ Oct 22 02:09:28.845 INFO kablam! ... Oct 22 02:09:28.845 INFO kablam! 2350 | rt_realloc!(rt_pow2_512bytes_8align_realloc, 512, 8); Oct 22 02:09:28.845 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.845 INFO kablam! | Oct 22 02:09:28.845 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.846 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.846 INFO kablam! | Oct 22 02:09:28.846 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.846 INFO kablam! | Oct 22 02:09:28.846 INFO kablam! Oct 22 02:09:28.846 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.846 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.846 INFO kablam! | Oct 22 02:09:28.846 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.846 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.846 INFO kablam! ... Oct 22 02:09:28.846 INFO kablam! 2350 | rt_realloc!(rt_pow2_512bytes_8align_realloc, 512, 8); Oct 22 02:09:28.846 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.846 INFO kablam! | Oct 22 02:09:28.846 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.846 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.846 INFO kablam! | Oct 22 02:09:28.846 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.846 INFO kablam! | Oct 22 02:09:28.846 INFO kablam! Oct 22 02:09:28.846 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.846 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.847 INFO kablam! | Oct 22 02:09:28.847 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.847 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.847 INFO kablam! ... Oct 22 02:09:28.847 INFO kablam! 2350 | rt_realloc!(rt_pow2_512bytes_8align_realloc, 512, 8); Oct 22 02:09:28.847 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.847 INFO kablam! | Oct 22 02:09:28.847 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.847 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.847 INFO kablam! | Oct 22 02:09:28.847 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.847 INFO kablam! | Oct 22 02:09:28.847 INFO kablam! Oct 22 02:09:28.847 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.847 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.847 INFO kablam! | Oct 22 02:09:28.847 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.847 INFO kablam! | ^^^^^ Oct 22 02:09:28.847 INFO kablam! ... Oct 22 02:09:28.847 INFO kablam! 2363 | rt_realloc!(rt_pow2_1024bytes_8align_realloc, 1024, 8); Oct 22 02:09:28.847 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.847 INFO kablam! | Oct 22 02:09:28.848 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.848 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.848 INFO kablam! | Oct 22 02:09:28.848 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.848 INFO kablam! | Oct 22 02:09:28.848 INFO kablam! Oct 22 02:09:28.848 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.848 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.848 INFO kablam! | Oct 22 02:09:28.848 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.848 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.848 INFO kablam! ... Oct 22 02:09:28.848 INFO kablam! 2363 | rt_realloc!(rt_pow2_1024bytes_8align_realloc, 1024, 8); Oct 22 02:09:28.848 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.848 INFO kablam! | Oct 22 02:09:28.848 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.848 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.848 INFO kablam! | Oct 22 02:09:28.848 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.848 INFO kablam! | Oct 22 02:09:28.848 INFO kablam! Oct 22 02:09:28.848 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.849 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.849 INFO kablam! | Oct 22 02:09:28.849 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.849 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.849 INFO kablam! ... Oct 22 02:09:28.849 INFO kablam! 2363 | rt_realloc!(rt_pow2_1024bytes_8align_realloc, 1024, 8); Oct 22 02:09:28.849 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.849 INFO kablam! | Oct 22 02:09:28.849 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.849 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.849 INFO kablam! | Oct 22 02:09:28.849 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.849 INFO kablam! | Oct 22 02:09:28.849 INFO kablam! Oct 22 02:09:28.849 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.849 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.849 INFO kablam! | Oct 22 02:09:28.849 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.849 INFO kablam! | ^^^^^ Oct 22 02:09:28.849 INFO kablam! ... Oct 22 02:09:28.849 INFO kablam! 2376 | rt_realloc!(rt_pow2_2048bytes_8align_realloc, 2048, 8); Oct 22 02:09:28.849 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.850 INFO kablam! | Oct 22 02:09:28.850 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.850 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.850 INFO kablam! | Oct 22 02:09:28.850 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.850 INFO kablam! | Oct 22 02:09:28.850 INFO kablam! Oct 22 02:09:28.850 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.850 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.850 INFO kablam! | Oct 22 02:09:28.850 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.850 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.850 INFO kablam! ... Oct 22 02:09:28.850 INFO kablam! 2376 | rt_realloc!(rt_pow2_2048bytes_8align_realloc, 2048, 8); Oct 22 02:09:28.850 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.850 INFO kablam! | Oct 22 02:09:28.850 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.850 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.850 INFO kablam! | Oct 22 02:09:28.850 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.850 INFO kablam! | Oct 22 02:09:28.850 INFO kablam! Oct 22 02:09:28.851 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.851 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.851 INFO kablam! | Oct 22 02:09:28.851 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.851 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.851 INFO kablam! ... Oct 22 02:09:28.851 INFO kablam! 2376 | rt_realloc!(rt_pow2_2048bytes_8align_realloc, 2048, 8); Oct 22 02:09:28.851 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.851 INFO kablam! | Oct 22 02:09:28.851 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.851 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.851 INFO kablam! | Oct 22 02:09:28.851 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.851 INFO kablam! | Oct 22 02:09:28.851 INFO kablam! Oct 22 02:09:28.851 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.851 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.851 INFO kablam! | Oct 22 02:09:28.851 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.851 INFO kablam! | ^^^^^ Oct 22 02:09:28.851 INFO kablam! ... Oct 22 02:09:28.851 INFO kablam! 2389 | rt_realloc!(rt_pow2_4096bytes_8align_realloc, 4096, 8); Oct 22 02:09:28.852 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.852 INFO kablam! | Oct 22 02:09:28.852 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.852 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.852 INFO kablam! | Oct 22 02:09:28.852 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.852 INFO kablam! | Oct 22 02:09:28.852 INFO kablam! Oct 22 02:09:28.852 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.852 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.852 INFO kablam! | Oct 22 02:09:28.852 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.852 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.852 INFO kablam! ... Oct 22 02:09:28.852 INFO kablam! 2389 | rt_realloc!(rt_pow2_4096bytes_8align_realloc, 4096, 8); Oct 22 02:09:28.852 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.852 INFO kablam! | Oct 22 02:09:28.852 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.852 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.853 INFO kablam! | Oct 22 02:09:28.853 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.853 INFO kablam! | Oct 22 02:09:28.853 INFO kablam! Oct 22 02:09:28.853 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.853 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.853 INFO kablam! | Oct 22 02:09:28.853 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.853 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.853 INFO kablam! ... Oct 22 02:09:28.853 INFO kablam! 2389 | rt_realloc!(rt_pow2_4096bytes_8align_realloc, 4096, 8); Oct 22 02:09:28.853 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.853 INFO kablam! | Oct 22 02:09:28.853 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.853 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.853 INFO kablam! | Oct 22 02:09:28.853 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.853 INFO kablam! | Oct 22 02:09:28.853 INFO kablam! Oct 22 02:09:28.853 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.853 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.853 INFO kablam! | Oct 22 02:09:28.854 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.854 INFO kablam! | ^^^^^ Oct 22 02:09:28.854 INFO kablam! ... Oct 22 02:09:28.854 INFO kablam! 2402 | rt_realloc!(rt_pow2_8192bytes_8align_realloc, 8192, 8); Oct 22 02:09:28.854 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.854 INFO kablam! | Oct 22 02:09:28.854 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.854 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.854 INFO kablam! | Oct 22 02:09:28.854 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.854 INFO kablam! | Oct 22 02:09:28.854 INFO kablam! Oct 22 02:09:28.854 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.854 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.854 INFO kablam! | Oct 22 02:09:28.854 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.854 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.854 INFO kablam! ... Oct 22 02:09:28.854 INFO kablam! 2402 | rt_realloc!(rt_pow2_8192bytes_8align_realloc, 8192, 8); Oct 22 02:09:28.854 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.854 INFO kablam! | Oct 22 02:09:28.854 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.854 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.855 INFO kablam! | Oct 22 02:09:28.855 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.855 INFO kablam! | Oct 22 02:09:28.855 INFO kablam! Oct 22 02:09:28.855 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.855 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.855 INFO kablam! | Oct 22 02:09:28.855 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.855 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.855 INFO kablam! ... Oct 22 02:09:28.855 INFO kablam! 2402 | rt_realloc!(rt_pow2_8192bytes_8align_realloc, 8192, 8); Oct 22 02:09:28.855 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.855 INFO kablam! | Oct 22 02:09:28.855 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.855 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.855 INFO kablam! | Oct 22 02:09:28.855 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.855 INFO kablam! | Oct 22 02:09:28.855 INFO kablam! Oct 22 02:09:28.855 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.855 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.856 INFO kablam! | Oct 22 02:09:28.856 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.856 INFO kablam! | ^^^^^ Oct 22 02:09:28.856 INFO kablam! ... Oct 22 02:09:28.856 INFO kablam! 2415 | rt_realloc!(rt_pow2_16384bytes_8align_realloc, 16384, 8); Oct 22 02:09:28.856 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.856 INFO kablam! | Oct 22 02:09:28.856 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.856 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.856 INFO kablam! | Oct 22 02:09:28.856 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.856 INFO kablam! | Oct 22 02:09:28.856 INFO kablam! Oct 22 02:09:28.856 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.856 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.856 INFO kablam! | Oct 22 02:09:28.856 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.856 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.856 INFO kablam! ... Oct 22 02:09:28.857 INFO kablam! 2415 | rt_realloc!(rt_pow2_16384bytes_8align_realloc, 16384, 8); Oct 22 02:09:28.857 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.857 INFO kablam! | Oct 22 02:09:28.857 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.857 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.857 INFO kablam! | Oct 22 02:09:28.857 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.857 INFO kablam! | Oct 22 02:09:28.857 INFO kablam! Oct 22 02:09:28.857 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.857 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.857 INFO kablam! | Oct 22 02:09:28.857 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.857 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.857 INFO kablam! ... Oct 22 02:09:28.857 INFO kablam! 2415 | rt_realloc!(rt_pow2_16384bytes_8align_realloc, 16384, 8); Oct 22 02:09:28.857 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.857 INFO kablam! | Oct 22 02:09:28.857 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.857 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.857 INFO kablam! | Oct 22 02:09:28.858 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.858 INFO kablam! | Oct 22 02:09:28.858 INFO kablam! Oct 22 02:09:28.858 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.858 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.858 INFO kablam! | Oct 22 02:09:28.858 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.858 INFO kablam! | ^^^^^ Oct 22 02:09:28.858 INFO kablam! ... Oct 22 02:09:28.858 INFO kablam! 2428 | rt_realloc!(rt_pow2_32768bytes_8align_realloc, 32768, 8); Oct 22 02:09:28.858 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.858 INFO kablam! | Oct 22 02:09:28.858 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.858 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.858 INFO kablam! | Oct 22 02:09:28.858 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.858 INFO kablam! | Oct 22 02:09:28.858 INFO kablam! Oct 22 02:09:28.858 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.858 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.858 INFO kablam! | Oct 22 02:09:28.858 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.858 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.859 INFO kablam! ... Oct 22 02:09:28.859 INFO kablam! 2428 | rt_realloc!(rt_pow2_32768bytes_8align_realloc, 32768, 8); Oct 22 02:09:28.859 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.859 INFO kablam! | Oct 22 02:09:28.859 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.859 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.859 INFO kablam! | Oct 22 02:09:28.859 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.859 INFO kablam! | Oct 22 02:09:28.859 INFO kablam! Oct 22 02:09:28.859 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.859 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.859 INFO kablam! | Oct 22 02:09:28.859 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.859 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.859 INFO kablam! ... Oct 22 02:09:28.859 INFO kablam! 2428 | rt_realloc!(rt_pow2_32768bytes_8align_realloc, 32768, 8); Oct 22 02:09:28.859 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.859 INFO kablam! | Oct 22 02:09:28.859 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.859 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.860 INFO kablam! | Oct 22 02:09:28.860 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.860 INFO kablam! | Oct 22 02:09:28.860 INFO kablam! Oct 22 02:09:28.860 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.860 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.860 INFO kablam! | Oct 22 02:09:28.860 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.860 INFO kablam! | ^^^^^ Oct 22 02:09:28.860 INFO kablam! ... Oct 22 02:09:28.860 INFO kablam! 2441 | rt_realloc!(rt_pow2_65536bytes_8align_realloc, 65536, 8); Oct 22 02:09:28.860 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.860 INFO kablam! | Oct 22 02:09:28.860 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.860 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.860 INFO kablam! | Oct 22 02:09:28.860 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.860 INFO kablam! | Oct 22 02:09:28.860 INFO kablam! Oct 22 02:09:28.860 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.860 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.861 INFO kablam! | Oct 22 02:09:28.861 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.861 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.861 INFO kablam! ... Oct 22 02:09:28.861 INFO kablam! 2441 | rt_realloc!(rt_pow2_65536bytes_8align_realloc, 65536, 8); Oct 22 02:09:28.861 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.861 INFO kablam! | Oct 22 02:09:28.861 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.861 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.861 INFO kablam! | Oct 22 02:09:28.861 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.861 INFO kablam! | Oct 22 02:09:28.861 INFO kablam! Oct 22 02:09:28.861 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.861 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.861 INFO kablam! | Oct 22 02:09:28.861 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.861 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.861 INFO kablam! ... Oct 22 02:09:28.861 INFO kablam! 2441 | rt_realloc!(rt_pow2_65536bytes_8align_realloc, 65536, 8); Oct 22 02:09:28.861 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.861 INFO kablam! | Oct 22 02:09:28.862 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.862 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.862 INFO kablam! | Oct 22 02:09:28.862 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.862 INFO kablam! | Oct 22 02:09:28.862 INFO kablam! Oct 22 02:09:28.862 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.862 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.862 INFO kablam! | Oct 22 02:09:28.862 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.862 INFO kablam! | ^^^^^ Oct 22 02:09:28.862 INFO kablam! ... Oct 22 02:09:28.862 INFO kablam! 2454 | rt_realloc!(rt_pow2_131072bytes_8align_realloc, 131072, 8); Oct 22 02:09:28.862 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:28.862 INFO kablam! | Oct 22 02:09:28.862 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.862 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.862 INFO kablam! | Oct 22 02:09:28.862 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.862 INFO kablam! | Oct 22 02:09:28.862 INFO kablam! Oct 22 02:09:28.863 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.863 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.863 INFO kablam! | Oct 22 02:09:28.863 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.863 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.863 INFO kablam! ... Oct 22 02:09:28.863 INFO kablam! 2454 | rt_realloc!(rt_pow2_131072bytes_8align_realloc, 131072, 8); Oct 22 02:09:28.863 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:28.863 INFO kablam! | Oct 22 02:09:28.863 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.863 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.863 INFO kablam! | Oct 22 02:09:28.863 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.863 INFO kablam! | Oct 22 02:09:28.863 INFO kablam! Oct 22 02:09:28.863 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.863 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.863 INFO kablam! | Oct 22 02:09:28.863 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.863 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.863 INFO kablam! ... Oct 22 02:09:28.863 INFO kablam! 2454 | rt_realloc!(rt_pow2_131072bytes_8align_realloc, 131072, 8); Oct 22 02:09:28.864 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:28.864 INFO kablam! | Oct 22 02:09:28.864 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.864 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.864 INFO kablam! | Oct 22 02:09:28.864 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.864 INFO kablam! | Oct 22 02:09:28.864 INFO kablam! Oct 22 02:09:28.864 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.864 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.864 INFO kablam! | Oct 22 02:09:28.864 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.864 INFO kablam! | ^^^^^ Oct 22 02:09:28.864 INFO kablam! ... Oct 22 02:09:28.864 INFO kablam! 2467 | rt_realloc!(rt_pow2_4194304bytes_8align_realloc, 4194304, 8); Oct 22 02:09:28.864 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.864 INFO kablam! | Oct 22 02:09:28.864 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.864 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.864 INFO kablam! | Oct 22 02:09:28.864 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.865 INFO kablam! | Oct 22 02:09:28.865 INFO kablam! Oct 22 02:09:28.865 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.865 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.865 INFO kablam! | Oct 22 02:09:28.865 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.865 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.865 INFO kablam! ... Oct 22 02:09:28.865 INFO kablam! 2467 | rt_realloc!(rt_pow2_4194304bytes_8align_realloc, 4194304, 8); Oct 22 02:09:28.865 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.865 INFO kablam! | Oct 22 02:09:28.865 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.865 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.865 INFO kablam! | Oct 22 02:09:28.865 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.865 INFO kablam! | Oct 22 02:09:28.865 INFO kablam! Oct 22 02:09:28.865 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.865 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.866 INFO kablam! | Oct 22 02:09:28.866 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.866 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.866 INFO kablam! ... Oct 22 02:09:28.866 INFO kablam! 2467 | rt_realloc!(rt_pow2_4194304bytes_8align_realloc, 4194304, 8); Oct 22 02:09:28.866 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.866 INFO kablam! | Oct 22 02:09:28.866 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.866 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.866 INFO kablam! | Oct 22 02:09:28.866 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.866 INFO kablam! | Oct 22 02:09:28.866 INFO kablam! Oct 22 02:09:28.866 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.866 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.866 INFO kablam! | Oct 22 02:09:28.866 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.866 INFO kablam! | ^^^^^ Oct 22 02:09:28.866 INFO kablam! ... Oct 22 02:09:28.866 INFO kablam! 2481 | rt_realloc!(rt_even_10bytes_8align_realloc, 10, 8); Oct 22 02:09:28.866 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.866 INFO kablam! | Oct 22 02:09:28.867 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.867 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.867 INFO kablam! | Oct 22 02:09:28.867 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.867 INFO kablam! | Oct 22 02:09:28.867 INFO kablam! Oct 22 02:09:28.867 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.867 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.867 INFO kablam! | Oct 22 02:09:28.867 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.867 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.867 INFO kablam! ... Oct 22 02:09:28.867 INFO kablam! 2481 | rt_realloc!(rt_even_10bytes_8align_realloc, 10, 8); Oct 22 02:09:28.867 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.867 INFO kablam! | Oct 22 02:09:28.867 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.867 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.867 INFO kablam! | Oct 22 02:09:28.867 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.867 INFO kablam! | Oct 22 02:09:28.867 INFO kablam! Oct 22 02:09:28.868 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.868 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.868 INFO kablam! | Oct 22 02:09:28.868 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.868 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.868 INFO kablam! ... Oct 22 02:09:28.868 INFO kablam! 2481 | rt_realloc!(rt_even_10bytes_8align_realloc, 10, 8); Oct 22 02:09:28.868 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.868 INFO kablam! | Oct 22 02:09:28.868 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.868 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.868 INFO kablam! | Oct 22 02:09:28.868 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.868 INFO kablam! | Oct 22 02:09:28.868 INFO kablam! Oct 22 02:09:28.868 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.868 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.868 INFO kablam! | Oct 22 02:09:28.868 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.868 INFO kablam! | ^^^^^ Oct 22 02:09:28.868 INFO kablam! ... Oct 22 02:09:28.868 INFO kablam! 2494 | rt_realloc!(rt_even_100bytes_8align_realloc, 100, 8); Oct 22 02:09:28.869 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.869 INFO kablam! | Oct 22 02:09:28.869 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.869 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.869 INFO kablam! | Oct 22 02:09:28.869 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.869 INFO kablam! | Oct 22 02:09:28.869 INFO kablam! Oct 22 02:09:28.869 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.869 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.869 INFO kablam! | Oct 22 02:09:28.869 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.869 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.869 INFO kablam! ... Oct 22 02:09:28.869 INFO kablam! 2494 | rt_realloc!(rt_even_100bytes_8align_realloc, 100, 8); Oct 22 02:09:28.869 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.869 INFO kablam! | Oct 22 02:09:28.869 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.869 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.869 INFO kablam! | Oct 22 02:09:28.869 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.869 INFO kablam! | Oct 22 02:09:28.870 INFO kablam! Oct 22 02:09:28.870 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.870 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.870 INFO kablam! | Oct 22 02:09:28.870 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.870 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.870 INFO kablam! ... Oct 22 02:09:28.870 INFO kablam! 2494 | rt_realloc!(rt_even_100bytes_8align_realloc, 100, 8); Oct 22 02:09:28.870 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.870 INFO kablam! | Oct 22 02:09:28.870 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.870 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.870 INFO kablam! | Oct 22 02:09:28.870 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.870 INFO kablam! | Oct 22 02:09:28.870 INFO kablam! Oct 22 02:09:28.871 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.871 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.871 INFO kablam! | Oct 22 02:09:28.871 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.871 INFO kablam! | ^^^^^ Oct 22 02:09:28.871 INFO kablam! ... Oct 22 02:09:28.871 INFO kablam! 2507 | rt_realloc!(rt_even_1000bytes_8align_realloc, 1000, 8); Oct 22 02:09:28.871 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.871 INFO kablam! | Oct 22 02:09:28.871 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.871 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.871 INFO kablam! | Oct 22 02:09:28.871 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.871 INFO kablam! | Oct 22 02:09:28.871 INFO kablam! Oct 22 02:09:28.871 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.871 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.872 INFO kablam! | Oct 22 02:09:28.872 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.872 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.872 INFO kablam! ... Oct 22 02:09:28.872 INFO kablam! 2507 | rt_realloc!(rt_even_1000bytes_8align_realloc, 1000, 8); Oct 22 02:09:28.872 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.872 INFO kablam! | Oct 22 02:09:28.872 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.872 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.872 INFO kablam! | Oct 22 02:09:28.872 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.872 INFO kablam! | Oct 22 02:09:28.872 INFO kablam! Oct 22 02:09:28.872 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.872 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.872 INFO kablam! | Oct 22 02:09:28.872 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.872 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.872 INFO kablam! ... Oct 22 02:09:28.872 INFO kablam! 2507 | rt_realloc!(rt_even_1000bytes_8align_realloc, 1000, 8); Oct 22 02:09:28.872 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.872 INFO kablam! | Oct 22 02:09:28.873 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.873 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.873 INFO kablam! | Oct 22 02:09:28.873 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.873 INFO kablam! | Oct 22 02:09:28.873 INFO kablam! Oct 22 02:09:28.884 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.884 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.884 INFO kablam! | Oct 22 02:09:28.884 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.884 INFO kablam! | ^^^^^ Oct 22 02:09:28.884 INFO kablam! ... Oct 22 02:09:28.884 INFO kablam! 2520 | rt_realloc!(rt_even_10000bytes_8align_realloc, 10000, 8); Oct 22 02:09:28.884 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.885 INFO kablam! | Oct 22 02:09:28.885 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.885 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.885 INFO kablam! | Oct 22 02:09:28.885 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.885 INFO kablam! | Oct 22 02:09:28.885 INFO kablam! Oct 22 02:09:28.885 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.885 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.885 INFO kablam! | Oct 22 02:09:28.885 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.885 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.885 INFO kablam! ... Oct 22 02:09:28.885 INFO kablam! 2520 | rt_realloc!(rt_even_10000bytes_8align_realloc, 10000, 8); Oct 22 02:09:28.885 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.885 INFO kablam! | Oct 22 02:09:28.885 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.885 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.885 INFO kablam! | Oct 22 02:09:28.885 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.885 INFO kablam! | Oct 22 02:09:28.886 INFO kablam! Oct 22 02:09:28.886 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.886 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.886 INFO kablam! | Oct 22 02:09:28.886 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.886 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.886 INFO kablam! ... Oct 22 02:09:28.886 INFO kablam! 2520 | rt_realloc!(rt_even_10000bytes_8align_realloc, 10000, 8); Oct 22 02:09:28.886 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.886 INFO kablam! | Oct 22 02:09:28.886 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.886 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.886 INFO kablam! | Oct 22 02:09:28.886 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.886 INFO kablam! | Oct 22 02:09:28.886 INFO kablam! Oct 22 02:09:28.886 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.886 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.886 INFO kablam! | Oct 22 02:09:28.886 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.886 INFO kablam! | ^^^^^ Oct 22 02:09:28.886 INFO kablam! ... Oct 22 02:09:28.886 INFO kablam! 2533 | rt_realloc!(rt_even_100000bytes_8align_realloc, 100000, 8); Oct 22 02:09:28.886 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:28.887 INFO kablam! | Oct 22 02:09:28.887 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.887 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.887 INFO kablam! | Oct 22 02:09:28.887 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.887 INFO kablam! | Oct 22 02:09:28.887 INFO kablam! Oct 22 02:09:28.887 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.887 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.887 INFO kablam! | Oct 22 02:09:28.887 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.887 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.887 INFO kablam! ... Oct 22 02:09:28.887 INFO kablam! 2533 | rt_realloc!(rt_even_100000bytes_8align_realloc, 100000, 8); Oct 22 02:09:28.887 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:28.887 INFO kablam! | Oct 22 02:09:28.887 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.887 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.887 INFO kablam! | Oct 22 02:09:28.887 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.887 INFO kablam! | Oct 22 02:09:28.887 INFO kablam! Oct 22 02:09:28.896 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.896 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.896 INFO kablam! | Oct 22 02:09:28.896 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.896 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.896 INFO kablam! ... Oct 22 02:09:28.896 INFO kablam! 2533 | rt_realloc!(rt_even_100000bytes_8align_realloc, 100000, 8); Oct 22 02:09:28.897 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:28.897 INFO kablam! | Oct 22 02:09:28.897 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.897 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.897 INFO kablam! | Oct 22 02:09:28.897 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.897 INFO kablam! | Oct 22 02:09:28.897 INFO kablam! Oct 22 02:09:28.897 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.897 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.897 INFO kablam! | Oct 22 02:09:28.897 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.897 INFO kablam! | ^^^^^ Oct 22 02:09:28.897 INFO kablam! ... Oct 22 02:09:28.897 INFO kablam! 2546 | rt_realloc!(rt_even_1000000bytes_8align_realloc, 1000000, 8); Oct 22 02:09:28.897 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.897 INFO kablam! | Oct 22 02:09:28.897 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.897 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.897 INFO kablam! | Oct 22 02:09:28.897 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.897 INFO kablam! | Oct 22 02:09:28.897 INFO kablam! Oct 22 02:09:28.897 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.898 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.898 INFO kablam! | Oct 22 02:09:28.898 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.898 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.898 INFO kablam! ... Oct 22 02:09:28.898 INFO kablam! 2546 | rt_realloc!(rt_even_1000000bytes_8align_realloc, 1000000, 8); Oct 22 02:09:28.898 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.898 INFO kablam! | Oct 22 02:09:28.898 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.898 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.898 INFO kablam! | Oct 22 02:09:28.898 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.898 INFO kablam! | Oct 22 02:09:28.898 INFO kablam! Oct 22 02:09:28.898 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.898 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.898 INFO kablam! | Oct 22 02:09:28.898 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.898 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.898 INFO kablam! ... Oct 22 02:09:28.898 INFO kablam! 2546 | rt_realloc!(rt_even_1000000bytes_8align_realloc, 1000000, 8); Oct 22 02:09:28.898 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.898 INFO kablam! | Oct 22 02:09:28.899 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.899 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.899 INFO kablam! | Oct 22 02:09:28.899 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.899 INFO kablam! | Oct 22 02:09:28.899 INFO kablam! Oct 22 02:09:28.899 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.899 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.899 INFO kablam! | Oct 22 02:09:28.899 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.899 INFO kablam! | ^^^^^ Oct 22 02:09:28.899 INFO kablam! ... Oct 22 02:09:28.899 INFO kablam! 2560 | rt_realloc!(rt_odd_10bytes_8align_realloc, 10- 1, 8); Oct 22 02:09:28.899 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.899 INFO kablam! | Oct 22 02:09:28.899 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.899 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.899 INFO kablam! | Oct 22 02:09:28.899 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.899 INFO kablam! | Oct 22 02:09:28.899 INFO kablam! Oct 22 02:09:28.900 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.900 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.900 INFO kablam! | Oct 22 02:09:28.900 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.900 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.900 INFO kablam! ... Oct 22 02:09:28.900 INFO kablam! 2560 | rt_realloc!(rt_odd_10bytes_8align_realloc, 10- 1, 8); Oct 22 02:09:28.900 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.900 INFO kablam! | Oct 22 02:09:28.900 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.900 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.900 INFO kablam! | Oct 22 02:09:28.900 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.900 INFO kablam! | Oct 22 02:09:28.900 INFO kablam! Oct 22 02:09:28.900 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.900 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.900 INFO kablam! | Oct 22 02:09:28.900 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.900 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.900 INFO kablam! ... Oct 22 02:09:28.901 INFO kablam! 2560 | rt_realloc!(rt_odd_10bytes_8align_realloc, 10- 1, 8); Oct 22 02:09:28.901 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.901 INFO kablam! | Oct 22 02:09:28.901 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.901 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.901 INFO kablam! | Oct 22 02:09:28.901 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.901 INFO kablam! | Oct 22 02:09:28.901 INFO kablam! Oct 22 02:09:28.901 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.901 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.901 INFO kablam! | Oct 22 02:09:28.901 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.901 INFO kablam! | ^^^^^ Oct 22 02:09:28.901 INFO kablam! ... Oct 22 02:09:28.901 INFO kablam! 2573 | rt_realloc!(rt_odd_100bytes_8align_realloc, 100- 1, 8); Oct 22 02:09:28.901 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.901 INFO kablam! | Oct 22 02:09:28.901 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.901 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.901 INFO kablam! | Oct 22 02:09:28.901 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.902 INFO kablam! | Oct 22 02:09:28.902 INFO kablam! Oct 22 02:09:28.902 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.902 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.902 INFO kablam! | Oct 22 02:09:28.902 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.902 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.902 INFO kablam! ... Oct 22 02:09:28.902 INFO kablam! 2573 | rt_realloc!(rt_odd_100bytes_8align_realloc, 100- 1, 8); Oct 22 02:09:28.902 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.902 INFO kablam! | Oct 22 02:09:28.902 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.902 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.902 INFO kablam! | Oct 22 02:09:28.902 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.902 INFO kablam! | Oct 22 02:09:28.902 INFO kablam! Oct 22 02:09:28.902 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.902 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.902 INFO kablam! | Oct 22 02:09:28.902 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.902 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.903 INFO kablam! ... Oct 22 02:09:28.903 INFO kablam! 2573 | rt_realloc!(rt_odd_100bytes_8align_realloc, 100- 1, 8); Oct 22 02:09:28.903 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.903 INFO kablam! | Oct 22 02:09:28.903 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.903 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.903 INFO kablam! | Oct 22 02:09:28.903 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.903 INFO kablam! | Oct 22 02:09:28.903 INFO kablam! Oct 22 02:09:28.912 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.912 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.912 INFO kablam! | Oct 22 02:09:28.912 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.912 INFO kablam! | ^^^^^ Oct 22 02:09:28.912 INFO kablam! ... Oct 22 02:09:28.912 INFO kablam! 2586 | rt_realloc!(rt_odd_1000bytes_8align_realloc, 1000- 1, 8); Oct 22 02:09:28.912 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.913 INFO kablam! | Oct 22 02:09:28.913 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.913 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.913 INFO kablam! | Oct 22 02:09:28.913 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.913 INFO kablam! | Oct 22 02:09:28.913 INFO kablam! Oct 22 02:09:28.913 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.913 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.913 INFO kablam! | Oct 22 02:09:28.913 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.913 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.913 INFO kablam! ... Oct 22 02:09:28.913 INFO kablam! 2586 | rt_realloc!(rt_odd_1000bytes_8align_realloc, 1000- 1, 8); Oct 22 02:09:28.913 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.913 INFO kablam! | Oct 22 02:09:28.913 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.913 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.913 INFO kablam! | Oct 22 02:09:28.914 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.914 INFO kablam! | Oct 22 02:09:28.914 INFO kablam! Oct 22 02:09:28.914 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.914 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.914 INFO kablam! | Oct 22 02:09:28.914 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.914 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.914 INFO kablam! ... Oct 22 02:09:28.914 INFO kablam! 2586 | rt_realloc!(rt_odd_1000bytes_8align_realloc, 1000- 1, 8); Oct 22 02:09:28.914 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.914 INFO kablam! | Oct 22 02:09:28.914 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.914 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.914 INFO kablam! | Oct 22 02:09:28.914 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.914 INFO kablam! | Oct 22 02:09:28.914 INFO kablam! Oct 22 02:09:28.914 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.914 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.914 INFO kablam! | Oct 22 02:09:28.914 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.915 INFO kablam! | ^^^^^ Oct 22 02:09:28.915 INFO kablam! ... Oct 22 02:09:28.915 INFO kablam! 2599 | rt_realloc!(rt_odd_10000bytes_8align_realloc, 10000- 1, 8); Oct 22 02:09:28.915 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:28.915 INFO kablam! | Oct 22 02:09:28.915 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.915 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.915 INFO kablam! | Oct 22 02:09:28.915 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.915 INFO kablam! | Oct 22 02:09:28.915 INFO kablam! Oct 22 02:09:28.915 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.915 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.915 INFO kablam! | Oct 22 02:09:28.915 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.915 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.915 INFO kablam! ... Oct 22 02:09:28.915 INFO kablam! 2599 | rt_realloc!(rt_odd_10000bytes_8align_realloc, 10000- 1, 8); Oct 22 02:09:28.915 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:28.915 INFO kablam! | Oct 22 02:09:28.915 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.916 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.916 INFO kablam! | Oct 22 02:09:28.916 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.916 INFO kablam! | Oct 22 02:09:28.916 INFO kablam! Oct 22 02:09:28.916 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.916 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.916 INFO kablam! | Oct 22 02:09:28.916 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.916 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.916 INFO kablam! ... Oct 22 02:09:28.916 INFO kablam! 2599 | rt_realloc!(rt_odd_10000bytes_8align_realloc, 10000- 1, 8); Oct 22 02:09:28.916 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:28.916 INFO kablam! | Oct 22 02:09:28.916 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.916 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.916 INFO kablam! | Oct 22 02:09:28.916 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.916 INFO kablam! | Oct 22 02:09:28.916 INFO kablam! Oct 22 02:09:28.916 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.916 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.917 INFO kablam! | Oct 22 02:09:28.917 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.917 INFO kablam! | ^^^^^ Oct 22 02:09:28.917 INFO kablam! ... Oct 22 02:09:28.917 INFO kablam! 2612 | rt_realloc!(rt_odd_100000bytes_8align_realloc, 100000- 1, 8); Oct 22 02:09:28.917 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.917 INFO kablam! | Oct 22 02:09:28.917 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.917 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.917 INFO kablam! | Oct 22 02:09:28.917 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.917 INFO kablam! | Oct 22 02:09:28.917 INFO kablam! Oct 22 02:09:28.925 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.925 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.925 INFO kablam! | Oct 22 02:09:28.925 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.925 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.925 INFO kablam! ... Oct 22 02:09:28.925 INFO kablam! 2612 | rt_realloc!(rt_odd_100000bytes_8align_realloc, 100000- 1, 8); Oct 22 02:09:28.926 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.926 INFO kablam! | Oct 22 02:09:28.926 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.926 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.926 INFO kablam! | Oct 22 02:09:28.926 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.926 INFO kablam! | Oct 22 02:09:28.926 INFO kablam! Oct 22 02:09:28.926 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.926 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.926 INFO kablam! | Oct 22 02:09:28.926 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.926 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.926 INFO kablam! ... Oct 22 02:09:28.926 INFO kablam! 2612 | rt_realloc!(rt_odd_100000bytes_8align_realloc, 100000- 1, 8); Oct 22 02:09:28.926 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.926 INFO kablam! | Oct 22 02:09:28.926 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.926 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.926 INFO kablam! | Oct 22 02:09:28.926 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.927 INFO kablam! | Oct 22 02:09:28.927 INFO kablam! Oct 22 02:09:28.927 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.927 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.927 INFO kablam! | Oct 22 02:09:28.927 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.927 INFO kablam! | ^^^^^ Oct 22 02:09:28.927 INFO kablam! ... Oct 22 02:09:28.927 INFO kablam! 2625 | rt_realloc!(rt_odd_1000000bytes_8align_realloc, 1000000- 1, 8); Oct 22 02:09:28.927 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.927 INFO kablam! | Oct 22 02:09:28.927 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.927 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.927 INFO kablam! | Oct 22 02:09:28.927 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.927 INFO kablam! | Oct 22 02:09:28.927 INFO kablam! Oct 22 02:09:28.927 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.927 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.927 INFO kablam! | Oct 22 02:09:28.927 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.927 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.928 INFO kablam! ... Oct 22 02:09:28.928 INFO kablam! 2625 | rt_realloc!(rt_odd_1000000bytes_8align_realloc, 1000000- 1, 8); Oct 22 02:09:28.928 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.928 INFO kablam! | Oct 22 02:09:28.928 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.928 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.928 INFO kablam! | Oct 22 02:09:28.928 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.928 INFO kablam! | Oct 22 02:09:28.928 INFO kablam! Oct 22 02:09:28.928 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.928 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.928 INFO kablam! | Oct 22 02:09:28.928 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.928 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.928 INFO kablam! ... Oct 22 02:09:28.928 INFO kablam! 2625 | rt_realloc!(rt_odd_1000000bytes_8align_realloc, 1000000- 1, 8); Oct 22 02:09:28.928 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:28.928 INFO kablam! | Oct 22 02:09:28.928 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.928 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.929 INFO kablam! | Oct 22 02:09:28.929 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.929 INFO kablam! | Oct 22 02:09:28.929 INFO kablam! Oct 22 02:09:28.929 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.929 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.929 INFO kablam! | Oct 22 02:09:28.929 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.929 INFO kablam! | ^^^^^ Oct 22 02:09:28.929 INFO kablam! ... Oct 22 02:09:28.929 INFO kablam! 2639 | rt_realloc!(rt_primes_3bytes_8align_realloc, 3, 8); Oct 22 02:09:28.929 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.929 INFO kablam! | Oct 22 02:09:28.929 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.929 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.929 INFO kablam! | Oct 22 02:09:28.929 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.929 INFO kablam! | Oct 22 02:09:28.929 INFO kablam! Oct 22 02:09:28.929 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.929 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.929 INFO kablam! | Oct 22 02:09:28.930 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.930 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.930 INFO kablam! ... Oct 22 02:09:28.930 INFO kablam! 2639 | rt_realloc!(rt_primes_3bytes_8align_realloc, 3, 8); Oct 22 02:09:28.930 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.930 INFO kablam! | Oct 22 02:09:28.930 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.930 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.930 INFO kablam! | Oct 22 02:09:28.930 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.930 INFO kablam! | Oct 22 02:09:28.930 INFO kablam! Oct 22 02:09:28.930 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.930 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.930 INFO kablam! | Oct 22 02:09:28.930 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.930 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.930 INFO kablam! ... Oct 22 02:09:28.930 INFO kablam! 2639 | rt_realloc!(rt_primes_3bytes_8align_realloc, 3, 8); Oct 22 02:09:28.930 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.930 INFO kablam! | Oct 22 02:09:28.930 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.931 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.931 INFO kablam! | Oct 22 02:09:28.931 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.931 INFO kablam! | Oct 22 02:09:28.931 INFO kablam! Oct 22 02:09:28.931 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.931 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.931 INFO kablam! | Oct 22 02:09:28.931 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.931 INFO kablam! | ^^^^^ Oct 22 02:09:28.931 INFO kablam! ... Oct 22 02:09:28.931 INFO kablam! 2652 | rt_realloc!(rt_primes_7bytes_8align_realloc, 7, 8); Oct 22 02:09:28.931 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.931 INFO kablam! | Oct 22 02:09:28.931 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.931 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.931 INFO kablam! | Oct 22 02:09:28.931 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.931 INFO kablam! | Oct 22 02:09:28.931 INFO kablam! Oct 22 02:09:28.931 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.931 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.932 INFO kablam! | Oct 22 02:09:28.932 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.932 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.932 INFO kablam! ... Oct 22 02:09:28.932 INFO kablam! 2652 | rt_realloc!(rt_primes_7bytes_8align_realloc, 7, 8); Oct 22 02:09:28.932 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.932 INFO kablam! | Oct 22 02:09:28.932 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.932 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.932 INFO kablam! | Oct 22 02:09:28.932 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.932 INFO kablam! | Oct 22 02:09:28.932 INFO kablam! Oct 22 02:09:28.932 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.932 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.932 INFO kablam! | Oct 22 02:09:28.932 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.932 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.932 INFO kablam! ... Oct 22 02:09:28.932 INFO kablam! 2652 | rt_realloc!(rt_primes_7bytes_8align_realloc, 7, 8); Oct 22 02:09:28.932 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:28.933 INFO kablam! | Oct 22 02:09:28.933 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.933 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.933 INFO kablam! | Oct 22 02:09:28.933 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.933 INFO kablam! | Oct 22 02:09:28.933 INFO kablam! Oct 22 02:09:28.933 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.933 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.933 INFO kablam! | Oct 22 02:09:28.933 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.933 INFO kablam! | ^^^^^ Oct 22 02:09:28.933 INFO kablam! ... Oct 22 02:09:28.933 INFO kablam! 2665 | rt_realloc!(rt_primes_13bytes_8align_realloc, 13, 8); Oct 22 02:09:28.933 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.933 INFO kablam! | Oct 22 02:09:28.933 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.933 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.933 INFO kablam! | Oct 22 02:09:28.933 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.933 INFO kablam! | Oct 22 02:09:28.933 INFO kablam! Oct 22 02:09:28.948 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.948 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.948 INFO kablam! | Oct 22 02:09:28.948 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.948 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.948 INFO kablam! ... Oct 22 02:09:28.948 INFO kablam! 2665 | rt_realloc!(rt_primes_13bytes_8align_realloc, 13, 8); Oct 22 02:09:28.948 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.949 INFO kablam! | Oct 22 02:09:28.949 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.949 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.949 INFO kablam! | Oct 22 02:09:28.949 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.949 INFO kablam! | Oct 22 02:09:28.949 INFO kablam! Oct 22 02:09:28.949 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.949 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.949 INFO kablam! | Oct 22 02:09:28.949 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.949 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.949 INFO kablam! ... Oct 22 02:09:28.949 INFO kablam! 2665 | rt_realloc!(rt_primes_13bytes_8align_realloc, 13, 8); Oct 22 02:09:28.949 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.949 INFO kablam! | Oct 22 02:09:28.949 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.949 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.949 INFO kablam! | Oct 22 02:09:28.949 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.949 INFO kablam! | Oct 22 02:09:28.950 INFO kablam! Oct 22 02:09:28.950 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.950 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.950 INFO kablam! | Oct 22 02:09:28.950 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.950 INFO kablam! | ^^^^^ Oct 22 02:09:28.950 INFO kablam! ... Oct 22 02:09:28.950 INFO kablam! 2678 | rt_realloc!(rt_primes_17bytes_8align_realloc, 17, 8); Oct 22 02:09:28.950 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.950 INFO kablam! | Oct 22 02:09:28.950 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.950 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.950 INFO kablam! | Oct 22 02:09:28.950 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.950 INFO kablam! | Oct 22 02:09:28.950 INFO kablam! Oct 22 02:09:28.950 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.950 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.950 INFO kablam! | Oct 22 02:09:28.950 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.950 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.950 INFO kablam! ... Oct 22 02:09:28.951 INFO kablam! 2678 | rt_realloc!(rt_primes_17bytes_8align_realloc, 17, 8); Oct 22 02:09:28.951 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.951 INFO kablam! | Oct 22 02:09:28.951 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.951 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.951 INFO kablam! | Oct 22 02:09:28.951 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.951 INFO kablam! | Oct 22 02:09:28.951 INFO kablam! Oct 22 02:09:28.951 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.951 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.951 INFO kablam! | Oct 22 02:09:28.951 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.951 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.951 INFO kablam! ... Oct 22 02:09:28.951 INFO kablam! 2678 | rt_realloc!(rt_primes_17bytes_8align_realloc, 17, 8); Oct 22 02:09:28.951 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.951 INFO kablam! | Oct 22 02:09:28.951 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.951 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.951 INFO kablam! | Oct 22 02:09:28.951 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.952 INFO kablam! | Oct 22 02:09:28.952 INFO kablam! Oct 22 02:09:28.952 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.952 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.952 INFO kablam! | Oct 22 02:09:28.952 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.952 INFO kablam! | ^^^^^ Oct 22 02:09:28.952 INFO kablam! ... Oct 22 02:09:28.952 INFO kablam! 2691 | rt_realloc!(rt_primes_31bytes_8align_realloc, 31, 8); Oct 22 02:09:28.952 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.952 INFO kablam! | Oct 22 02:09:28.952 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.952 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.952 INFO kablam! | Oct 22 02:09:28.952 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.952 INFO kablam! | Oct 22 02:09:28.952 INFO kablam! Oct 22 02:09:28.952 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.952 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.953 INFO kablam! | Oct 22 02:09:28.953 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.953 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.953 INFO kablam! ... Oct 22 02:09:28.953 INFO kablam! 2691 | rt_realloc!(rt_primes_31bytes_8align_realloc, 31, 8); Oct 22 02:09:28.953 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.953 INFO kablam! | Oct 22 02:09:28.953 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.953 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.953 INFO kablam! | Oct 22 02:09:28.953 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.953 INFO kablam! | Oct 22 02:09:28.953 INFO kablam! Oct 22 02:09:28.953 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.953 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.953 INFO kablam! | Oct 22 02:09:28.953 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.953 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.953 INFO kablam! ... Oct 22 02:09:28.953 INFO kablam! 2691 | rt_realloc!(rt_primes_31bytes_8align_realloc, 31, 8); Oct 22 02:09:28.953 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.953 INFO kablam! | Oct 22 02:09:28.954 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.954 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.954 INFO kablam! | Oct 22 02:09:28.954 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.954 INFO kablam! | Oct 22 02:09:28.954 INFO kablam! Oct 22 02:09:28.954 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.954 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.954 INFO kablam! | Oct 22 02:09:28.954 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.954 INFO kablam! | ^^^^^ Oct 22 02:09:28.954 INFO kablam! ... Oct 22 02:09:28.954 INFO kablam! 2704 | rt_realloc!(rt_primes_61bytes_8align_realloc, 61, 8); Oct 22 02:09:28.954 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.954 INFO kablam! | Oct 22 02:09:28.954 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.954 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.954 INFO kablam! | Oct 22 02:09:28.954 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.954 INFO kablam! | Oct 22 02:09:28.954 INFO kablam! Oct 22 02:09:28.955 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.955 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.955 INFO kablam! | Oct 22 02:09:28.955 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.955 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.955 INFO kablam! ... Oct 22 02:09:28.955 INFO kablam! 2704 | rt_realloc!(rt_primes_61bytes_8align_realloc, 61, 8); Oct 22 02:09:28.955 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.955 INFO kablam! | Oct 22 02:09:28.955 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.955 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.955 INFO kablam! | Oct 22 02:09:28.955 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.955 INFO kablam! | Oct 22 02:09:28.955 INFO kablam! Oct 22 02:09:28.955 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.955 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.955 INFO kablam! | Oct 22 02:09:28.955 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.955 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.955 INFO kablam! ... Oct 22 02:09:28.955 INFO kablam! 2704 | rt_realloc!(rt_primes_61bytes_8align_realloc, 61, 8); Oct 22 02:09:28.956 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.956 INFO kablam! | Oct 22 02:09:28.956 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.956 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.956 INFO kablam! | Oct 22 02:09:28.956 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.956 INFO kablam! | Oct 22 02:09:28.956 INFO kablam! Oct 22 02:09:28.956 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.956 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.956 INFO kablam! | Oct 22 02:09:28.956 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.956 INFO kablam! | ^^^^^ Oct 22 02:09:28.956 INFO kablam! ... Oct 22 02:09:28.956 INFO kablam! 2717 | rt_realloc!(rt_primes_96bytes_8align_realloc, 96, 8); Oct 22 02:09:28.956 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.956 INFO kablam! | Oct 22 02:09:28.956 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.956 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.956 INFO kablam! | Oct 22 02:09:28.956 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.956 INFO kablam! | Oct 22 02:09:28.956 INFO kablam! Oct 22 02:09:28.957 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.957 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.957 INFO kablam! | Oct 22 02:09:28.957 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.957 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.957 INFO kablam! ... Oct 22 02:09:28.957 INFO kablam! 2717 | rt_realloc!(rt_primes_96bytes_8align_realloc, 96, 8); Oct 22 02:09:28.957 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.957 INFO kablam! | Oct 22 02:09:28.957 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.957 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.957 INFO kablam! | Oct 22 02:09:28.957 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.957 INFO kablam! | Oct 22 02:09:28.957 INFO kablam! Oct 22 02:09:28.957 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.957 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.957 INFO kablam! | Oct 22 02:09:28.957 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.957 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.957 INFO kablam! ... Oct 22 02:09:28.957 INFO kablam! 2717 | rt_realloc!(rt_primes_96bytes_8align_realloc, 96, 8); Oct 22 02:09:28.958 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:28.958 INFO kablam! | Oct 22 02:09:28.958 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.958 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.958 INFO kablam! | Oct 22 02:09:28.958 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.958 INFO kablam! | Oct 22 02:09:28.958 INFO kablam! Oct 22 02:09:28.958 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.958 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.958 INFO kablam! | Oct 22 02:09:28.958 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.958 INFO kablam! | ^^^^^ Oct 22 02:09:28.958 INFO kablam! ... Oct 22 02:09:28.958 INFO kablam! 2730 | rt_realloc!(rt_primes_127bytes_8align_realloc, 127, 8); Oct 22 02:09:28.958 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.958 INFO kablam! | Oct 22 02:09:28.958 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.958 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.958 INFO kablam! | Oct 22 02:09:28.958 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.958 INFO kablam! | Oct 22 02:09:28.958 INFO kablam! Oct 22 02:09:28.958 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.958 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.959 INFO kablam! | Oct 22 02:09:28.959 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.959 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.959 INFO kablam! ... Oct 22 02:09:28.959 INFO kablam! 2730 | rt_realloc!(rt_primes_127bytes_8align_realloc, 127, 8); Oct 22 02:09:28.959 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.959 INFO kablam! | Oct 22 02:09:28.959 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.959 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.959 INFO kablam! | Oct 22 02:09:28.959 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.959 INFO kablam! | Oct 22 02:09:28.959 INFO kablam! Oct 22 02:09:28.959 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.959 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.959 INFO kablam! | Oct 22 02:09:28.959 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.959 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.959 INFO kablam! ... Oct 22 02:09:28.959 INFO kablam! 2730 | rt_realloc!(rt_primes_127bytes_8align_realloc, 127, 8); Oct 22 02:09:28.959 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.959 INFO kablam! | Oct 22 02:09:28.959 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.959 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.960 INFO kablam! | Oct 22 02:09:28.960 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.960 INFO kablam! | Oct 22 02:09:28.960 INFO kablam! Oct 22 02:09:28.972 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.972 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.972 INFO kablam! | Oct 22 02:09:28.972 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.972 INFO kablam! | ^^^^^ Oct 22 02:09:28.972 INFO kablam! ... Oct 22 02:09:28.972 INFO kablam! 2743 | rt_realloc!(rt_primes_257bytes_8align_realloc, 257, 8); Oct 22 02:09:28.972 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.973 INFO kablam! | Oct 22 02:09:28.973 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.973 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.973 INFO kablam! | Oct 22 02:09:28.973 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.973 INFO kablam! | Oct 22 02:09:28.973 INFO kablam! Oct 22 02:09:28.973 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.973 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.973 INFO kablam! | Oct 22 02:09:28.973 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.973 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.973 INFO kablam! ... Oct 22 02:09:28.973 INFO kablam! 2743 | rt_realloc!(rt_primes_257bytes_8align_realloc, 257, 8); Oct 22 02:09:28.973 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.973 INFO kablam! | Oct 22 02:09:28.973 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.973 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.973 INFO kablam! | Oct 22 02:09:28.973 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.973 INFO kablam! | Oct 22 02:09:28.973 INFO kablam! Oct 22 02:09:28.974 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.974 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.974 INFO kablam! | Oct 22 02:09:28.974 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.974 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.974 INFO kablam! ... Oct 22 02:09:28.974 INFO kablam! 2743 | rt_realloc!(rt_primes_257bytes_8align_realloc, 257, 8); Oct 22 02:09:28.974 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.974 INFO kablam! | Oct 22 02:09:28.974 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.974 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.974 INFO kablam! | Oct 22 02:09:28.974 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.974 INFO kablam! | Oct 22 02:09:28.974 INFO kablam! Oct 22 02:09:28.974 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.974 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.974 INFO kablam! | Oct 22 02:09:28.974 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.974 INFO kablam! | ^^^^^ Oct 22 02:09:28.974 INFO kablam! ... Oct 22 02:09:28.975 INFO kablam! 2756 | rt_realloc!(rt_primes_509bytes_8align_realloc, 509, 8); Oct 22 02:09:28.975 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.975 INFO kablam! | Oct 22 02:09:28.975 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.975 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.975 INFO kablam! | Oct 22 02:09:28.975 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.975 INFO kablam! | Oct 22 02:09:28.975 INFO kablam! Oct 22 02:09:28.975 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.975 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.975 INFO kablam! | Oct 22 02:09:28.975 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.975 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.975 INFO kablam! ... Oct 22 02:09:28.975 INFO kablam! 2756 | rt_realloc!(rt_primes_509bytes_8align_realloc, 509, 8); Oct 22 02:09:28.975 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.975 INFO kablam! | Oct 22 02:09:28.975 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.975 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.975 INFO kablam! | Oct 22 02:09:28.975 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.976 INFO kablam! | Oct 22 02:09:28.976 INFO kablam! Oct 22 02:09:28.976 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.976 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.976 INFO kablam! | Oct 22 02:09:28.976 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.976 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.976 INFO kablam! ... Oct 22 02:09:28.976 INFO kablam! 2756 | rt_realloc!(rt_primes_509bytes_8align_realloc, 509, 8); Oct 22 02:09:28.976 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:28.976 INFO kablam! | Oct 22 02:09:28.976 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.976 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.976 INFO kablam! | Oct 22 02:09:28.976 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.976 INFO kablam! | Oct 22 02:09:28.976 INFO kablam! Oct 22 02:09:28.976 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.976 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.976 INFO kablam! | Oct 22 02:09:28.977 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.977 INFO kablam! | ^^^^^ Oct 22 02:09:28.977 INFO kablam! ... Oct 22 02:09:28.977 INFO kablam! 2769 | rt_realloc!(rt_primes_1021bytes_8align_realloc, 1021, 8); Oct 22 02:09:28.977 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.977 INFO kablam! | Oct 22 02:09:28.977 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.977 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.977 INFO kablam! | Oct 22 02:09:28.977 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.977 INFO kablam! | Oct 22 02:09:28.977 INFO kablam! Oct 22 02:09:28.977 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.977 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.977 INFO kablam! | Oct 22 02:09:28.977 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.977 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.977 INFO kablam! ... Oct 22 02:09:28.977 INFO kablam! 2769 | rt_realloc!(rt_primes_1021bytes_8align_realloc, 1021, 8); Oct 22 02:09:28.977 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.977 INFO kablam! | Oct 22 02:09:28.977 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.978 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.978 INFO kablam! | Oct 22 02:09:28.978 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.978 INFO kablam! | Oct 22 02:09:28.978 INFO kablam! Oct 22 02:09:28.978 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.978 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.978 INFO kablam! | Oct 22 02:09:28.978 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.978 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.978 INFO kablam! ... Oct 22 02:09:28.978 INFO kablam! 2769 | rt_realloc!(rt_primes_1021bytes_8align_realloc, 1021, 8); Oct 22 02:09:28.978 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.978 INFO kablam! | Oct 22 02:09:28.978 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.978 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.978 INFO kablam! | Oct 22 02:09:28.978 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.978 INFO kablam! | Oct 22 02:09:28.978 INFO kablam! Oct 22 02:09:28.978 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.978 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.979 INFO kablam! | Oct 22 02:09:28.979 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.979 INFO kablam! | ^^^^^ Oct 22 02:09:28.979 INFO kablam! ... Oct 22 02:09:28.979 INFO kablam! 2782 | rt_realloc!(rt_primes_2039bytes_8align_realloc, 2039, 8); Oct 22 02:09:28.979 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.979 INFO kablam! | Oct 22 02:09:28.979 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.979 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.979 INFO kablam! | Oct 22 02:09:28.979 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.979 INFO kablam! | Oct 22 02:09:28.979 INFO kablam! Oct 22 02:09:28.979 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.979 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.979 INFO kablam! | Oct 22 02:09:28.979 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.979 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.979 INFO kablam! ... Oct 22 02:09:28.979 INFO kablam! 2782 | rt_realloc!(rt_primes_2039bytes_8align_realloc, 2039, 8); Oct 22 02:09:28.979 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.979 INFO kablam! | Oct 22 02:09:28.980 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.980 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.980 INFO kablam! | Oct 22 02:09:28.980 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.980 INFO kablam! | Oct 22 02:09:28.980 INFO kablam! Oct 22 02:09:28.988 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.988 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.988 INFO kablam! | Oct 22 02:09:28.988 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.988 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.988 INFO kablam! ... Oct 22 02:09:28.988 INFO kablam! 2782 | rt_realloc!(rt_primes_2039bytes_8align_realloc, 2039, 8); Oct 22 02:09:28.988 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.988 INFO kablam! | Oct 22 02:09:28.988 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.989 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.989 INFO kablam! | Oct 22 02:09:28.989 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.989 INFO kablam! | Oct 22 02:09:28.989 INFO kablam! Oct 22 02:09:28.989 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.989 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.989 INFO kablam! | Oct 22 02:09:28.989 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.989 INFO kablam! | ^^^^^ Oct 22 02:09:28.989 INFO kablam! ... Oct 22 02:09:28.989 INFO kablam! 2795 | rt_realloc!(rt_primes_4093bytes_8align_realloc, 4093, 8); Oct 22 02:09:28.989 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.989 INFO kablam! | Oct 22 02:09:28.989 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.989 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.989 INFO kablam! | Oct 22 02:09:28.989 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.989 INFO kablam! | Oct 22 02:09:28.989 INFO kablam! Oct 22 02:09:28.989 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.989 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.989 INFO kablam! | Oct 22 02:09:28.989 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.990 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.990 INFO kablam! ... Oct 22 02:09:28.990 INFO kablam! 2795 | rt_realloc!(rt_primes_4093bytes_8align_realloc, 4093, 8); Oct 22 02:09:28.990 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.990 INFO kablam! | Oct 22 02:09:28.990 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.990 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.990 INFO kablam! | Oct 22 02:09:28.990 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.990 INFO kablam! | Oct 22 02:09:28.990 INFO kablam! Oct 22 02:09:28.990 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.990 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.990 INFO kablam! | Oct 22 02:09:28.990 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.990 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.990 INFO kablam! ... Oct 22 02:09:28.990 INFO kablam! 2795 | rt_realloc!(rt_primes_4093bytes_8align_realloc, 4093, 8); Oct 22 02:09:28.990 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.990 INFO kablam! | Oct 22 02:09:28.990 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.990 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.990 INFO kablam! | Oct 22 02:09:28.990 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.991 INFO kablam! | Oct 22 02:09:28.991 INFO kablam! Oct 22 02:09:28.991 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.991 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.991 INFO kablam! | Oct 22 02:09:28.991 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.991 INFO kablam! | ^^^^^ Oct 22 02:09:28.991 INFO kablam! ... Oct 22 02:09:28.991 INFO kablam! 2808 | rt_realloc!(rt_primes_8191bytes_8align_realloc, 8191, 8); Oct 22 02:09:28.991 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.991 INFO kablam! | Oct 22 02:09:28.991 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.991 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.991 INFO kablam! | Oct 22 02:09:28.991 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.991 INFO kablam! | Oct 22 02:09:28.991 INFO kablam! Oct 22 02:09:28.991 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.991 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.991 INFO kablam! | Oct 22 02:09:28.991 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.991 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.991 INFO kablam! ... Oct 22 02:09:28.991 INFO kablam! 2808 | rt_realloc!(rt_primes_8191bytes_8align_realloc, 8191, 8); Oct 22 02:09:28.992 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.992 INFO kablam! | Oct 22 02:09:28.992 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.992 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.992 INFO kablam! | Oct 22 02:09:28.992 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.992 INFO kablam! | Oct 22 02:09:28.992 INFO kablam! Oct 22 02:09:28.992 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.992 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:28.992 INFO kablam! | Oct 22 02:09:28.992 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:28.992 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.992 INFO kablam! ... Oct 22 02:09:28.992 INFO kablam! 2808 | rt_realloc!(rt_primes_8191bytes_8align_realloc, 8191, 8); Oct 22 02:09:28.992 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:28.992 INFO kablam! | Oct 22 02:09:28.992 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.992 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.992 INFO kablam! | Oct 22 02:09:28.992 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.992 INFO kablam! | Oct 22 02:09:28.992 INFO kablam! Oct 22 02:09:28.993 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.993 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:28.993 INFO kablam! | Oct 22 02:09:28.993 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:28.993 INFO kablam! | ^^^^^ Oct 22 02:09:28.993 INFO kablam! ... Oct 22 02:09:28.993 INFO kablam! 2821 | rt_realloc!(rt_primes_16381bytes_8align_realloc, 16381, 8); Oct 22 02:09:28.993 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:28.993 INFO kablam! | Oct 22 02:09:28.993 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.993 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.993 INFO kablam! | Oct 22 02:09:28.993 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.993 INFO kablam! | Oct 22 02:09:28.993 INFO kablam! Oct 22 02:09:28.993 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:28.993 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:28.993 INFO kablam! | Oct 22 02:09:28.993 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:28.993 INFO kablam! | ^^^^^^^ Oct 22 02:09:28.993 INFO kablam! ... Oct 22 02:09:28.993 INFO kablam! 2821 | rt_realloc!(rt_primes_16381bytes_8align_realloc, 16381, 8); Oct 22 02:09:28.993 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:28.993 INFO kablam! | Oct 22 02:09:28.994 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:28.994 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:28.994 INFO kablam! | Oct 22 02:09:28.994 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:28.994 INFO kablam! | Oct 22 02:09:28.994 INFO kablam! Oct 22 02:09:29.002 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.002 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.002 INFO kablam! | Oct 22 02:09:29.002 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.002 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.003 INFO kablam! ... Oct 22 02:09:29.003 INFO kablam! 2821 | rt_realloc!(rt_primes_16381bytes_8align_realloc, 16381, 8); Oct 22 02:09:29.003 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:29.003 INFO kablam! | Oct 22 02:09:29.003 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.003 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.003 INFO kablam! | Oct 22 02:09:29.003 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.003 INFO kablam! | Oct 22 02:09:29.003 INFO kablam! Oct 22 02:09:29.003 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.003 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.003 INFO kablam! | Oct 22 02:09:29.003 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.003 INFO kablam! | ^^^^^ Oct 22 02:09:29.003 INFO kablam! ... Oct 22 02:09:29.003 INFO kablam! 2834 | rt_realloc!(rt_primes_32749bytes_8align_realloc, 32749, 8); Oct 22 02:09:29.003 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:29.003 INFO kablam! | Oct 22 02:09:29.003 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.003 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.003 INFO kablam! | Oct 22 02:09:29.003 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.003 INFO kablam! | Oct 22 02:09:29.003 INFO kablam! Oct 22 02:09:29.003 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.003 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.003 INFO kablam! | Oct 22 02:09:29.003 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.003 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.003 INFO kablam! ... Oct 22 02:09:29.003 INFO kablam! 2834 | rt_realloc!(rt_primes_32749bytes_8align_realloc, 32749, 8); Oct 22 02:09:29.003 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:29.003 INFO kablam! | Oct 22 02:09:29.003 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.003 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.003 INFO kablam! | Oct 22 02:09:29.003 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.003 INFO kablam! | Oct 22 02:09:29.003 INFO kablam! Oct 22 02:09:29.003 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.003 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.003 INFO kablam! | Oct 22 02:09:29.003 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.003 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.003 INFO kablam! ... Oct 22 02:09:29.003 INFO kablam! 2834 | rt_realloc!(rt_primes_32749bytes_8align_realloc, 32749, 8); Oct 22 02:09:29.003 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:29.003 INFO kablam! | Oct 22 02:09:29.003 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.003 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.003 INFO kablam! | Oct 22 02:09:29.003 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.003 INFO kablam! | Oct 22 02:09:29.003 INFO kablam! Oct 22 02:09:29.003 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.003 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.003 INFO kablam! | Oct 22 02:09:29.003 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.003 INFO kablam! | ^^^^^ Oct 22 02:09:29.003 INFO kablam! ... Oct 22 02:09:29.003 INFO kablam! 2847 | rt_realloc!(rt_primes_65537bytes_8align_realloc, 65537, 8); Oct 22 02:09:29.003 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:29.003 INFO kablam! | Oct 22 02:09:29.003 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.003 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.003 INFO kablam! | Oct 22 02:09:29.003 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.003 INFO kablam! | Oct 22 02:09:29.003 INFO kablam! Oct 22 02:09:29.003 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.003 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.003 INFO kablam! | Oct 22 02:09:29.003 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.003 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.003 INFO kablam! ... Oct 22 02:09:29.003 INFO kablam! 2847 | rt_realloc!(rt_primes_65537bytes_8align_realloc, 65537, 8); Oct 22 02:09:29.003 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:29.003 INFO kablam! | Oct 22 02:09:29.003 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.003 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.003 INFO kablam! | Oct 22 02:09:29.004 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.004 INFO kablam! | Oct 22 02:09:29.004 INFO kablam! Oct 22 02:09:29.004 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.004 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.004 INFO kablam! | Oct 22 02:09:29.004 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.004 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.004 INFO kablam! ... Oct 22 02:09:29.004 INFO kablam! 2847 | rt_realloc!(rt_primes_65537bytes_8align_realloc, 65537, 8); Oct 22 02:09:29.004 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:29.004 INFO kablam! | Oct 22 02:09:29.004 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.004 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.004 INFO kablam! | Oct 22 02:09:29.004 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.004 INFO kablam! | Oct 22 02:09:29.004 INFO kablam! Oct 22 02:09:29.004 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.004 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.004 INFO kablam! | Oct 22 02:09:29.004 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.004 INFO kablam! | ^^^^^ Oct 22 02:09:29.004 INFO kablam! ... Oct 22 02:09:29.004 INFO kablam! 2860 | rt_realloc!(rt_primes_131071bytes_8align_realloc, 131071, 8); Oct 22 02:09:29.004 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.004 INFO kablam! | Oct 22 02:09:29.004 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.004 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.004 INFO kablam! | Oct 22 02:09:29.004 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.004 INFO kablam! | Oct 22 02:09:29.004 INFO kablam! Oct 22 02:09:29.012 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.013 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.013 INFO kablam! | Oct 22 02:09:29.013 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.013 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.013 INFO kablam! ... Oct 22 02:09:29.013 INFO kablam! 2860 | rt_realloc!(rt_primes_131071bytes_8align_realloc, 131071, 8); Oct 22 02:09:29.013 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.013 INFO kablam! | Oct 22 02:09:29.013 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.013 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.013 INFO kablam! | Oct 22 02:09:29.013 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.013 INFO kablam! | Oct 22 02:09:29.013 INFO kablam! Oct 22 02:09:29.013 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.013 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.013 INFO kablam! | Oct 22 02:09:29.013 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.013 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.013 INFO kablam! ... Oct 22 02:09:29.013 INFO kablam! 2860 | rt_realloc!(rt_primes_131071bytes_8align_realloc, 131071, 8); Oct 22 02:09:29.013 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.013 INFO kablam! | Oct 22 02:09:29.013 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.013 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.013 INFO kablam! | Oct 22 02:09:29.013 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.013 INFO kablam! | Oct 22 02:09:29.013 INFO kablam! Oct 22 02:09:29.013 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.013 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.013 INFO kablam! | Oct 22 02:09:29.013 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.013 INFO kablam! | ^^^^^ Oct 22 02:09:29.013 INFO kablam! ... Oct 22 02:09:29.013 INFO kablam! 2873 | rt_realloc!(rt_primes_4194301bytes_8align_realloc, 4194301, 8); Oct 22 02:09:29.013 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.013 INFO kablam! | Oct 22 02:09:29.013 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.013 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.013 INFO kablam! | Oct 22 02:09:29.013 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.013 INFO kablam! | Oct 22 02:09:29.013 INFO kablam! Oct 22 02:09:29.013 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.013 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.013 INFO kablam! | Oct 22 02:09:29.013 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.013 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.013 INFO kablam! ... Oct 22 02:09:29.013 INFO kablam! 2873 | rt_realloc!(rt_primes_4194301bytes_8align_realloc, 4194301, 8); Oct 22 02:09:29.013 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.013 INFO kablam! | Oct 22 02:09:29.013 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.013 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.013 INFO kablam! | Oct 22 02:09:29.013 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.013 INFO kablam! | Oct 22 02:09:29.013 INFO kablam! Oct 22 02:09:29.013 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.013 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.013 INFO kablam! | Oct 22 02:09:29.013 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.013 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.013 INFO kablam! ... Oct 22 02:09:29.013 INFO kablam! 2873 | rt_realloc!(rt_primes_4194301bytes_8align_realloc, 4194301, 8); Oct 22 02:09:29.013 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.013 INFO kablam! | Oct 22 02:09:29.013 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.013 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.013 INFO kablam! | Oct 22 02:09:29.013 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.013 INFO kablam! | Oct 22 02:09:29.013 INFO kablam! Oct 22 02:09:29.013 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.013 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.013 INFO kablam! | Oct 22 02:09:29.013 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.013 INFO kablam! | ^^^^^ Oct 22 02:09:29.013 INFO kablam! ... Oct 22 02:09:29.013 INFO kablam! 2889 | rt_realloc!(rt_pow2_1bytes_16align_realloc, 1, 16); Oct 22 02:09:29.013 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:29.013 INFO kablam! | Oct 22 02:09:29.013 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.013 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.013 INFO kablam! | Oct 22 02:09:29.013 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.013 INFO kablam! | Oct 22 02:09:29.014 INFO kablam! Oct 22 02:09:29.014 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.014 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.014 INFO kablam! | Oct 22 02:09:29.014 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.014 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.014 INFO kablam! ... Oct 22 02:09:29.014 INFO kablam! 2889 | rt_realloc!(rt_pow2_1bytes_16align_realloc, 1, 16); Oct 22 02:09:29.014 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:29.014 INFO kablam! | Oct 22 02:09:29.014 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.014 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.014 INFO kablam! | Oct 22 02:09:29.014 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.014 INFO kablam! | Oct 22 02:09:29.014 INFO kablam! Oct 22 02:09:29.014 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.014 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.014 INFO kablam! | Oct 22 02:09:29.014 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.014 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.014 INFO kablam! ... Oct 22 02:09:29.014 INFO kablam! 2889 | rt_realloc!(rt_pow2_1bytes_16align_realloc, 1, 16); Oct 22 02:09:29.014 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:29.014 INFO kablam! | Oct 22 02:09:29.014 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.014 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.014 INFO kablam! | Oct 22 02:09:29.014 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.014 INFO kablam! | Oct 22 02:09:29.014 INFO kablam! Oct 22 02:09:29.032 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.032 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.032 INFO kablam! | Oct 22 02:09:29.032 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.032 INFO kablam! | ^^^^^ Oct 22 02:09:29.032 INFO kablam! ... Oct 22 02:09:29.033 INFO kablam! 2902 | rt_realloc!(rt_pow2_2bytes_16align_realloc, 2, 16); Oct 22 02:09:29.033 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:29.033 INFO kablam! | Oct 22 02:09:29.033 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.033 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.033 INFO kablam! | Oct 22 02:09:29.033 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.033 INFO kablam! | Oct 22 02:09:29.033 INFO kablam! Oct 22 02:09:29.033 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.033 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.033 INFO kablam! | Oct 22 02:09:29.033 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.033 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.033 INFO kablam! ... Oct 22 02:09:29.033 INFO kablam! 2902 | rt_realloc!(rt_pow2_2bytes_16align_realloc, 2, 16); Oct 22 02:09:29.033 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:29.033 INFO kablam! | Oct 22 02:09:29.033 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.033 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.033 INFO kablam! | Oct 22 02:09:29.033 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.033 INFO kablam! | Oct 22 02:09:29.033 INFO kablam! Oct 22 02:09:29.033 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.033 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.033 INFO kablam! | Oct 22 02:09:29.033 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.033 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.033 INFO kablam! ... Oct 22 02:09:29.033 INFO kablam! 2902 | rt_realloc!(rt_pow2_2bytes_16align_realloc, 2, 16); Oct 22 02:09:29.033 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:29.033 INFO kablam! | Oct 22 02:09:29.033 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.033 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.033 INFO kablam! | Oct 22 02:09:29.033 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.033 INFO kablam! | Oct 22 02:09:29.033 INFO kablam! Oct 22 02:09:29.033 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.033 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.033 INFO kablam! | Oct 22 02:09:29.033 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.033 INFO kablam! | ^^^^^ Oct 22 02:09:29.033 INFO kablam! ... Oct 22 02:09:29.033 INFO kablam! 2915 | rt_realloc!(rt_pow2_4bytes_16align_realloc, 4, 16); Oct 22 02:09:29.033 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:29.033 INFO kablam! | Oct 22 02:09:29.033 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.033 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.033 INFO kablam! | Oct 22 02:09:29.033 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.033 INFO kablam! | Oct 22 02:09:29.033 INFO kablam! Oct 22 02:09:29.033 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.033 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.033 INFO kablam! | Oct 22 02:09:29.033 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.033 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.033 INFO kablam! ... Oct 22 02:09:29.033 INFO kablam! 2915 | rt_realloc!(rt_pow2_4bytes_16align_realloc, 4, 16); Oct 22 02:09:29.033 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:29.033 INFO kablam! | Oct 22 02:09:29.033 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.033 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.033 INFO kablam! | Oct 22 02:09:29.033 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.033 INFO kablam! | Oct 22 02:09:29.033 INFO kablam! Oct 22 02:09:29.033 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.033 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.033 INFO kablam! | Oct 22 02:09:29.033 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.033 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.033 INFO kablam! ... Oct 22 02:09:29.033 INFO kablam! 2915 | rt_realloc!(rt_pow2_4bytes_16align_realloc, 4, 16); Oct 22 02:09:29.033 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:29.033 INFO kablam! | Oct 22 02:09:29.033 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.033 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.033 INFO kablam! | Oct 22 02:09:29.033 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.033 INFO kablam! | Oct 22 02:09:29.033 INFO kablam! Oct 22 02:09:29.033 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.034 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.034 INFO kablam! | Oct 22 02:09:29.034 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.034 INFO kablam! | ^^^^^ Oct 22 02:09:29.034 INFO kablam! ... Oct 22 02:09:29.034 INFO kablam! 2928 | rt_realloc!(rt_pow2_8bytes_16align_realloc, 8, 16); Oct 22 02:09:29.034 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:29.034 INFO kablam! | Oct 22 02:09:29.034 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.034 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.034 INFO kablam! | Oct 22 02:09:29.034 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.034 INFO kablam! | Oct 22 02:09:29.034 INFO kablam! Oct 22 02:09:29.034 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.034 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.034 INFO kablam! | Oct 22 02:09:29.034 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.034 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.034 INFO kablam! ... Oct 22 02:09:29.034 INFO kablam! 2928 | rt_realloc!(rt_pow2_8bytes_16align_realloc, 8, 16); Oct 22 02:09:29.034 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:29.034 INFO kablam! | Oct 22 02:09:29.034 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.034 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.034 INFO kablam! | Oct 22 02:09:29.034 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.034 INFO kablam! | Oct 22 02:09:29.034 INFO kablam! Oct 22 02:09:29.034 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.034 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.034 INFO kablam! | Oct 22 02:09:29.034 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.034 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.034 INFO kablam! ... Oct 22 02:09:29.034 INFO kablam! 2928 | rt_realloc!(rt_pow2_8bytes_16align_realloc, 8, 16); Oct 22 02:09:29.034 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:29.034 INFO kablam! | Oct 22 02:09:29.034 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.034 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.034 INFO kablam! | Oct 22 02:09:29.034 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.034 INFO kablam! | Oct 22 02:09:29.034 INFO kablam! Oct 22 02:09:29.034 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.034 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.034 INFO kablam! | Oct 22 02:09:29.034 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.034 INFO kablam! | ^^^^^ Oct 22 02:09:29.034 INFO kablam! ... Oct 22 02:09:29.034 INFO kablam! 2941 | rt_realloc!(rt_pow2_16bytes_16align_realloc, 16, 16); Oct 22 02:09:29.034 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:29.034 INFO kablam! | Oct 22 02:09:29.034 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.034 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.034 INFO kablam! | Oct 22 02:09:29.034 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.034 INFO kablam! | Oct 22 02:09:29.034 INFO kablam! Oct 22 02:09:29.034 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.034 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.034 INFO kablam! | Oct 22 02:09:29.034 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.034 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.034 INFO kablam! ... Oct 22 02:09:29.034 INFO kablam! 2941 | rt_realloc!(rt_pow2_16bytes_16align_realloc, 16, 16); Oct 22 02:09:29.034 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:29.034 INFO kablam! | Oct 22 02:09:29.034 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.034 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.034 INFO kablam! | Oct 22 02:09:29.034 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.034 INFO kablam! | Oct 22 02:09:29.034 INFO kablam! Oct 22 02:09:29.034 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.034 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.034 INFO kablam! | Oct 22 02:09:29.034 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.034 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.034 INFO kablam! ... Oct 22 02:09:29.034 INFO kablam! 2941 | rt_realloc!(rt_pow2_16bytes_16align_realloc, 16, 16); Oct 22 02:09:29.034 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:29.034 INFO kablam! | Oct 22 02:09:29.034 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.034 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.034 INFO kablam! | Oct 22 02:09:29.035 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.035 INFO kablam! | Oct 22 02:09:29.035 INFO kablam! Oct 22 02:09:29.040 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.040 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.040 INFO kablam! | Oct 22 02:09:29.040 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.040 INFO kablam! | ^^^^^ Oct 22 02:09:29.040 INFO kablam! ... Oct 22 02:09:29.040 INFO kablam! 2954 | rt_realloc!(rt_pow2_32bytes_16align_realloc, 32, 16); Oct 22 02:09:29.040 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:29.040 INFO kablam! | Oct 22 02:09:29.040 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.040 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.040 INFO kablam! | Oct 22 02:09:29.040 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.040 INFO kablam! | Oct 22 02:09:29.040 INFO kablam! Oct 22 02:09:29.040 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.040 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.040 INFO kablam! | Oct 22 02:09:29.040 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.040 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.040 INFO kablam! ... Oct 22 02:09:29.040 INFO kablam! 2954 | rt_realloc!(rt_pow2_32bytes_16align_realloc, 32, 16); Oct 22 02:09:29.040 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:29.040 INFO kablam! | Oct 22 02:09:29.040 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.040 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.040 INFO kablam! | Oct 22 02:09:29.040 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.040 INFO kablam! | Oct 22 02:09:29.040 INFO kablam! Oct 22 02:09:29.040 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.040 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.040 INFO kablam! | Oct 22 02:09:29.040 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.040 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.040 INFO kablam! ... Oct 22 02:09:29.040 INFO kablam! 2954 | rt_realloc!(rt_pow2_32bytes_16align_realloc, 32, 16); Oct 22 02:09:29.040 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:29.040 INFO kablam! | Oct 22 02:09:29.040 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.040 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.040 INFO kablam! | Oct 22 02:09:29.040 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.040 INFO kablam! | Oct 22 02:09:29.040 INFO kablam! Oct 22 02:09:29.040 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.041 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.041 INFO kablam! | Oct 22 02:09:29.041 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.041 INFO kablam! | ^^^^^ Oct 22 02:09:29.041 INFO kablam! ... Oct 22 02:09:29.041 INFO kablam! 2967 | rt_realloc!(rt_pow2_64bytes_16align_realloc, 64, 16); Oct 22 02:09:29.041 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:29.041 INFO kablam! | Oct 22 02:09:29.041 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.041 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.041 INFO kablam! | Oct 22 02:09:29.041 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.041 INFO kablam! | Oct 22 02:09:29.041 INFO kablam! Oct 22 02:09:29.041 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.041 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.041 INFO kablam! | Oct 22 02:09:29.041 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.041 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.041 INFO kablam! ... Oct 22 02:09:29.041 INFO kablam! 2967 | rt_realloc!(rt_pow2_64bytes_16align_realloc, 64, 16); Oct 22 02:09:29.041 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:29.041 INFO kablam! | Oct 22 02:09:29.041 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.041 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.041 INFO kablam! | Oct 22 02:09:29.041 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.041 INFO kablam! | Oct 22 02:09:29.041 INFO kablam! Oct 22 02:09:29.048 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.048 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.048 INFO kablam! | Oct 22 02:09:29.048 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.048 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.048 INFO kablam! ... Oct 22 02:09:29.048 INFO kablam! 2967 | rt_realloc!(rt_pow2_64bytes_16align_realloc, 64, 16); Oct 22 02:09:29.048 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:29.048 INFO kablam! | Oct 22 02:09:29.048 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.049 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.049 INFO kablam! | Oct 22 02:09:29.049 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.049 INFO kablam! | Oct 22 02:09:29.049 INFO kablam! Oct 22 02:09:29.049 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.049 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.049 INFO kablam! | Oct 22 02:09:29.049 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.049 INFO kablam! | ^^^^^ Oct 22 02:09:29.049 INFO kablam! ... Oct 22 02:09:29.049 INFO kablam! 2980 | rt_realloc!(rt_pow2_128bytes_16align_realloc, 128, 16); Oct 22 02:09:29.049 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:29.049 INFO kablam! | Oct 22 02:09:29.049 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.049 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.049 INFO kablam! | Oct 22 02:09:29.049 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.049 INFO kablam! | Oct 22 02:09:29.049 INFO kablam! Oct 22 02:09:29.049 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.049 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.049 INFO kablam! | Oct 22 02:09:29.049 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.049 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.049 INFO kablam! ... Oct 22 02:09:29.049 INFO kablam! 2980 | rt_realloc!(rt_pow2_128bytes_16align_realloc, 128, 16); Oct 22 02:09:29.049 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:29.049 INFO kablam! | Oct 22 02:09:29.049 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.049 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.049 INFO kablam! | Oct 22 02:09:29.049 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.049 INFO kablam! | Oct 22 02:09:29.049 INFO kablam! Oct 22 02:09:29.049 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.049 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.049 INFO kablam! | Oct 22 02:09:29.049 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.049 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.049 INFO kablam! ... Oct 22 02:09:29.049 INFO kablam! 2980 | rt_realloc!(rt_pow2_128bytes_16align_realloc, 128, 16); Oct 22 02:09:29.049 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:29.049 INFO kablam! | Oct 22 02:09:29.049 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.049 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.049 INFO kablam! | Oct 22 02:09:29.049 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.049 INFO kablam! | Oct 22 02:09:29.049 INFO kablam! Oct 22 02:09:29.049 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.049 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.049 INFO kablam! | Oct 22 02:09:29.049 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.049 INFO kablam! | ^^^^^ Oct 22 02:09:29.049 INFO kablam! ... Oct 22 02:09:29.049 INFO kablam! 2993 | rt_realloc!(rt_pow2_256bytes_16align_realloc, 256, 16); Oct 22 02:09:29.049 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:29.049 INFO kablam! | Oct 22 02:09:29.049 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.049 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.049 INFO kablam! | Oct 22 02:09:29.049 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.049 INFO kablam! | Oct 22 02:09:29.049 INFO kablam! Oct 22 02:09:29.049 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.049 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.049 INFO kablam! | Oct 22 02:09:29.049 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.049 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.049 INFO kablam! ... Oct 22 02:09:29.049 INFO kablam! 2993 | rt_realloc!(rt_pow2_256bytes_16align_realloc, 256, 16); Oct 22 02:09:29.049 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:29.049 INFO kablam! | Oct 22 02:09:29.049 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.049 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.049 INFO kablam! | Oct 22 02:09:29.049 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.049 INFO kablam! | Oct 22 02:09:29.049 INFO kablam! Oct 22 02:09:29.049 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.049 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.049 INFO kablam! | Oct 22 02:09:29.049 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.049 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.050 INFO kablam! ... Oct 22 02:09:29.050 INFO kablam! 2993 | rt_realloc!(rt_pow2_256bytes_16align_realloc, 256, 16); Oct 22 02:09:29.050 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:29.050 INFO kablam! | Oct 22 02:09:29.050 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.050 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.050 INFO kablam! | Oct 22 02:09:29.050 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.050 INFO kablam! | Oct 22 02:09:29.050 INFO kablam! Oct 22 02:09:29.050 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.050 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.050 INFO kablam! | Oct 22 02:09:29.050 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.050 INFO kablam! | ^^^^^ Oct 22 02:09:29.050 INFO kablam! ... Oct 22 02:09:29.050 INFO kablam! 3006 | rt_realloc!(rt_pow2_512bytes_16align_realloc, 512, 16); Oct 22 02:09:29.050 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:29.050 INFO kablam! | Oct 22 02:09:29.050 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.050 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.050 INFO kablam! | Oct 22 02:09:29.050 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.050 INFO kablam! | Oct 22 02:09:29.050 INFO kablam! Oct 22 02:09:29.050 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.050 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.050 INFO kablam! | Oct 22 02:09:29.050 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.050 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.050 INFO kablam! ... Oct 22 02:09:29.050 INFO kablam! 3006 | rt_realloc!(rt_pow2_512bytes_16align_realloc, 512, 16); Oct 22 02:09:29.050 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:29.050 INFO kablam! | Oct 22 02:09:29.050 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.050 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.050 INFO kablam! | Oct 22 02:09:29.050 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.050 INFO kablam! | Oct 22 02:09:29.050 INFO kablam! Oct 22 02:09:29.050 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.050 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.050 INFO kablam! | Oct 22 02:09:29.050 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.050 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.050 INFO kablam! ... Oct 22 02:09:29.050 INFO kablam! 3006 | rt_realloc!(rt_pow2_512bytes_16align_realloc, 512, 16); Oct 22 02:09:29.050 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:29.050 INFO kablam! | Oct 22 02:09:29.050 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.050 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.050 INFO kablam! | Oct 22 02:09:29.050 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.050 INFO kablam! | Oct 22 02:09:29.050 INFO kablam! Oct 22 02:09:29.050 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.050 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.050 INFO kablam! | Oct 22 02:09:29.050 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.050 INFO kablam! | ^^^^^ Oct 22 02:09:29.050 INFO kablam! ... Oct 22 02:09:29.050 INFO kablam! 3019 | rt_realloc!(rt_pow2_1024bytes_16align_realloc, 1024, 16); Oct 22 02:09:29.050 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:29.050 INFO kablam! | Oct 22 02:09:29.050 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.050 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.050 INFO kablam! | Oct 22 02:09:29.050 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.050 INFO kablam! | Oct 22 02:09:29.050 INFO kablam! Oct 22 02:09:29.057 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.057 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.057 INFO kablam! | Oct 22 02:09:29.057 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.057 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.057 INFO kablam! ... Oct 22 02:09:29.057 INFO kablam! 3019 | rt_realloc!(rt_pow2_1024bytes_16align_realloc, 1024, 16); Oct 22 02:09:29.057 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:29.057 INFO kablam! | Oct 22 02:09:29.057 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.057 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.057 INFO kablam! | Oct 22 02:09:29.057 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.057 INFO kablam! | Oct 22 02:09:29.057 INFO kablam! Oct 22 02:09:29.057 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.057 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.058 INFO kablam! | Oct 22 02:09:29.058 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.058 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.058 INFO kablam! ... Oct 22 02:09:29.058 INFO kablam! 3019 | rt_realloc!(rt_pow2_1024bytes_16align_realloc, 1024, 16); Oct 22 02:09:29.058 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:29.058 INFO kablam! | Oct 22 02:09:29.058 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.058 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.058 INFO kablam! | Oct 22 02:09:29.058 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.058 INFO kablam! | Oct 22 02:09:29.058 INFO kablam! Oct 22 02:09:29.058 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.058 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.058 INFO kablam! | Oct 22 02:09:29.058 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.058 INFO kablam! | ^^^^^ Oct 22 02:09:29.058 INFO kablam! ... Oct 22 02:09:29.058 INFO kablam! 3032 | rt_realloc!(rt_pow2_2048bytes_16align_realloc, 2048, 16); Oct 22 02:09:29.058 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:29.058 INFO kablam! | Oct 22 02:09:29.058 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.058 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.058 INFO kablam! | Oct 22 02:09:29.058 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.058 INFO kablam! | Oct 22 02:09:29.058 INFO kablam! Oct 22 02:09:29.058 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.058 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.058 INFO kablam! | Oct 22 02:09:29.058 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.058 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.058 INFO kablam! ... Oct 22 02:09:29.058 INFO kablam! 3032 | rt_realloc!(rt_pow2_2048bytes_16align_realloc, 2048, 16); Oct 22 02:09:29.058 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:29.058 INFO kablam! | Oct 22 02:09:29.058 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.058 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.058 INFO kablam! | Oct 22 02:09:29.058 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.058 INFO kablam! | Oct 22 02:09:29.058 INFO kablam! Oct 22 02:09:29.058 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.058 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.058 INFO kablam! | Oct 22 02:09:29.058 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.058 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.058 INFO kablam! ... Oct 22 02:09:29.058 INFO kablam! 3032 | rt_realloc!(rt_pow2_2048bytes_16align_realloc, 2048, 16); Oct 22 02:09:29.058 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:29.058 INFO kablam! | Oct 22 02:09:29.058 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.058 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.058 INFO kablam! | Oct 22 02:09:29.058 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.058 INFO kablam! | Oct 22 02:09:29.058 INFO kablam! Oct 22 02:09:29.058 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.058 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.058 INFO kablam! | Oct 22 02:09:29.058 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.058 INFO kablam! | ^^^^^ Oct 22 02:09:29.058 INFO kablam! ... Oct 22 02:09:29.058 INFO kablam! 3045 | rt_realloc!(rt_pow2_4096bytes_16align_realloc, 4096, 16); Oct 22 02:09:29.058 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:29.058 INFO kablam! | Oct 22 02:09:29.058 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.058 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.058 INFO kablam! | Oct 22 02:09:29.058 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.058 INFO kablam! | Oct 22 02:09:29.058 INFO kablam! Oct 22 02:09:29.062 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.062 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.062 INFO kablam! | Oct 22 02:09:29.062 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.062 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.062 INFO kablam! ... Oct 22 02:09:29.062 INFO kablam! 3045 | rt_realloc!(rt_pow2_4096bytes_16align_realloc, 4096, 16); Oct 22 02:09:29.062 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:29.062 INFO kablam! | Oct 22 02:09:29.062 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.062 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.062 INFO kablam! | Oct 22 02:09:29.062 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.062 INFO kablam! | Oct 22 02:09:29.062 INFO kablam! Oct 22 02:09:29.062 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.062 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.062 INFO kablam! | Oct 22 02:09:29.062 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.062 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.062 INFO kablam! ... Oct 22 02:09:29.062 INFO kablam! 3045 | rt_realloc!(rt_pow2_4096bytes_16align_realloc, 4096, 16); Oct 22 02:09:29.062 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:29.062 INFO kablam! | Oct 22 02:09:29.062 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.062 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.062 INFO kablam! | Oct 22 02:09:29.062 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.062 INFO kablam! | Oct 22 02:09:29.062 INFO kablam! Oct 22 02:09:29.062 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.062 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.062 INFO kablam! | Oct 22 02:09:29.062 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.063 INFO kablam! | ^^^^^ Oct 22 02:09:29.063 INFO kablam! ... Oct 22 02:09:29.063 INFO kablam! 3058 | rt_realloc!(rt_pow2_8192bytes_16align_realloc, 8192, 16); Oct 22 02:09:29.063 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:29.063 INFO kablam! | Oct 22 02:09:29.063 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.063 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.063 INFO kablam! | Oct 22 02:09:29.063 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.063 INFO kablam! | Oct 22 02:09:29.063 INFO kablam! Oct 22 02:09:29.070 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.070 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.070 INFO kablam! | Oct 22 02:09:29.070 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.070 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.070 INFO kablam! ... Oct 22 02:09:29.070 INFO kablam! 3058 | rt_realloc!(rt_pow2_8192bytes_16align_realloc, 8192, 16); Oct 22 02:09:29.070 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:29.070 INFO kablam! | Oct 22 02:09:29.070 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.070 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.070 INFO kablam! | Oct 22 02:09:29.070 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.070 INFO kablam! | Oct 22 02:09:29.070 INFO kablam! Oct 22 02:09:29.070 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.070 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.070 INFO kablam! | Oct 22 02:09:29.070 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.070 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.070 INFO kablam! ... Oct 22 02:09:29.071 INFO kablam! 3058 | rt_realloc!(rt_pow2_8192bytes_16align_realloc, 8192, 16); Oct 22 02:09:29.071 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:29.071 INFO kablam! | Oct 22 02:09:29.071 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.071 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.071 INFO kablam! | Oct 22 02:09:29.071 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.071 INFO kablam! | Oct 22 02:09:29.071 INFO kablam! Oct 22 02:09:29.071 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.071 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.071 INFO kablam! | Oct 22 02:09:29.071 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.071 INFO kablam! | ^^^^^ Oct 22 02:09:29.071 INFO kablam! ... Oct 22 02:09:29.071 INFO kablam! 3071 | rt_realloc!(rt_pow2_16384bytes_16align_realloc, 16384, 16); Oct 22 02:09:29.071 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:29.071 INFO kablam! | Oct 22 02:09:29.071 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.071 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.071 INFO kablam! | Oct 22 02:09:29.071 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.071 INFO kablam! | Oct 22 02:09:29.071 INFO kablam! Oct 22 02:09:29.071 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.071 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.071 INFO kablam! | Oct 22 02:09:29.071 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.071 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.071 INFO kablam! ... Oct 22 02:09:29.071 INFO kablam! 3071 | rt_realloc!(rt_pow2_16384bytes_16align_realloc, 16384, 16); Oct 22 02:09:29.071 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:29.071 INFO kablam! | Oct 22 02:09:29.071 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.071 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.071 INFO kablam! | Oct 22 02:09:29.071 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.071 INFO kablam! | Oct 22 02:09:29.071 INFO kablam! Oct 22 02:09:29.071 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.071 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.071 INFO kablam! | Oct 22 02:09:29.071 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.071 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.071 INFO kablam! ... Oct 22 02:09:29.071 INFO kablam! 3071 | rt_realloc!(rt_pow2_16384bytes_16align_realloc, 16384, 16); Oct 22 02:09:29.071 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:29.071 INFO kablam! | Oct 22 02:09:29.071 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.071 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.071 INFO kablam! | Oct 22 02:09:29.071 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.071 INFO kablam! | Oct 22 02:09:29.071 INFO kablam! Oct 22 02:09:29.071 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.071 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.071 INFO kablam! | Oct 22 02:09:29.071 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.071 INFO kablam! | ^^^^^ Oct 22 02:09:29.071 INFO kablam! ... Oct 22 02:09:29.071 INFO kablam! 3084 | rt_realloc!(rt_pow2_32768bytes_16align_realloc, 32768, 16); Oct 22 02:09:29.071 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:29.071 INFO kablam! | Oct 22 02:09:29.071 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.071 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.071 INFO kablam! | Oct 22 02:09:29.071 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.071 INFO kablam! | Oct 22 02:09:29.071 INFO kablam! Oct 22 02:09:29.081 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.081 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.081 INFO kablam! | Oct 22 02:09:29.081 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.081 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.081 INFO kablam! ... Oct 22 02:09:29.081 INFO kablam! 3084 | rt_realloc!(rt_pow2_32768bytes_16align_realloc, 32768, 16); Oct 22 02:09:29.081 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:29.081 INFO kablam! | Oct 22 02:09:29.082 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.082 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.082 INFO kablam! | Oct 22 02:09:29.082 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.082 INFO kablam! | Oct 22 02:09:29.082 INFO kablam! Oct 22 02:09:29.082 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.082 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.082 INFO kablam! | Oct 22 02:09:29.082 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.082 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.082 INFO kablam! ... Oct 22 02:09:29.082 INFO kablam! 3084 | rt_realloc!(rt_pow2_32768bytes_16align_realloc, 32768, 16); Oct 22 02:09:29.082 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:29.082 INFO kablam! | Oct 22 02:09:29.082 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.082 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.082 INFO kablam! | Oct 22 02:09:29.082 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.082 INFO kablam! | Oct 22 02:09:29.082 INFO kablam! Oct 22 02:09:29.082 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.082 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.082 INFO kablam! | Oct 22 02:09:29.082 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.082 INFO kablam! | ^^^^^ Oct 22 02:09:29.082 INFO kablam! ... Oct 22 02:09:29.082 INFO kablam! 3097 | rt_realloc!(rt_pow2_65536bytes_16align_realloc, 65536, 16); Oct 22 02:09:29.082 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:29.082 INFO kablam! | Oct 22 02:09:29.082 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.082 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.082 INFO kablam! | Oct 22 02:09:29.082 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.082 INFO kablam! | Oct 22 02:09:29.082 INFO kablam! Oct 22 02:09:29.082 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.082 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.082 INFO kablam! | Oct 22 02:09:29.082 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.082 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.082 INFO kablam! ... Oct 22 02:09:29.082 INFO kablam! 3097 | rt_realloc!(rt_pow2_65536bytes_16align_realloc, 65536, 16); Oct 22 02:09:29.082 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:29.082 INFO kablam! | Oct 22 02:09:29.082 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.082 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.082 INFO kablam! | Oct 22 02:09:29.082 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.082 INFO kablam! | Oct 22 02:09:29.082 INFO kablam! Oct 22 02:09:29.082 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.082 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.082 INFO kablam! | Oct 22 02:09:29.082 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.082 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.082 INFO kablam! ... Oct 22 02:09:29.082 INFO kablam! 3097 | rt_realloc!(rt_pow2_65536bytes_16align_realloc, 65536, 16); Oct 22 02:09:29.082 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:29.082 INFO kablam! | Oct 22 02:09:29.082 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.082 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.082 INFO kablam! | Oct 22 02:09:29.082 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.082 INFO kablam! | Oct 22 02:09:29.082 INFO kablam! Oct 22 02:09:29.082 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.082 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.082 INFO kablam! | Oct 22 02:09:29.082 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.082 INFO kablam! | ^^^^^ Oct 22 02:09:29.082 INFO kablam! ... Oct 22 02:09:29.082 INFO kablam! 3110 | rt_realloc!(rt_pow2_131072bytes_16align_realloc, 131072, 16); Oct 22 02:09:29.082 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.082 INFO kablam! | Oct 22 02:09:29.082 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.082 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.082 INFO kablam! | Oct 22 02:09:29.082 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.082 INFO kablam! | Oct 22 02:09:29.082 INFO kablam! Oct 22 02:09:29.082 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.082 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.082 INFO kablam! | Oct 22 02:09:29.082 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.082 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.082 INFO kablam! ... Oct 22 02:09:29.083 INFO kablam! 3110 | rt_realloc!(rt_pow2_131072bytes_16align_realloc, 131072, 16); Oct 22 02:09:29.083 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.083 INFO kablam! | Oct 22 02:09:29.083 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.083 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.083 INFO kablam! | Oct 22 02:09:29.083 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.083 INFO kablam! | Oct 22 02:09:29.083 INFO kablam! Oct 22 02:09:29.083 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.083 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.083 INFO kablam! | Oct 22 02:09:29.083 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.083 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.083 INFO kablam! ... Oct 22 02:09:29.083 INFO kablam! 3110 | rt_realloc!(rt_pow2_131072bytes_16align_realloc, 131072, 16); Oct 22 02:09:29.083 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.083 INFO kablam! | Oct 22 02:09:29.083 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.083 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.083 INFO kablam! | Oct 22 02:09:29.083 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.083 INFO kablam! | Oct 22 02:09:29.083 INFO kablam! Oct 22 02:09:29.083 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.083 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.083 INFO kablam! | Oct 22 02:09:29.083 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.083 INFO kablam! | ^^^^^ Oct 22 02:09:29.083 INFO kablam! ... Oct 22 02:09:29.083 INFO kablam! 3123 | rt_realloc!(rt_pow2_4194304bytes_16align_realloc, 4194304, 16); Oct 22 02:09:29.083 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.083 INFO kablam! | Oct 22 02:09:29.083 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.085 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.085 INFO kablam! | Oct 22 02:09:29.085 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.085 INFO kablam! | Oct 22 02:09:29.085 INFO kablam! Oct 22 02:09:29.085 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.085 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.085 INFO kablam! | Oct 22 02:09:29.085 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.085 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.085 INFO kablam! ... Oct 22 02:09:29.085 INFO kablam! 3123 | rt_realloc!(rt_pow2_4194304bytes_16align_realloc, 4194304, 16); Oct 22 02:09:29.085 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.085 INFO kablam! | Oct 22 02:09:29.085 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.085 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.086 INFO kablam! | Oct 22 02:09:29.086 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.086 INFO kablam! | Oct 22 02:09:29.086 INFO kablam! Oct 22 02:09:29.100 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.100 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.100 INFO kablam! | Oct 22 02:09:29.100 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.100 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.100 INFO kablam! ... Oct 22 02:09:29.100 INFO kablam! 3123 | rt_realloc!(rt_pow2_4194304bytes_16align_realloc, 4194304, 16); Oct 22 02:09:29.100 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.100 INFO kablam! | Oct 22 02:09:29.100 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.100 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.100 INFO kablam! | Oct 22 02:09:29.100 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.100 INFO kablam! | Oct 22 02:09:29.100 INFO kablam! Oct 22 02:09:29.100 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.100 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.100 INFO kablam! | Oct 22 02:09:29.100 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.100 INFO kablam! | ^^^^^ Oct 22 02:09:29.100 INFO kablam! ... Oct 22 02:09:29.100 INFO kablam! 3137 | rt_realloc!(rt_even_10bytes_16align_realloc, 10, 16); Oct 22 02:09:29.100 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:29.100 INFO kablam! | Oct 22 02:09:29.100 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.100 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.100 INFO kablam! | Oct 22 02:09:29.100 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.100 INFO kablam! | Oct 22 02:09:29.100 INFO kablam! Oct 22 02:09:29.100 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.100 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.100 INFO kablam! | Oct 22 02:09:29.100 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.100 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.100 INFO kablam! ... Oct 22 02:09:29.100 INFO kablam! 3137 | rt_realloc!(rt_even_10bytes_16align_realloc, 10, 16); Oct 22 02:09:29.100 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:29.100 INFO kablam! | Oct 22 02:09:29.100 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.100 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.100 INFO kablam! | Oct 22 02:09:29.100 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.100 INFO kablam! | Oct 22 02:09:29.100 INFO kablam! Oct 22 02:09:29.100 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.100 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.101 INFO kablam! | Oct 22 02:09:29.101 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.101 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.101 INFO kablam! ... Oct 22 02:09:29.101 INFO kablam! 3137 | rt_realloc!(rt_even_10bytes_16align_realloc, 10, 16); Oct 22 02:09:29.101 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:29.101 INFO kablam! | Oct 22 02:09:29.101 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.101 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.101 INFO kablam! | Oct 22 02:09:29.101 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.101 INFO kablam! | Oct 22 02:09:29.101 INFO kablam! Oct 22 02:09:29.101 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.101 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.101 INFO kablam! | Oct 22 02:09:29.101 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.101 INFO kablam! | ^^^^^ Oct 22 02:09:29.101 INFO kablam! ... Oct 22 02:09:29.101 INFO kablam! 3150 | rt_realloc!(rt_even_100bytes_16align_realloc, 100, 16); Oct 22 02:09:29.101 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:29.101 INFO kablam! | Oct 22 02:09:29.101 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.101 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.101 INFO kablam! | Oct 22 02:09:29.101 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.101 INFO kablam! | Oct 22 02:09:29.101 INFO kablam! Oct 22 02:09:29.101 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.101 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.101 INFO kablam! | Oct 22 02:09:29.101 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.101 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.101 INFO kablam! ... Oct 22 02:09:29.101 INFO kablam! 3150 | rt_realloc!(rt_even_100bytes_16align_realloc, 100, 16); Oct 22 02:09:29.101 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:29.101 INFO kablam! | Oct 22 02:09:29.101 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.101 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.101 INFO kablam! | Oct 22 02:09:29.101 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.101 INFO kablam! | Oct 22 02:09:29.101 INFO kablam! Oct 22 02:09:29.101 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.101 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.101 INFO kablam! | Oct 22 02:09:29.101 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.101 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.101 INFO kablam! ... Oct 22 02:09:29.101 INFO kablam! 3150 | rt_realloc!(rt_even_100bytes_16align_realloc, 100, 16); Oct 22 02:09:29.101 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:29.101 INFO kablam! | Oct 22 02:09:29.101 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.101 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.101 INFO kablam! | Oct 22 02:09:29.101 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.101 INFO kablam! | Oct 22 02:09:29.101 INFO kablam! Oct 22 02:09:29.101 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.101 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.101 INFO kablam! | Oct 22 02:09:29.101 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.101 INFO kablam! | ^^^^^ Oct 22 02:09:29.101 INFO kablam! ... Oct 22 02:09:29.101 INFO kablam! 3163 | rt_realloc!(rt_even_1000bytes_16align_realloc, 1000, 16); Oct 22 02:09:29.101 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:29.101 INFO kablam! | Oct 22 02:09:29.101 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.101 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.101 INFO kablam! | Oct 22 02:09:29.101 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.101 INFO kablam! | Oct 22 02:09:29.101 INFO kablam! Oct 22 02:09:29.101 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.101 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.101 INFO kablam! | Oct 22 02:09:29.101 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.101 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.101 INFO kablam! ... Oct 22 02:09:29.101 INFO kablam! 3163 | rt_realloc!(rt_even_1000bytes_16align_realloc, 1000, 16); Oct 22 02:09:29.101 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:29.101 INFO kablam! | Oct 22 02:09:29.101 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.102 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.102 INFO kablam! | Oct 22 02:09:29.102 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.102 INFO kablam! | Oct 22 02:09:29.102 INFO kablam! Oct 22 02:09:29.102 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.102 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.102 INFO kablam! | Oct 22 02:09:29.102 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.102 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.102 INFO kablam! ... Oct 22 02:09:29.102 INFO kablam! 3163 | rt_realloc!(rt_even_1000bytes_16align_realloc, 1000, 16); Oct 22 02:09:29.102 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:29.102 INFO kablam! | Oct 22 02:09:29.102 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.102 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.102 INFO kablam! | Oct 22 02:09:29.102 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.102 INFO kablam! | Oct 22 02:09:29.102 INFO kablam! Oct 22 02:09:29.102 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.102 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.102 INFO kablam! | Oct 22 02:09:29.102 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.102 INFO kablam! | ^^^^^ Oct 22 02:09:29.102 INFO kablam! ... Oct 22 02:09:29.102 INFO kablam! 3176 | rt_realloc!(rt_even_10000bytes_16align_realloc, 10000, 16); Oct 22 02:09:29.102 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:29.102 INFO kablam! | Oct 22 02:09:29.102 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.102 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.102 INFO kablam! | Oct 22 02:09:29.102 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.102 INFO kablam! | Oct 22 02:09:29.102 INFO kablam! Oct 22 02:09:29.102 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.102 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.102 INFO kablam! | Oct 22 02:09:29.102 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.102 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.102 INFO kablam! ... Oct 22 02:09:29.102 INFO kablam! 3176 | rt_realloc!(rt_even_10000bytes_16align_realloc, 10000, 16); Oct 22 02:09:29.102 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:29.102 INFO kablam! | Oct 22 02:09:29.102 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.102 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.102 INFO kablam! | Oct 22 02:09:29.102 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.102 INFO kablam! | Oct 22 02:09:29.102 INFO kablam! Oct 22 02:09:29.102 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.102 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.102 INFO kablam! | Oct 22 02:09:29.102 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.102 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.102 INFO kablam! ... Oct 22 02:09:29.102 INFO kablam! 3176 | rt_realloc!(rt_even_10000bytes_16align_realloc, 10000, 16); Oct 22 02:09:29.102 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:29.102 INFO kablam! | Oct 22 02:09:29.102 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.102 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.102 INFO kablam! | Oct 22 02:09:29.102 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.102 INFO kablam! | Oct 22 02:09:29.102 INFO kablam! Oct 22 02:09:29.108 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.108 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.108 INFO kablam! | Oct 22 02:09:29.108 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.108 INFO kablam! | ^^^^^ Oct 22 02:09:29.108 INFO kablam! ... Oct 22 02:09:29.108 INFO kablam! 3189 | rt_realloc!(rt_even_100000bytes_16align_realloc, 100000, 16); Oct 22 02:09:29.108 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.108 INFO kablam! | Oct 22 02:09:29.108 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.108 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.108 INFO kablam! | Oct 22 02:09:29.108 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.108 INFO kablam! | Oct 22 02:09:29.108 INFO kablam! Oct 22 02:09:29.108 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.108 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.108 INFO kablam! | Oct 22 02:09:29.108 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.108 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.108 INFO kablam! ... Oct 22 02:09:29.108 INFO kablam! 3189 | rt_realloc!(rt_even_100000bytes_16align_realloc, 100000, 16); Oct 22 02:09:29.108 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.108 INFO kablam! | Oct 22 02:09:29.108 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.108 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.108 INFO kablam! | Oct 22 02:09:29.108 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.108 INFO kablam! | Oct 22 02:09:29.108 INFO kablam! Oct 22 02:09:29.108 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.108 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.108 INFO kablam! | Oct 22 02:09:29.108 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.108 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.108 INFO kablam! ... Oct 22 02:09:29.108 INFO kablam! 3189 | rt_realloc!(rt_even_100000bytes_16align_realloc, 100000, 16); Oct 22 02:09:29.108 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.108 INFO kablam! | Oct 22 02:09:29.108 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.108 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.108 INFO kablam! | Oct 22 02:09:29.108 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.108 INFO kablam! | Oct 22 02:09:29.108 INFO kablam! Oct 22 02:09:29.108 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.109 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.109 INFO kablam! | Oct 22 02:09:29.109 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.109 INFO kablam! | ^^^^^ Oct 22 02:09:29.109 INFO kablam! ... Oct 22 02:09:29.109 INFO kablam! 3202 | rt_realloc!(rt_even_1000000bytes_16align_realloc, 1000000, 16); Oct 22 02:09:29.109 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.109 INFO kablam! | Oct 22 02:09:29.109 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.109 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.109 INFO kablam! | Oct 22 02:09:29.109 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.109 INFO kablam! | Oct 22 02:09:29.109 INFO kablam! Oct 22 02:09:29.109 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.109 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.109 INFO kablam! | Oct 22 02:09:29.109 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.109 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.109 INFO kablam! ... Oct 22 02:09:29.109 INFO kablam! 3202 | rt_realloc!(rt_even_1000000bytes_16align_realloc, 1000000, 16); Oct 22 02:09:29.109 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.109 INFO kablam! | Oct 22 02:09:29.109 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.109 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.109 INFO kablam! | Oct 22 02:09:29.109 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.109 INFO kablam! | Oct 22 02:09:29.109 INFO kablam! Oct 22 02:09:29.116 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.116 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.116 INFO kablam! | Oct 22 02:09:29.116 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.116 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.116 INFO kablam! ... Oct 22 02:09:29.116 INFO kablam! 3202 | rt_realloc!(rt_even_1000000bytes_16align_realloc, 1000000, 16); Oct 22 02:09:29.116 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.116 INFO kablam! | Oct 22 02:09:29.116 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.116 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.116 INFO kablam! | Oct 22 02:09:29.116 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.116 INFO kablam! | Oct 22 02:09:29.116 INFO kablam! Oct 22 02:09:29.116 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.116 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.116 INFO kablam! | Oct 22 02:09:29.116 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.116 INFO kablam! | ^^^^^ Oct 22 02:09:29.116 INFO kablam! ... Oct 22 02:09:29.116 INFO kablam! 3216 | rt_realloc!(rt_odd_10bytes_16align_realloc, 10- 1, 16); Oct 22 02:09:29.116 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:29.116 INFO kablam! | Oct 22 02:09:29.116 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.116 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.116 INFO kablam! | Oct 22 02:09:29.116 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.116 INFO kablam! | Oct 22 02:09:29.116 INFO kablam! Oct 22 02:09:29.116 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.116 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.116 INFO kablam! | Oct 22 02:09:29.116 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.116 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.116 INFO kablam! ... Oct 22 02:09:29.116 INFO kablam! 3216 | rt_realloc!(rt_odd_10bytes_16align_realloc, 10- 1, 16); Oct 22 02:09:29.116 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:29.116 INFO kablam! | Oct 22 02:09:29.116 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.116 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.116 INFO kablam! | Oct 22 02:09:29.116 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.116 INFO kablam! | Oct 22 02:09:29.116 INFO kablam! Oct 22 02:09:29.124 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.124 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.124 INFO kablam! | Oct 22 02:09:29.124 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.124 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.124 INFO kablam! ... Oct 22 02:09:29.124 INFO kablam! 3216 | rt_realloc!(rt_odd_10bytes_16align_realloc, 10- 1, 16); Oct 22 02:09:29.124 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:29.124 INFO kablam! | Oct 22 02:09:29.124 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.124 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.124 INFO kablam! | Oct 22 02:09:29.124 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.124 INFO kablam! | Oct 22 02:09:29.124 INFO kablam! Oct 22 02:09:29.124 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.124 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.124 INFO kablam! | Oct 22 02:09:29.124 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.124 INFO kablam! | ^^^^^ Oct 22 02:09:29.124 INFO kablam! ... Oct 22 02:09:29.124 INFO kablam! 3229 | rt_realloc!(rt_odd_100bytes_16align_realloc, 100- 1, 16); Oct 22 02:09:29.124 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:29.124 INFO kablam! | Oct 22 02:09:29.124 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.124 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.124 INFO kablam! | Oct 22 02:09:29.124 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.124 INFO kablam! | Oct 22 02:09:29.124 INFO kablam! Oct 22 02:09:29.124 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.124 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.124 INFO kablam! | Oct 22 02:09:29.124 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.124 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.124 INFO kablam! ... Oct 22 02:09:29.124 INFO kablam! 3229 | rt_realloc!(rt_odd_100bytes_16align_realloc, 100- 1, 16); Oct 22 02:09:29.124 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:29.124 INFO kablam! | Oct 22 02:09:29.124 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.124 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.124 INFO kablam! | Oct 22 02:09:29.124 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.124 INFO kablam! | Oct 22 02:09:29.124 INFO kablam! Oct 22 02:09:29.124 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.124 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.124 INFO kablam! | Oct 22 02:09:29.125 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.125 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.125 INFO kablam! ... Oct 22 02:09:29.125 INFO kablam! 3229 | rt_realloc!(rt_odd_100bytes_16align_realloc, 100- 1, 16); Oct 22 02:09:29.125 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:29.125 INFO kablam! | Oct 22 02:09:29.125 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.125 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.125 INFO kablam! | Oct 22 02:09:29.125 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.125 INFO kablam! | Oct 22 02:09:29.125 INFO kablam! Oct 22 02:09:29.125 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.125 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.125 INFO kablam! | Oct 22 02:09:29.125 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.125 INFO kablam! | ^^^^^ Oct 22 02:09:29.125 INFO kablam! ... Oct 22 02:09:29.125 INFO kablam! 3242 | rt_realloc!(rt_odd_1000bytes_16align_realloc, 1000- 1, 16); Oct 22 02:09:29.125 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:29.125 INFO kablam! | Oct 22 02:09:29.125 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.125 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.125 INFO kablam! | Oct 22 02:09:29.125 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.125 INFO kablam! | Oct 22 02:09:29.125 INFO kablam! Oct 22 02:09:29.125 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.125 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.125 INFO kablam! | Oct 22 02:09:29.125 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.125 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.125 INFO kablam! ... Oct 22 02:09:29.125 INFO kablam! 3242 | rt_realloc!(rt_odd_1000bytes_16align_realloc, 1000- 1, 16); Oct 22 02:09:29.125 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:29.125 INFO kablam! | Oct 22 02:09:29.125 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.125 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.125 INFO kablam! | Oct 22 02:09:29.125 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.125 INFO kablam! | Oct 22 02:09:29.125 INFO kablam! Oct 22 02:09:29.125 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.125 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.125 INFO kablam! | Oct 22 02:09:29.125 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.125 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.125 INFO kablam! ... Oct 22 02:09:29.125 INFO kablam! 3242 | rt_realloc!(rt_odd_1000bytes_16align_realloc, 1000- 1, 16); Oct 22 02:09:29.125 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:29.125 INFO kablam! | Oct 22 02:09:29.125 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.125 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.125 INFO kablam! | Oct 22 02:09:29.125 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.125 INFO kablam! | Oct 22 02:09:29.125 INFO kablam! Oct 22 02:09:29.132 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.132 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.132 INFO kablam! | Oct 22 02:09:29.132 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.132 INFO kablam! | ^^^^^ Oct 22 02:09:29.132 INFO kablam! ... Oct 22 02:09:29.132 INFO kablam! 3255 | rt_realloc!(rt_odd_10000bytes_16align_realloc, 10000- 1, 16); Oct 22 02:09:29.132 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.132 INFO kablam! | Oct 22 02:09:29.132 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.132 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.132 INFO kablam! | Oct 22 02:09:29.132 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.132 INFO kablam! | Oct 22 02:09:29.132 INFO kablam! Oct 22 02:09:29.132 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.132 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.132 INFO kablam! | Oct 22 02:09:29.132 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.132 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.132 INFO kablam! ... Oct 22 02:09:29.132 INFO kablam! 3255 | rt_realloc!(rt_odd_10000bytes_16align_realloc, 10000- 1, 16); Oct 22 02:09:29.132 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.132 INFO kablam! | Oct 22 02:09:29.132 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.132 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.132 INFO kablam! | Oct 22 02:09:29.132 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.132 INFO kablam! | Oct 22 02:09:29.132 INFO kablam! Oct 22 02:09:29.144 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.144 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.144 INFO kablam! | Oct 22 02:09:29.144 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.144 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.144 INFO kablam! ... Oct 22 02:09:29.144 INFO kablam! 3255 | rt_realloc!(rt_odd_10000bytes_16align_realloc, 10000- 1, 16); Oct 22 02:09:29.144 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.144 INFO kablam! | Oct 22 02:09:29.144 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.144 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.144 INFO kablam! | Oct 22 02:09:29.144 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.144 INFO kablam! | Oct 22 02:09:29.144 INFO kablam! Oct 22 02:09:29.144 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.144 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.144 INFO kablam! | Oct 22 02:09:29.144 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.144 INFO kablam! | ^^^^^ Oct 22 02:09:29.144 INFO kablam! ... Oct 22 02:09:29.144 INFO kablam! 3268 | rt_realloc!(rt_odd_100000bytes_16align_realloc, 100000- 1, 16); Oct 22 02:09:29.144 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.144 INFO kablam! | Oct 22 02:09:29.144 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.144 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.144 INFO kablam! | Oct 22 02:09:29.144 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.144 INFO kablam! | Oct 22 02:09:29.144 INFO kablam! Oct 22 02:09:29.144 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.144 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.144 INFO kablam! | Oct 22 02:09:29.144 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.144 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.144 INFO kablam! ... Oct 22 02:09:29.144 INFO kablam! 3268 | rt_realloc!(rt_odd_100000bytes_16align_realloc, 100000- 1, 16); Oct 22 02:09:29.144 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.144 INFO kablam! | Oct 22 02:09:29.144 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.144 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.144 INFO kablam! | Oct 22 02:09:29.144 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.144 INFO kablam! | Oct 22 02:09:29.144 INFO kablam! Oct 22 02:09:29.144 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.145 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.145 INFO kablam! | Oct 22 02:09:29.145 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.145 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.145 INFO kablam! ... Oct 22 02:09:29.145 INFO kablam! 3268 | rt_realloc!(rt_odd_100000bytes_16align_realloc, 100000- 1, 16); Oct 22 02:09:29.145 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.145 INFO kablam! | Oct 22 02:09:29.145 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.145 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.145 INFO kablam! | Oct 22 02:09:29.145 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.145 INFO kablam! | Oct 22 02:09:29.145 INFO kablam! Oct 22 02:09:29.145 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.145 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.145 INFO kablam! | Oct 22 02:09:29.145 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.145 INFO kablam! | ^^^^^ Oct 22 02:09:29.145 INFO kablam! ... Oct 22 02:09:29.145 INFO kablam! 3281 | rt_realloc!(rt_odd_1000000bytes_16align_realloc, 1000000- 1, 16); Oct 22 02:09:29.145 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.145 INFO kablam! | Oct 22 02:09:29.145 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.145 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.145 INFO kablam! | Oct 22 02:09:29.145 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.145 INFO kablam! | Oct 22 02:09:29.145 INFO kablam! Oct 22 02:09:29.145 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.145 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.145 INFO kablam! | Oct 22 02:09:29.145 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.145 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.145 INFO kablam! ... Oct 22 02:09:29.145 INFO kablam! 3281 | rt_realloc!(rt_odd_1000000bytes_16align_realloc, 1000000- 1, 16); Oct 22 02:09:29.145 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.145 INFO kablam! | Oct 22 02:09:29.145 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.145 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.145 INFO kablam! | Oct 22 02:09:29.145 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.145 INFO kablam! | Oct 22 02:09:29.145 INFO kablam! Oct 22 02:09:29.145 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.145 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.145 INFO kablam! | Oct 22 02:09:29.145 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.145 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.145 INFO kablam! ... Oct 22 02:09:29.145 INFO kablam! 3281 | rt_realloc!(rt_odd_1000000bytes_16align_realloc, 1000000- 1, 16); Oct 22 02:09:29.145 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.145 INFO kablam! | Oct 22 02:09:29.145 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.145 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.145 INFO kablam! | Oct 22 02:09:29.145 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.145 INFO kablam! | Oct 22 02:09:29.145 INFO kablam! Oct 22 02:09:29.145 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.145 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.145 INFO kablam! | Oct 22 02:09:29.145 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.145 INFO kablam! | ^^^^^ Oct 22 02:09:29.145 INFO kablam! ... Oct 22 02:09:29.145 INFO kablam! 3295 | rt_realloc!(rt_primes_3bytes_16align_realloc, 3, 16); Oct 22 02:09:29.145 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:29.145 INFO kablam! | Oct 22 02:09:29.145 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.145 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.145 INFO kablam! | Oct 22 02:09:29.145 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.145 INFO kablam! | Oct 22 02:09:29.145 INFO kablam! Oct 22 02:09:29.145 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.145 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.145 INFO kablam! | Oct 22 02:09:29.145 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.145 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.145 INFO kablam! ... Oct 22 02:09:29.146 INFO kablam! 3295 | rt_realloc!(rt_primes_3bytes_16align_realloc, 3, 16); Oct 22 02:09:29.146 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:29.146 INFO kablam! | Oct 22 02:09:29.146 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.146 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.146 INFO kablam! | Oct 22 02:09:29.146 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.146 INFO kablam! | Oct 22 02:09:29.146 INFO kablam! Oct 22 02:09:29.146 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.146 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.146 INFO kablam! | Oct 22 02:09:29.146 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.146 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.146 INFO kablam! ... Oct 22 02:09:29.146 INFO kablam! 3295 | rt_realloc!(rt_primes_3bytes_16align_realloc, 3, 16); Oct 22 02:09:29.146 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:29.146 INFO kablam! | Oct 22 02:09:29.146 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.146 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.146 INFO kablam! | Oct 22 02:09:29.146 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.146 INFO kablam! | Oct 22 02:09:29.146 INFO kablam! Oct 22 02:09:29.146 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.146 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.146 INFO kablam! | Oct 22 02:09:29.146 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.146 INFO kablam! | ^^^^^ Oct 22 02:09:29.146 INFO kablam! ... Oct 22 02:09:29.146 INFO kablam! 3308 | rt_realloc!(rt_primes_7bytes_16align_realloc, 7, 16); Oct 22 02:09:29.146 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:29.146 INFO kablam! | Oct 22 02:09:29.146 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.146 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.146 INFO kablam! | Oct 22 02:09:29.146 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.146 INFO kablam! | Oct 22 02:09:29.146 INFO kablam! Oct 22 02:09:29.146 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.146 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.146 INFO kablam! | Oct 22 02:09:29.146 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.146 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.146 INFO kablam! ... Oct 22 02:09:29.146 INFO kablam! 3308 | rt_realloc!(rt_primes_7bytes_16align_realloc, 7, 16); Oct 22 02:09:29.146 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:29.146 INFO kablam! | Oct 22 02:09:29.146 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.146 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.146 INFO kablam! | Oct 22 02:09:29.146 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.146 INFO kablam! | Oct 22 02:09:29.146 INFO kablam! Oct 22 02:09:29.146 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.146 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.146 INFO kablam! | Oct 22 02:09:29.146 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.146 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.146 INFO kablam! ... Oct 22 02:09:29.146 INFO kablam! 3308 | rt_realloc!(rt_primes_7bytes_16align_realloc, 7, 16); Oct 22 02:09:29.146 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:29.146 INFO kablam! | Oct 22 02:09:29.146 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.146 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.146 INFO kablam! | Oct 22 02:09:29.146 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.146 INFO kablam! | Oct 22 02:09:29.146 INFO kablam! Oct 22 02:09:29.156 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.156 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.156 INFO kablam! | Oct 22 02:09:29.156 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.156 INFO kablam! | ^^^^^ Oct 22 02:09:29.156 INFO kablam! ... Oct 22 02:09:29.156 INFO kablam! 3321 | rt_realloc!(rt_primes_13bytes_16align_realloc, 13, 16); Oct 22 02:09:29.156 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:29.156 INFO kablam! | Oct 22 02:09:29.156 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.156 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.156 INFO kablam! | Oct 22 02:09:29.156 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.156 INFO kablam! | Oct 22 02:09:29.156 INFO kablam! Oct 22 02:09:29.156 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.156 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.156 INFO kablam! | Oct 22 02:09:29.156 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.156 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.156 INFO kablam! ... Oct 22 02:09:29.156 INFO kablam! 3321 | rt_realloc!(rt_primes_13bytes_16align_realloc, 13, 16); Oct 22 02:09:29.156 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:29.156 INFO kablam! | Oct 22 02:09:29.156 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.156 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.156 INFO kablam! | Oct 22 02:09:29.156 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.156 INFO kablam! | Oct 22 02:09:29.156 INFO kablam! Oct 22 02:09:29.156 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.156 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.156 INFO kablam! | Oct 22 02:09:29.156 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.156 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.156 INFO kablam! ... Oct 22 02:09:29.156 INFO kablam! 3321 | rt_realloc!(rt_primes_13bytes_16align_realloc, 13, 16); Oct 22 02:09:29.156 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:29.156 INFO kablam! | Oct 22 02:09:29.156 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.156 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.156 INFO kablam! | Oct 22 02:09:29.156 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.156 INFO kablam! | Oct 22 02:09:29.156 INFO kablam! Oct 22 02:09:29.156 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.157 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.157 INFO kablam! | Oct 22 02:09:29.157 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.157 INFO kablam! | ^^^^^ Oct 22 02:09:29.157 INFO kablam! ... Oct 22 02:09:29.157 INFO kablam! 3334 | rt_realloc!(rt_primes_17bytes_16align_realloc, 17, 16); Oct 22 02:09:29.157 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:29.157 INFO kablam! | Oct 22 02:09:29.157 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.157 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.157 INFO kablam! | Oct 22 02:09:29.157 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.157 INFO kablam! | Oct 22 02:09:29.157 INFO kablam! Oct 22 02:09:29.157 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.157 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.157 INFO kablam! | Oct 22 02:09:29.157 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.157 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.157 INFO kablam! ... Oct 22 02:09:29.157 INFO kablam! 3334 | rt_realloc!(rt_primes_17bytes_16align_realloc, 17, 16); Oct 22 02:09:29.157 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:29.157 INFO kablam! | Oct 22 02:09:29.157 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.157 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.157 INFO kablam! | Oct 22 02:09:29.157 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.157 INFO kablam! | Oct 22 02:09:29.157 INFO kablam! Oct 22 02:09:29.157 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.157 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.157 INFO kablam! | Oct 22 02:09:29.157 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.157 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.157 INFO kablam! ... Oct 22 02:09:29.157 INFO kablam! 3334 | rt_realloc!(rt_primes_17bytes_16align_realloc, 17, 16); Oct 22 02:09:29.157 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:29.157 INFO kablam! | Oct 22 02:09:29.157 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.157 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.157 INFO kablam! | Oct 22 02:09:29.157 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.157 INFO kablam! | Oct 22 02:09:29.157 INFO kablam! Oct 22 02:09:29.157 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.157 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.157 INFO kablam! | Oct 22 02:09:29.157 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.157 INFO kablam! | ^^^^^ Oct 22 02:09:29.157 INFO kablam! ... Oct 22 02:09:29.157 INFO kablam! 3347 | rt_realloc!(rt_primes_31bytes_16align_realloc, 31, 16); Oct 22 02:09:29.157 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:29.157 INFO kablam! | Oct 22 02:09:29.157 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.157 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.157 INFO kablam! | Oct 22 02:09:29.157 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.157 INFO kablam! | Oct 22 02:09:29.157 INFO kablam! Oct 22 02:09:29.157 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.157 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.157 INFO kablam! | Oct 22 02:09:29.157 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.157 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.157 INFO kablam! ... Oct 22 02:09:29.157 INFO kablam! 3347 | rt_realloc!(rt_primes_31bytes_16align_realloc, 31, 16); Oct 22 02:09:29.157 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:29.157 INFO kablam! | Oct 22 02:09:29.157 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.157 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.157 INFO kablam! | Oct 22 02:09:29.157 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.157 INFO kablam! | Oct 22 02:09:29.157 INFO kablam! Oct 22 02:09:29.157 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.157 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.157 INFO kablam! | Oct 22 02:09:29.157 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.157 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.157 INFO kablam! ... Oct 22 02:09:29.157 INFO kablam! 3347 | rt_realloc!(rt_primes_31bytes_16align_realloc, 31, 16); Oct 22 02:09:29.157 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:29.157 INFO kablam! | Oct 22 02:09:29.157 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.157 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.157 INFO kablam! | Oct 22 02:09:29.157 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.158 INFO kablam! | Oct 22 02:09:29.158 INFO kablam! Oct 22 02:09:29.168 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.168 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.168 INFO kablam! | Oct 22 02:09:29.168 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.168 INFO kablam! | ^^^^^ Oct 22 02:09:29.168 INFO kablam! ... Oct 22 02:09:29.168 INFO kablam! 3360 | rt_realloc!(rt_primes_61bytes_16align_realloc, 61, 16); Oct 22 02:09:29.168 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:29.168 INFO kablam! | Oct 22 02:09:29.168 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.168 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.168 INFO kablam! | Oct 22 02:09:29.168 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.168 INFO kablam! | Oct 22 02:09:29.168 INFO kablam! Oct 22 02:09:29.168 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.168 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.168 INFO kablam! | Oct 22 02:09:29.168 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.168 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.168 INFO kablam! ... Oct 22 02:09:29.168 INFO kablam! 3360 | rt_realloc!(rt_primes_61bytes_16align_realloc, 61, 16); Oct 22 02:09:29.168 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:29.168 INFO kablam! | Oct 22 02:09:29.168 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.168 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.168 INFO kablam! | Oct 22 02:09:29.168 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.168 INFO kablam! | Oct 22 02:09:29.168 INFO kablam! Oct 22 02:09:29.168 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.168 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.168 INFO kablam! | Oct 22 02:09:29.168 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.168 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.168 INFO kablam! ... Oct 22 02:09:29.168 INFO kablam! 3360 | rt_realloc!(rt_primes_61bytes_16align_realloc, 61, 16); Oct 22 02:09:29.168 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:29.168 INFO kablam! | Oct 22 02:09:29.168 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.168 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.168 INFO kablam! | Oct 22 02:09:29.168 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.168 INFO kablam! | Oct 22 02:09:29.168 INFO kablam! Oct 22 02:09:29.169 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.169 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.169 INFO kablam! | Oct 22 02:09:29.169 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.169 INFO kablam! | ^^^^^ Oct 22 02:09:29.169 INFO kablam! ... Oct 22 02:09:29.169 INFO kablam! 3373 | rt_realloc!(rt_primes_96bytes_16align_realloc, 96, 16); Oct 22 02:09:29.169 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:29.169 INFO kablam! | Oct 22 02:09:29.169 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.169 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.169 INFO kablam! | Oct 22 02:09:29.169 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.169 INFO kablam! | Oct 22 02:09:29.169 INFO kablam! Oct 22 02:09:29.175 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.175 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.175 INFO kablam! | Oct 22 02:09:29.175 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.175 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.175 INFO kablam! ... Oct 22 02:09:29.175 INFO kablam! 3373 | rt_realloc!(rt_primes_96bytes_16align_realloc, 96, 16); Oct 22 02:09:29.175 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:29.175 INFO kablam! | Oct 22 02:09:29.175 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.175 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.175 INFO kablam! | Oct 22 02:09:29.175 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.175 INFO kablam! | Oct 22 02:09:29.175 INFO kablam! Oct 22 02:09:29.175 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.175 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.176 INFO kablam! | Oct 22 02:09:29.176 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.176 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.176 INFO kablam! ... Oct 22 02:09:29.176 INFO kablam! 3373 | rt_realloc!(rt_primes_96bytes_16align_realloc, 96, 16); Oct 22 02:09:29.176 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:29.176 INFO kablam! | Oct 22 02:09:29.176 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.176 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.176 INFO kablam! | Oct 22 02:09:29.176 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.176 INFO kablam! | Oct 22 02:09:29.176 INFO kablam! Oct 22 02:09:29.176 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.176 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.176 INFO kablam! | Oct 22 02:09:29.176 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.176 INFO kablam! | ^^^^^ Oct 22 02:09:29.176 INFO kablam! ... Oct 22 02:09:29.176 INFO kablam! 3386 | rt_realloc!(rt_primes_127bytes_16align_realloc, 127, 16); Oct 22 02:09:29.176 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:29.176 INFO kablam! | Oct 22 02:09:29.176 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.176 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.176 INFO kablam! | Oct 22 02:09:29.176 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.176 INFO kablam! | Oct 22 02:09:29.176 INFO kablam! Oct 22 02:09:29.176 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.176 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.176 INFO kablam! | Oct 22 02:09:29.176 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.176 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.176 INFO kablam! ... Oct 22 02:09:29.176 INFO kablam! 3386 | rt_realloc!(rt_primes_127bytes_16align_realloc, 127, 16); Oct 22 02:09:29.176 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:29.176 INFO kablam! | Oct 22 02:09:29.176 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.176 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.176 INFO kablam! | Oct 22 02:09:29.176 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.176 INFO kablam! | Oct 22 02:09:29.176 INFO kablam! Oct 22 02:09:29.176 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.176 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.176 INFO kablam! | Oct 22 02:09:29.176 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.176 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.176 INFO kablam! ... Oct 22 02:09:29.176 INFO kablam! 3386 | rt_realloc!(rt_primes_127bytes_16align_realloc, 127, 16); Oct 22 02:09:29.176 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:29.176 INFO kablam! | Oct 22 02:09:29.176 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.176 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.176 INFO kablam! | Oct 22 02:09:29.176 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.176 INFO kablam! | Oct 22 02:09:29.176 INFO kablam! Oct 22 02:09:29.176 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.176 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.176 INFO kablam! | Oct 22 02:09:29.176 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.176 INFO kablam! | ^^^^^ Oct 22 02:09:29.176 INFO kablam! ... Oct 22 02:09:29.176 INFO kablam! 3399 | rt_realloc!(rt_primes_257bytes_16align_realloc, 257, 16); Oct 22 02:09:29.176 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:29.176 INFO kablam! | Oct 22 02:09:29.176 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.176 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.176 INFO kablam! | Oct 22 02:09:29.176 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.176 INFO kablam! | Oct 22 02:09:29.176 INFO kablam! Oct 22 02:09:29.176 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.176 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.176 INFO kablam! | Oct 22 02:09:29.176 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.176 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.176 INFO kablam! ... Oct 22 02:09:29.176 INFO kablam! 3399 | rt_realloc!(rt_primes_257bytes_16align_realloc, 257, 16); Oct 22 02:09:29.177 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:29.177 INFO kablam! | Oct 22 02:09:29.177 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.177 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.177 INFO kablam! | Oct 22 02:09:29.177 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.177 INFO kablam! | Oct 22 02:09:29.177 INFO kablam! Oct 22 02:09:29.177 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.177 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.177 INFO kablam! | Oct 22 02:09:29.177 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.177 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.177 INFO kablam! ... Oct 22 02:09:29.177 INFO kablam! 3399 | rt_realloc!(rt_primes_257bytes_16align_realloc, 257, 16); Oct 22 02:09:29.177 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:29.177 INFO kablam! | Oct 22 02:09:29.177 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.177 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.177 INFO kablam! | Oct 22 02:09:29.177 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.177 INFO kablam! | Oct 22 02:09:29.177 INFO kablam! Oct 22 02:09:29.177 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.177 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.177 INFO kablam! | Oct 22 02:09:29.177 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.177 INFO kablam! | ^^^^^ Oct 22 02:09:29.177 INFO kablam! ... Oct 22 02:09:29.177 INFO kablam! 3412 | rt_realloc!(rt_primes_509bytes_16align_realloc, 509, 16); Oct 22 02:09:29.177 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:29.177 INFO kablam! | Oct 22 02:09:29.177 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.177 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.177 INFO kablam! | Oct 22 02:09:29.177 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.177 INFO kablam! | Oct 22 02:09:29.177 INFO kablam! Oct 22 02:09:29.183 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.183 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.183 INFO kablam! | Oct 22 02:09:29.183 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.183 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.183 INFO kablam! ... Oct 22 02:09:29.183 INFO kablam! 3412 | rt_realloc!(rt_primes_509bytes_16align_realloc, 509, 16); Oct 22 02:09:29.183 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:29.183 INFO kablam! | Oct 22 02:09:29.183 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.183 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.183 INFO kablam! | Oct 22 02:09:29.183 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.183 INFO kablam! | Oct 22 02:09:29.183 INFO kablam! Oct 22 02:09:29.183 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.183 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.183 INFO kablam! | Oct 22 02:09:29.183 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.183 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.183 INFO kablam! ... Oct 22 02:09:29.183 INFO kablam! 3412 | rt_realloc!(rt_primes_509bytes_16align_realloc, 509, 16); Oct 22 02:09:29.183 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:29.183 INFO kablam! | Oct 22 02:09:29.183 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.183 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.183 INFO kablam! | Oct 22 02:09:29.183 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.183 INFO kablam! | Oct 22 02:09:29.183 INFO kablam! Oct 22 02:09:29.183 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.183 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.183 INFO kablam! | Oct 22 02:09:29.183 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.183 INFO kablam! | ^^^^^ Oct 22 02:09:29.183 INFO kablam! ... Oct 22 02:09:29.183 INFO kablam! 3425 | rt_realloc!(rt_primes_1021bytes_16align_realloc, 1021, 16); Oct 22 02:09:29.183 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:29.183 INFO kablam! | Oct 22 02:09:29.183 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.183 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.183 INFO kablam! | Oct 22 02:09:29.183 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.183 INFO kablam! | Oct 22 02:09:29.183 INFO kablam! Oct 22 02:09:29.183 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.183 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.183 INFO kablam! | Oct 22 02:09:29.183 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.183 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.183 INFO kablam! ... Oct 22 02:09:29.183 INFO kablam! 3425 | rt_realloc!(rt_primes_1021bytes_16align_realloc, 1021, 16); Oct 22 02:09:29.183 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:29.183 INFO kablam! | Oct 22 02:09:29.183 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.183 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.183 INFO kablam! | Oct 22 02:09:29.183 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.183 INFO kablam! | Oct 22 02:09:29.183 INFO kablam! Oct 22 02:09:29.183 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.183 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.183 INFO kablam! | Oct 22 02:09:29.183 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.183 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.183 INFO kablam! ... Oct 22 02:09:29.183 INFO kablam! 3425 | rt_realloc!(rt_primes_1021bytes_16align_realloc, 1021, 16); Oct 22 02:09:29.184 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:29.184 INFO kablam! | Oct 22 02:09:29.184 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.184 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.184 INFO kablam! | Oct 22 02:09:29.184 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.184 INFO kablam! | Oct 22 02:09:29.184 INFO kablam! Oct 22 02:09:29.184 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.184 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.184 INFO kablam! | Oct 22 02:09:29.184 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.184 INFO kablam! | ^^^^^ Oct 22 02:09:29.184 INFO kablam! ... Oct 22 02:09:29.184 INFO kablam! 3438 | rt_realloc!(rt_primes_2039bytes_16align_realloc, 2039, 16); Oct 22 02:09:29.184 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:29.184 INFO kablam! | Oct 22 02:09:29.184 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.184 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.184 INFO kablam! | Oct 22 02:09:29.184 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.184 INFO kablam! | Oct 22 02:09:29.184 INFO kablam! Oct 22 02:09:29.184 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.184 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.184 INFO kablam! | Oct 22 02:09:29.184 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.184 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.184 INFO kablam! ... Oct 22 02:09:29.184 INFO kablam! 3438 | rt_realloc!(rt_primes_2039bytes_16align_realloc, 2039, 16); Oct 22 02:09:29.184 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:29.184 INFO kablam! | Oct 22 02:09:29.192 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.192 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.192 INFO kablam! | Oct 22 02:09:29.192 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.192 INFO kablam! | Oct 22 02:09:29.192 INFO kablam! Oct 22 02:09:29.192 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.192 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.192 INFO kablam! | Oct 22 02:09:29.192 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.192 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.192 INFO kablam! ... Oct 22 02:09:29.192 INFO kablam! 3438 | rt_realloc!(rt_primes_2039bytes_16align_realloc, 2039, 16); Oct 22 02:09:29.192 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:29.192 INFO kablam! | Oct 22 02:09:29.192 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.192 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.192 INFO kablam! | Oct 22 02:09:29.192 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.192 INFO kablam! | Oct 22 02:09:29.192 INFO kablam! Oct 22 02:09:29.192 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.192 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.192 INFO kablam! | Oct 22 02:09:29.192 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.192 INFO kablam! | ^^^^^ Oct 22 02:09:29.192 INFO kablam! ... Oct 22 02:09:29.192 INFO kablam! 3451 | rt_realloc!(rt_primes_4093bytes_16align_realloc, 4093, 16); Oct 22 02:09:29.192 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:29.192 INFO kablam! | Oct 22 02:09:29.192 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.192 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.192 INFO kablam! | Oct 22 02:09:29.192 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.192 INFO kablam! | Oct 22 02:09:29.192 INFO kablam! Oct 22 02:09:29.192 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.192 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.192 INFO kablam! | Oct 22 02:09:29.192 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.192 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.192 INFO kablam! ... Oct 22 02:09:29.192 INFO kablam! 3451 | rt_realloc!(rt_primes_4093bytes_16align_realloc, 4093, 16); Oct 22 02:09:29.192 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:29.192 INFO kablam! | Oct 22 02:09:29.192 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.193 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.193 INFO kablam! | Oct 22 02:09:29.193 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.193 INFO kablam! | Oct 22 02:09:29.193 INFO kablam! Oct 22 02:09:29.193 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.193 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.193 INFO kablam! | Oct 22 02:09:29.193 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.193 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.193 INFO kablam! ... Oct 22 02:09:29.193 INFO kablam! 3451 | rt_realloc!(rt_primes_4093bytes_16align_realloc, 4093, 16); Oct 22 02:09:29.193 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:29.193 INFO kablam! | Oct 22 02:09:29.193 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.193 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.193 INFO kablam! | Oct 22 02:09:29.193 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.193 INFO kablam! | Oct 22 02:09:29.193 INFO kablam! Oct 22 02:09:29.193 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.193 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.193 INFO kablam! | Oct 22 02:09:29.193 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.193 INFO kablam! | ^^^^^ Oct 22 02:09:29.193 INFO kablam! ... Oct 22 02:09:29.193 INFO kablam! 3464 | rt_realloc!(rt_primes_8191bytes_16align_realloc, 8191, 16); Oct 22 02:09:29.193 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:29.193 INFO kablam! | Oct 22 02:09:29.193 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.193 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.193 INFO kablam! | Oct 22 02:09:29.193 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.193 INFO kablam! | Oct 22 02:09:29.193 INFO kablam! Oct 22 02:09:29.193 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.193 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.193 INFO kablam! | Oct 22 02:09:29.193 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.193 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.193 INFO kablam! ... Oct 22 02:09:29.193 INFO kablam! 3464 | rt_realloc!(rt_primes_8191bytes_16align_realloc, 8191, 16); Oct 22 02:09:29.193 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:29.193 INFO kablam! | Oct 22 02:09:29.193 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.193 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.193 INFO kablam! | Oct 22 02:09:29.193 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.193 INFO kablam! | Oct 22 02:09:29.193 INFO kablam! Oct 22 02:09:29.193 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.193 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.193 INFO kablam! | Oct 22 02:09:29.193 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.193 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.193 INFO kablam! ... Oct 22 02:09:29.193 INFO kablam! 3464 | rt_realloc!(rt_primes_8191bytes_16align_realloc, 8191, 16); Oct 22 02:09:29.193 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:29.193 INFO kablam! | Oct 22 02:09:29.193 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.193 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.193 INFO kablam! | Oct 22 02:09:29.193 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.193 INFO kablam! | Oct 22 02:09:29.193 INFO kablam! Oct 22 02:09:29.193 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.193 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.193 INFO kablam! | Oct 22 02:09:29.193 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.193 INFO kablam! | ^^^^^ Oct 22 02:09:29.193 INFO kablam! ... Oct 22 02:09:29.193 INFO kablam! 3477 | rt_realloc!(rt_primes_16381bytes_16align_realloc, 16381, 16); Oct 22 02:09:29.193 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.193 INFO kablam! | Oct 22 02:09:29.193 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.193 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.193 INFO kablam! | Oct 22 02:09:29.193 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.193 INFO kablam! | Oct 22 02:09:29.193 INFO kablam! Oct 22 02:09:29.193 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.193 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.193 INFO kablam! | Oct 22 02:09:29.193 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.193 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.194 INFO kablam! ... Oct 22 02:09:29.194 INFO kablam! 3477 | rt_realloc!(rt_primes_16381bytes_16align_realloc, 16381, 16); Oct 22 02:09:29.194 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.194 INFO kablam! | Oct 22 02:09:29.194 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.194 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.194 INFO kablam! | Oct 22 02:09:29.194 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.194 INFO kablam! | Oct 22 02:09:29.194 INFO kablam! Oct 22 02:09:29.194 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.194 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.194 INFO kablam! | Oct 22 02:09:29.194 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.194 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.194 INFO kablam! ... Oct 22 02:09:29.194 INFO kablam! 3477 | rt_realloc!(rt_primes_16381bytes_16align_realloc, 16381, 16); Oct 22 02:09:29.194 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.194 INFO kablam! | Oct 22 02:09:29.194 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.194 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.194 INFO kablam! | Oct 22 02:09:29.194 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.194 INFO kablam! | Oct 22 02:09:29.194 INFO kablam! Oct 22 02:09:29.194 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.194 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.194 INFO kablam! | Oct 22 02:09:29.194 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.194 INFO kablam! | ^^^^^ Oct 22 02:09:29.194 INFO kablam! ... Oct 22 02:09:29.194 INFO kablam! 3490 | rt_realloc!(rt_primes_32749bytes_16align_realloc, 32749, 16); Oct 22 02:09:29.194 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.194 INFO kablam! | Oct 22 02:09:29.194 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.194 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.194 INFO kablam! | Oct 22 02:09:29.194 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.194 INFO kablam! | Oct 22 02:09:29.194 INFO kablam! Oct 22 02:09:29.200 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.200 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.200 INFO kablam! | Oct 22 02:09:29.200 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.200 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.200 INFO kablam! ... Oct 22 02:09:29.200 INFO kablam! 3490 | rt_realloc!(rt_primes_32749bytes_16align_realloc, 32749, 16); Oct 22 02:09:29.200 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.200 INFO kablam! | Oct 22 02:09:29.200 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.200 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.200 INFO kablam! | Oct 22 02:09:29.200 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.200 INFO kablam! | Oct 22 02:09:29.200 INFO kablam! Oct 22 02:09:29.212 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.212 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.212 INFO kablam! | Oct 22 02:09:29.212 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.212 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.212 INFO kablam! ... Oct 22 02:09:29.212 INFO kablam! 3490 | rt_realloc!(rt_primes_32749bytes_16align_realloc, 32749, 16); Oct 22 02:09:29.212 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.212 INFO kablam! | Oct 22 02:09:29.212 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.212 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.212 INFO kablam! | Oct 22 02:09:29.212 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.212 INFO kablam! | Oct 22 02:09:29.212 INFO kablam! Oct 22 02:09:29.212 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.212 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.212 INFO kablam! | Oct 22 02:09:29.212 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.212 INFO kablam! | ^^^^^ Oct 22 02:09:29.212 INFO kablam! ... Oct 22 02:09:29.212 INFO kablam! 3503 | rt_realloc!(rt_primes_65537bytes_16align_realloc, 65537, 16); Oct 22 02:09:29.212 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.212 INFO kablam! | Oct 22 02:09:29.212 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.212 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.212 INFO kablam! | Oct 22 02:09:29.212 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.212 INFO kablam! | Oct 22 02:09:29.212 INFO kablam! Oct 22 02:09:29.212 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.212 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.212 INFO kablam! | Oct 22 02:09:29.212 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.212 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.212 INFO kablam! ... Oct 22 02:09:29.212 INFO kablam! 3503 | rt_realloc!(rt_primes_65537bytes_16align_realloc, 65537, 16); Oct 22 02:09:29.212 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.212 INFO kablam! | Oct 22 02:09:29.212 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.212 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.212 INFO kablam! | Oct 22 02:09:29.212 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.212 INFO kablam! | Oct 22 02:09:29.212 INFO kablam! Oct 22 02:09:29.213 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.213 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.213 INFO kablam! | Oct 22 02:09:29.213 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.213 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.213 INFO kablam! ... Oct 22 02:09:29.213 INFO kablam! 3503 | rt_realloc!(rt_primes_65537bytes_16align_realloc, 65537, 16); Oct 22 02:09:29.213 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.213 INFO kablam! | Oct 22 02:09:29.213 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.213 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.213 INFO kablam! | Oct 22 02:09:29.213 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.213 INFO kablam! | Oct 22 02:09:29.213 INFO kablam! Oct 22 02:09:29.213 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.213 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.213 INFO kablam! | Oct 22 02:09:29.213 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.213 INFO kablam! | ^^^^^ Oct 22 02:09:29.213 INFO kablam! ... Oct 22 02:09:29.213 INFO kablam! 3516 | rt_realloc!(rt_primes_131071bytes_16align_realloc, 131071, 16); Oct 22 02:09:29.213 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.213 INFO kablam! | Oct 22 02:09:29.213 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.213 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.213 INFO kablam! | Oct 22 02:09:29.213 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.213 INFO kablam! | Oct 22 02:09:29.213 INFO kablam! Oct 22 02:09:29.213 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.213 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.213 INFO kablam! | Oct 22 02:09:29.213 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.213 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.213 INFO kablam! ... Oct 22 02:09:29.213 INFO kablam! 3516 | rt_realloc!(rt_primes_131071bytes_16align_realloc, 131071, 16); Oct 22 02:09:29.213 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.213 INFO kablam! | Oct 22 02:09:29.213 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.213 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.213 INFO kablam! | Oct 22 02:09:29.213 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.213 INFO kablam! | Oct 22 02:09:29.213 INFO kablam! Oct 22 02:09:29.213 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.213 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.213 INFO kablam! | Oct 22 02:09:29.213 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.213 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.213 INFO kablam! ... Oct 22 02:09:29.213 INFO kablam! 3516 | rt_realloc!(rt_primes_131071bytes_16align_realloc, 131071, 16); Oct 22 02:09:29.213 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.213 INFO kablam! | Oct 22 02:09:29.213 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.213 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.213 INFO kablam! | Oct 22 02:09:29.213 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.213 INFO kablam! | Oct 22 02:09:29.213 INFO kablam! Oct 22 02:09:29.213 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.213 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.213 INFO kablam! | Oct 22 02:09:29.213 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.213 INFO kablam! | ^^^^^ Oct 22 02:09:29.213 INFO kablam! ... Oct 22 02:09:29.213 INFO kablam! 3529 | rt_realloc!(rt_primes_4194301bytes_16align_realloc, 4194301, 16); Oct 22 02:09:29.213 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.213 INFO kablam! | Oct 22 02:09:29.213 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.213 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.213 INFO kablam! | Oct 22 02:09:29.213 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.213 INFO kablam! | Oct 22 02:09:29.213 INFO kablam! Oct 22 02:09:29.213 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.213 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.213 INFO kablam! | Oct 22 02:09:29.213 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.213 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.213 INFO kablam! ... Oct 22 02:09:29.213 INFO kablam! 3529 | rt_realloc!(rt_primes_4194301bytes_16align_realloc, 4194301, 16); Oct 22 02:09:29.213 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.213 INFO kablam! | Oct 22 02:09:29.213 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.214 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.214 INFO kablam! | Oct 22 02:09:29.214 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.214 INFO kablam! | Oct 22 02:09:29.214 INFO kablam! Oct 22 02:09:29.214 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.214 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.214 INFO kablam! | Oct 22 02:09:29.214 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.214 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.214 INFO kablam! ... Oct 22 02:09:29.214 INFO kablam! 3529 | rt_realloc!(rt_primes_4194301bytes_16align_realloc, 4194301, 16); Oct 22 02:09:29.214 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.214 INFO kablam! | Oct 22 02:09:29.214 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.214 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.214 INFO kablam! | Oct 22 02:09:29.214 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.214 INFO kablam! | Oct 22 02:09:29.214 INFO kablam! Oct 22 02:09:29.214 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.214 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.214 INFO kablam! | Oct 22 02:09:29.214 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.214 INFO kablam! | ^^^^^ Oct 22 02:09:29.214 INFO kablam! ... Oct 22 02:09:29.214 INFO kablam! 3545 | rt_realloc!(rt_pow2_1bytes_32align_realloc, 1, 32); Oct 22 02:09:29.214 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:29.214 INFO kablam! | Oct 22 02:09:29.214 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.214 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.214 INFO kablam! | Oct 22 02:09:29.214 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.214 INFO kablam! | Oct 22 02:09:29.214 INFO kablam! Oct 22 02:09:29.214 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.214 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.214 INFO kablam! | Oct 22 02:09:29.214 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.214 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.214 INFO kablam! ... Oct 22 02:09:29.214 INFO kablam! 3545 | rt_realloc!(rt_pow2_1bytes_32align_realloc, 1, 32); Oct 22 02:09:29.214 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:29.214 INFO kablam! | Oct 22 02:09:29.214 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.214 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.214 INFO kablam! | Oct 22 02:09:29.214 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.214 INFO kablam! | Oct 22 02:09:29.214 INFO kablam! Oct 22 02:09:29.214 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.214 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.214 INFO kablam! | Oct 22 02:09:29.214 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.214 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.214 INFO kablam! ... Oct 22 02:09:29.214 INFO kablam! 3545 | rt_realloc!(rt_pow2_1bytes_32align_realloc, 1, 32); Oct 22 02:09:29.214 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:29.214 INFO kablam! | Oct 22 02:09:29.214 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.214 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.214 INFO kablam! | Oct 22 02:09:29.214 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.214 INFO kablam! | Oct 22 02:09:29.214 INFO kablam! Oct 22 02:09:29.214 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.214 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.214 INFO kablam! | Oct 22 02:09:29.214 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.214 INFO kablam! | ^^^^^ Oct 22 02:09:29.214 INFO kablam! ... Oct 22 02:09:29.214 INFO kablam! 3558 | rt_realloc!(rt_pow2_2bytes_32align_realloc, 2, 32); Oct 22 02:09:29.214 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:29.214 INFO kablam! | Oct 22 02:09:29.214 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.214 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.214 INFO kablam! | Oct 22 02:09:29.214 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.214 INFO kablam! | Oct 22 02:09:29.214 INFO kablam! Oct 22 02:09:29.214 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.214 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.214 INFO kablam! | Oct 22 02:09:29.214 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.215 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.215 INFO kablam! ... Oct 22 02:09:29.215 INFO kablam! 3558 | rt_realloc!(rt_pow2_2bytes_32align_realloc, 2, 32); Oct 22 02:09:29.215 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:29.215 INFO kablam! | Oct 22 02:09:29.215 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.215 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.215 INFO kablam! | Oct 22 02:09:29.215 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.215 INFO kablam! | Oct 22 02:09:29.215 INFO kablam! Oct 22 02:09:29.215 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.215 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.215 INFO kablam! | Oct 22 02:09:29.215 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.215 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.215 INFO kablam! ... Oct 22 02:09:29.215 INFO kablam! 3558 | rt_realloc!(rt_pow2_2bytes_32align_realloc, 2, 32); Oct 22 02:09:29.215 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:29.215 INFO kablam! | Oct 22 02:09:29.215 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.215 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.215 INFO kablam! | Oct 22 02:09:29.215 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.215 INFO kablam! | Oct 22 02:09:29.215 INFO kablam! Oct 22 02:09:29.224 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.224 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.224 INFO kablam! | Oct 22 02:09:29.224 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.224 INFO kablam! | ^^^^^ Oct 22 02:09:29.224 INFO kablam! ... Oct 22 02:09:29.224 INFO kablam! 3571 | rt_realloc!(rt_pow2_4bytes_32align_realloc, 4, 32); Oct 22 02:09:29.224 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:29.224 INFO kablam! | Oct 22 02:09:29.224 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.224 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.224 INFO kablam! | Oct 22 02:09:29.224 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.224 INFO kablam! | Oct 22 02:09:29.224 INFO kablam! Oct 22 02:09:29.224 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.224 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.224 INFO kablam! | Oct 22 02:09:29.224 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.224 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.224 INFO kablam! ... Oct 22 02:09:29.224 INFO kablam! 3571 | rt_realloc!(rt_pow2_4bytes_32align_realloc, 4, 32); Oct 22 02:09:29.224 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:29.224 INFO kablam! | Oct 22 02:09:29.224 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.224 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.224 INFO kablam! | Oct 22 02:09:29.224 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.224 INFO kablam! | Oct 22 02:09:29.224 INFO kablam! Oct 22 02:09:29.224 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.224 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.224 INFO kablam! | Oct 22 02:09:29.224 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.224 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.224 INFO kablam! ... Oct 22 02:09:29.224 INFO kablam! 3571 | rt_realloc!(rt_pow2_4bytes_32align_realloc, 4, 32); Oct 22 02:09:29.224 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:29.224 INFO kablam! | Oct 22 02:09:29.224 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.224 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.224 INFO kablam! | Oct 22 02:09:29.224 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.224 INFO kablam! | Oct 22 02:09:29.224 INFO kablam! Oct 22 02:09:29.225 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.225 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.225 INFO kablam! | Oct 22 02:09:29.225 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.225 INFO kablam! | ^^^^^ Oct 22 02:09:29.225 INFO kablam! ... Oct 22 02:09:29.225 INFO kablam! 3584 | rt_realloc!(rt_pow2_8bytes_32align_realloc, 8, 32); Oct 22 02:09:29.225 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:29.225 INFO kablam! | Oct 22 02:09:29.225 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.225 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.225 INFO kablam! | Oct 22 02:09:29.225 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.225 INFO kablam! | Oct 22 02:09:29.225 INFO kablam! Oct 22 02:09:29.225 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.225 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.225 INFO kablam! | Oct 22 02:09:29.225 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.225 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.225 INFO kablam! ... Oct 22 02:09:29.225 INFO kablam! 3584 | rt_realloc!(rt_pow2_8bytes_32align_realloc, 8, 32); Oct 22 02:09:29.225 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:29.225 INFO kablam! | Oct 22 02:09:29.225 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.225 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.225 INFO kablam! | Oct 22 02:09:29.225 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.225 INFO kablam! | Oct 22 02:09:29.225 INFO kablam! Oct 22 02:09:29.225 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.225 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.225 INFO kablam! | Oct 22 02:09:29.225 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.225 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.225 INFO kablam! ... Oct 22 02:09:29.225 INFO kablam! 3584 | rt_realloc!(rt_pow2_8bytes_32align_realloc, 8, 32); Oct 22 02:09:29.225 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 22 02:09:29.225 INFO kablam! | Oct 22 02:09:29.225 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.225 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.225 INFO kablam! | Oct 22 02:09:29.225 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.225 INFO kablam! | Oct 22 02:09:29.225 INFO kablam! Oct 22 02:09:29.225 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.225 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.225 INFO kablam! | Oct 22 02:09:29.225 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.225 INFO kablam! | ^^^^^ Oct 22 02:09:29.225 INFO kablam! ... Oct 22 02:09:29.225 INFO kablam! 3597 | rt_realloc!(rt_pow2_16bytes_32align_realloc, 16, 32); Oct 22 02:09:29.225 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:29.225 INFO kablam! | Oct 22 02:09:29.225 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.225 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.225 INFO kablam! | Oct 22 02:09:29.225 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.225 INFO kablam! | Oct 22 02:09:29.225 INFO kablam! Oct 22 02:09:29.225 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.225 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.225 INFO kablam! | Oct 22 02:09:29.225 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.225 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.225 INFO kablam! ... Oct 22 02:09:29.225 INFO kablam! 3597 | rt_realloc!(rt_pow2_16bytes_32align_realloc, 16, 32); Oct 22 02:09:29.225 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:29.225 INFO kablam! | Oct 22 02:09:29.225 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.225 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.225 INFO kablam! | Oct 22 02:09:29.225 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.225 INFO kablam! | Oct 22 02:09:29.225 INFO kablam! Oct 22 02:09:29.244 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.244 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.244 INFO kablam! | Oct 22 02:09:29.244 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.244 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.244 INFO kablam! ... Oct 22 02:09:29.244 INFO kablam! 3597 | rt_realloc!(rt_pow2_16bytes_32align_realloc, 16, 32); Oct 22 02:09:29.244 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:29.244 INFO kablam! | Oct 22 02:09:29.244 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.244 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.244 INFO kablam! | Oct 22 02:09:29.244 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.244 INFO kablam! | Oct 22 02:09:29.244 INFO kablam! Oct 22 02:09:29.244 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.244 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.244 INFO kablam! | Oct 22 02:09:29.244 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.244 INFO kablam! | ^^^^^ Oct 22 02:09:29.244 INFO kablam! ... Oct 22 02:09:29.244 INFO kablam! 3610 | rt_realloc!(rt_pow2_32bytes_32align_realloc, 32, 32); Oct 22 02:09:29.244 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:29.244 INFO kablam! | Oct 22 02:09:29.244 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.244 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.244 INFO kablam! | Oct 22 02:09:29.244 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.244 INFO kablam! | Oct 22 02:09:29.244 INFO kablam! Oct 22 02:09:29.244 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.244 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.244 INFO kablam! | Oct 22 02:09:29.244 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.244 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.244 INFO kablam! ... Oct 22 02:09:29.244 INFO kablam! 3610 | rt_realloc!(rt_pow2_32bytes_32align_realloc, 32, 32); Oct 22 02:09:29.244 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:29.244 INFO kablam! | Oct 22 02:09:29.244 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.244 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.244 INFO kablam! | Oct 22 02:09:29.244 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.244 INFO kablam! | Oct 22 02:09:29.244 INFO kablam! Oct 22 02:09:29.245 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.245 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.245 INFO kablam! | Oct 22 02:09:29.245 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.245 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.245 INFO kablam! ... Oct 22 02:09:29.245 INFO kablam! 3610 | rt_realloc!(rt_pow2_32bytes_32align_realloc, 32, 32); Oct 22 02:09:29.245 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:29.245 INFO kablam! | Oct 22 02:09:29.245 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.245 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.245 INFO kablam! | Oct 22 02:09:29.245 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.245 INFO kablam! | Oct 22 02:09:29.245 INFO kablam! Oct 22 02:09:29.245 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.245 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.245 INFO kablam! | Oct 22 02:09:29.245 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.245 INFO kablam! | ^^^^^ Oct 22 02:09:29.245 INFO kablam! ... Oct 22 02:09:29.245 INFO kablam! 3623 | rt_realloc!(rt_pow2_64bytes_32align_realloc, 64, 32); Oct 22 02:09:29.245 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:29.245 INFO kablam! | Oct 22 02:09:29.245 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.245 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.245 INFO kablam! | Oct 22 02:09:29.245 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.245 INFO kablam! | Oct 22 02:09:29.245 INFO kablam! Oct 22 02:09:29.245 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.245 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.245 INFO kablam! | Oct 22 02:09:29.245 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.245 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.245 INFO kablam! ... Oct 22 02:09:29.245 INFO kablam! 3623 | rt_realloc!(rt_pow2_64bytes_32align_realloc, 64, 32); Oct 22 02:09:29.245 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:29.245 INFO kablam! | Oct 22 02:09:29.245 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.245 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.245 INFO kablam! | Oct 22 02:09:29.245 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.245 INFO kablam! | Oct 22 02:09:29.245 INFO kablam! Oct 22 02:09:29.245 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.245 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.245 INFO kablam! | Oct 22 02:09:29.245 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.245 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.245 INFO kablam! ... Oct 22 02:09:29.245 INFO kablam! 3623 | rt_realloc!(rt_pow2_64bytes_32align_realloc, 64, 32); Oct 22 02:09:29.245 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:29.245 INFO kablam! | Oct 22 02:09:29.245 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.245 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.245 INFO kablam! | Oct 22 02:09:29.245 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.245 INFO kablam! | Oct 22 02:09:29.245 INFO kablam! Oct 22 02:09:29.245 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.245 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.245 INFO kablam! | Oct 22 02:09:29.245 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.245 INFO kablam! | ^^^^^ Oct 22 02:09:29.245 INFO kablam! ... Oct 22 02:09:29.245 INFO kablam! 3636 | rt_realloc!(rt_pow2_128bytes_32align_realloc, 128, 32); Oct 22 02:09:29.245 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:29.245 INFO kablam! | Oct 22 02:09:29.245 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.245 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.245 INFO kablam! | Oct 22 02:09:29.245 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.245 INFO kablam! | Oct 22 02:09:29.245 INFO kablam! Oct 22 02:09:29.245 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.245 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.245 INFO kablam! | Oct 22 02:09:29.245 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.245 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.245 INFO kablam! ... Oct 22 02:09:29.245 INFO kablam! 3636 | rt_realloc!(rt_pow2_128bytes_32align_realloc, 128, 32); Oct 22 02:09:29.245 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:29.245 INFO kablam! | Oct 22 02:09:29.245 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.245 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.245 INFO kablam! | Oct 22 02:09:29.246 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.246 INFO kablam! | Oct 22 02:09:29.246 INFO kablam! Oct 22 02:09:29.246 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.246 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.246 INFO kablam! | Oct 22 02:09:29.246 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.246 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.246 INFO kablam! ... Oct 22 02:09:29.246 INFO kablam! 3636 | rt_realloc!(rt_pow2_128bytes_32align_realloc, 128, 32); Oct 22 02:09:29.246 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:29.246 INFO kablam! | Oct 22 02:09:29.246 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.246 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.246 INFO kablam! | Oct 22 02:09:29.246 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.246 INFO kablam! | Oct 22 02:09:29.246 INFO kablam! Oct 22 02:09:29.246 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.246 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.246 INFO kablam! | Oct 22 02:09:29.246 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.246 INFO kablam! | ^^^^^ Oct 22 02:09:29.246 INFO kablam! ... Oct 22 02:09:29.246 INFO kablam! 3649 | rt_realloc!(rt_pow2_256bytes_32align_realloc, 256, 32); Oct 22 02:09:29.246 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:29.246 INFO kablam! | Oct 22 02:09:29.246 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.246 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.246 INFO kablam! | Oct 22 02:09:29.246 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.246 INFO kablam! | Oct 22 02:09:29.246 INFO kablam! Oct 22 02:09:29.246 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.246 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.246 INFO kablam! | Oct 22 02:09:29.246 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.246 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.246 INFO kablam! ... Oct 22 02:09:29.246 INFO kablam! 3649 | rt_realloc!(rt_pow2_256bytes_32align_realloc, 256, 32); Oct 22 02:09:29.246 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:29.246 INFO kablam! | Oct 22 02:09:29.246 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.246 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.246 INFO kablam! | Oct 22 02:09:29.246 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.246 INFO kablam! | Oct 22 02:09:29.246 INFO kablam! Oct 22 02:09:29.246 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.246 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.246 INFO kablam! | Oct 22 02:09:29.246 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.246 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.246 INFO kablam! ... Oct 22 02:09:29.246 INFO kablam! 3649 | rt_realloc!(rt_pow2_256bytes_32align_realloc, 256, 32); Oct 22 02:09:29.246 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:29.246 INFO kablam! | Oct 22 02:09:29.246 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.246 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.246 INFO kablam! | Oct 22 02:09:29.246 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.246 INFO kablam! | Oct 22 02:09:29.246 INFO kablam! Oct 22 02:09:29.246 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.246 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.246 INFO kablam! | Oct 22 02:09:29.246 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.246 INFO kablam! | ^^^^^ Oct 22 02:09:29.246 INFO kablam! ... Oct 22 02:09:29.246 INFO kablam! 3662 | rt_realloc!(rt_pow2_512bytes_32align_realloc, 512, 32); Oct 22 02:09:29.246 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:29.246 INFO kablam! | Oct 22 02:09:29.246 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.246 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.246 INFO kablam! | Oct 22 02:09:29.246 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.246 INFO kablam! | Oct 22 02:09:29.246 INFO kablam! Oct 22 02:09:29.252 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.252 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.252 INFO kablam! | Oct 22 02:09:29.252 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.252 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.252 INFO kablam! ... Oct 22 02:09:29.252 INFO kablam! 3662 | rt_realloc!(rt_pow2_512bytes_32align_realloc, 512, 32); Oct 22 02:09:29.252 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:29.252 INFO kablam! | Oct 22 02:09:29.252 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.252 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.252 INFO kablam! | Oct 22 02:09:29.252 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.252 INFO kablam! | Oct 22 02:09:29.252 INFO kablam! Oct 22 02:09:29.252 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.252 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.252 INFO kablam! | Oct 22 02:09:29.252 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.252 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.252 INFO kablam! ... Oct 22 02:09:29.252 INFO kablam! 3662 | rt_realloc!(rt_pow2_512bytes_32align_realloc, 512, 32); Oct 22 02:09:29.252 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:29.252 INFO kablam! | Oct 22 02:09:29.252 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.252 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.252 INFO kablam! | Oct 22 02:09:29.252 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.252 INFO kablam! | Oct 22 02:09:29.252 INFO kablam! Oct 22 02:09:29.252 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.252 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.252 INFO kablam! | Oct 22 02:09:29.252 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.252 INFO kablam! | ^^^^^ Oct 22 02:09:29.252 INFO kablam! ... Oct 22 02:09:29.252 INFO kablam! 3675 | rt_realloc!(rt_pow2_1024bytes_32align_realloc, 1024, 32); Oct 22 02:09:29.252 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:29.252 INFO kablam! | Oct 22 02:09:29.252 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.252 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.252 INFO kablam! | Oct 22 02:09:29.252 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.252 INFO kablam! | Oct 22 02:09:29.252 INFO kablam! Oct 22 02:09:29.252 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.253 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.253 INFO kablam! | Oct 22 02:09:29.253 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.253 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.253 INFO kablam! ... Oct 22 02:09:29.253 INFO kablam! 3675 | rt_realloc!(rt_pow2_1024bytes_32align_realloc, 1024, 32); Oct 22 02:09:29.253 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:29.253 INFO kablam! | Oct 22 02:09:29.253 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.253 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.253 INFO kablam! | Oct 22 02:09:29.253 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.253 INFO kablam! | Oct 22 02:09:29.253 INFO kablam! Oct 22 02:09:29.253 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.253 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.253 INFO kablam! | Oct 22 02:09:29.253 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.253 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.253 INFO kablam! ... Oct 22 02:09:29.253 INFO kablam! 3675 | rt_realloc!(rt_pow2_1024bytes_32align_realloc, 1024, 32); Oct 22 02:09:29.253 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:29.253 INFO kablam! | Oct 22 02:09:29.253 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.253 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.253 INFO kablam! | Oct 22 02:09:29.253 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.253 INFO kablam! | Oct 22 02:09:29.253 INFO kablam! Oct 22 02:09:29.260 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.260 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.260 INFO kablam! | Oct 22 02:09:29.260 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.260 INFO kablam! | ^^^^^ Oct 22 02:09:29.260 INFO kablam! ... Oct 22 02:09:29.260 INFO kablam! 3688 | rt_realloc!(rt_pow2_2048bytes_32align_realloc, 2048, 32); Oct 22 02:09:29.260 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:29.260 INFO kablam! | Oct 22 02:09:29.260 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.260 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.260 INFO kablam! | Oct 22 02:09:29.260 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.260 INFO kablam! | Oct 22 02:09:29.260 INFO kablam! Oct 22 02:09:29.260 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.260 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.260 INFO kablam! | Oct 22 02:09:29.260 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.260 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.260 INFO kablam! ... Oct 22 02:09:29.260 INFO kablam! 3688 | rt_realloc!(rt_pow2_2048bytes_32align_realloc, 2048, 32); Oct 22 02:09:29.260 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:29.260 INFO kablam! | Oct 22 02:09:29.260 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.260 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.260 INFO kablam! | Oct 22 02:09:29.260 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.260 INFO kablam! | Oct 22 02:09:29.260 INFO kablam! Oct 22 02:09:29.260 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.260 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.260 INFO kablam! | Oct 22 02:09:29.260 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.260 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.260 INFO kablam! ... Oct 22 02:09:29.260 INFO kablam! 3688 | rt_realloc!(rt_pow2_2048bytes_32align_realloc, 2048, 32); Oct 22 02:09:29.260 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:29.260 INFO kablam! | Oct 22 02:09:29.260 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.260 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.260 INFO kablam! | Oct 22 02:09:29.260 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.260 INFO kablam! | Oct 22 02:09:29.260 INFO kablam! Oct 22 02:09:29.261 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.261 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.261 INFO kablam! | Oct 22 02:09:29.261 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.261 INFO kablam! | ^^^^^ Oct 22 02:09:29.261 INFO kablam! ... Oct 22 02:09:29.261 INFO kablam! 3701 | rt_realloc!(rt_pow2_4096bytes_32align_realloc, 4096, 32); Oct 22 02:09:29.261 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:29.261 INFO kablam! | Oct 22 02:09:29.261 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.261 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.261 INFO kablam! | Oct 22 02:09:29.261 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.261 INFO kablam! | Oct 22 02:09:29.261 INFO kablam! Oct 22 02:09:29.261 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.261 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.261 INFO kablam! | Oct 22 02:09:29.261 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.261 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.261 INFO kablam! ... Oct 22 02:09:29.261 INFO kablam! 3701 | rt_realloc!(rt_pow2_4096bytes_32align_realloc, 4096, 32); Oct 22 02:09:29.261 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:29.261 INFO kablam! | Oct 22 02:09:29.261 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.261 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.261 INFO kablam! | Oct 22 02:09:29.261 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.261 INFO kablam! | Oct 22 02:09:29.261 INFO kablam! Oct 22 02:09:29.261 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.261 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.261 INFO kablam! | Oct 22 02:09:29.261 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.261 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.261 INFO kablam! ... Oct 22 02:09:29.261 INFO kablam! 3701 | rt_realloc!(rt_pow2_4096bytes_32align_realloc, 4096, 32); Oct 22 02:09:29.261 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:29.261 INFO kablam! | Oct 22 02:09:29.261 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.261 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.261 INFO kablam! | Oct 22 02:09:29.261 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.261 INFO kablam! | Oct 22 02:09:29.261 INFO kablam! Oct 22 02:09:29.261 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.261 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.261 INFO kablam! | Oct 22 02:09:29.261 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.261 INFO kablam! | ^^^^^ Oct 22 02:09:29.261 INFO kablam! ... Oct 22 02:09:29.261 INFO kablam! 3714 | rt_realloc!(rt_pow2_8192bytes_32align_realloc, 8192, 32); Oct 22 02:09:29.261 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:29.261 INFO kablam! | Oct 22 02:09:29.261 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.261 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.261 INFO kablam! | Oct 22 02:09:29.261 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.261 INFO kablam! | Oct 22 02:09:29.261 INFO kablam! Oct 22 02:09:29.261 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.261 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.261 INFO kablam! | Oct 22 02:09:29.261 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.261 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.261 INFO kablam! ... Oct 22 02:09:29.261 INFO kablam! 3714 | rt_realloc!(rt_pow2_8192bytes_32align_realloc, 8192, 32); Oct 22 02:09:29.261 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:29.261 INFO kablam! | Oct 22 02:09:29.261 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.261 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.261 INFO kablam! | Oct 22 02:09:29.261 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.261 INFO kablam! | Oct 22 02:09:29.261 INFO kablam! Oct 22 02:09:29.261 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.261 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.261 INFO kablam! | Oct 22 02:09:29.261 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.261 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.261 INFO kablam! ... Oct 22 02:09:29.261 INFO kablam! 3714 | rt_realloc!(rt_pow2_8192bytes_32align_realloc, 8192, 32); Oct 22 02:09:29.261 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:29.261 INFO kablam! | Oct 22 02:09:29.261 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.262 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.262 INFO kablam! | Oct 22 02:09:29.262 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.262 INFO kablam! | Oct 22 02:09:29.262 INFO kablam! Oct 22 02:09:29.262 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.262 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.262 INFO kablam! | Oct 22 02:09:29.262 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.262 INFO kablam! | ^^^^^ Oct 22 02:09:29.262 INFO kablam! ... Oct 22 02:09:29.262 INFO kablam! 3727 | rt_realloc!(rt_pow2_16384bytes_32align_realloc, 16384, 32); Oct 22 02:09:29.262 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:29.262 INFO kablam! | Oct 22 02:09:29.262 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.262 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.262 INFO kablam! | Oct 22 02:09:29.262 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.262 INFO kablam! | Oct 22 02:09:29.262 INFO kablam! Oct 22 02:09:29.276 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.276 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.276 INFO kablam! | Oct 22 02:09:29.276 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.276 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.276 INFO kablam! ... Oct 22 02:09:29.276 INFO kablam! 3727 | rt_realloc!(rt_pow2_16384bytes_32align_realloc, 16384, 32); Oct 22 02:09:29.276 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:29.276 INFO kablam! | Oct 22 02:09:29.276 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.276 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.276 INFO kablam! | Oct 22 02:09:29.276 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.276 INFO kablam! | Oct 22 02:09:29.276 INFO kablam! Oct 22 02:09:29.276 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.276 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.276 INFO kablam! | Oct 22 02:09:29.276 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.276 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.276 INFO kablam! ... Oct 22 02:09:29.276 INFO kablam! 3727 | rt_realloc!(rt_pow2_16384bytes_32align_realloc, 16384, 32); Oct 22 02:09:29.276 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:29.276 INFO kablam! | Oct 22 02:09:29.276 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.276 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.276 INFO kablam! | Oct 22 02:09:29.276 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.276 INFO kablam! | Oct 22 02:09:29.276 INFO kablam! Oct 22 02:09:29.276 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.276 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.276 INFO kablam! | Oct 22 02:09:29.276 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.276 INFO kablam! | ^^^^^ Oct 22 02:09:29.276 INFO kablam! ... Oct 22 02:09:29.276 INFO kablam! 3740 | rt_realloc!(rt_pow2_32768bytes_32align_realloc, 32768, 32); Oct 22 02:09:29.276 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:29.276 INFO kablam! | Oct 22 02:09:29.276 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.276 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.276 INFO kablam! | Oct 22 02:09:29.276 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.276 INFO kablam! | Oct 22 02:09:29.277 INFO kablam! Oct 22 02:09:29.277 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.277 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.277 INFO kablam! | Oct 22 02:09:29.277 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.277 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.277 INFO kablam! ... Oct 22 02:09:29.277 INFO kablam! 3740 | rt_realloc!(rt_pow2_32768bytes_32align_realloc, 32768, 32); Oct 22 02:09:29.277 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:29.277 INFO kablam! | Oct 22 02:09:29.277 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.277 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.277 INFO kablam! | Oct 22 02:09:29.277 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.277 INFO kablam! | Oct 22 02:09:29.277 INFO kablam! Oct 22 02:09:29.277 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.277 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.277 INFO kablam! | Oct 22 02:09:29.277 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.277 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.277 INFO kablam! ... Oct 22 02:09:29.277 INFO kablam! 3740 | rt_realloc!(rt_pow2_32768bytes_32align_realloc, 32768, 32); Oct 22 02:09:29.277 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:29.277 INFO kablam! | Oct 22 02:09:29.277 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.277 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.277 INFO kablam! | Oct 22 02:09:29.277 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.277 INFO kablam! | Oct 22 02:09:29.277 INFO kablam! Oct 22 02:09:29.277 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.277 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.277 INFO kablam! | Oct 22 02:09:29.277 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.277 INFO kablam! | ^^^^^ Oct 22 02:09:29.277 INFO kablam! ... Oct 22 02:09:29.277 INFO kablam! 3753 | rt_realloc!(rt_pow2_65536bytes_32align_realloc, 65536, 32); Oct 22 02:09:29.277 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:29.277 INFO kablam! | Oct 22 02:09:29.277 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.277 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.277 INFO kablam! | Oct 22 02:09:29.277 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.277 INFO kablam! | Oct 22 02:09:29.277 INFO kablam! Oct 22 02:09:29.281 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.281 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.281 INFO kablam! | Oct 22 02:09:29.281 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.281 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.281 INFO kablam! ... Oct 22 02:09:29.281 INFO kablam! 3753 | rt_realloc!(rt_pow2_65536bytes_32align_realloc, 65536, 32); Oct 22 02:09:29.281 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:29.281 INFO kablam! | Oct 22 02:09:29.282 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.282 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.282 INFO kablam! | Oct 22 02:09:29.282 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.282 INFO kablam! | Oct 22 02:09:29.282 INFO kablam! Oct 22 02:09:29.282 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.282 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.282 INFO kablam! | Oct 22 02:09:29.282 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.282 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.282 INFO kablam! ... Oct 22 02:09:29.282 INFO kablam! 3753 | rt_realloc!(rt_pow2_65536bytes_32align_realloc, 65536, 32); Oct 22 02:09:29.282 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:29.282 INFO kablam! | Oct 22 02:09:29.282 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.282 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.282 INFO kablam! | Oct 22 02:09:29.282 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.282 INFO kablam! | Oct 22 02:09:29.282 INFO kablam! Oct 22 02:09:29.282 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.282 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.282 INFO kablam! | Oct 22 02:09:29.282 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.282 INFO kablam! | ^^^^^ Oct 22 02:09:29.282 INFO kablam! ... Oct 22 02:09:29.282 INFO kablam! 3766 | rt_realloc!(rt_pow2_131072bytes_32align_realloc, 131072, 32); Oct 22 02:09:29.282 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.282 INFO kablam! | Oct 22 02:09:29.282 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.282 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.282 INFO kablam! | Oct 22 02:09:29.282 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.282 INFO kablam! | Oct 22 02:09:29.282 INFO kablam! Oct 22 02:09:29.282 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.282 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.282 INFO kablam! | Oct 22 02:09:29.282 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.282 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.282 INFO kablam! ... Oct 22 02:09:29.282 INFO kablam! 3766 | rt_realloc!(rt_pow2_131072bytes_32align_realloc, 131072, 32); Oct 22 02:09:29.282 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.282 INFO kablam! | Oct 22 02:09:29.282 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.282 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.282 INFO kablam! | Oct 22 02:09:29.282 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.282 INFO kablam! | Oct 22 02:09:29.282 INFO kablam! Oct 22 02:09:29.282 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.282 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.282 INFO kablam! | Oct 22 02:09:29.282 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.282 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.282 INFO kablam! ... Oct 22 02:09:29.282 INFO kablam! 3766 | rt_realloc!(rt_pow2_131072bytes_32align_realloc, 131072, 32); Oct 22 02:09:29.282 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.282 INFO kablam! | Oct 22 02:09:29.282 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.282 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.282 INFO kablam! | Oct 22 02:09:29.282 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.282 INFO kablam! | Oct 22 02:09:29.282 INFO kablam! Oct 22 02:09:29.282 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.282 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.282 INFO kablam! | Oct 22 02:09:29.282 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.282 INFO kablam! | ^^^^^ Oct 22 02:09:29.282 INFO kablam! ... Oct 22 02:09:29.282 INFO kablam! 3779 | rt_realloc!(rt_pow2_4194304bytes_32align_realloc, 4194304, 32); Oct 22 02:09:29.282 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.282 INFO kablam! | Oct 22 02:09:29.282 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.282 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.282 INFO kablam! | Oct 22 02:09:29.282 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.282 INFO kablam! | Oct 22 02:09:29.282 INFO kablam! Oct 22 02:09:29.282 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.282 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.282 INFO kablam! | Oct 22 02:09:29.282 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.283 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.283 INFO kablam! ... Oct 22 02:09:29.283 INFO kablam! 3779 | rt_realloc!(rt_pow2_4194304bytes_32align_realloc, 4194304, 32); Oct 22 02:09:29.283 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.283 INFO kablam! | Oct 22 02:09:29.283 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.283 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.283 INFO kablam! | Oct 22 02:09:29.283 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.283 INFO kablam! | Oct 22 02:09:29.283 INFO kablam! Oct 22 02:09:29.283 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.283 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.283 INFO kablam! | Oct 22 02:09:29.283 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.283 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.283 INFO kablam! ... Oct 22 02:09:29.283 INFO kablam! 3779 | rt_realloc!(rt_pow2_4194304bytes_32align_realloc, 4194304, 32); Oct 22 02:09:29.283 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.283 INFO kablam! | Oct 22 02:09:29.283 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.283 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.283 INFO kablam! | Oct 22 02:09:29.283 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.283 INFO kablam! | Oct 22 02:09:29.283 INFO kablam! Oct 22 02:09:29.283 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.283 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.283 INFO kablam! | Oct 22 02:09:29.283 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.283 INFO kablam! | ^^^^^ Oct 22 02:09:29.283 INFO kablam! ... Oct 22 02:09:29.283 INFO kablam! 3793 | rt_realloc!(rt_even_10bytes_32align_realloc, 10, 32); Oct 22 02:09:29.283 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:29.283 INFO kablam! | Oct 22 02:09:29.283 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.283 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.283 INFO kablam! | Oct 22 02:09:29.283 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.283 INFO kablam! | Oct 22 02:09:29.283 INFO kablam! Oct 22 02:09:29.288 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.288 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.288 INFO kablam! | Oct 22 02:09:29.288 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.288 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.288 INFO kablam! ... Oct 22 02:09:29.288 INFO kablam! 3793 | rt_realloc!(rt_even_10bytes_32align_realloc, 10, 32); Oct 22 02:09:29.288 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:29.288 INFO kablam! | Oct 22 02:09:29.288 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.288 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.288 INFO kablam! | Oct 22 02:09:29.288 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.288 INFO kablam! | Oct 22 02:09:29.288 INFO kablam! Oct 22 02:09:29.297 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.297 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.297 INFO kablam! | Oct 22 02:09:29.297 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.297 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.297 INFO kablam! ... Oct 22 02:09:29.297 INFO kablam! 3793 | rt_realloc!(rt_even_10bytes_32align_realloc, 10, 32); Oct 22 02:09:29.297 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:29.297 INFO kablam! | Oct 22 02:09:29.297 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.297 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.297 INFO kablam! | Oct 22 02:09:29.297 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.297 INFO kablam! | Oct 22 02:09:29.297 INFO kablam! Oct 22 02:09:29.297 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.297 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.297 INFO kablam! | Oct 22 02:09:29.297 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.297 INFO kablam! | ^^^^^ Oct 22 02:09:29.297 INFO kablam! ... Oct 22 02:09:29.297 INFO kablam! 3806 | rt_realloc!(rt_even_100bytes_32align_realloc, 100, 32); Oct 22 02:09:29.297 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:29.297 INFO kablam! | Oct 22 02:09:29.297 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.297 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.297 INFO kablam! | Oct 22 02:09:29.297 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.297 INFO kablam! | Oct 22 02:09:29.297 INFO kablam! Oct 22 02:09:29.297 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.297 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.297 INFO kablam! | Oct 22 02:09:29.297 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.297 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.297 INFO kablam! ... Oct 22 02:09:29.297 INFO kablam! 3806 | rt_realloc!(rt_even_100bytes_32align_realloc, 100, 32); Oct 22 02:09:29.297 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:29.297 INFO kablam! | Oct 22 02:09:29.297 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.297 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.297 INFO kablam! | Oct 22 02:09:29.297 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.297 INFO kablam! | Oct 22 02:09:29.297 INFO kablam! Oct 22 02:09:29.297 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.297 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.297 INFO kablam! | Oct 22 02:09:29.297 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.297 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.297 INFO kablam! ... Oct 22 02:09:29.297 INFO kablam! 3806 | rt_realloc!(rt_even_100bytes_32align_realloc, 100, 32); Oct 22 02:09:29.297 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:29.297 INFO kablam! | Oct 22 02:09:29.297 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.297 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.297 INFO kablam! | Oct 22 02:09:29.297 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.297 INFO kablam! | Oct 22 02:09:29.297 INFO kablam! Oct 22 02:09:29.297 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.297 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.297 INFO kablam! | Oct 22 02:09:29.297 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.297 INFO kablam! | ^^^^^ Oct 22 02:09:29.297 INFO kablam! ... Oct 22 02:09:29.297 INFO kablam! 3819 | rt_realloc!(rt_even_1000bytes_32align_realloc, 1000, 32); Oct 22 02:09:29.297 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:29.297 INFO kablam! | Oct 22 02:09:29.297 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.297 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.297 INFO kablam! | Oct 22 02:09:29.297 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.297 INFO kablam! | Oct 22 02:09:29.297 INFO kablam! Oct 22 02:09:29.298 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.298 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.298 INFO kablam! | Oct 22 02:09:29.298 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.298 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.298 INFO kablam! ... Oct 22 02:09:29.298 INFO kablam! 3819 | rt_realloc!(rt_even_1000bytes_32align_realloc, 1000, 32); Oct 22 02:09:29.298 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:29.298 INFO kablam! | Oct 22 02:09:29.298 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.298 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.298 INFO kablam! | Oct 22 02:09:29.298 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.298 INFO kablam! | Oct 22 02:09:29.298 INFO kablam! Oct 22 02:09:29.298 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.298 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.298 INFO kablam! | Oct 22 02:09:29.298 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.298 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.298 INFO kablam! ... Oct 22 02:09:29.298 INFO kablam! 3819 | rt_realloc!(rt_even_1000bytes_32align_realloc, 1000, 32); Oct 22 02:09:29.298 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:29.298 INFO kablam! | Oct 22 02:09:29.298 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.298 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.298 INFO kablam! | Oct 22 02:09:29.298 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.298 INFO kablam! | Oct 22 02:09:29.298 INFO kablam! Oct 22 02:09:29.298 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.298 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.298 INFO kablam! | Oct 22 02:09:29.298 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.298 INFO kablam! | ^^^^^ Oct 22 02:09:29.298 INFO kablam! ... Oct 22 02:09:29.298 INFO kablam! 3832 | rt_realloc!(rt_even_10000bytes_32align_realloc, 10000, 32); Oct 22 02:09:29.298 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:29.298 INFO kablam! | Oct 22 02:09:29.298 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.298 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.298 INFO kablam! | Oct 22 02:09:29.298 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.298 INFO kablam! | Oct 22 02:09:29.298 INFO kablam! Oct 22 02:09:29.298 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.298 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.298 INFO kablam! | Oct 22 02:09:29.298 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.298 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.298 INFO kablam! ... Oct 22 02:09:29.298 INFO kablam! 3832 | rt_realloc!(rt_even_10000bytes_32align_realloc, 10000, 32); Oct 22 02:09:29.298 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:29.298 INFO kablam! | Oct 22 02:09:29.298 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.298 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.298 INFO kablam! | Oct 22 02:09:29.298 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.298 INFO kablam! | Oct 22 02:09:29.298 INFO kablam! Oct 22 02:09:29.304 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.304 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.304 INFO kablam! | Oct 22 02:09:29.304 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.304 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.304 INFO kablam! ... Oct 22 02:09:29.304 INFO kablam! 3832 | rt_realloc!(rt_even_10000bytes_32align_realloc, 10000, 32); Oct 22 02:09:29.304 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:29.304 INFO kablam! | Oct 22 02:09:29.304 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.304 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.304 INFO kablam! | Oct 22 02:09:29.304 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.304 INFO kablam! | Oct 22 02:09:29.304 INFO kablam! Oct 22 02:09:29.308 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.308 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.308 INFO kablam! | Oct 22 02:09:29.308 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.308 INFO kablam! | ^^^^^ Oct 22 02:09:29.308 INFO kablam! ... Oct 22 02:09:29.308 INFO kablam! 3845 | rt_realloc!(rt_even_100000bytes_32align_realloc, 100000, 32); Oct 22 02:09:29.308 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.308 INFO kablam! | Oct 22 02:09:29.308 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.308 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.308 INFO kablam! | Oct 22 02:09:29.308 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.309 INFO kablam! | Oct 22 02:09:29.309 INFO kablam! Oct 22 02:09:29.309 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.309 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.309 INFO kablam! | Oct 22 02:09:29.309 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.309 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.309 INFO kablam! ... Oct 22 02:09:29.309 INFO kablam! 3845 | rt_realloc!(rt_even_100000bytes_32align_realloc, 100000, 32); Oct 22 02:09:29.309 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.309 INFO kablam! | Oct 22 02:09:29.309 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.309 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.309 INFO kablam! | Oct 22 02:09:29.309 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.309 INFO kablam! | Oct 22 02:09:29.309 INFO kablam! Oct 22 02:09:29.309 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.309 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.309 INFO kablam! | Oct 22 02:09:29.309 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.309 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.309 INFO kablam! ... Oct 22 02:09:29.309 INFO kablam! 3845 | rt_realloc!(rt_even_100000bytes_32align_realloc, 100000, 32); Oct 22 02:09:29.309 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.309 INFO kablam! | Oct 22 02:09:29.309 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.309 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.309 INFO kablam! | Oct 22 02:09:29.309 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.309 INFO kablam! | Oct 22 02:09:29.309 INFO kablam! Oct 22 02:09:29.309 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.309 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.309 INFO kablam! | Oct 22 02:09:29.309 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.309 INFO kablam! | ^^^^^ Oct 22 02:09:29.309 INFO kablam! ... Oct 22 02:09:29.309 INFO kablam! 3858 | rt_realloc!(rt_even_1000000bytes_32align_realloc, 1000000, 32); Oct 22 02:09:29.309 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.309 INFO kablam! | Oct 22 02:09:29.309 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.309 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.309 INFO kablam! | Oct 22 02:09:29.309 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.309 INFO kablam! | Oct 22 02:09:29.309 INFO kablam! Oct 22 02:09:29.309 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.309 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.309 INFO kablam! | Oct 22 02:09:29.309 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.309 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.309 INFO kablam! ... Oct 22 02:09:29.309 INFO kablam! 3858 | rt_realloc!(rt_even_1000000bytes_32align_realloc, 1000000, 32); Oct 22 02:09:29.309 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.309 INFO kablam! | Oct 22 02:09:29.309 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.309 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.309 INFO kablam! | Oct 22 02:09:29.309 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.309 INFO kablam! | Oct 22 02:09:29.309 INFO kablam! Oct 22 02:09:29.309 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.309 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.309 INFO kablam! | Oct 22 02:09:29.309 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.309 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.309 INFO kablam! ... Oct 22 02:09:29.309 INFO kablam! 3858 | rt_realloc!(rt_even_1000000bytes_32align_realloc, 1000000, 32); Oct 22 02:09:29.309 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.309 INFO kablam! | Oct 22 02:09:29.309 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.309 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.309 INFO kablam! | Oct 22 02:09:29.309 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.309 INFO kablam! | Oct 22 02:09:29.309 INFO kablam! Oct 22 02:09:29.309 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.309 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.309 INFO kablam! | Oct 22 02:09:29.309 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.309 INFO kablam! | ^^^^^ Oct 22 02:09:29.309 INFO kablam! ... Oct 22 02:09:29.309 INFO kablam! 3872 | rt_realloc!(rt_odd_10bytes_32align_realloc, 10- 1, 32); Oct 22 02:09:29.310 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:29.310 INFO kablam! | Oct 22 02:09:29.310 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.310 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.310 INFO kablam! | Oct 22 02:09:29.310 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.310 INFO kablam! | Oct 22 02:09:29.310 INFO kablam! Oct 22 02:09:29.310 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.310 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.310 INFO kablam! | Oct 22 02:09:29.310 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.310 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.310 INFO kablam! ... Oct 22 02:09:29.310 INFO kablam! 3872 | rt_realloc!(rt_odd_10bytes_32align_realloc, 10- 1, 32); Oct 22 02:09:29.310 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:29.310 INFO kablam! | Oct 22 02:09:29.310 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.310 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.310 INFO kablam! | Oct 22 02:09:29.310 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.310 INFO kablam! | Oct 22 02:09:29.310 INFO kablam! Oct 22 02:09:29.321 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.321 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.321 INFO kablam! | Oct 22 02:09:29.321 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.321 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.321 INFO kablam! ... Oct 22 02:09:29.321 INFO kablam! 3872 | rt_realloc!(rt_odd_10bytes_32align_realloc, 10- 1, 32); Oct 22 02:09:29.321 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:29.321 INFO kablam! | Oct 22 02:09:29.321 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.321 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.321 INFO kablam! | Oct 22 02:09:29.321 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.321 INFO kablam! | Oct 22 02:09:29.321 INFO kablam! Oct 22 02:09:29.321 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.321 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.321 INFO kablam! | Oct 22 02:09:29.321 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.321 INFO kablam! | ^^^^^ Oct 22 02:09:29.321 INFO kablam! ... Oct 22 02:09:29.321 INFO kablam! 3885 | rt_realloc!(rt_odd_100bytes_32align_realloc, 100- 1, 32); Oct 22 02:09:29.321 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:29.321 INFO kablam! | Oct 22 02:09:29.321 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.321 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.321 INFO kablam! | Oct 22 02:09:29.321 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.321 INFO kablam! | Oct 22 02:09:29.321 INFO kablam! Oct 22 02:09:29.321 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.321 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.321 INFO kablam! | Oct 22 02:09:29.321 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.321 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.321 INFO kablam! ... Oct 22 02:09:29.321 INFO kablam! 3885 | rt_realloc!(rt_odd_100bytes_32align_realloc, 100- 1, 32); Oct 22 02:09:29.321 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:29.321 INFO kablam! | Oct 22 02:09:29.321 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.321 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.321 INFO kablam! | Oct 22 02:09:29.321 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.321 INFO kablam! | Oct 22 02:09:29.321 INFO kablam! Oct 22 02:09:29.321 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.321 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.321 INFO kablam! | Oct 22 02:09:29.321 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.321 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.321 INFO kablam! ... Oct 22 02:09:29.321 INFO kablam! 3885 | rt_realloc!(rt_odd_100bytes_32align_realloc, 100- 1, 32); Oct 22 02:09:29.321 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:29.321 INFO kablam! | Oct 22 02:09:29.321 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.321 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.321 INFO kablam! | Oct 22 02:09:29.321 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.321 INFO kablam! | Oct 22 02:09:29.321 INFO kablam! Oct 22 02:09:29.321 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.321 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.321 INFO kablam! | Oct 22 02:09:29.321 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.321 INFO kablam! | ^^^^^ Oct 22 02:09:29.321 INFO kablam! ... Oct 22 02:09:29.321 INFO kablam! 3898 | rt_realloc!(rt_odd_1000bytes_32align_realloc, 1000- 1, 32); Oct 22 02:09:29.321 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:29.321 INFO kablam! | Oct 22 02:09:29.322 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.322 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.322 INFO kablam! | Oct 22 02:09:29.322 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.322 INFO kablam! | Oct 22 02:09:29.322 INFO kablam! Oct 22 02:09:29.322 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.322 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.322 INFO kablam! | Oct 22 02:09:29.322 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.322 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.322 INFO kablam! ... Oct 22 02:09:29.322 INFO kablam! 3898 | rt_realloc!(rt_odd_1000bytes_32align_realloc, 1000- 1, 32); Oct 22 02:09:29.322 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:29.322 INFO kablam! | Oct 22 02:09:29.322 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.322 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.322 INFO kablam! | Oct 22 02:09:29.322 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.322 INFO kablam! | Oct 22 02:09:29.322 INFO kablam! Oct 22 02:09:29.324 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.324 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.324 INFO kablam! | Oct 22 02:09:29.324 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.324 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.324 INFO kablam! ... Oct 22 02:09:29.324 INFO kablam! 3898 | rt_realloc!(rt_odd_1000bytes_32align_realloc, 1000- 1, 32); Oct 22 02:09:29.324 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:29.324 INFO kablam! | Oct 22 02:09:29.324 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.324 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.324 INFO kablam! | Oct 22 02:09:29.324 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.325 INFO kablam! | Oct 22 02:09:29.325 INFO kablam! Oct 22 02:09:29.325 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.325 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.325 INFO kablam! | Oct 22 02:09:29.325 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.325 INFO kablam! | ^^^^^ Oct 22 02:09:29.325 INFO kablam! ... Oct 22 02:09:29.325 INFO kablam! 3911 | rt_realloc!(rt_odd_10000bytes_32align_realloc, 10000- 1, 32); Oct 22 02:09:29.325 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.325 INFO kablam! | Oct 22 02:09:29.325 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.325 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.325 INFO kablam! | Oct 22 02:09:29.325 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.325 INFO kablam! | Oct 22 02:09:29.325 INFO kablam! Oct 22 02:09:29.325 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.325 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.325 INFO kablam! | Oct 22 02:09:29.325 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.325 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.325 INFO kablam! ... Oct 22 02:09:29.325 INFO kablam! 3911 | rt_realloc!(rt_odd_10000bytes_32align_realloc, 10000- 1, 32); Oct 22 02:09:29.325 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.325 INFO kablam! | Oct 22 02:09:29.325 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.325 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.325 INFO kablam! | Oct 22 02:09:29.325 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.325 INFO kablam! | Oct 22 02:09:29.325 INFO kablam! Oct 22 02:09:29.325 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.325 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.325 INFO kablam! | Oct 22 02:09:29.325 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.325 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.325 INFO kablam! ... Oct 22 02:09:29.325 INFO kablam! 3911 | rt_realloc!(rt_odd_10000bytes_32align_realloc, 10000- 1, 32); Oct 22 02:09:29.325 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.325 INFO kablam! | Oct 22 02:09:29.325 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.325 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.325 INFO kablam! | Oct 22 02:09:29.325 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.325 INFO kablam! | Oct 22 02:09:29.325 INFO kablam! Oct 22 02:09:29.336 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.336 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.336 INFO kablam! | Oct 22 02:09:29.336 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.336 INFO kablam! | ^^^^^ Oct 22 02:09:29.337 INFO kablam! ... Oct 22 02:09:29.337 INFO kablam! 3924 | rt_realloc!(rt_odd_100000bytes_32align_realloc, 100000- 1, 32); Oct 22 02:09:29.337 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.337 INFO kablam! | Oct 22 02:09:29.337 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.337 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.337 INFO kablam! | Oct 22 02:09:29.337 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.337 INFO kablam! | Oct 22 02:09:29.337 INFO kablam! Oct 22 02:09:29.337 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.337 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.337 INFO kablam! | Oct 22 02:09:29.337 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.337 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.337 INFO kablam! ... Oct 22 02:09:29.337 INFO kablam! 3924 | rt_realloc!(rt_odd_100000bytes_32align_realloc, 100000- 1, 32); Oct 22 02:09:29.337 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.337 INFO kablam! | Oct 22 02:09:29.337 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.337 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.337 INFO kablam! | Oct 22 02:09:29.337 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.337 INFO kablam! | Oct 22 02:09:29.337 INFO kablam! Oct 22 02:09:29.337 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.337 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.337 INFO kablam! | Oct 22 02:09:29.337 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.337 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.337 INFO kablam! ... Oct 22 02:09:29.337 INFO kablam! 3924 | rt_realloc!(rt_odd_100000bytes_32align_realloc, 100000- 1, 32); Oct 22 02:09:29.337 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.337 INFO kablam! | Oct 22 02:09:29.337 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.337 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.337 INFO kablam! | Oct 22 02:09:29.337 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.337 INFO kablam! | Oct 22 02:09:29.337 INFO kablam! Oct 22 02:09:29.337 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.337 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.337 INFO kablam! | Oct 22 02:09:29.337 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.337 INFO kablam! | ^^^^^ Oct 22 02:09:29.337 INFO kablam! ... Oct 22 02:09:29.337 INFO kablam! 3937 | rt_realloc!(rt_odd_1000000bytes_32align_realloc, 1000000- 1, 32); Oct 22 02:09:29.337 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.337 INFO kablam! | Oct 22 02:09:29.337 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.337 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.337 INFO kablam! | Oct 22 02:09:29.337 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.337 INFO kablam! | Oct 22 02:09:29.337 INFO kablam! Oct 22 02:09:29.337 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.337 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.337 INFO kablam! | Oct 22 02:09:29.337 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.337 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.337 INFO kablam! ... Oct 22 02:09:29.337 INFO kablam! 3937 | rt_realloc!(rt_odd_1000000bytes_32align_realloc, 1000000- 1, 32); Oct 22 02:09:29.337 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.337 INFO kablam! | Oct 22 02:09:29.337 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.337 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.337 INFO kablam! | Oct 22 02:09:29.337 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.337 INFO kablam! | Oct 22 02:09:29.337 INFO kablam! Oct 22 02:09:29.337 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.337 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.337 INFO kablam! | Oct 22 02:09:29.337 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.337 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.337 INFO kablam! ... Oct 22 02:09:29.337 INFO kablam! 3937 | rt_realloc!(rt_odd_1000000bytes_32align_realloc, 1000000- 1, 32); Oct 22 02:09:29.337 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.337 INFO kablam! | Oct 22 02:09:29.337 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.337 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.337 INFO kablam! | Oct 22 02:09:29.337 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.337 INFO kablam! | Oct 22 02:09:29.337 INFO kablam! Oct 22 02:09:29.338 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.338 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.338 INFO kablam! | Oct 22 02:09:29.338 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.338 INFO kablam! | ^^^^^ Oct 22 02:09:29.338 INFO kablam! ... Oct 22 02:09:29.338 INFO kablam! 3951 | rt_realloc!(rt_primes_3bytes_32align_realloc, 3, 32); Oct 22 02:09:29.338 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:29.338 INFO kablam! | Oct 22 02:09:29.338 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.338 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.338 INFO kablam! | Oct 22 02:09:29.338 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.338 INFO kablam! | Oct 22 02:09:29.338 INFO kablam! Oct 22 02:09:29.338 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.338 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.338 INFO kablam! | Oct 22 02:09:29.338 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.338 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.338 INFO kablam! ... Oct 22 02:09:29.338 INFO kablam! 3951 | rt_realloc!(rt_primes_3bytes_32align_realloc, 3, 32); Oct 22 02:09:29.338 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:29.338 INFO kablam! | Oct 22 02:09:29.338 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.338 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.338 INFO kablam! | Oct 22 02:09:29.338 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.338 INFO kablam! | Oct 22 02:09:29.338 INFO kablam! Oct 22 02:09:29.338 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.338 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.338 INFO kablam! | Oct 22 02:09:29.338 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.338 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.338 INFO kablam! ... Oct 22 02:09:29.338 INFO kablam! 3951 | rt_realloc!(rt_primes_3bytes_32align_realloc, 3, 32); Oct 22 02:09:29.338 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:29.338 INFO kablam! | Oct 22 02:09:29.338 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.338 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.338 INFO kablam! | Oct 22 02:09:29.338 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.338 INFO kablam! | Oct 22 02:09:29.338 INFO kablam! Oct 22 02:09:29.338 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.338 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.338 INFO kablam! | Oct 22 02:09:29.338 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.338 INFO kablam! | ^^^^^ Oct 22 02:09:29.338 INFO kablam! ... Oct 22 02:09:29.338 INFO kablam! 3964 | rt_realloc!(rt_primes_7bytes_32align_realloc, 7, 32); Oct 22 02:09:29.338 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:29.338 INFO kablam! | Oct 22 02:09:29.338 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.338 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.338 INFO kablam! | Oct 22 02:09:29.338 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.338 INFO kablam! | Oct 22 02:09:29.338 INFO kablam! Oct 22 02:09:29.340 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.340 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.340 INFO kablam! | Oct 22 02:09:29.340 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.340 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.340 INFO kablam! ... Oct 22 02:09:29.340 INFO kablam! 3964 | rt_realloc!(rt_primes_7bytes_32align_realloc, 7, 32); Oct 22 02:09:29.340 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:29.340 INFO kablam! | Oct 22 02:09:29.340 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.340 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.340 INFO kablam! | Oct 22 02:09:29.340 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.340 INFO kablam! | Oct 22 02:09:29.340 INFO kablam! Oct 22 02:09:29.344 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.344 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.344 INFO kablam! | Oct 22 02:09:29.344 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.344 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.344 INFO kablam! ... Oct 22 02:09:29.344 INFO kablam! 3964 | rt_realloc!(rt_primes_7bytes_32align_realloc, 7, 32); Oct 22 02:09:29.344 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 22 02:09:29.344 INFO kablam! | Oct 22 02:09:29.344 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.344 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.344 INFO kablam! | Oct 22 02:09:29.344 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.344 INFO kablam! | Oct 22 02:09:29.344 INFO kablam! Oct 22 02:09:29.348 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.348 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.348 INFO kablam! | Oct 22 02:09:29.348 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.348 INFO kablam! | ^^^^^ Oct 22 02:09:29.348 INFO kablam! ... Oct 22 02:09:29.348 INFO kablam! 3977 | rt_realloc!(rt_primes_13bytes_32align_realloc, 13, 32); Oct 22 02:09:29.348 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:29.348 INFO kablam! | Oct 22 02:09:29.348 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.348 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.348 INFO kablam! | Oct 22 02:09:29.348 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.348 INFO kablam! | Oct 22 02:09:29.348 INFO kablam! Oct 22 02:09:29.348 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.348 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.348 INFO kablam! | Oct 22 02:09:29.348 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.348 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.349 INFO kablam! ... Oct 22 02:09:29.349 INFO kablam! 3977 | rt_realloc!(rt_primes_13bytes_32align_realloc, 13, 32); Oct 22 02:09:29.349 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:29.349 INFO kablam! | Oct 22 02:09:29.349 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.349 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.349 INFO kablam! | Oct 22 02:09:29.349 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.349 INFO kablam! | Oct 22 02:09:29.349 INFO kablam! Oct 22 02:09:29.349 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.349 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.349 INFO kablam! | Oct 22 02:09:29.349 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.349 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.349 INFO kablam! ... Oct 22 02:09:29.349 INFO kablam! 3977 | rt_realloc!(rt_primes_13bytes_32align_realloc, 13, 32); Oct 22 02:09:29.349 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:29.349 INFO kablam! | Oct 22 02:09:29.349 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.349 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.349 INFO kablam! | Oct 22 02:09:29.349 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.349 INFO kablam! | Oct 22 02:09:29.349 INFO kablam! Oct 22 02:09:29.349 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.349 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.349 INFO kablam! | Oct 22 02:09:29.349 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.349 INFO kablam! | ^^^^^ Oct 22 02:09:29.349 INFO kablam! ... Oct 22 02:09:29.349 INFO kablam! 3990 | rt_realloc!(rt_primes_17bytes_32align_realloc, 17, 32); Oct 22 02:09:29.349 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:29.349 INFO kablam! | Oct 22 02:09:29.349 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.349 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.349 INFO kablam! | Oct 22 02:09:29.349 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.349 INFO kablam! | Oct 22 02:09:29.349 INFO kablam! Oct 22 02:09:29.349 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.349 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.349 INFO kablam! | Oct 22 02:09:29.349 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.349 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.349 INFO kablam! ... Oct 22 02:09:29.349 INFO kablam! 3990 | rt_realloc!(rt_primes_17bytes_32align_realloc, 17, 32); Oct 22 02:09:29.349 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:29.349 INFO kablam! | Oct 22 02:09:29.349 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.349 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.349 INFO kablam! | Oct 22 02:09:29.349 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.349 INFO kablam! | Oct 22 02:09:29.349 INFO kablam! Oct 22 02:09:29.349 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.349 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.349 INFO kablam! | Oct 22 02:09:29.349 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.349 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.349 INFO kablam! ... Oct 22 02:09:29.349 INFO kablam! 3990 | rt_realloc!(rt_primes_17bytes_32align_realloc, 17, 32); Oct 22 02:09:29.349 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:29.349 INFO kablam! | Oct 22 02:09:29.349 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.349 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.349 INFO kablam! | Oct 22 02:09:29.349 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.349 INFO kablam! | Oct 22 02:09:29.349 INFO kablam! Oct 22 02:09:29.349 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.349 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.349 INFO kablam! | Oct 22 02:09:29.349 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.349 INFO kablam! | ^^^^^ Oct 22 02:09:29.349 INFO kablam! ... Oct 22 02:09:29.349 INFO kablam! 4003 | rt_realloc!(rt_primes_31bytes_32align_realloc, 31, 32); Oct 22 02:09:29.352 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:29.352 INFO kablam! | Oct 22 02:09:29.352 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.352 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.352 INFO kablam! | Oct 22 02:09:29.352 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.352 INFO kablam! | Oct 22 02:09:29.352 INFO kablam! Oct 22 02:09:29.356 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.356 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.356 INFO kablam! | Oct 22 02:09:29.356 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.356 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.356 INFO kablam! ... Oct 22 02:09:29.356 INFO kablam! 4003 | rt_realloc!(rt_primes_31bytes_32align_realloc, 31, 32); Oct 22 02:09:29.356 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:29.356 INFO kablam! | Oct 22 02:09:29.356 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.356 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.356 INFO kablam! | Oct 22 02:09:29.356 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.356 INFO kablam! | Oct 22 02:09:29.356 INFO kablam! Oct 22 02:09:29.356 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.356 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.356 INFO kablam! | Oct 22 02:09:29.356 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.356 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.356 INFO kablam! ... Oct 22 02:09:29.356 INFO kablam! 4003 | rt_realloc!(rt_primes_31bytes_32align_realloc, 31, 32); Oct 22 02:09:29.356 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:29.356 INFO kablam! | Oct 22 02:09:29.356 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.356 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.356 INFO kablam! | Oct 22 02:09:29.356 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.356 INFO kablam! | Oct 22 02:09:29.356 INFO kablam! Oct 22 02:09:29.360 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.360 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.360 INFO kablam! | Oct 22 02:09:29.360 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.360 INFO kablam! | ^^^^^ Oct 22 02:09:29.360 INFO kablam! ... Oct 22 02:09:29.360 INFO kablam! 4016 | rt_realloc!(rt_primes_61bytes_32align_realloc, 61, 32); Oct 22 02:09:29.360 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:29.360 INFO kablam! | Oct 22 02:09:29.360 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.360 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.360 INFO kablam! | Oct 22 02:09:29.360 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.360 INFO kablam! | Oct 22 02:09:29.360 INFO kablam! Oct 22 02:09:29.360 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.360 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.360 INFO kablam! | Oct 22 02:09:29.360 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.360 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.360 INFO kablam! ... Oct 22 02:09:29.360 INFO kablam! 4016 | rt_realloc!(rt_primes_61bytes_32align_realloc, 61, 32); Oct 22 02:09:29.360 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:29.360 INFO kablam! | Oct 22 02:09:29.360 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.360 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.360 INFO kablam! | Oct 22 02:09:29.360 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.360 INFO kablam! | Oct 22 02:09:29.360 INFO kablam! Oct 22 02:09:29.360 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.360 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.360 INFO kablam! | Oct 22 02:09:29.360 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.360 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.360 INFO kablam! ... Oct 22 02:09:29.360 INFO kablam! 4016 | rt_realloc!(rt_primes_61bytes_32align_realloc, 61, 32); Oct 22 02:09:29.360 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:29.360 INFO kablam! | Oct 22 02:09:29.360 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.360 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.360 INFO kablam! | Oct 22 02:09:29.360 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.360 INFO kablam! | Oct 22 02:09:29.360 INFO kablam! Oct 22 02:09:29.364 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.364 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.364 INFO kablam! | Oct 22 02:09:29.364 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.364 INFO kablam! | ^^^^^ Oct 22 02:09:29.364 INFO kablam! ... Oct 22 02:09:29.364 INFO kablam! 4029 | rt_realloc!(rt_primes_96bytes_32align_realloc, 96, 32); Oct 22 02:09:29.364 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:29.364 INFO kablam! | Oct 22 02:09:29.364 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.364 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.364 INFO kablam! | Oct 22 02:09:29.364 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.364 INFO kablam! | Oct 22 02:09:29.364 INFO kablam! Oct 22 02:09:29.364 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.364 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.364 INFO kablam! | Oct 22 02:09:29.365 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.365 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.365 INFO kablam! ... Oct 22 02:09:29.365 INFO kablam! 4029 | rt_realloc!(rt_primes_96bytes_32align_realloc, 96, 32); Oct 22 02:09:29.365 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:29.365 INFO kablam! | Oct 22 02:09:29.365 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.365 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.365 INFO kablam! | Oct 22 02:09:29.365 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.365 INFO kablam! | Oct 22 02:09:29.365 INFO kablam! Oct 22 02:09:29.365 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.365 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.365 INFO kablam! | Oct 22 02:09:29.365 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.365 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.365 INFO kablam! ... Oct 22 02:09:29.365 INFO kablam! 4029 | rt_realloc!(rt_primes_96bytes_32align_realloc, 96, 32); Oct 22 02:09:29.365 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 22 02:09:29.365 INFO kablam! | Oct 22 02:09:29.365 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.365 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.365 INFO kablam! | Oct 22 02:09:29.365 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.365 INFO kablam! | Oct 22 02:09:29.365 INFO kablam! Oct 22 02:09:29.365 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.365 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.365 INFO kablam! | Oct 22 02:09:29.365 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.365 INFO kablam! | ^^^^^ Oct 22 02:09:29.365 INFO kablam! ... Oct 22 02:09:29.365 INFO kablam! 4042 | rt_realloc!(rt_primes_127bytes_32align_realloc, 127, 32); Oct 22 02:09:29.365 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:29.365 INFO kablam! | Oct 22 02:09:29.365 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.365 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.365 INFO kablam! | Oct 22 02:09:29.365 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.365 INFO kablam! | Oct 22 02:09:29.365 INFO kablam! Oct 22 02:09:29.365 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.365 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.365 INFO kablam! | Oct 22 02:09:29.365 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.365 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.365 INFO kablam! ... Oct 22 02:09:29.365 INFO kablam! 4042 | rt_realloc!(rt_primes_127bytes_32align_realloc, 127, 32); Oct 22 02:09:29.365 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:29.365 INFO kablam! | Oct 22 02:09:29.365 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.365 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.365 INFO kablam! | Oct 22 02:09:29.365 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.365 INFO kablam! | Oct 22 02:09:29.365 INFO kablam! Oct 22 02:09:29.365 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.365 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.365 INFO kablam! | Oct 22 02:09:29.365 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.365 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.365 INFO kablam! ... Oct 22 02:09:29.365 INFO kablam! 4042 | rt_realloc!(rt_primes_127bytes_32align_realloc, 127, 32); Oct 22 02:09:29.365 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:29.365 INFO kablam! | Oct 22 02:09:29.365 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.365 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.365 INFO kablam! | Oct 22 02:09:29.365 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.365 INFO kablam! | Oct 22 02:09:29.365 INFO kablam! Oct 22 02:09:29.365 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.365 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.365 INFO kablam! | Oct 22 02:09:29.365 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.365 INFO kablam! | ^^^^^ Oct 22 02:09:29.365 INFO kablam! ... Oct 22 02:09:29.365 INFO kablam! 4055 | rt_realloc!(rt_primes_257bytes_32align_realloc, 257, 32); Oct 22 02:09:29.365 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:29.365 INFO kablam! | Oct 22 02:09:29.365 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.365 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.365 INFO kablam! | Oct 22 02:09:29.365 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.366 INFO kablam! | Oct 22 02:09:29.366 INFO kablam! Oct 22 02:09:29.376 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.377 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.377 INFO kablam! | Oct 22 02:09:29.377 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.377 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.377 INFO kablam! ... Oct 22 02:09:29.377 INFO kablam! 4055 | rt_realloc!(rt_primes_257bytes_32align_realloc, 257, 32); Oct 22 02:09:29.377 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:29.377 INFO kablam! | Oct 22 02:09:29.377 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.377 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.377 INFO kablam! | Oct 22 02:09:29.377 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.377 INFO kablam! | Oct 22 02:09:29.377 INFO kablam! Oct 22 02:09:29.377 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.377 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.377 INFO kablam! | Oct 22 02:09:29.377 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.377 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.377 INFO kablam! ... Oct 22 02:09:29.377 INFO kablam! 4055 | rt_realloc!(rt_primes_257bytes_32align_realloc, 257, 32); Oct 22 02:09:29.377 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:29.377 INFO kablam! | Oct 22 02:09:29.377 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.377 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.377 INFO kablam! | Oct 22 02:09:29.377 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.377 INFO kablam! | Oct 22 02:09:29.377 INFO kablam! Oct 22 02:09:29.377 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.377 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.377 INFO kablam! | Oct 22 02:09:29.377 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.377 INFO kablam! | ^^^^^ Oct 22 02:09:29.377 INFO kablam! ... Oct 22 02:09:29.377 INFO kablam! 4068 | rt_realloc!(rt_primes_509bytes_32align_realloc, 509, 32); Oct 22 02:09:29.377 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:29.377 INFO kablam! | Oct 22 02:09:29.377 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.377 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.377 INFO kablam! | Oct 22 02:09:29.377 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.377 INFO kablam! | Oct 22 02:09:29.377 INFO kablam! Oct 22 02:09:29.377 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.377 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.377 INFO kablam! | Oct 22 02:09:29.377 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.377 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.377 INFO kablam! ... Oct 22 02:09:29.377 INFO kablam! 4068 | rt_realloc!(rt_primes_509bytes_32align_realloc, 509, 32); Oct 22 02:09:29.377 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:29.377 INFO kablam! | Oct 22 02:09:29.377 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.377 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.377 INFO kablam! | Oct 22 02:09:29.377 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.377 INFO kablam! | Oct 22 02:09:29.377 INFO kablam! Oct 22 02:09:29.377 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.377 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.377 INFO kablam! | Oct 22 02:09:29.377 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.377 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.377 INFO kablam! ... Oct 22 02:09:29.377 INFO kablam! 4068 | rt_realloc!(rt_primes_509bytes_32align_realloc, 509, 32); Oct 22 02:09:29.377 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 02:09:29.377 INFO kablam! | Oct 22 02:09:29.377 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.377 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.377 INFO kablam! | Oct 22 02:09:29.377 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.377 INFO kablam! | Oct 22 02:09:29.377 INFO kablam! Oct 22 02:09:29.377 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.377 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.377 INFO kablam! | Oct 22 02:09:29.377 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.377 INFO kablam! | ^^^^^ Oct 22 02:09:29.377 INFO kablam! ... Oct 22 02:09:29.377 INFO kablam! 4081 | rt_realloc!(rt_primes_1021bytes_32align_realloc, 1021, 32); Oct 22 02:09:29.377 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:29.378 INFO kablam! | Oct 22 02:09:29.378 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.378 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.378 INFO kablam! | Oct 22 02:09:29.378 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.378 INFO kablam! | Oct 22 02:09:29.378 INFO kablam! Oct 22 02:09:29.378 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.378 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.378 INFO kablam! | Oct 22 02:09:29.378 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.378 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.378 INFO kablam! ... Oct 22 02:09:29.378 INFO kablam! 4081 | rt_realloc!(rt_primes_1021bytes_32align_realloc, 1021, 32); Oct 22 02:09:29.378 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:29.378 INFO kablam! | Oct 22 02:09:29.378 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.378 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.378 INFO kablam! | Oct 22 02:09:29.378 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.378 INFO kablam! | Oct 22 02:09:29.378 INFO kablam! Oct 22 02:09:29.378 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.378 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.378 INFO kablam! | Oct 22 02:09:29.378 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.378 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.378 INFO kablam! ... Oct 22 02:09:29.378 INFO kablam! 4081 | rt_realloc!(rt_primes_1021bytes_32align_realloc, 1021, 32); Oct 22 02:09:29.378 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:29.378 INFO kablam! | Oct 22 02:09:29.378 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.378 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.378 INFO kablam! | Oct 22 02:09:29.378 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.378 INFO kablam! | Oct 22 02:09:29.378 INFO kablam! Oct 22 02:09:29.378 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.378 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.378 INFO kablam! | Oct 22 02:09:29.378 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.378 INFO kablam! | ^^^^^ Oct 22 02:09:29.378 INFO kablam! ... Oct 22 02:09:29.378 INFO kablam! 4094 | rt_realloc!(rt_primes_2039bytes_32align_realloc, 2039, 32); Oct 22 02:09:29.378 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:29.378 INFO kablam! | Oct 22 02:09:29.378 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.378 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.378 INFO kablam! | Oct 22 02:09:29.378 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.378 INFO kablam! | Oct 22 02:09:29.378 INFO kablam! Oct 22 02:09:29.378 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.378 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.378 INFO kablam! | Oct 22 02:09:29.378 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.378 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.378 INFO kablam! ... Oct 22 02:09:29.378 INFO kablam! 4094 | rt_realloc!(rt_primes_2039bytes_32align_realloc, 2039, 32); Oct 22 02:09:29.378 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:29.378 INFO kablam! | Oct 22 02:09:29.378 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.378 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.378 INFO kablam! | Oct 22 02:09:29.378 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.378 INFO kablam! | Oct 22 02:09:29.378 INFO kablam! Oct 22 02:09:29.381 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.381 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.381 INFO kablam! | Oct 22 02:09:29.381 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.381 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.381 INFO kablam! ... Oct 22 02:09:29.381 INFO kablam! 4094 | rt_realloc!(rt_primes_2039bytes_32align_realloc, 2039, 32); Oct 22 02:09:29.381 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:29.381 INFO kablam! | Oct 22 02:09:29.381 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.381 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.381 INFO kablam! | Oct 22 02:09:29.381 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.381 INFO kablam! | Oct 22 02:09:29.381 INFO kablam! Oct 22 02:09:29.381 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.381 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.381 INFO kablam! | Oct 22 02:09:29.381 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.381 INFO kablam! | ^^^^^ Oct 22 02:09:29.381 INFO kablam! ... Oct 22 02:09:29.381 INFO kablam! 4107 | rt_realloc!(rt_primes_4093bytes_32align_realloc, 4093, 32); Oct 22 02:09:29.381 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:29.381 INFO kablam! | Oct 22 02:09:29.381 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.381 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.381 INFO kablam! | Oct 22 02:09:29.381 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.381 INFO kablam! | Oct 22 02:09:29.381 INFO kablam! Oct 22 02:09:29.384 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.384 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.384 INFO kablam! | Oct 22 02:09:29.384 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.384 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.384 INFO kablam! ... Oct 22 02:09:29.384 INFO kablam! 4107 | rt_realloc!(rt_primes_4093bytes_32align_realloc, 4093, 32); Oct 22 02:09:29.384 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:29.384 INFO kablam! | Oct 22 02:09:29.384 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.384 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.384 INFO kablam! | Oct 22 02:09:29.384 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.384 INFO kablam! | Oct 22 02:09:29.384 INFO kablam! Oct 22 02:09:29.384 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.384 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.384 INFO kablam! | Oct 22 02:09:29.384 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.384 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.384 INFO kablam! ... Oct 22 02:09:29.384 INFO kablam! 4107 | rt_realloc!(rt_primes_4093bytes_32align_realloc, 4093, 32); Oct 22 02:09:29.384 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:29.384 INFO kablam! | Oct 22 02:09:29.384 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.384 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.384 INFO kablam! | Oct 22 02:09:29.384 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.384 INFO kablam! | Oct 22 02:09:29.384 INFO kablam! Oct 22 02:09:29.392 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.392 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.392 INFO kablam! | Oct 22 02:09:29.392 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.392 INFO kablam! | ^^^^^ Oct 22 02:09:29.392 INFO kablam! ... Oct 22 02:09:29.392 INFO kablam! 4120 | rt_realloc!(rt_primes_8191bytes_32align_realloc, 8191, 32); Oct 22 02:09:29.392 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:29.392 INFO kablam! | Oct 22 02:09:29.392 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.392 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.392 INFO kablam! | Oct 22 02:09:29.392 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.392 INFO kablam! | Oct 22 02:09:29.392 INFO kablam! Oct 22 02:09:29.392 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.392 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.392 INFO kablam! | Oct 22 02:09:29.392 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.392 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.392 INFO kablam! ... Oct 22 02:09:29.392 INFO kablam! 4120 | rt_realloc!(rt_primes_8191bytes_32align_realloc, 8191, 32); Oct 22 02:09:29.392 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:29.392 INFO kablam! | Oct 22 02:09:29.393 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.393 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.393 INFO kablam! | Oct 22 02:09:29.393 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.393 INFO kablam! | Oct 22 02:09:29.393 INFO kablam! Oct 22 02:09:29.393 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.393 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.393 INFO kablam! | Oct 22 02:09:29.393 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.393 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.393 INFO kablam! ... Oct 22 02:09:29.393 INFO kablam! 4120 | rt_realloc!(rt_primes_8191bytes_32align_realloc, 8191, 32); Oct 22 02:09:29.393 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 22 02:09:29.393 INFO kablam! | Oct 22 02:09:29.393 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.393 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.393 INFO kablam! | Oct 22 02:09:29.393 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.393 INFO kablam! | Oct 22 02:09:29.393 INFO kablam! Oct 22 02:09:29.393 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.393 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.393 INFO kablam! | Oct 22 02:09:29.393 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.393 INFO kablam! | ^^^^^ Oct 22 02:09:29.393 INFO kablam! ... Oct 22 02:09:29.393 INFO kablam! 4133 | rt_realloc!(rt_primes_16381bytes_32align_realloc, 16381, 32); Oct 22 02:09:29.393 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.393 INFO kablam! | Oct 22 02:09:29.393 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.393 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.393 INFO kablam! | Oct 22 02:09:29.393 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.393 INFO kablam! | Oct 22 02:09:29.393 INFO kablam! Oct 22 02:09:29.393 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.393 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.393 INFO kablam! | Oct 22 02:09:29.393 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.393 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.393 INFO kablam! ... Oct 22 02:09:29.393 INFO kablam! 4133 | rt_realloc!(rt_primes_16381bytes_32align_realloc, 16381, 32); Oct 22 02:09:29.393 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.393 INFO kablam! | Oct 22 02:09:29.393 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.393 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.393 INFO kablam! | Oct 22 02:09:29.393 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.393 INFO kablam! | Oct 22 02:09:29.393 INFO kablam! Oct 22 02:09:29.393 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.393 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.393 INFO kablam! | Oct 22 02:09:29.393 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.393 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.393 INFO kablam! ... Oct 22 02:09:29.393 INFO kablam! 4133 | rt_realloc!(rt_primes_16381bytes_32align_realloc, 16381, 32); Oct 22 02:09:29.393 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.393 INFO kablam! | Oct 22 02:09:29.393 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.393 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.393 INFO kablam! | Oct 22 02:09:29.393 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.393 INFO kablam! | Oct 22 02:09:29.393 INFO kablam! Oct 22 02:09:29.393 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.393 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.393 INFO kablam! | Oct 22 02:09:29.393 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.393 INFO kablam! | ^^^^^ Oct 22 02:09:29.393 INFO kablam! ... Oct 22 02:09:29.393 INFO kablam! 4146 | rt_realloc!(rt_primes_32749bytes_32align_realloc, 32749, 32); Oct 22 02:09:29.393 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.393 INFO kablam! | Oct 22 02:09:29.393 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.393 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.393 INFO kablam! | Oct 22 02:09:29.393 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.393 INFO kablam! | Oct 22 02:09:29.393 INFO kablam! Oct 22 02:09:29.396 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.396 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.396 INFO kablam! | Oct 22 02:09:29.396 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.396 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.396 INFO kablam! ... Oct 22 02:09:29.396 INFO kablam! 4146 | rt_realloc!(rt_primes_32749bytes_32align_realloc, 32749, 32); Oct 22 02:09:29.396 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.396 INFO kablam! | Oct 22 02:09:29.396 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.396 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.396 INFO kablam! | Oct 22 02:09:29.396 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.396 INFO kablam! | Oct 22 02:09:29.396 INFO kablam! Oct 22 02:09:29.396 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.396 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.396 INFO kablam! | Oct 22 02:09:29.396 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.396 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.396 INFO kablam! ... Oct 22 02:09:29.396 INFO kablam! 4146 | rt_realloc!(rt_primes_32749bytes_32align_realloc, 32749, 32); Oct 22 02:09:29.396 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.396 INFO kablam! | Oct 22 02:09:29.396 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.396 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.396 INFO kablam! | Oct 22 02:09:29.396 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.396 INFO kablam! | Oct 22 02:09:29.396 INFO kablam! Oct 22 02:09:29.400 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.400 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.400 INFO kablam! | Oct 22 02:09:29.400 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.400 INFO kablam! | ^^^^^ Oct 22 02:09:29.400 INFO kablam! ... Oct 22 02:09:29.400 INFO kablam! 4159 | rt_realloc!(rt_primes_65537bytes_32align_realloc, 65537, 32); Oct 22 02:09:29.400 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.400 INFO kablam! | Oct 22 02:09:29.400 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.400 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.400 INFO kablam! | Oct 22 02:09:29.400 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.400 INFO kablam! | Oct 22 02:09:29.400 INFO kablam! Oct 22 02:09:29.400 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.400 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.400 INFO kablam! | Oct 22 02:09:29.400 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.400 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.400 INFO kablam! ... Oct 22 02:09:29.400 INFO kablam! 4159 | rt_realloc!(rt_primes_65537bytes_32align_realloc, 65537, 32); Oct 22 02:09:29.400 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.400 INFO kablam! | Oct 22 02:09:29.400 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.400 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.400 INFO kablam! | Oct 22 02:09:29.400 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.400 INFO kablam! | Oct 22 02:09:29.400 INFO kablam! Oct 22 02:09:29.400 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.400 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.400 INFO kablam! | Oct 22 02:09:29.400 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.400 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.400 INFO kablam! ... Oct 22 02:09:29.400 INFO kablam! 4159 | rt_realloc!(rt_primes_65537bytes_32align_realloc, 65537, 32); Oct 22 02:09:29.400 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.400 INFO kablam! | Oct 22 02:09:29.400 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.400 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.400 INFO kablam! | Oct 22 02:09:29.400 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.400 INFO kablam! | Oct 22 02:09:29.400 INFO kablam! Oct 22 02:09:29.405 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.405 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.405 INFO kablam! | Oct 22 02:09:29.405 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.405 INFO kablam! | ^^^^^ Oct 22 02:09:29.405 INFO kablam! ... Oct 22 02:09:29.405 INFO kablam! 4172 | rt_realloc!(rt_primes_131071bytes_32align_realloc, 131071, 32); Oct 22 02:09:29.405 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.405 INFO kablam! | Oct 22 02:09:29.405 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.405 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.405 INFO kablam! | Oct 22 02:09:29.405 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.405 INFO kablam! | Oct 22 02:09:29.405 INFO kablam! Oct 22 02:09:29.405 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.405 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.405 INFO kablam! | Oct 22 02:09:29.405 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.405 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.405 INFO kablam! ... Oct 22 02:09:29.405 INFO kablam! 4172 | rt_realloc!(rt_primes_131071bytes_32align_realloc, 131071, 32); Oct 22 02:09:29.405 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.405 INFO kablam! | Oct 22 02:09:29.405 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.405 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.405 INFO kablam! | Oct 22 02:09:29.405 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.405 INFO kablam! | Oct 22 02:09:29.405 INFO kablam! Oct 22 02:09:29.405 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.405 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.405 INFO kablam! | Oct 22 02:09:29.405 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.405 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.405 INFO kablam! ... Oct 22 02:09:29.405 INFO kablam! 4172 | rt_realloc!(rt_primes_131071bytes_32align_realloc, 131071, 32); Oct 22 02:09:29.405 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.405 INFO kablam! | Oct 22 02:09:29.405 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.405 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.405 INFO kablam! | Oct 22 02:09:29.405 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.405 INFO kablam! | Oct 22 02:09:29.405 INFO kablam! Oct 22 02:09:29.405 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.405 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 22 02:09:29.405 INFO kablam! | Oct 22 02:09:29.405 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.405 INFO kablam! | ^^^^^ Oct 22 02:09:29.405 INFO kablam! ... Oct 22 02:09:29.405 INFO kablam! 4185 | rt_realloc!(rt_primes_4194301bytes_32align_realloc, 4194301, 32); Oct 22 02:09:29.405 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.405 INFO kablam! | Oct 22 02:09:29.405 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.405 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.405 INFO kablam! | Oct 22 02:09:29.405 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.405 INFO kablam! | Oct 22 02:09:29.405 INFO kablam! Oct 22 02:09:29.408 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.408 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 22 02:09:29.408 INFO kablam! | Oct 22 02:09:29.408 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 22 02:09:29.408 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.408 INFO kablam! ... Oct 22 02:09:29.408 INFO kablam! 4185 | rt_realloc!(rt_primes_4194301bytes_32align_realloc, 4194301, 32); Oct 22 02:09:29.408 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.408 INFO kablam! | Oct 22 02:09:29.408 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.408 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.408 INFO kablam! | Oct 22 02:09:29.408 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.408 INFO kablam! | Oct 22 02:09:29.408 INFO kablam! Oct 22 02:09:29.408 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.408 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 22 02:09:29.408 INFO kablam! | Oct 22 02:09:29.408 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.408 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.408 INFO kablam! ... Oct 22 02:09:29.408 INFO kablam! 4185 | rt_realloc!(rt_primes_4194301bytes_32align_realloc, 4194301, 32); Oct 22 02:09:29.408 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.408 INFO kablam! | Oct 22 02:09:29.408 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.408 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.408 INFO kablam! | Oct 22 02:09:29.408 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.408 INFO kablam! | Oct 22 02:09:29.408 INFO kablam! Oct 22 02:09:29.412 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.412 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.412 INFO kablam! | Oct 22 02:09:29.412 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.412 INFO kablam! | ^^^^^ Oct 22 02:09:29.412 INFO kablam! ... Oct 22 02:09:29.412 INFO kablam! 266 | rt_realloc_excess_unused!(rt_pow2_1bytes_1align_realloc_excess_unused, 1, 1); Oct 22 02:09:29.412 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.412 INFO kablam! | Oct 22 02:09:29.412 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.412 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.412 INFO kablam! | Oct 22 02:09:29.412 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.412 INFO kablam! | Oct 22 02:09:29.412 INFO kablam! Oct 22 02:09:29.412 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.412 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.412 INFO kablam! | Oct 22 02:09:29.412 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.412 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.412 INFO kablam! ... Oct 22 02:09:29.412 INFO kablam! 266 | rt_realloc_excess_unused!(rt_pow2_1bytes_1align_realloc_excess_unused, 1, 1); Oct 22 02:09:29.412 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.412 INFO kablam! Oct 22 02:09:29.416 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.416 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.416 INFO kablam! | Oct 22 02:09:29.416 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.416 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.416 INFO kablam! ... Oct 22 02:09:29.416 INFO kablam! 266 | rt_realloc_excess_unused!(rt_pow2_1bytes_1align_realloc_excess_unused, 1, 1); Oct 22 02:09:29.416 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.416 INFO kablam! | Oct 22 02:09:29.416 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.416 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.416 INFO kablam! | Oct 22 02:09:29.416 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.416 INFO kablam! | Oct 22 02:09:29.416 INFO kablam! Oct 22 02:09:29.416 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.416 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.416 INFO kablam! | Oct 22 02:09:29.416 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.416 INFO kablam! | ^^^^^ Oct 22 02:09:29.416 INFO kablam! ... Oct 22 02:09:29.416 INFO kablam! 279 | rt_realloc_excess_unused!(rt_pow2_2bytes_1align_realloc_excess_unused, 2, 1); Oct 22 02:09:29.416 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.416 INFO kablam! | Oct 22 02:09:29.417 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.417 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.417 INFO kablam! | Oct 22 02:09:29.417 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.417 INFO kablam! | Oct 22 02:09:29.417 INFO kablam! Oct 22 02:09:29.417 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.417 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.417 INFO kablam! | Oct 22 02:09:29.417 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.417 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.417 INFO kablam! ... Oct 22 02:09:29.417 INFO kablam! 279 | rt_realloc_excess_unused!(rt_pow2_2bytes_1align_realloc_excess_unused, 2, 1); Oct 22 02:09:29.417 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.417 INFO kablam! Oct 22 02:09:29.417 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.417 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.417 INFO kablam! | Oct 22 02:09:29.417 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.417 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.417 INFO kablam! ... Oct 22 02:09:29.417 INFO kablam! 279 | rt_realloc_excess_unused!(rt_pow2_2bytes_1align_realloc_excess_unused, 2, 1); Oct 22 02:09:29.417 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.417 INFO kablam! | Oct 22 02:09:29.417 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.417 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.417 INFO kablam! | Oct 22 02:09:29.417 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.417 INFO kablam! | Oct 22 02:09:29.417 INFO kablam! Oct 22 02:09:29.425 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.425 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.425 INFO kablam! | Oct 22 02:09:29.425 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.425 INFO kablam! | ^^^^^ Oct 22 02:09:29.425 INFO kablam! ... Oct 22 02:09:29.425 INFO kablam! 292 | rt_realloc_excess_unused!(rt_pow2_4bytes_1align_realloc_excess_unused, 4, 1); Oct 22 02:09:29.425 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.425 INFO kablam! | Oct 22 02:09:29.425 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.425 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.425 INFO kablam! | Oct 22 02:09:29.425 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.425 INFO kablam! | Oct 22 02:09:29.425 INFO kablam! Oct 22 02:09:29.425 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.425 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.425 INFO kablam! | Oct 22 02:09:29.425 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.425 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.425 INFO kablam! ... Oct 22 02:09:29.425 INFO kablam! 292 | rt_realloc_excess_unused!(rt_pow2_4bytes_1align_realloc_excess_unused, 4, 1); Oct 22 02:09:29.425 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.425 INFO kablam! Oct 22 02:09:29.425 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.425 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.425 INFO kablam! | Oct 22 02:09:29.425 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.425 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.425 INFO kablam! ... Oct 22 02:09:29.425 INFO kablam! 292 | rt_realloc_excess_unused!(rt_pow2_4bytes_1align_realloc_excess_unused, 4, 1); Oct 22 02:09:29.425 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.425 INFO kablam! | Oct 22 02:09:29.425 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.425 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.425 INFO kablam! | Oct 22 02:09:29.425 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.425 INFO kablam! | Oct 22 02:09:29.425 INFO kablam! Oct 22 02:09:29.425 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.425 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.425 INFO kablam! | Oct 22 02:09:29.425 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.425 INFO kablam! | ^^^^^ Oct 22 02:09:29.425 INFO kablam! ... Oct 22 02:09:29.425 INFO kablam! 305 | rt_realloc_excess_unused!(rt_pow2_8bytes_1align_realloc_excess_unused, 8, 1); Oct 22 02:09:29.425 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.425 INFO kablam! | Oct 22 02:09:29.425 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.425 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.425 INFO kablam! | Oct 22 02:09:29.425 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.425 INFO kablam! | Oct 22 02:09:29.425 INFO kablam! Oct 22 02:09:29.425 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.425 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.425 INFO kablam! | Oct 22 02:09:29.425 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.425 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.425 INFO kablam! ... Oct 22 02:09:29.425 INFO kablam! 305 | rt_realloc_excess_unused!(rt_pow2_8bytes_1align_realloc_excess_unused, 8, 1); Oct 22 02:09:29.425 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.425 INFO kablam! Oct 22 02:09:29.425 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.425 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.425 INFO kablam! | Oct 22 02:09:29.425 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.425 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.425 INFO kablam! ... Oct 22 02:09:29.425 INFO kablam! 305 | rt_realloc_excess_unused!(rt_pow2_8bytes_1align_realloc_excess_unused, 8, 1); Oct 22 02:09:29.425 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.425 INFO kablam! | Oct 22 02:09:29.425 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.425 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.425 INFO kablam! | Oct 22 02:09:29.425 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.425 INFO kablam! | Oct 22 02:09:29.425 INFO kablam! Oct 22 02:09:29.425 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.426 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.426 INFO kablam! | Oct 22 02:09:29.426 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.426 INFO kablam! | ^^^^^ Oct 22 02:09:29.426 INFO kablam! ... Oct 22 02:09:29.426 INFO kablam! 318 | rt_realloc_excess_unused!(rt_pow2_16bytes_1align_realloc_excess_unused, 16, 1); Oct 22 02:09:29.426 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.426 INFO kablam! | Oct 22 02:09:29.426 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.426 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.426 INFO kablam! | Oct 22 02:09:29.426 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.426 INFO kablam! | Oct 22 02:09:29.426 INFO kablam! Oct 22 02:09:29.432 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.432 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.432 INFO kablam! | Oct 22 02:09:29.432 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.432 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.432 INFO kablam! ... Oct 22 02:09:29.432 INFO kablam! 318 | rt_realloc_excess_unused!(rt_pow2_16bytes_1align_realloc_excess_unused, 16, 1); Oct 22 02:09:29.432 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.432 INFO kablam! Oct 22 02:09:29.432 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.432 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.432 INFO kablam! | Oct 22 02:09:29.432 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.432 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.432 INFO kablam! ... Oct 22 02:09:29.432 INFO kablam! 318 | rt_realloc_excess_unused!(rt_pow2_16bytes_1align_realloc_excess_unused, 16, 1); Oct 22 02:09:29.432 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.432 INFO kablam! | Oct 22 02:09:29.432 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.432 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.432 INFO kablam! | Oct 22 02:09:29.432 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.432 INFO kablam! | Oct 22 02:09:29.432 INFO kablam! Oct 22 02:09:29.433 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.433 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.433 INFO kablam! | Oct 22 02:09:29.433 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.433 INFO kablam! | ^^^^^ Oct 22 02:09:29.433 INFO kablam! ... Oct 22 02:09:29.433 INFO kablam! 331 | rt_realloc_excess_unused!(rt_pow2_32bytes_1align_realloc_excess_unused, 32, 1); Oct 22 02:09:29.433 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.433 INFO kablam! | Oct 22 02:09:29.433 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.433 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.433 INFO kablam! | Oct 22 02:09:29.433 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.433 INFO kablam! | Oct 22 02:09:29.433 INFO kablam! Oct 22 02:09:29.433 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.433 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.433 INFO kablam! | Oct 22 02:09:29.433 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.433 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.433 INFO kablam! ... Oct 22 02:09:29.433 INFO kablam! 331 | rt_realloc_excess_unused!(rt_pow2_32bytes_1align_realloc_excess_unused, 32, 1); Oct 22 02:09:29.433 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.433 INFO kablam! Oct 22 02:09:29.433 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.433 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.433 INFO kablam! | Oct 22 02:09:29.433 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.433 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.433 INFO kablam! ... Oct 22 02:09:29.433 INFO kablam! 331 | rt_realloc_excess_unused!(rt_pow2_32bytes_1align_realloc_excess_unused, 32, 1); Oct 22 02:09:29.433 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.433 INFO kablam! | Oct 22 02:09:29.433 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.433 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.433 INFO kablam! | Oct 22 02:09:29.433 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.433 INFO kablam! | Oct 22 02:09:29.433 INFO kablam! Oct 22 02:09:29.440 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.440 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.440 INFO kablam! | Oct 22 02:09:29.440 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.440 INFO kablam! | ^^^^^ Oct 22 02:09:29.440 INFO kablam! ... Oct 22 02:09:29.440 INFO kablam! 344 | rt_realloc_excess_unused!(rt_pow2_64bytes_1align_realloc_excess_unused, 64, 1); Oct 22 02:09:29.440 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.440 INFO kablam! | Oct 22 02:09:29.440 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.440 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.440 INFO kablam! | Oct 22 02:09:29.440 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.440 INFO kablam! | Oct 22 02:09:29.440 INFO kablam! Oct 22 02:09:29.440 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.440 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.440 INFO kablam! | Oct 22 02:09:29.440 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.440 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.440 INFO kablam! ... Oct 22 02:09:29.440 INFO kablam! 344 | rt_realloc_excess_unused!(rt_pow2_64bytes_1align_realloc_excess_unused, 64, 1); Oct 22 02:09:29.441 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.441 INFO kablam! Oct 22 02:09:29.441 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.441 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.441 INFO kablam! | Oct 22 02:09:29.441 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.441 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.441 INFO kablam! ... Oct 22 02:09:29.441 INFO kablam! 344 | rt_realloc_excess_unused!(rt_pow2_64bytes_1align_realloc_excess_unused, 64, 1); Oct 22 02:09:29.441 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.441 INFO kablam! | Oct 22 02:09:29.441 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.441 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.441 INFO kablam! | Oct 22 02:09:29.441 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.441 INFO kablam! | Oct 22 02:09:29.441 INFO kablam! Oct 22 02:09:29.441 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.441 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.441 INFO kablam! | Oct 22 02:09:29.441 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.441 INFO kablam! | ^^^^^ Oct 22 02:09:29.441 INFO kablam! ... Oct 22 02:09:29.441 INFO kablam! 357 | rt_realloc_excess_unused!(rt_pow2_128bytes_1align_realloc_excess_unused, 128, 1); Oct 22 02:09:29.441 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.441 INFO kablam! | Oct 22 02:09:29.441 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.441 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.441 INFO kablam! | Oct 22 02:09:29.441 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.441 INFO kablam! | Oct 22 02:09:29.441 INFO kablam! Oct 22 02:09:29.441 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.441 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.441 INFO kablam! | Oct 22 02:09:29.441 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.441 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.441 INFO kablam! ... Oct 22 02:09:29.441 INFO kablam! 357 | rt_realloc_excess_unused!(rt_pow2_128bytes_1align_realloc_excess_unused, 128, 1); Oct 22 02:09:29.441 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.441 INFO kablam! Oct 22 02:09:29.441 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.441 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.441 INFO kablam! | Oct 22 02:09:29.441 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.441 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.441 INFO kablam! ... Oct 22 02:09:29.441 INFO kablam! 357 | rt_realloc_excess_unused!(rt_pow2_128bytes_1align_realloc_excess_unused, 128, 1); Oct 22 02:09:29.441 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.441 INFO kablam! | Oct 22 02:09:29.441 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.441 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.441 INFO kablam! | Oct 22 02:09:29.441 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.441 INFO kablam! | Oct 22 02:09:29.441 INFO kablam! Oct 22 02:09:29.441 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.441 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.441 INFO kablam! | Oct 22 02:09:29.441 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.441 INFO kablam! | ^^^^^ Oct 22 02:09:29.441 INFO kablam! ... Oct 22 02:09:29.441 INFO kablam! 370 | rt_realloc_excess_unused!(rt_pow2_256bytes_1align_realloc_excess_unused, 256, 1); Oct 22 02:09:29.441 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.441 INFO kablam! | Oct 22 02:09:29.441 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.441 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.441 INFO kablam! | Oct 22 02:09:29.441 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.441 INFO kablam! | Oct 22 02:09:29.441 INFO kablam! Oct 22 02:09:29.444 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.444 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.444 INFO kablam! | Oct 22 02:09:29.444 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.444 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.444 INFO kablam! ... Oct 22 02:09:29.444 INFO kablam! 370 | rt_realloc_excess_unused!(rt_pow2_256bytes_1align_realloc_excess_unused, 256, 1); Oct 22 02:09:29.444 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.444 INFO kablam! Oct 22 02:09:29.444 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.444 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.444 INFO kablam! | Oct 22 02:09:29.444 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.444 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.444 INFO kablam! ... Oct 22 02:09:29.444 INFO kablam! 370 | rt_realloc_excess_unused!(rt_pow2_256bytes_1align_realloc_excess_unused, 256, 1); Oct 22 02:09:29.444 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.444 INFO kablam! | Oct 22 02:09:29.444 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.444 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.444 INFO kablam! | Oct 22 02:09:29.444 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.444 INFO kablam! | Oct 22 02:09:29.444 INFO kablam! Oct 22 02:09:29.449 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.449 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.449 INFO kablam! | Oct 22 02:09:29.449 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.449 INFO kablam! | ^^^^^ Oct 22 02:09:29.449 INFO kablam! ... Oct 22 02:09:29.449 INFO kablam! 383 | rt_realloc_excess_unused!(rt_pow2_512bytes_1align_realloc_excess_unused, 512, 1); Oct 22 02:09:29.449 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.449 INFO kablam! | Oct 22 02:09:29.449 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.449 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.449 INFO kablam! | Oct 22 02:09:29.449 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.449 INFO kablam! | Oct 22 02:09:29.449 INFO kablam! Oct 22 02:09:29.449 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.449 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.449 INFO kablam! | Oct 22 02:09:29.449 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.449 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.449 INFO kablam! ... Oct 22 02:09:29.449 INFO kablam! 383 | rt_realloc_excess_unused!(rt_pow2_512bytes_1align_realloc_excess_unused, 512, 1); Oct 22 02:09:29.449 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.449 INFO kablam! Oct 22 02:09:29.449 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.449 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.449 INFO kablam! | Oct 22 02:09:29.449 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.449 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.449 INFO kablam! ... Oct 22 02:09:29.449 INFO kablam! 383 | rt_realloc_excess_unused!(rt_pow2_512bytes_1align_realloc_excess_unused, 512, 1); Oct 22 02:09:29.449 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.449 INFO kablam! | Oct 22 02:09:29.449 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.449 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.449 INFO kablam! | Oct 22 02:09:29.449 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.449 INFO kablam! | Oct 22 02:09:29.449 INFO kablam! Oct 22 02:09:29.449 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.449 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.449 INFO kablam! | Oct 22 02:09:29.450 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.450 INFO kablam! | ^^^^^ Oct 22 02:09:29.450 INFO kablam! ... Oct 22 02:09:29.450 INFO kablam! 396 | rt_realloc_excess_unused!(rt_pow2_1024bytes_1align_realloc_excess_unused, 1024, 1); Oct 22 02:09:29.450 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.450 INFO kablam! | Oct 22 02:09:29.450 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.450 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.450 INFO kablam! | Oct 22 02:09:29.450 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.450 INFO kablam! | Oct 22 02:09:29.450 INFO kablam! Oct 22 02:09:29.450 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.450 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.450 INFO kablam! | Oct 22 02:09:29.450 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.450 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.450 INFO kablam! ... Oct 22 02:09:29.450 INFO kablam! 396 | rt_realloc_excess_unused!(rt_pow2_1024bytes_1align_realloc_excess_unused, 1024, 1); Oct 22 02:09:29.450 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.450 INFO kablam! Oct 22 02:09:29.452 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.452 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.452 INFO kablam! | Oct 22 02:09:29.452 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.452 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.452 INFO kablam! ... Oct 22 02:09:29.452 INFO kablam! 396 | rt_realloc_excess_unused!(rt_pow2_1024bytes_1align_realloc_excess_unused, 1024, 1); Oct 22 02:09:29.452 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.452 INFO kablam! | Oct 22 02:09:29.452 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.452 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.452 INFO kablam! | Oct 22 02:09:29.452 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.452 INFO kablam! | Oct 22 02:09:29.452 INFO kablam! Oct 22 02:09:29.456 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.456 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.456 INFO kablam! | Oct 22 02:09:29.456 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.456 INFO kablam! | ^^^^^ Oct 22 02:09:29.456 INFO kablam! ... Oct 22 02:09:29.456 INFO kablam! 409 | rt_realloc_excess_unused!(rt_pow2_2048bytes_1align_realloc_excess_unused, 2048, 1); Oct 22 02:09:29.456 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.456 INFO kablam! | Oct 22 02:09:29.456 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.456 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.456 INFO kablam! | Oct 22 02:09:29.456 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.456 INFO kablam! | Oct 22 02:09:29.456 INFO kablam! Oct 22 02:09:29.456 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.456 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.456 INFO kablam! | Oct 22 02:09:29.456 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.456 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.456 INFO kablam! ... Oct 22 02:09:29.456 INFO kablam! 409 | rt_realloc_excess_unused!(rt_pow2_2048bytes_1align_realloc_excess_unused, 2048, 1); Oct 22 02:09:29.456 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.456 INFO kablam! Oct 22 02:09:29.456 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.457 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.457 INFO kablam! | Oct 22 02:09:29.457 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.457 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.457 INFO kablam! ... Oct 22 02:09:29.457 INFO kablam! 409 | rt_realloc_excess_unused!(rt_pow2_2048bytes_1align_realloc_excess_unused, 2048, 1); Oct 22 02:09:29.457 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.457 INFO kablam! | Oct 22 02:09:29.457 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.457 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.457 INFO kablam! | Oct 22 02:09:29.457 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.457 INFO kablam! | Oct 22 02:09:29.457 INFO kablam! Oct 22 02:09:29.457 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.457 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.457 INFO kablam! | Oct 22 02:09:29.457 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.457 INFO kablam! | ^^^^^ Oct 22 02:09:29.457 INFO kablam! ... Oct 22 02:09:29.457 INFO kablam! 422 | rt_realloc_excess_unused!(rt_pow2_4096bytes_1align_realloc_excess_unused, 4096, 1); Oct 22 02:09:29.457 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.457 INFO kablam! | Oct 22 02:09:29.457 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.457 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.457 INFO kablam! | Oct 22 02:09:29.457 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.457 INFO kablam! | Oct 22 02:09:29.457 INFO kablam! Oct 22 02:09:29.460 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.460 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.460 INFO kablam! | Oct 22 02:09:29.460 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.460 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.460 INFO kablam! ... Oct 22 02:09:29.460 INFO kablam! 422 | rt_realloc_excess_unused!(rt_pow2_4096bytes_1align_realloc_excess_unused, 4096, 1); Oct 22 02:09:29.460 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.460 INFO kablam! Oct 22 02:09:29.460 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.460 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.460 INFO kablam! | Oct 22 02:09:29.461 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.461 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.461 INFO kablam! ... Oct 22 02:09:29.461 INFO kablam! 422 | rt_realloc_excess_unused!(rt_pow2_4096bytes_1align_realloc_excess_unused, 4096, 1); Oct 22 02:09:29.461 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.461 INFO kablam! | Oct 22 02:09:29.461 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.461 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.461 INFO kablam! | Oct 22 02:09:29.461 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.461 INFO kablam! | Oct 22 02:09:29.461 INFO kablam! Oct 22 02:09:29.461 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.461 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.461 INFO kablam! | Oct 22 02:09:29.461 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.461 INFO kablam! | ^^^^^ Oct 22 02:09:29.461 INFO kablam! ... Oct 22 02:09:29.461 INFO kablam! 435 | rt_realloc_excess_unused!(rt_pow2_8192bytes_1align_realloc_excess_unused, 8192, 1); Oct 22 02:09:29.461 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.461 INFO kablam! | Oct 22 02:09:29.461 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.461 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.461 INFO kablam! | Oct 22 02:09:29.461 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.461 INFO kablam! | Oct 22 02:09:29.461 INFO kablam! Oct 22 02:09:29.468 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.468 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.468 INFO kablam! | Oct 22 02:09:29.468 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.468 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.468 INFO kablam! ... Oct 22 02:09:29.468 INFO kablam! 435 | rt_realloc_excess_unused!(rt_pow2_8192bytes_1align_realloc_excess_unused, 8192, 1); Oct 22 02:09:29.468 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.468 INFO kablam! Oct 22 02:09:29.468 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.468 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.468 INFO kablam! | Oct 22 02:09:29.468 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.468 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.468 INFO kablam! ... Oct 22 02:09:29.468 INFO kablam! 435 | rt_realloc_excess_unused!(rt_pow2_8192bytes_1align_realloc_excess_unused, 8192, 1); Oct 22 02:09:29.468 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.468 INFO kablam! | Oct 22 02:09:29.468 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.468 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.468 INFO kablam! | Oct 22 02:09:29.468 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.468 INFO kablam! | Oct 22 02:09:29.468 INFO kablam! Oct 22 02:09:29.469 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.469 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.469 INFO kablam! | Oct 22 02:09:29.469 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.469 INFO kablam! | ^^^^^ Oct 22 02:09:29.469 INFO kablam! ... Oct 22 02:09:29.469 INFO kablam! 448 | rt_realloc_excess_unused!(rt_pow2_16384bytes_1align_realloc_excess_unused, 16384, 1); Oct 22 02:09:29.469 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.469 INFO kablam! | Oct 22 02:09:29.469 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.469 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.469 INFO kablam! | Oct 22 02:09:29.469 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.469 INFO kablam! | Oct 22 02:09:29.469 INFO kablam! Oct 22 02:09:29.469 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.469 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.469 INFO kablam! | Oct 22 02:09:29.469 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.469 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.469 INFO kablam! ... Oct 22 02:09:29.469 INFO kablam! 448 | rt_realloc_excess_unused!(rt_pow2_16384bytes_1align_realloc_excess_unused, 16384, 1); Oct 22 02:09:29.469 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.469 INFO kablam! Oct 22 02:09:29.469 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.469 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.469 INFO kablam! | Oct 22 02:09:29.469 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.469 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.469 INFO kablam! ... Oct 22 02:09:29.469 INFO kablam! 448 | rt_realloc_excess_unused!(rt_pow2_16384bytes_1align_realloc_excess_unused, 16384, 1); Oct 22 02:09:29.469 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.469 INFO kablam! | Oct 22 02:09:29.469 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.469 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.469 INFO kablam! | Oct 22 02:09:29.469 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.469 INFO kablam! | Oct 22 02:09:29.469 INFO kablam! Oct 22 02:09:29.469 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.469 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.469 INFO kablam! | Oct 22 02:09:29.469 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.469 INFO kablam! | ^^^^^ Oct 22 02:09:29.469 INFO kablam! ... Oct 22 02:09:29.469 INFO kablam! 461 | rt_realloc_excess_unused!(rt_pow2_32768bytes_1align_realloc_excess_unused, 32768, 1); Oct 22 02:09:29.469 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.469 INFO kablam! | Oct 22 02:09:29.469 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.469 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.469 INFO kablam! | Oct 22 02:09:29.469 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.469 INFO kablam! | Oct 22 02:09:29.469 INFO kablam! Oct 22 02:09:29.469 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.469 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.469 INFO kablam! | Oct 22 02:09:29.469 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.469 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.469 INFO kablam! ... Oct 22 02:09:29.469 INFO kablam! 461 | rt_realloc_excess_unused!(rt_pow2_32768bytes_1align_realloc_excess_unused, 32768, 1); Oct 22 02:09:29.469 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.469 INFO kablam! Oct 22 02:09:29.476 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.476 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.476 INFO kablam! | Oct 22 02:09:29.476 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.476 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.476 INFO kablam! ... Oct 22 02:09:29.476 INFO kablam! 461 | rt_realloc_excess_unused!(rt_pow2_32768bytes_1align_realloc_excess_unused, 32768, 1); Oct 22 02:09:29.476 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.476 INFO kablam! | Oct 22 02:09:29.476 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.476 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.476 INFO kablam! | Oct 22 02:09:29.476 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.476 INFO kablam! | Oct 22 02:09:29.476 INFO kablam! Oct 22 02:09:29.476 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.477 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.477 INFO kablam! | Oct 22 02:09:29.477 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.477 INFO kablam! | ^^^^^ Oct 22 02:09:29.477 INFO kablam! ... Oct 22 02:09:29.477 INFO kablam! 474 | rt_realloc_excess_unused!(rt_pow2_65536bytes_1align_realloc_excess_unused, 65536, 1); Oct 22 02:09:29.477 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.477 INFO kablam! | Oct 22 02:09:29.477 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.477 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.477 INFO kablam! | Oct 22 02:09:29.477 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.477 INFO kablam! | Oct 22 02:09:29.477 INFO kablam! Oct 22 02:09:29.477 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.477 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.477 INFO kablam! | Oct 22 02:09:29.477 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.477 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.477 INFO kablam! ... Oct 22 02:09:29.477 INFO kablam! 474 | rt_realloc_excess_unused!(rt_pow2_65536bytes_1align_realloc_excess_unused, 65536, 1); Oct 22 02:09:29.477 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.477 INFO kablam! Oct 22 02:09:29.477 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.477 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.477 INFO kablam! | Oct 22 02:09:29.477 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.477 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.477 INFO kablam! ... Oct 22 02:09:29.477 INFO kablam! 474 | rt_realloc_excess_unused!(rt_pow2_65536bytes_1align_realloc_excess_unused, 65536, 1); Oct 22 02:09:29.477 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.477 INFO kablam! | Oct 22 02:09:29.477 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.477 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.477 INFO kablam! | Oct 22 02:09:29.477 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.477 INFO kablam! | Oct 22 02:09:29.477 INFO kablam! Oct 22 02:09:29.477 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.477 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.477 INFO kablam! | Oct 22 02:09:29.477 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.477 INFO kablam! | ^^^^^ Oct 22 02:09:29.477 INFO kablam! ... Oct 22 02:09:29.477 INFO kablam! 487 | rt_realloc_excess_unused!(rt_pow2_131072bytes_1align_realloc_excess_unused, 131072, 1); Oct 22 02:09:29.477 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.477 INFO kablam! | Oct 22 02:09:29.477 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.477 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.477 INFO kablam! | Oct 22 02:09:29.477 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.477 INFO kablam! | Oct 22 02:09:29.477 INFO kablam! Oct 22 02:09:29.477 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.477 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.477 INFO kablam! | Oct 22 02:09:29.477 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.477 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.477 INFO kablam! ... Oct 22 02:09:29.477 INFO kablam! 487 | rt_realloc_excess_unused!(rt_pow2_131072bytes_1align_realloc_excess_unused, 131072, 1); Oct 22 02:09:29.477 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.477 INFO kablam! Oct 22 02:09:29.477 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.477 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.477 INFO kablam! | Oct 22 02:09:29.477 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.477 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.477 INFO kablam! ... Oct 22 02:09:29.477 INFO kablam! 487 | rt_realloc_excess_unused!(rt_pow2_131072bytes_1align_realloc_excess_unused, 131072, 1); Oct 22 02:09:29.477 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.477 INFO kablam! | Oct 22 02:09:29.477 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.477 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.477 INFO kablam! | Oct 22 02:09:29.477 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.477 INFO kablam! | Oct 22 02:09:29.477 INFO kablam! Oct 22 02:09:29.488 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.488 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.488 INFO kablam! | Oct 22 02:09:29.488 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.488 INFO kablam! | ^^^^^ Oct 22 02:09:29.488 INFO kablam! ... Oct 22 02:09:29.488 INFO kablam! 500 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_1align_realloc_excess_unused, 4194304, 1); Oct 22 02:09:29.488 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.488 INFO kablam! | Oct 22 02:09:29.488 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.488 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.488 INFO kablam! | Oct 22 02:09:29.488 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.488 INFO kablam! | Oct 22 02:09:29.488 INFO kablam! Oct 22 02:09:29.488 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.488 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.488 INFO kablam! | Oct 22 02:09:29.488 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.488 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.488 INFO kablam! ... Oct 22 02:09:29.488 INFO kablam! 500 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_1align_realloc_excess_unused, 4194304, 1); Oct 22 02:09:29.488 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.488 INFO kablam! Oct 22 02:09:29.488 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.488 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.488 INFO kablam! | Oct 22 02:09:29.488 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.488 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.488 INFO kablam! ... Oct 22 02:09:29.488 INFO kablam! 500 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_1align_realloc_excess_unused, 4194304, 1); Oct 22 02:09:29.488 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.488 INFO kablam! | Oct 22 02:09:29.488 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.488 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.488 INFO kablam! | Oct 22 02:09:29.488 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.488 INFO kablam! | Oct 22 02:09:29.489 INFO kablam! Oct 22 02:09:29.489 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.489 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.489 INFO kablam! | Oct 22 02:09:29.489 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.489 INFO kablam! | ^^^^^ Oct 22 02:09:29.489 INFO kablam! ... Oct 22 02:09:29.489 INFO kablam! 514 | rt_realloc_excess_unused!(rt_even_10bytes_1align_realloc_excess_unused, 10, 1); Oct 22 02:09:29.489 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.489 INFO kablam! | Oct 22 02:09:29.489 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.489 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.489 INFO kablam! | Oct 22 02:09:29.489 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.489 INFO kablam! | Oct 22 02:09:29.489 INFO kablam! Oct 22 02:09:29.489 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.489 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.489 INFO kablam! | Oct 22 02:09:29.489 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.489 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.489 INFO kablam! ... Oct 22 02:09:29.489 INFO kablam! 514 | rt_realloc_excess_unused!(rt_even_10bytes_1align_realloc_excess_unused, 10, 1); Oct 22 02:09:29.489 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.489 INFO kablam! Oct 22 02:09:29.489 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.489 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.489 INFO kablam! | Oct 22 02:09:29.489 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.489 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.489 INFO kablam! ... Oct 22 02:09:29.489 INFO kablam! 514 | rt_realloc_excess_unused!(rt_even_10bytes_1align_realloc_excess_unused, 10, 1); Oct 22 02:09:29.489 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.489 INFO kablam! | Oct 22 02:09:29.489 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.489 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.489 INFO kablam! | Oct 22 02:09:29.489 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.489 INFO kablam! | Oct 22 02:09:29.489 INFO kablam! Oct 22 02:09:29.489 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.489 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.489 INFO kablam! | Oct 22 02:09:29.489 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.489 INFO kablam! | ^^^^^ Oct 22 02:09:29.489 INFO kablam! ... Oct 22 02:09:29.489 INFO kablam! 527 | rt_realloc_excess_unused!(rt_even_100bytes_1align_realloc_excess_unused, 100, 1); Oct 22 02:09:29.489 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.489 INFO kablam! | Oct 22 02:09:29.489 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.489 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.489 INFO kablam! | Oct 22 02:09:29.489 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.489 INFO kablam! | Oct 22 02:09:29.489 INFO kablam! Oct 22 02:09:29.489 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.489 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.489 INFO kablam! | Oct 22 02:09:29.489 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.489 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.489 INFO kablam! ... Oct 22 02:09:29.489 INFO kablam! 527 | rt_realloc_excess_unused!(rt_even_100bytes_1align_realloc_excess_unused, 100, 1); Oct 22 02:09:29.489 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.489 INFO kablam! Oct 22 02:09:29.489 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.489 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.489 INFO kablam! | Oct 22 02:09:29.489 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.489 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.489 INFO kablam! ... Oct 22 02:09:29.489 INFO kablam! 527 | rt_realloc_excess_unused!(rt_even_100bytes_1align_realloc_excess_unused, 100, 1); Oct 22 02:09:29.489 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.489 INFO kablam! | Oct 22 02:09:29.489 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.489 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.489 INFO kablam! | Oct 22 02:09:29.489 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.489 INFO kablam! | Oct 22 02:09:29.489 INFO kablam! Oct 22 02:09:29.492 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.492 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.492 INFO kablam! | Oct 22 02:09:29.492 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.492 INFO kablam! | ^^^^^ Oct 22 02:09:29.492 INFO kablam! ... Oct 22 02:09:29.492 INFO kablam! 540 | rt_realloc_excess_unused!(rt_even_1000bytes_1align_realloc_excess_unused, 1000, 1); Oct 22 02:09:29.492 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.492 INFO kablam! | Oct 22 02:09:29.492 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.492 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.492 INFO kablam! | Oct 22 02:09:29.492 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.492 INFO kablam! | Oct 22 02:09:29.492 INFO kablam! Oct 22 02:09:29.492 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.492 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.492 INFO kablam! | Oct 22 02:09:29.492 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.492 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.492 INFO kablam! ... Oct 22 02:09:29.492 INFO kablam! 540 | rt_realloc_excess_unused!(rt_even_1000bytes_1align_realloc_excess_unused, 1000, 1); Oct 22 02:09:29.492 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.492 INFO kablam! Oct 22 02:09:29.492 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.492 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.492 INFO kablam! | Oct 22 02:09:29.492 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.493 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.493 INFO kablam! ... Oct 22 02:09:29.493 INFO kablam! 540 | rt_realloc_excess_unused!(rt_even_1000bytes_1align_realloc_excess_unused, 1000, 1); Oct 22 02:09:29.493 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.493 INFO kablam! | Oct 22 02:09:29.493 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.493 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.493 INFO kablam! | Oct 22 02:09:29.493 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.493 INFO kablam! | Oct 22 02:09:29.493 INFO kablam! Oct 22 02:09:29.500 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.500 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.500 INFO kablam! | Oct 22 02:09:29.500 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.500 INFO kablam! | ^^^^^ Oct 22 02:09:29.500 INFO kablam! ... Oct 22 02:09:29.500 INFO kablam! 553 | rt_realloc_excess_unused!(rt_even_10000bytes_1align_realloc_excess_unused, 10000, 1); Oct 22 02:09:29.500 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.500 INFO kablam! | Oct 22 02:09:29.500 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.500 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.500 INFO kablam! | Oct 22 02:09:29.500 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.500 INFO kablam! | Oct 22 02:09:29.500 INFO kablam! Oct 22 02:09:29.500 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.500 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.500 INFO kablam! | Oct 22 02:09:29.500 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.500 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.500 INFO kablam! ... Oct 22 02:09:29.500 INFO kablam! 553 | rt_realloc_excess_unused!(rt_even_10000bytes_1align_realloc_excess_unused, 10000, 1); Oct 22 02:09:29.500 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.500 INFO kablam! Oct 22 02:09:29.500 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.500 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.500 INFO kablam! | Oct 22 02:09:29.500 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.500 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.500 INFO kablam! ... Oct 22 02:09:29.500 INFO kablam! 553 | rt_realloc_excess_unused!(rt_even_10000bytes_1align_realloc_excess_unused, 10000, 1); Oct 22 02:09:29.500 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.500 INFO kablam! | Oct 22 02:09:29.500 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.500 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.500 INFO kablam! | Oct 22 02:09:29.500 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.500 INFO kablam! | Oct 22 02:09:29.500 INFO kablam! Oct 22 02:09:29.504 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.504 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.504 INFO kablam! | Oct 22 02:09:29.504 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.504 INFO kablam! | ^^^^^ Oct 22 02:09:29.504 INFO kablam! ... Oct 22 02:09:29.504 INFO kablam! 566 | rt_realloc_excess_unused!(rt_even_100000bytes_1align_realloc_excess_unused, 100000, 1); Oct 22 02:09:29.504 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.504 INFO kablam! | Oct 22 02:09:29.504 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.504 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.504 INFO kablam! | Oct 22 02:09:29.504 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.504 INFO kablam! | Oct 22 02:09:29.504 INFO kablam! Oct 22 02:09:29.504 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.504 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.504 INFO kablam! | Oct 22 02:09:29.504 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.504 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.504 INFO kablam! ... Oct 22 02:09:29.504 INFO kablam! 566 | rt_realloc_excess_unused!(rt_even_100000bytes_1align_realloc_excess_unused, 100000, 1); Oct 22 02:09:29.504 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.504 INFO kablam! Oct 22 02:09:29.504 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.504 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.504 INFO kablam! | Oct 22 02:09:29.504 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.504 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.504 INFO kablam! ... Oct 22 02:09:29.504 INFO kablam! 566 | rt_realloc_excess_unused!(rt_even_100000bytes_1align_realloc_excess_unused, 100000, 1); Oct 22 02:09:29.504 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.504 INFO kablam! | Oct 22 02:09:29.504 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.504 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.504 INFO kablam! | Oct 22 02:09:29.504 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.504 INFO kablam! | Oct 22 02:09:29.504 INFO kablam! Oct 22 02:09:29.504 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.504 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.504 INFO kablam! | Oct 22 02:09:29.504 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.504 INFO kablam! | ^^^^^ Oct 22 02:09:29.505 INFO kablam! ... Oct 22 02:09:29.505 INFO kablam! 579 | rt_realloc_excess_unused!(rt_even_1000000bytes_1align_realloc_excess_unused, 1000000, 1); Oct 22 02:09:29.505 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.505 INFO kablam! | Oct 22 02:09:29.505 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.505 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.505 INFO kablam! | Oct 22 02:09:29.505 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.505 INFO kablam! | Oct 22 02:09:29.505 INFO kablam! Oct 22 02:09:29.508 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.508 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.508 INFO kablam! | Oct 22 02:09:29.508 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.508 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.508 INFO kablam! ... Oct 22 02:09:29.508 INFO kablam! 579 | rt_realloc_excess_unused!(rt_even_1000000bytes_1align_realloc_excess_unused, 1000000, 1); Oct 22 02:09:29.508 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.508 INFO kablam! Oct 22 02:09:29.508 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.508 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.508 INFO kablam! | Oct 22 02:09:29.508 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.508 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.508 INFO kablam! ... Oct 22 02:09:29.508 INFO kablam! 579 | rt_realloc_excess_unused!(rt_even_1000000bytes_1align_realloc_excess_unused, 1000000, 1); Oct 22 02:09:29.508 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.508 INFO kablam! | Oct 22 02:09:29.509 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.509 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.509 INFO kablam! | Oct 22 02:09:29.509 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.509 INFO kablam! | Oct 22 02:09:29.509 INFO kablam! Oct 22 02:09:29.509 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.509 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.509 INFO kablam! | Oct 22 02:09:29.509 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.509 INFO kablam! | ^^^^^ Oct 22 02:09:29.509 INFO kablam! ... Oct 22 02:09:29.509 INFO kablam! 593 | rt_realloc_excess_unused!(rt_odd_10bytes_1align_realloc_excess_unused, 10- 1, 1); Oct 22 02:09:29.509 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.509 INFO kablam! | Oct 22 02:09:29.509 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.509 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.509 INFO kablam! | Oct 22 02:09:29.509 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.509 INFO kablam! | Oct 22 02:09:29.509 INFO kablam! Oct 22 02:09:29.509 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.509 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.509 INFO kablam! | Oct 22 02:09:29.509 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.509 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.509 INFO kablam! ... Oct 22 02:09:29.509 INFO kablam! 593 | rt_realloc_excess_unused!(rt_odd_10bytes_1align_realloc_excess_unused, 10- 1, 1); Oct 22 02:09:29.509 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.509 INFO kablam! Oct 22 02:09:29.509 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.509 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.509 INFO kablam! | Oct 22 02:09:29.509 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.509 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.509 INFO kablam! ... Oct 22 02:09:29.509 INFO kablam! 593 | rt_realloc_excess_unused!(rt_odd_10bytes_1align_realloc_excess_unused, 10- 1, 1); Oct 22 02:09:29.509 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.509 INFO kablam! | Oct 22 02:09:29.509 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.509 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.509 INFO kablam! | Oct 22 02:09:29.509 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.509 INFO kablam! | Oct 22 02:09:29.509 INFO kablam! Oct 22 02:09:29.509 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.509 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.509 INFO kablam! | Oct 22 02:09:29.509 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.509 INFO kablam! | ^^^^^ Oct 22 02:09:29.509 INFO kablam! ... Oct 22 02:09:29.509 INFO kablam! 606 | rt_realloc_excess_unused!(rt_odd_100bytes_1align_realloc_excess_unused, 100- 1, 1); Oct 22 02:09:29.509 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.509 INFO kablam! | Oct 22 02:09:29.509 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.509 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.509 INFO kablam! | Oct 22 02:09:29.509 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.509 INFO kablam! | Oct 22 02:09:29.509 INFO kablam! Oct 22 02:09:29.516 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.516 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.516 INFO kablam! | Oct 22 02:09:29.516 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.516 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.516 INFO kablam! ... Oct 22 02:09:29.516 INFO kablam! 606 | rt_realloc_excess_unused!(rt_odd_100bytes_1align_realloc_excess_unused, 100- 1, 1); Oct 22 02:09:29.516 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.516 INFO kablam! Oct 22 02:09:29.516 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.516 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.516 INFO kablam! | Oct 22 02:09:29.516 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.516 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.516 INFO kablam! ... Oct 22 02:09:29.516 INFO kablam! 606 | rt_realloc_excess_unused!(rt_odd_100bytes_1align_realloc_excess_unused, 100- 1, 1); Oct 22 02:09:29.516 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.516 INFO kablam! | Oct 22 02:09:29.517 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.517 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.517 INFO kablam! | Oct 22 02:09:29.517 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.517 INFO kablam! | Oct 22 02:09:29.517 INFO kablam! Oct 22 02:09:29.517 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.517 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.517 INFO kablam! | Oct 22 02:09:29.517 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.517 INFO kablam! | ^^^^^ Oct 22 02:09:29.517 INFO kablam! ... Oct 22 02:09:29.517 INFO kablam! 619 | rt_realloc_excess_unused!(rt_odd_1000bytes_1align_realloc_excess_unused, 1000- 1, 1); Oct 22 02:09:29.517 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.517 INFO kablam! | Oct 22 02:09:29.517 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.517 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.517 INFO kablam! | Oct 22 02:09:29.517 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.517 INFO kablam! | Oct 22 02:09:29.517 INFO kablam! Oct 22 02:09:29.517 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.517 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.517 INFO kablam! | Oct 22 02:09:29.517 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.517 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.517 INFO kablam! ... Oct 22 02:09:29.517 INFO kablam! 619 | rt_realloc_excess_unused!(rt_odd_1000bytes_1align_realloc_excess_unused, 1000- 1, 1); Oct 22 02:09:29.517 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.517 INFO kablam! Oct 22 02:09:29.517 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.517 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.517 INFO kablam! | Oct 22 02:09:29.517 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.517 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.517 INFO kablam! ... Oct 22 02:09:29.517 INFO kablam! 619 | rt_realloc_excess_unused!(rt_odd_1000bytes_1align_realloc_excess_unused, 1000- 1, 1); Oct 22 02:09:29.517 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.517 INFO kablam! | Oct 22 02:09:29.517 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.517 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.517 INFO kablam! | Oct 22 02:09:29.517 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.517 INFO kablam! | Oct 22 02:09:29.517 INFO kablam! Oct 22 02:09:29.517 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.517 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.517 INFO kablam! | Oct 22 02:09:29.517 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.517 INFO kablam! | ^^^^^ Oct 22 02:09:29.517 INFO kablam! ... Oct 22 02:09:29.517 INFO kablam! 632 | rt_realloc_excess_unused!(rt_odd_10000bytes_1align_realloc_excess_unused, 10000- 1, 1); Oct 22 02:09:29.517 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.517 INFO kablam! | Oct 22 02:09:29.517 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.517 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.517 INFO kablam! | Oct 22 02:09:29.517 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.517 INFO kablam! | Oct 22 02:09:29.517 INFO kablam! Oct 22 02:09:29.524 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.524 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.524 INFO kablam! | Oct 22 02:09:29.524 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.524 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.524 INFO kablam! ... Oct 22 02:09:29.524 INFO kablam! 632 | rt_realloc_excess_unused!(rt_odd_10000bytes_1align_realloc_excess_unused, 10000- 1, 1); Oct 22 02:09:29.524 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.524 INFO kablam! Oct 22 02:09:29.524 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.524 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.524 INFO kablam! | Oct 22 02:09:29.524 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.524 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.524 INFO kablam! ... Oct 22 02:09:29.524 INFO kablam! 632 | rt_realloc_excess_unused!(rt_odd_10000bytes_1align_realloc_excess_unused, 10000- 1, 1); Oct 22 02:09:29.524 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.524 INFO kablam! | Oct 22 02:09:29.524 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.524 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.524 INFO kablam! | Oct 22 02:09:29.524 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.524 INFO kablam! | Oct 22 02:09:29.524 INFO kablam! Oct 22 02:09:29.524 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.525 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.525 INFO kablam! | Oct 22 02:09:29.525 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.525 INFO kablam! | ^^^^^ Oct 22 02:09:29.525 INFO kablam! ... Oct 22 02:09:29.525 INFO kablam! 645 | rt_realloc_excess_unused!(rt_odd_100000bytes_1align_realloc_excess_unused, 100000- 1, 1); Oct 22 02:09:29.525 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.525 INFO kablam! | Oct 22 02:09:29.525 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.525 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.525 INFO kablam! | Oct 22 02:09:29.525 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.525 INFO kablam! | Oct 22 02:09:29.525 INFO kablam! Oct 22 02:09:29.525 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.525 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.525 INFO kablam! | Oct 22 02:09:29.525 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.525 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.525 INFO kablam! ... Oct 22 02:09:29.525 INFO kablam! 645 | rt_realloc_excess_unused!(rt_odd_100000bytes_1align_realloc_excess_unused, 100000- 1, 1); Oct 22 02:09:29.525 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.525 INFO kablam! Oct 22 02:09:29.525 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.525 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.525 INFO kablam! | Oct 22 02:09:29.525 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.525 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.525 INFO kablam! ... Oct 22 02:09:29.525 INFO kablam! 645 | rt_realloc_excess_unused!(rt_odd_100000bytes_1align_realloc_excess_unused, 100000- 1, 1); Oct 22 02:09:29.525 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.525 INFO kablam! | Oct 22 02:09:29.525 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.525 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.525 INFO kablam! | Oct 22 02:09:29.525 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.525 INFO kablam! | Oct 22 02:09:29.525 INFO kablam! Oct 22 02:09:29.525 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.525 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.525 INFO kablam! | Oct 22 02:09:29.525 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.525 INFO kablam! | ^^^^^ Oct 22 02:09:29.525 INFO kablam! ... Oct 22 02:09:29.525 INFO kablam! 658 | rt_realloc_excess_unused!(rt_odd_1000000bytes_1align_realloc_excess_unused, 1000000- 1, 1); Oct 22 02:09:29.525 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.525 INFO kablam! | Oct 22 02:09:29.525 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.525 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.525 INFO kablam! | Oct 22 02:09:29.525 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.525 INFO kablam! | Oct 22 02:09:29.525 INFO kablam! Oct 22 02:09:29.530 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.530 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.530 INFO kablam! | Oct 22 02:09:29.530 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.530 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.530 INFO kablam! ... Oct 22 02:09:29.530 INFO kablam! 658 | rt_realloc_excess_unused!(rt_odd_1000000bytes_1align_realloc_excess_unused, 1000000- 1, 1); Oct 22 02:09:29.530 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.530 INFO kablam! Oct 22 02:09:29.530 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.530 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.530 INFO kablam! | Oct 22 02:09:29.530 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.530 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.530 INFO kablam! ... Oct 22 02:09:29.530 INFO kablam! 658 | rt_realloc_excess_unused!(rt_odd_1000000bytes_1align_realloc_excess_unused, 1000000- 1, 1); Oct 22 02:09:29.530 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.530 INFO kablam! | Oct 22 02:09:29.530 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.530 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.530 INFO kablam! | Oct 22 02:09:29.530 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.530 INFO kablam! | Oct 22 02:09:29.530 INFO kablam! Oct 22 02:09:29.530 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.530 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.530 INFO kablam! | Oct 22 02:09:29.530 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.530 INFO kablam! | ^^^^^ Oct 22 02:09:29.530 INFO kablam! ... Oct 22 02:09:29.530 INFO kablam! 672 | rt_realloc_excess_unused!(rt_primes_3bytes_1align_realloc_excess_unused, 3, 1); Oct 22 02:09:29.531 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.531 INFO kablam! | Oct 22 02:09:29.531 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.531 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.531 INFO kablam! | Oct 22 02:09:29.531 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.531 INFO kablam! | Oct 22 02:09:29.531 INFO kablam! Oct 22 02:09:29.532 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.532 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.532 INFO kablam! | Oct 22 02:09:29.532 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.532 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.532 INFO kablam! ... Oct 22 02:09:29.532 INFO kablam! 672 | rt_realloc_excess_unused!(rt_primes_3bytes_1align_realloc_excess_unused, 3, 1); Oct 22 02:09:29.532 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.532 INFO kablam! Oct 22 02:09:29.532 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.532 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.533 INFO kablam! | Oct 22 02:09:29.533 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.533 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.533 INFO kablam! ... Oct 22 02:09:29.533 INFO kablam! 672 | rt_realloc_excess_unused!(rt_primes_3bytes_1align_realloc_excess_unused, 3, 1); Oct 22 02:09:29.533 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.533 INFO kablam! | Oct 22 02:09:29.533 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.533 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.533 INFO kablam! | Oct 22 02:09:29.533 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.533 INFO kablam! | Oct 22 02:09:29.533 INFO kablam! Oct 22 02:09:29.533 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.533 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.533 INFO kablam! | Oct 22 02:09:29.533 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.533 INFO kablam! | ^^^^^ Oct 22 02:09:29.533 INFO kablam! ... Oct 22 02:09:29.533 INFO kablam! 685 | rt_realloc_excess_unused!(rt_primes_7bytes_1align_realloc_excess_unused, 7, 1); Oct 22 02:09:29.533 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.533 INFO kablam! | Oct 22 02:09:29.533 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.533 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.533 INFO kablam! | Oct 22 02:09:29.533 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.533 INFO kablam! | Oct 22 02:09:29.533 INFO kablam! Oct 22 02:09:29.533 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.533 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.533 INFO kablam! | Oct 22 02:09:29.533 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.533 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.533 INFO kablam! ... Oct 22 02:09:29.533 INFO kablam! 685 | rt_realloc_excess_unused!(rt_primes_7bytes_1align_realloc_excess_unused, 7, 1); Oct 22 02:09:29.533 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.533 INFO kablam! Oct 22 02:09:29.537 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.537 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.537 INFO kablam! | Oct 22 02:09:29.537 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.537 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.537 INFO kablam! ... Oct 22 02:09:29.537 INFO kablam! 685 | rt_realloc_excess_unused!(rt_primes_7bytes_1align_realloc_excess_unused, 7, 1); Oct 22 02:09:29.537 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.537 INFO kablam! | Oct 22 02:09:29.537 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.537 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.537 INFO kablam! | Oct 22 02:09:29.537 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.537 INFO kablam! | Oct 22 02:09:29.537 INFO kablam! Oct 22 02:09:29.537 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.537 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.537 INFO kablam! | Oct 22 02:09:29.537 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.537 INFO kablam! | ^^^^^ Oct 22 02:09:29.537 INFO kablam! ... Oct 22 02:09:29.537 INFO kablam! 698 | rt_realloc_excess_unused!(rt_primes_13bytes_1align_realloc_excess_unused, 13, 1); Oct 22 02:09:29.537 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.537 INFO kablam! | Oct 22 02:09:29.537 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.537 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.537 INFO kablam! | Oct 22 02:09:29.537 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.537 INFO kablam! | Oct 22 02:09:29.537 INFO kablam! Oct 22 02:09:29.539 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.539 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.539 INFO kablam! | Oct 22 02:09:29.539 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.539 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.539 INFO kablam! ... Oct 22 02:09:29.539 INFO kablam! 698 | rt_realloc_excess_unused!(rt_primes_13bytes_1align_realloc_excess_unused, 13, 1); Oct 22 02:09:29.539 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.539 INFO kablam! Oct 22 02:09:29.539 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.539 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.539 INFO kablam! | Oct 22 02:09:29.539 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.539 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.540 INFO kablam! ... Oct 22 02:09:29.540 INFO kablam! 698 | rt_realloc_excess_unused!(rt_primes_13bytes_1align_realloc_excess_unused, 13, 1); Oct 22 02:09:29.540 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.540 INFO kablam! | Oct 22 02:09:29.540 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.540 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.540 INFO kablam! | Oct 22 02:09:29.540 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.540 INFO kablam! | Oct 22 02:09:29.540 INFO kablam! Oct 22 02:09:29.540 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.540 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.540 INFO kablam! | Oct 22 02:09:29.540 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.540 INFO kablam! | ^^^^^ Oct 22 02:09:29.540 INFO kablam! ... Oct 22 02:09:29.540 INFO kablam! 711 | rt_realloc_excess_unused!(rt_primes_17bytes_1align_realloc_excess_unused, 17, 1); Oct 22 02:09:29.540 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.540 INFO kablam! | Oct 22 02:09:29.540 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.540 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.540 INFO kablam! | Oct 22 02:09:29.540 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.540 INFO kablam! | Oct 22 02:09:29.540 INFO kablam! Oct 22 02:09:29.544 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.544 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.544 INFO kablam! | Oct 22 02:09:29.544 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.544 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.544 INFO kablam! ... Oct 22 02:09:29.544 INFO kablam! 711 | rt_realloc_excess_unused!(rt_primes_17bytes_1align_realloc_excess_unused, 17, 1); Oct 22 02:09:29.544 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.544 INFO kablam! Oct 22 02:09:29.544 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.544 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.544 INFO kablam! | Oct 22 02:09:29.544 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.544 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.544 INFO kablam! ... Oct 22 02:09:29.544 INFO kablam! 711 | rt_realloc_excess_unused!(rt_primes_17bytes_1align_realloc_excess_unused, 17, 1); Oct 22 02:09:29.544 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.544 INFO kablam! | Oct 22 02:09:29.544 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.544 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.544 INFO kablam! | Oct 22 02:09:29.544 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.544 INFO kablam! | Oct 22 02:09:29.544 INFO kablam! Oct 22 02:09:29.547 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.547 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.547 INFO kablam! | Oct 22 02:09:29.547 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.547 INFO kablam! | ^^^^^ Oct 22 02:09:29.547 INFO kablam! ... Oct 22 02:09:29.547 INFO kablam! 724 | rt_realloc_excess_unused!(rt_primes_31bytes_1align_realloc_excess_unused, 31, 1); Oct 22 02:09:29.547 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.547 INFO kablam! | Oct 22 02:09:29.547 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.547 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.547 INFO kablam! | Oct 22 02:09:29.547 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.547 INFO kablam! | Oct 22 02:09:29.547 INFO kablam! Oct 22 02:09:29.547 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.547 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.547 INFO kablam! | Oct 22 02:09:29.547 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.547 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.547 INFO kablam! ... Oct 22 02:09:29.547 INFO kablam! 724 | rt_realloc_excess_unused!(rt_primes_31bytes_1align_realloc_excess_unused, 31, 1); Oct 22 02:09:29.547 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.547 INFO kablam! Oct 22 02:09:29.547 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.547 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.547 INFO kablam! | Oct 22 02:09:29.547 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.547 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.547 INFO kablam! ... Oct 22 02:09:29.547 INFO kablam! 724 | rt_realloc_excess_unused!(rt_primes_31bytes_1align_realloc_excess_unused, 31, 1); Oct 22 02:09:29.547 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.547 INFO kablam! | Oct 22 02:09:29.547 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.547 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.547 INFO kablam! | Oct 22 02:09:29.547 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.548 INFO kablam! | Oct 22 02:09:29.548 INFO kablam! Oct 22 02:09:29.548 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.548 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.548 INFO kablam! | Oct 22 02:09:29.548 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.548 INFO kablam! | ^^^^^ Oct 22 02:09:29.548 INFO kablam! ... Oct 22 02:09:29.548 INFO kablam! 737 | rt_realloc_excess_unused!(rt_primes_61bytes_1align_realloc_excess_unused, 61, 1); Oct 22 02:09:29.548 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.548 INFO kablam! | Oct 22 02:09:29.548 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.548 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.548 INFO kablam! | Oct 22 02:09:29.548 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.548 INFO kablam! | Oct 22 02:09:29.548 INFO kablam! Oct 22 02:09:29.550 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.550 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.550 INFO kablam! | Oct 22 02:09:29.550 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.550 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.550 INFO kablam! ... Oct 22 02:09:29.550 INFO kablam! 737 | rt_realloc_excess_unused!(rt_primes_61bytes_1align_realloc_excess_unused, 61, 1); Oct 22 02:09:29.550 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.550 INFO kablam! Oct 22 02:09:29.550 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.550 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.550 INFO kablam! | Oct 22 02:09:29.550 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.550 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.550 INFO kablam! ... Oct 22 02:09:29.550 INFO kablam! 737 | rt_realloc_excess_unused!(rt_primes_61bytes_1align_realloc_excess_unused, 61, 1); Oct 22 02:09:29.550 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.550 INFO kablam! | Oct 22 02:09:29.550 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.550 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.550 INFO kablam! | Oct 22 02:09:29.550 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.550 INFO kablam! | Oct 22 02:09:29.550 INFO kablam! Oct 22 02:09:29.553 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.553 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.553 INFO kablam! | Oct 22 02:09:29.553 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.553 INFO kablam! | ^^^^^ Oct 22 02:09:29.553 INFO kablam! ... Oct 22 02:09:29.553 INFO kablam! 750 | rt_realloc_excess_unused!(rt_primes_96bytes_1align_realloc_excess_unused, 96, 1); Oct 22 02:09:29.553 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.553 INFO kablam! | Oct 22 02:09:29.553 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.553 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.553 INFO kablam! | Oct 22 02:09:29.553 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.553 INFO kablam! | Oct 22 02:09:29.553 INFO kablam! Oct 22 02:09:29.553 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.553 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.553 INFO kablam! | Oct 22 02:09:29.553 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.553 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.553 INFO kablam! ... Oct 22 02:09:29.553 INFO kablam! 750 | rt_realloc_excess_unused!(rt_primes_96bytes_1align_realloc_excess_unused, 96, 1); Oct 22 02:09:29.553 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.553 INFO kablam! Oct 22 02:09:29.556 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.556 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.556 INFO kablam! | Oct 22 02:09:29.556 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.556 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.556 INFO kablam! ... Oct 22 02:09:29.556 INFO kablam! 750 | rt_realloc_excess_unused!(rt_primes_96bytes_1align_realloc_excess_unused, 96, 1); Oct 22 02:09:29.556 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.556 INFO kablam! | Oct 22 02:09:29.556 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.556 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.556 INFO kablam! | Oct 22 02:09:29.556 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.556 INFO kablam! | Oct 22 02:09:29.556 INFO kablam! Oct 22 02:09:29.556 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.556 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.556 INFO kablam! | Oct 22 02:09:29.556 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.556 INFO kablam! | ^^^^^ Oct 22 02:09:29.556 INFO kablam! ... Oct 22 02:09:29.556 INFO kablam! 763 | rt_realloc_excess_unused!(rt_primes_127bytes_1align_realloc_excess_unused, 127, 1); Oct 22 02:09:29.556 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.556 INFO kablam! | Oct 22 02:09:29.556 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.556 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.556 INFO kablam! | Oct 22 02:09:29.556 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.556 INFO kablam! | Oct 22 02:09:29.556 INFO kablam! Oct 22 02:09:29.558 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.558 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.558 INFO kablam! | Oct 22 02:09:29.558 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.558 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.558 INFO kablam! ... Oct 22 02:09:29.558 INFO kablam! 763 | rt_realloc_excess_unused!(rt_primes_127bytes_1align_realloc_excess_unused, 127, 1); Oct 22 02:09:29.558 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.558 INFO kablam! Oct 22 02:09:29.558 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.558 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.558 INFO kablam! | Oct 22 02:09:29.558 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.558 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.558 INFO kablam! ... Oct 22 02:09:29.558 INFO kablam! 763 | rt_realloc_excess_unused!(rt_primes_127bytes_1align_realloc_excess_unused, 127, 1); Oct 22 02:09:29.558 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.558 INFO kablam! | Oct 22 02:09:29.558 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.558 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.558 INFO kablam! | Oct 22 02:09:29.558 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.558 INFO kablam! | Oct 22 02:09:29.558 INFO kablam! Oct 22 02:09:29.558 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.558 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.559 INFO kablam! | Oct 22 02:09:29.559 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.559 INFO kablam! | ^^^^^ Oct 22 02:09:29.559 INFO kablam! ... Oct 22 02:09:29.559 INFO kablam! 776 | rt_realloc_excess_unused!(rt_primes_257bytes_1align_realloc_excess_unused, 257, 1); Oct 22 02:09:29.559 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.559 INFO kablam! | Oct 22 02:09:29.559 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.559 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.559 INFO kablam! | Oct 22 02:09:29.559 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.559 INFO kablam! | Oct 22 02:09:29.559 INFO kablam! Oct 22 02:09:29.560 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.561 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.561 INFO kablam! | Oct 22 02:09:29.561 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.561 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.561 INFO kablam! ... Oct 22 02:09:29.561 INFO kablam! 776 | rt_realloc_excess_unused!(rt_primes_257bytes_1align_realloc_excess_unused, 257, 1); Oct 22 02:09:29.561 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.561 INFO kablam! Oct 22 02:09:29.561 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.561 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.561 INFO kablam! | Oct 22 02:09:29.561 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.561 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.562 INFO kablam! ... Oct 22 02:09:29.562 INFO kablam! 776 | rt_realloc_excess_unused!(rt_primes_257bytes_1align_realloc_excess_unused, 257, 1); Oct 22 02:09:29.562 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.562 INFO kablam! | Oct 22 02:09:29.562 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.562 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.562 INFO kablam! | Oct 22 02:09:29.562 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.562 INFO kablam! | Oct 22 02:09:29.562 INFO kablam! Oct 22 02:09:29.562 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.562 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.562 INFO kablam! | Oct 22 02:09:29.562 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.562 INFO kablam! | ^^^^^ Oct 22 02:09:29.562 INFO kablam! ... Oct 22 02:09:29.562 INFO kablam! 789 | rt_realloc_excess_unused!(rt_primes_509bytes_1align_realloc_excess_unused, 509, 1); Oct 22 02:09:29.562 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.562 INFO kablam! | Oct 22 02:09:29.562 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.562 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.562 INFO kablam! | Oct 22 02:09:29.562 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.562 INFO kablam! | Oct 22 02:09:29.562 INFO kablam! Oct 22 02:09:29.562 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.562 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.562 INFO kablam! | Oct 22 02:09:29.562 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.562 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.562 INFO kablam! ... Oct 22 02:09:29.562 INFO kablam! 789 | rt_realloc_excess_unused!(rt_primes_509bytes_1align_realloc_excess_unused, 509, 1); Oct 22 02:09:29.562 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.562 INFO kablam! Oct 22 02:09:29.564 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.564 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.564 INFO kablam! | Oct 22 02:09:29.564 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.564 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.564 INFO kablam! ... Oct 22 02:09:29.564 INFO kablam! 789 | rt_realloc_excess_unused!(rt_primes_509bytes_1align_realloc_excess_unused, 509, 1); Oct 22 02:09:29.564 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.564 INFO kablam! | Oct 22 02:09:29.564 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.564 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.564 INFO kablam! | Oct 22 02:09:29.564 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.564 INFO kablam! | Oct 22 02:09:29.564 INFO kablam! Oct 22 02:09:29.566 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.566 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.566 INFO kablam! | Oct 22 02:09:29.566 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.566 INFO kablam! | ^^^^^ Oct 22 02:09:29.566 INFO kablam! ... Oct 22 02:09:29.566 INFO kablam! 802 | rt_realloc_excess_unused!(rt_primes_1021bytes_1align_realloc_excess_unused, 1021, 1); Oct 22 02:09:29.566 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.566 INFO kablam! | Oct 22 02:09:29.566 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.566 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.566 INFO kablam! | Oct 22 02:09:29.566 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.566 INFO kablam! | Oct 22 02:09:29.566 INFO kablam! Oct 22 02:09:29.566 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.566 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.566 INFO kablam! | Oct 22 02:09:29.566 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.566 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.566 INFO kablam! ... Oct 22 02:09:29.566 INFO kablam! 802 | rt_realloc_excess_unused!(rt_primes_1021bytes_1align_realloc_excess_unused, 1021, 1); Oct 22 02:09:29.566 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.566 INFO kablam! Oct 22 02:09:29.574 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.574 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.574 INFO kablam! | Oct 22 02:09:29.574 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.574 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.574 INFO kablam! ... Oct 22 02:09:29.574 INFO kablam! 802 | rt_realloc_excess_unused!(rt_primes_1021bytes_1align_realloc_excess_unused, 1021, 1); Oct 22 02:09:29.574 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.574 INFO kablam! | Oct 22 02:09:29.574 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.574 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.574 INFO kablam! | Oct 22 02:09:29.574 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.574 INFO kablam! | Oct 22 02:09:29.574 INFO kablam! Oct 22 02:09:29.574 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.574 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.574 INFO kablam! | Oct 22 02:09:29.574 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.574 INFO kablam! | ^^^^^ Oct 22 02:09:29.574 INFO kablam! ... Oct 22 02:09:29.574 INFO kablam! 815 | rt_realloc_excess_unused!(rt_primes_2039bytes_1align_realloc_excess_unused, 2039, 1); Oct 22 02:09:29.574 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.574 INFO kablam! | Oct 22 02:09:29.574 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.574 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.574 INFO kablam! | Oct 22 02:09:29.574 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.574 INFO kablam! | Oct 22 02:09:29.574 INFO kablam! Oct 22 02:09:29.574 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.574 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.574 INFO kablam! | Oct 22 02:09:29.575 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.575 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.575 INFO kablam! ... Oct 22 02:09:29.575 INFO kablam! 815 | rt_realloc_excess_unused!(rt_primes_2039bytes_1align_realloc_excess_unused, 2039, 1); Oct 22 02:09:29.575 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.575 INFO kablam! Oct 22 02:09:29.575 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.575 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.575 INFO kablam! | Oct 22 02:09:29.575 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.575 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.575 INFO kablam! ... Oct 22 02:09:29.575 INFO kablam! 815 | rt_realloc_excess_unused!(rt_primes_2039bytes_1align_realloc_excess_unused, 2039, 1); Oct 22 02:09:29.575 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.575 INFO kablam! | Oct 22 02:09:29.575 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.575 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.575 INFO kablam! | Oct 22 02:09:29.575 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.575 INFO kablam! | Oct 22 02:09:29.575 INFO kablam! Oct 22 02:09:29.575 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.575 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.575 INFO kablam! | Oct 22 02:09:29.575 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.575 INFO kablam! | ^^^^^ Oct 22 02:09:29.575 INFO kablam! ... Oct 22 02:09:29.575 INFO kablam! 828 | rt_realloc_excess_unused!(rt_primes_4093bytes_1align_realloc_excess_unused, 4093, 1); Oct 22 02:09:29.575 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.575 INFO kablam! | Oct 22 02:09:29.575 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.575 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.575 INFO kablam! | Oct 22 02:09:29.575 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.575 INFO kablam! | Oct 22 02:09:29.575 INFO kablam! Oct 22 02:09:29.575 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.575 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.575 INFO kablam! | Oct 22 02:09:29.575 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.575 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.575 INFO kablam! ... Oct 22 02:09:29.575 INFO kablam! 828 | rt_realloc_excess_unused!(rt_primes_4093bytes_1align_realloc_excess_unused, 4093, 1); Oct 22 02:09:29.575 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.575 INFO kablam! Oct 22 02:09:29.575 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.575 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.575 INFO kablam! | Oct 22 02:09:29.575 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.575 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.575 INFO kablam! ... Oct 22 02:09:29.575 INFO kablam! 828 | rt_realloc_excess_unused!(rt_primes_4093bytes_1align_realloc_excess_unused, 4093, 1); Oct 22 02:09:29.575 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.575 INFO kablam! | Oct 22 02:09:29.575 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.575 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.575 INFO kablam! | Oct 22 02:09:29.575 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.575 INFO kablam! | Oct 22 02:09:29.575 INFO kablam! Oct 22 02:09:29.575 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.575 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.575 INFO kablam! | Oct 22 02:09:29.575 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.575 INFO kablam! | ^^^^^ Oct 22 02:09:29.575 INFO kablam! ... Oct 22 02:09:29.575 INFO kablam! 841 | rt_realloc_excess_unused!(rt_primes_8191bytes_1align_realloc_excess_unused, 8191, 1); Oct 22 02:09:29.575 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.575 INFO kablam! | Oct 22 02:09:29.575 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.575 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.575 INFO kablam! | Oct 22 02:09:29.575 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.575 INFO kablam! | Oct 22 02:09:29.575 INFO kablam! Oct 22 02:09:29.578 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.578 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.578 INFO kablam! | Oct 22 02:09:29.578 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.578 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.578 INFO kablam! ... Oct 22 02:09:29.578 INFO kablam! 841 | rt_realloc_excess_unused!(rt_primes_8191bytes_1align_realloc_excess_unused, 8191, 1); Oct 22 02:09:29.578 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.578 INFO kablam! Oct 22 02:09:29.578 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.578 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.578 INFO kablam! | Oct 22 02:09:29.578 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.578 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.578 INFO kablam! ... Oct 22 02:09:29.578 INFO kablam! 841 | rt_realloc_excess_unused!(rt_primes_8191bytes_1align_realloc_excess_unused, 8191, 1); Oct 22 02:09:29.578 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.578 INFO kablam! | Oct 22 02:09:29.578 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.578 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.578 INFO kablam! | Oct 22 02:09:29.578 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.578 INFO kablam! | Oct 22 02:09:29.578 INFO kablam! Oct 22 02:09:29.580 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.580 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.580 INFO kablam! | Oct 22 02:09:29.580 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.580 INFO kablam! | ^^^^^ Oct 22 02:09:29.580 INFO kablam! ... Oct 22 02:09:29.580 INFO kablam! 854 | rt_realloc_excess_unused!(rt_primes_16381bytes_1align_realloc_excess_unused, 16381, 1); Oct 22 02:09:29.580 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.580 INFO kablam! | Oct 22 02:09:29.580 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.580 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.580 INFO kablam! | Oct 22 02:09:29.580 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.580 INFO kablam! | Oct 22 02:09:29.580 INFO kablam! Oct 22 02:09:29.581 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.581 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.581 INFO kablam! | Oct 22 02:09:29.581 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.581 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.581 INFO kablam! ... Oct 22 02:09:29.581 INFO kablam! 854 | rt_realloc_excess_unused!(rt_primes_16381bytes_1align_realloc_excess_unused, 16381, 1); Oct 22 02:09:29.581 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.581 INFO kablam! Oct 22 02:09:29.581 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.581 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.581 INFO kablam! | Oct 22 02:09:29.581 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.581 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.581 INFO kablam! ... Oct 22 02:09:29.581 INFO kablam! 854 | rt_realloc_excess_unused!(rt_primes_16381bytes_1align_realloc_excess_unused, 16381, 1); Oct 22 02:09:29.581 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.581 INFO kablam! | Oct 22 02:09:29.582 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.582 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.582 INFO kablam! | Oct 22 02:09:29.582 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.582 INFO kablam! | Oct 22 02:09:29.582 INFO kablam! Oct 22 02:09:29.583 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.583 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.583 INFO kablam! | Oct 22 02:09:29.583 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.583 INFO kablam! | ^^^^^ Oct 22 02:09:29.583 INFO kablam! ... Oct 22 02:09:29.583 INFO kablam! 867 | rt_realloc_excess_unused!(rt_primes_32749bytes_1align_realloc_excess_unused, 32749, 1); Oct 22 02:09:29.583 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.583 INFO kablam! | Oct 22 02:09:29.583 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.583 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.583 INFO kablam! | Oct 22 02:09:29.583 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.583 INFO kablam! | Oct 22 02:09:29.583 INFO kablam! Oct 22 02:09:29.588 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.588 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.588 INFO kablam! | Oct 22 02:09:29.588 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.588 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.588 INFO kablam! ... Oct 22 02:09:29.588 INFO kablam! 867 | rt_realloc_excess_unused!(rt_primes_32749bytes_1align_realloc_excess_unused, 32749, 1); Oct 22 02:09:29.588 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.588 INFO kablam! Oct 22 02:09:29.588 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.588 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.588 INFO kablam! | Oct 22 02:09:29.588 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.588 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.588 INFO kablam! ... Oct 22 02:09:29.588 INFO kablam! 867 | rt_realloc_excess_unused!(rt_primes_32749bytes_1align_realloc_excess_unused, 32749, 1); Oct 22 02:09:29.588 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.588 INFO kablam! | Oct 22 02:09:29.588 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.588 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.588 INFO kablam! | Oct 22 02:09:29.588 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.588 INFO kablam! | Oct 22 02:09:29.588 INFO kablam! Oct 22 02:09:29.588 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.588 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.588 INFO kablam! | Oct 22 02:09:29.588 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.588 INFO kablam! | ^^^^^ Oct 22 02:09:29.588 INFO kablam! ... Oct 22 02:09:29.588 INFO kablam! 880 | rt_realloc_excess_unused!(rt_primes_65537bytes_1align_realloc_excess_unused, 65537, 1); Oct 22 02:09:29.588 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.588 INFO kablam! | Oct 22 02:09:29.588 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.588 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.588 INFO kablam! | Oct 22 02:09:29.588 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.588 INFO kablam! | Oct 22 02:09:29.588 INFO kablam! Oct 22 02:09:29.588 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.588 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.588 INFO kablam! | Oct 22 02:09:29.588 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.588 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.588 INFO kablam! ... Oct 22 02:09:29.588 INFO kablam! 880 | rt_realloc_excess_unused!(rt_primes_65537bytes_1align_realloc_excess_unused, 65537, 1); Oct 22 02:09:29.588 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.588 INFO kablam! Oct 22 02:09:29.588 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.588 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.589 INFO kablam! | Oct 22 02:09:29.589 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.589 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.589 INFO kablam! ... Oct 22 02:09:29.589 INFO kablam! 880 | rt_realloc_excess_unused!(rt_primes_65537bytes_1align_realloc_excess_unused, 65537, 1); Oct 22 02:09:29.589 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.589 INFO kablam! | Oct 22 02:09:29.589 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.589 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.589 INFO kablam! | Oct 22 02:09:29.589 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.589 INFO kablam! | Oct 22 02:09:29.589 INFO kablam! Oct 22 02:09:29.589 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.589 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.589 INFO kablam! | Oct 22 02:09:29.589 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.589 INFO kablam! | ^^^^^ Oct 22 02:09:29.589 INFO kablam! ... Oct 22 02:09:29.589 INFO kablam! 893 | rt_realloc_excess_unused!(rt_primes_131071bytes_1align_realloc_excess_unused, 131071, 1); Oct 22 02:09:29.589 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.589 INFO kablam! | Oct 22 02:09:29.589 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.589 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.589 INFO kablam! | Oct 22 02:09:29.589 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.589 INFO kablam! | Oct 22 02:09:29.589 INFO kablam! Oct 22 02:09:29.592 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.592 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.592 INFO kablam! | Oct 22 02:09:29.592 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.592 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.592 INFO kablam! ... Oct 22 02:09:29.592 INFO kablam! 893 | rt_realloc_excess_unused!(rt_primes_131071bytes_1align_realloc_excess_unused, 131071, 1); Oct 22 02:09:29.592 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.592 INFO kablam! Oct 22 02:09:29.596 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.596 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.596 INFO kablam! | Oct 22 02:09:29.596 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.596 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.596 INFO kablam! ... Oct 22 02:09:29.596 INFO kablam! 893 | rt_realloc_excess_unused!(rt_primes_131071bytes_1align_realloc_excess_unused, 131071, 1); Oct 22 02:09:29.596 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.596 INFO kablam! | Oct 22 02:09:29.596 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.596 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.596 INFO kablam! | Oct 22 02:09:29.596 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.596 INFO kablam! | Oct 22 02:09:29.596 INFO kablam! Oct 22 02:09:29.596 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.596 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.596 INFO kablam! | Oct 22 02:09:29.596 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.596 INFO kablam! | ^^^^^ Oct 22 02:09:29.596 INFO kablam! ... Oct 22 02:09:29.596 INFO kablam! 906 | rt_realloc_excess_unused!(rt_primes_4194301bytes_1align_realloc_excess_unused, 4194301, 1); Oct 22 02:09:29.596 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.596 INFO kablam! | Oct 22 02:09:29.596 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.596 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.596 INFO kablam! | Oct 22 02:09:29.596 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.596 INFO kablam! | Oct 22 02:09:29.596 INFO kablam! Oct 22 02:09:29.599 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.599 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.599 INFO kablam! | Oct 22 02:09:29.599 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.599 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.599 INFO kablam! ... Oct 22 02:09:29.599 INFO kablam! 906 | rt_realloc_excess_unused!(rt_primes_4194301bytes_1align_realloc_excess_unused, 4194301, 1); Oct 22 02:09:29.599 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.599 INFO kablam! Oct 22 02:09:29.599 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.599 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.599 INFO kablam! | Oct 22 02:09:29.599 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.599 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.599 INFO kablam! ... Oct 22 02:09:29.599 INFO kablam! 906 | rt_realloc_excess_unused!(rt_primes_4194301bytes_1align_realloc_excess_unused, 4194301, 1); Oct 22 02:09:29.599 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.599 INFO kablam! | Oct 22 02:09:29.599 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.599 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.599 INFO kablam! | Oct 22 02:09:29.599 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.599 INFO kablam! | Oct 22 02:09:29.599 INFO kablam! Oct 22 02:09:29.599 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.599 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.599 INFO kablam! | Oct 22 02:09:29.599 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.599 INFO kablam! | ^^^^^ Oct 22 02:09:29.599 INFO kablam! ... Oct 22 02:09:29.600 INFO kablam! 922 | rt_realloc_excess_unused!(rt_pow2_1bytes_2align_realloc_excess_unused, 1, 2); Oct 22 02:09:29.600 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.600 INFO kablam! | Oct 22 02:09:29.600 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.600 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.600 INFO kablam! | Oct 22 02:09:29.600 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.600 INFO kablam! | Oct 22 02:09:29.600 INFO kablam! Oct 22 02:09:29.600 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.600 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.600 INFO kablam! | Oct 22 02:09:29.600 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.600 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.600 INFO kablam! ... Oct 22 02:09:29.600 INFO kablam! 922 | rt_realloc_excess_unused!(rt_pow2_1bytes_2align_realloc_excess_unused, 1, 2); Oct 22 02:09:29.600 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.600 INFO kablam! Oct 22 02:09:29.603 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.603 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.603 INFO kablam! | Oct 22 02:09:29.603 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.603 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.603 INFO kablam! ... Oct 22 02:09:29.603 INFO kablam! 922 | rt_realloc_excess_unused!(rt_pow2_1bytes_2align_realloc_excess_unused, 1, 2); Oct 22 02:09:29.603 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.604 INFO kablam! | Oct 22 02:09:29.604 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.604 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.604 INFO kablam! | Oct 22 02:09:29.604 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.604 INFO kablam! | Oct 22 02:09:29.604 INFO kablam! Oct 22 02:09:29.604 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.604 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.604 INFO kablam! | Oct 22 02:09:29.604 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.604 INFO kablam! | ^^^^^ Oct 22 02:09:29.604 INFO kablam! ... Oct 22 02:09:29.604 INFO kablam! 935 | rt_realloc_excess_unused!(rt_pow2_2bytes_2align_realloc_excess_unused, 2, 2); Oct 22 02:09:29.604 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.604 INFO kablam! | Oct 22 02:09:29.604 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.604 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.604 INFO kablam! | Oct 22 02:09:29.604 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.604 INFO kablam! | Oct 22 02:09:29.604 INFO kablam! Oct 22 02:09:29.604 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.604 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.604 INFO kablam! | Oct 22 02:09:29.604 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.604 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.604 INFO kablam! ... Oct 22 02:09:29.604 INFO kablam! 935 | rt_realloc_excess_unused!(rt_pow2_2bytes_2align_realloc_excess_unused, 2, 2); Oct 22 02:09:29.604 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.604 INFO kablam! Oct 22 02:09:29.604 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.604 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.604 INFO kablam! | Oct 22 02:09:29.604 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.604 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.604 INFO kablam! ... Oct 22 02:09:29.604 INFO kablam! 935 | rt_realloc_excess_unused!(rt_pow2_2bytes_2align_realloc_excess_unused, 2, 2); Oct 22 02:09:29.604 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.604 INFO kablam! | Oct 22 02:09:29.604 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.604 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.604 INFO kablam! | Oct 22 02:09:29.604 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.604 INFO kablam! | Oct 22 02:09:29.604 INFO kablam! Oct 22 02:09:29.604 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.604 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.604 INFO kablam! | Oct 22 02:09:29.604 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.604 INFO kablam! | ^^^^^ Oct 22 02:09:29.604 INFO kablam! ... Oct 22 02:09:29.604 INFO kablam! 948 | rt_realloc_excess_unused!(rt_pow2_4bytes_2align_realloc_excess_unused, 4, 2); Oct 22 02:09:29.604 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.604 INFO kablam! | Oct 22 02:09:29.604 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.604 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.604 INFO kablam! | Oct 22 02:09:29.604 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.604 INFO kablam! | Oct 22 02:09:29.604 INFO kablam! Oct 22 02:09:29.604 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.604 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.604 INFO kablam! | Oct 22 02:09:29.604 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.604 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.604 INFO kablam! ... Oct 22 02:09:29.604 INFO kablam! 948 | rt_realloc_excess_unused!(rt_pow2_4bytes_2align_realloc_excess_unused, 4, 2); Oct 22 02:09:29.604 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.604 INFO kablam! Oct 22 02:09:29.608 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.608 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.608 INFO kablam! | Oct 22 02:09:29.608 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.608 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.608 INFO kablam! ... Oct 22 02:09:29.608 INFO kablam! 948 | rt_realloc_excess_unused!(rt_pow2_4bytes_2align_realloc_excess_unused, 4, 2); Oct 22 02:09:29.608 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.608 INFO kablam! | Oct 22 02:09:29.608 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.608 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.608 INFO kablam! | Oct 22 02:09:29.608 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.608 INFO kablam! | Oct 22 02:09:29.608 INFO kablam! Oct 22 02:09:29.608 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.608 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.608 INFO kablam! | Oct 22 02:09:29.608 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.608 INFO kablam! | ^^^^^ Oct 22 02:09:29.608 INFO kablam! ... Oct 22 02:09:29.608 INFO kablam! 961 | rt_realloc_excess_unused!(rt_pow2_8bytes_2align_realloc_excess_unused, 8, 2); Oct 22 02:09:29.608 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.608 INFO kablam! | Oct 22 02:09:29.608 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.608 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.608 INFO kablam! | Oct 22 02:09:29.608 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.608 INFO kablam! | Oct 22 02:09:29.608 INFO kablam! Oct 22 02:09:29.608 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.608 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.608 INFO kablam! | Oct 22 02:09:29.608 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.608 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.608 INFO kablam! ... Oct 22 02:09:29.608 INFO kablam! 961 | rt_realloc_excess_unused!(rt_pow2_8bytes_2align_realloc_excess_unused, 8, 2); Oct 22 02:09:29.608 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.608 INFO kablam! Oct 22 02:09:29.612 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.616 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.616 INFO kablam! | Oct 22 02:09:29.616 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.616 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.616 INFO kablam! ... Oct 22 02:09:29.616 INFO kablam! 961 | rt_realloc_excess_unused!(rt_pow2_8bytes_2align_realloc_excess_unused, 8, 2); Oct 22 02:09:29.616 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.616 INFO kablam! | Oct 22 02:09:29.616 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.616 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.616 INFO kablam! | Oct 22 02:09:29.616 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.616 INFO kablam! | Oct 22 02:09:29.616 INFO kablam! Oct 22 02:09:29.616 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.616 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.616 INFO kablam! | Oct 22 02:09:29.616 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.616 INFO kablam! | ^^^^^ Oct 22 02:09:29.616 INFO kablam! ... Oct 22 02:09:29.616 INFO kablam! 974 | rt_realloc_excess_unused!(rt_pow2_16bytes_2align_realloc_excess_unused, 16, 2); Oct 22 02:09:29.616 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.616 INFO kablam! | Oct 22 02:09:29.616 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.616 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.616 INFO kablam! | Oct 22 02:09:29.616 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.616 INFO kablam! | Oct 22 02:09:29.616 INFO kablam! Oct 22 02:09:29.616 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.616 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.616 INFO kablam! | Oct 22 02:09:29.616 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.616 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.616 INFO kablam! ... Oct 22 02:09:29.616 INFO kablam! 974 | rt_realloc_excess_unused!(rt_pow2_16bytes_2align_realloc_excess_unused, 16, 2); Oct 22 02:09:29.616 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.616 INFO kablam! Oct 22 02:09:29.616 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.616 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.616 INFO kablam! | Oct 22 02:09:29.616 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.616 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.616 INFO kablam! ... Oct 22 02:09:29.616 INFO kablam! 974 | rt_realloc_excess_unused!(rt_pow2_16bytes_2align_realloc_excess_unused, 16, 2); Oct 22 02:09:29.616 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.616 INFO kablam! | Oct 22 02:09:29.616 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.616 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.617 INFO kablam! | Oct 22 02:09:29.617 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.617 INFO kablam! | Oct 22 02:09:29.617 INFO kablam! Oct 22 02:09:29.617 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.617 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.617 INFO kablam! | Oct 22 02:09:29.617 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.617 INFO kablam! | ^^^^^ Oct 22 02:09:29.617 INFO kablam! ... Oct 22 02:09:29.617 INFO kablam! 987 | rt_realloc_excess_unused!(rt_pow2_32bytes_2align_realloc_excess_unused, 32, 2); Oct 22 02:09:29.617 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.617 INFO kablam! | Oct 22 02:09:29.617 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.617 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.617 INFO kablam! | Oct 22 02:09:29.617 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.617 INFO kablam! | Oct 22 02:09:29.617 INFO kablam! Oct 22 02:09:29.617 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.617 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.617 INFO kablam! | Oct 22 02:09:29.617 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.617 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.617 INFO kablam! ... Oct 22 02:09:29.617 INFO kablam! 987 | rt_realloc_excess_unused!(rt_pow2_32bytes_2align_realloc_excess_unused, 32, 2); Oct 22 02:09:29.617 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.617 INFO kablam! Oct 22 02:09:29.617 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.617 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.617 INFO kablam! | Oct 22 02:09:29.617 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.617 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.617 INFO kablam! ... Oct 22 02:09:29.617 INFO kablam! 987 | rt_realloc_excess_unused!(rt_pow2_32bytes_2align_realloc_excess_unused, 32, 2); Oct 22 02:09:29.617 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.617 INFO kablam! | Oct 22 02:09:29.617 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.617 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.617 INFO kablam! | Oct 22 02:09:29.617 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.617 INFO kablam! | Oct 22 02:09:29.617 INFO kablam! Oct 22 02:09:29.620 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.620 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.620 INFO kablam! | Oct 22 02:09:29.620 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.620 INFO kablam! | ^^^^^ Oct 22 02:09:29.620 INFO kablam! ... Oct 22 02:09:29.620 INFO kablam! 1000 | rt_realloc_excess_unused!(rt_pow2_64bytes_2align_realloc_excess_unused, 64, 2); Oct 22 02:09:29.620 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.620 INFO kablam! | Oct 22 02:09:29.620 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.620 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.620 INFO kablam! | Oct 22 02:09:29.620 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.620 INFO kablam! | Oct 22 02:09:29.620 INFO kablam! Oct 22 02:09:29.620 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.620 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.620 INFO kablam! | Oct 22 02:09:29.620 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.620 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.620 INFO kablam! ... Oct 22 02:09:29.620 INFO kablam! 1000 | rt_realloc_excess_unused!(rt_pow2_64bytes_2align_realloc_excess_unused, 64, 2); Oct 22 02:09:29.620 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.620 INFO kablam! Oct 22 02:09:29.623 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.623 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.623 INFO kablam! | Oct 22 02:09:29.623 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.623 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.623 INFO kablam! ... Oct 22 02:09:29.623 INFO kablam! 1000 | rt_realloc_excess_unused!(rt_pow2_64bytes_2align_realloc_excess_unused, 64, 2); Oct 22 02:09:29.623 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.623 INFO kablam! | Oct 22 02:09:29.623 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.623 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.623 INFO kablam! | Oct 22 02:09:29.623 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.623 INFO kablam! | Oct 22 02:09:29.623 INFO kablam! Oct 22 02:09:29.623 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.623 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.623 INFO kablam! | Oct 22 02:09:29.623 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.623 INFO kablam! | ^^^^^ Oct 22 02:09:29.623 INFO kablam! ... Oct 22 02:09:29.623 INFO kablam! 1013 | rt_realloc_excess_unused!(rt_pow2_128bytes_2align_realloc_excess_unused, 128, 2); Oct 22 02:09:29.623 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.623 INFO kablam! | Oct 22 02:09:29.623 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.623 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.623 INFO kablam! | Oct 22 02:09:29.623 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.623 INFO kablam! | Oct 22 02:09:29.623 INFO kablam! Oct 22 02:09:29.623 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.623 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.623 INFO kablam! | Oct 22 02:09:29.623 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.623 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.623 INFO kablam! ... Oct 22 02:09:29.623 INFO kablam! 1013 | rt_realloc_excess_unused!(rt_pow2_128bytes_2align_realloc_excess_unused, 128, 2); Oct 22 02:09:29.623 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.623 INFO kablam! Oct 22 02:09:29.625 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.627 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.627 INFO kablam! | Oct 22 02:09:29.627 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.627 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.627 INFO kablam! ... Oct 22 02:09:29.627 INFO kablam! 1013 | rt_realloc_excess_unused!(rt_pow2_128bytes_2align_realloc_excess_unused, 128, 2); Oct 22 02:09:29.627 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.627 INFO kablam! | Oct 22 02:09:29.627 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.627 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.627 INFO kablam! | Oct 22 02:09:29.627 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.627 INFO kablam! | Oct 22 02:09:29.627 INFO kablam! Oct 22 02:09:29.627 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.627 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.627 INFO kablam! | Oct 22 02:09:29.627 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.627 INFO kablam! | ^^^^^ Oct 22 02:09:29.627 INFO kablam! ... Oct 22 02:09:29.627 INFO kablam! 1026 | rt_realloc_excess_unused!(rt_pow2_256bytes_2align_realloc_excess_unused, 256, 2); Oct 22 02:09:29.627 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.627 INFO kablam! | Oct 22 02:09:29.627 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.627 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.627 INFO kablam! | Oct 22 02:09:29.627 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.627 INFO kablam! | Oct 22 02:09:29.627 INFO kablam! Oct 22 02:09:29.627 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.627 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.627 INFO kablam! | Oct 22 02:09:29.627 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.627 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.627 INFO kablam! ... Oct 22 02:09:29.627 INFO kablam! 1026 | rt_realloc_excess_unused!(rt_pow2_256bytes_2align_realloc_excess_unused, 256, 2); Oct 22 02:09:29.627 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.627 INFO kablam! Oct 22 02:09:29.627 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.627 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.627 INFO kablam! | Oct 22 02:09:29.627 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.627 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.627 INFO kablam! ... Oct 22 02:09:29.628 INFO kablam! 1026 | rt_realloc_excess_unused!(rt_pow2_256bytes_2align_realloc_excess_unused, 256, 2); Oct 22 02:09:29.628 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.628 INFO kablam! | Oct 22 02:09:29.628 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.628 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.628 INFO kablam! | Oct 22 02:09:29.628 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.628 INFO kablam! | Oct 22 02:09:29.628 INFO kablam! Oct 22 02:09:29.630 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.630 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.630 INFO kablam! | Oct 22 02:09:29.630 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.630 INFO kablam! | ^^^^^ Oct 22 02:09:29.630 INFO kablam! ... Oct 22 02:09:29.630 INFO kablam! 1039 | rt_realloc_excess_unused!(rt_pow2_512bytes_2align_realloc_excess_unused, 512, 2); Oct 22 02:09:29.630 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.630 INFO kablam! | Oct 22 02:09:29.630 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.630 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.630 INFO kablam! | Oct 22 02:09:29.630 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.630 INFO kablam! | Oct 22 02:09:29.630 INFO kablam! Oct 22 02:09:29.630 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.630 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.630 INFO kablam! | Oct 22 02:09:29.630 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.630 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.630 INFO kablam! ... Oct 22 02:09:29.630 INFO kablam! 1039 | rt_realloc_excess_unused!(rt_pow2_512bytes_2align_realloc_excess_unused, 512, 2); Oct 22 02:09:29.630 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.630 INFO kablam! Oct 22 02:09:29.632 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.632 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.632 INFO kablam! | Oct 22 02:09:29.632 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.632 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.632 INFO kablam! ... Oct 22 02:09:29.632 INFO kablam! 1039 | rt_realloc_excess_unused!(rt_pow2_512bytes_2align_realloc_excess_unused, 512, 2); Oct 22 02:09:29.632 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.632 INFO kablam! | Oct 22 02:09:29.632 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.632 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.632 INFO kablam! | Oct 22 02:09:29.632 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.632 INFO kablam! | Oct 22 02:09:29.632 INFO kablam! Oct 22 02:09:29.632 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.632 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.632 INFO kablam! | Oct 22 02:09:29.632 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.632 INFO kablam! | ^^^^^ Oct 22 02:09:29.632 INFO kablam! ... Oct 22 02:09:29.632 INFO kablam! 1052 | rt_realloc_excess_unused!(rt_pow2_1024bytes_2align_realloc_excess_unused, 1024, 2); Oct 22 02:09:29.632 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.632 INFO kablam! | Oct 22 02:09:29.632 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.632 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.632 INFO kablam! | Oct 22 02:09:29.632 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.632 INFO kablam! | Oct 22 02:09:29.632 INFO kablam! Oct 22 02:09:29.632 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.632 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.632 INFO kablam! | Oct 22 02:09:29.632 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.632 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.632 INFO kablam! ... Oct 22 02:09:29.632 INFO kablam! 1052 | rt_realloc_excess_unused!(rt_pow2_1024bytes_2align_realloc_excess_unused, 1024, 2); Oct 22 02:09:29.632 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.632 INFO kablam! Oct 22 02:09:29.634 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.634 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.634 INFO kablam! | Oct 22 02:09:29.634 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.634 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.634 INFO kablam! ... Oct 22 02:09:29.634 INFO kablam! 1052 | rt_realloc_excess_unused!(rt_pow2_1024bytes_2align_realloc_excess_unused, 1024, 2); Oct 22 02:09:29.634 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.634 INFO kablam! | Oct 22 02:09:29.634 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.634 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.634 INFO kablam! | Oct 22 02:09:29.634 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.634 INFO kablam! | Oct 22 02:09:29.634 INFO kablam! Oct 22 02:09:29.635 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.635 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.635 INFO kablam! | Oct 22 02:09:29.636 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.636 INFO kablam! | ^^^^^ Oct 22 02:09:29.636 INFO kablam! ... Oct 22 02:09:29.636 INFO kablam! 1065 | rt_realloc_excess_unused!(rt_pow2_2048bytes_2align_realloc_excess_unused, 2048, 2); Oct 22 02:09:29.636 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.636 INFO kablam! | Oct 22 02:09:29.636 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.636 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.636 INFO kablam! | Oct 22 02:09:29.636 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.636 INFO kablam! | Oct 22 02:09:29.636 INFO kablam! Oct 22 02:09:29.637 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.637 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.637 INFO kablam! | Oct 22 02:09:29.637 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.637 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.637 INFO kablam! ... Oct 22 02:09:29.637 INFO kablam! 1065 | rt_realloc_excess_unused!(rt_pow2_2048bytes_2align_realloc_excess_unused, 2048, 2); Oct 22 02:09:29.637 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.637 INFO kablam! Oct 22 02:09:29.637 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.637 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.637 INFO kablam! | Oct 22 02:09:29.637 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.637 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.637 INFO kablam! ... Oct 22 02:09:29.637 INFO kablam! 1065 | rt_realloc_excess_unused!(rt_pow2_2048bytes_2align_realloc_excess_unused, 2048, 2); Oct 22 02:09:29.637 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.637 INFO kablam! | Oct 22 02:09:29.637 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.637 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.637 INFO kablam! | Oct 22 02:09:29.637 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.637 INFO kablam! | Oct 22 02:09:29.637 INFO kablam! Oct 22 02:09:29.638 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.638 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.638 INFO kablam! | Oct 22 02:09:29.638 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.638 INFO kablam! | ^^^^^ Oct 22 02:09:29.638 INFO kablam! ... Oct 22 02:09:29.638 INFO kablam! 1078 | rt_realloc_excess_unused!(rt_pow2_4096bytes_2align_realloc_excess_unused, 4096, 2); Oct 22 02:09:29.638 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.638 INFO kablam! | Oct 22 02:09:29.638 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.638 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.638 INFO kablam! | Oct 22 02:09:29.638 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.638 INFO kablam! | Oct 22 02:09:29.638 INFO kablam! Oct 22 02:09:29.641 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.642 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.642 INFO kablam! | Oct 22 02:09:29.642 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.642 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.642 INFO kablam! ... Oct 22 02:09:29.642 INFO kablam! 1078 | rt_realloc_excess_unused!(rt_pow2_4096bytes_2align_realloc_excess_unused, 4096, 2); Oct 22 02:09:29.642 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.642 INFO kablam! Oct 22 02:09:29.642 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.642 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.642 INFO kablam! | Oct 22 02:09:29.642 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.642 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.642 INFO kablam! ... Oct 22 02:09:29.642 INFO kablam! 1078 | rt_realloc_excess_unused!(rt_pow2_4096bytes_2align_realloc_excess_unused, 4096, 2); Oct 22 02:09:29.642 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.642 INFO kablam! | Oct 22 02:09:29.642 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.642 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.642 INFO kablam! | Oct 22 02:09:29.642 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.642 INFO kablam! | Oct 22 02:09:29.642 INFO kablam! Oct 22 02:09:29.642 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.642 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.642 INFO kablam! | Oct 22 02:09:29.642 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.642 INFO kablam! | ^^^^^ Oct 22 02:09:29.642 INFO kablam! ... Oct 22 02:09:29.642 INFO kablam! 1091 | rt_realloc_excess_unused!(rt_pow2_8192bytes_2align_realloc_excess_unused, 8192, 2); Oct 22 02:09:29.642 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.642 INFO kablam! | Oct 22 02:09:29.642 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.642 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.642 INFO kablam! | Oct 22 02:09:29.642 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.642 INFO kablam! | Oct 22 02:09:29.642 INFO kablam! Oct 22 02:09:29.642 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.642 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.642 INFO kablam! | Oct 22 02:09:29.642 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.642 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.642 INFO kablam! ... Oct 22 02:09:29.642 INFO kablam! 1091 | rt_realloc_excess_unused!(rt_pow2_8192bytes_2align_realloc_excess_unused, 8192, 2); Oct 22 02:09:29.642 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.643 INFO kablam! Oct 22 02:09:29.644 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.644 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.644 INFO kablam! | Oct 22 02:09:29.644 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.644 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.644 INFO kablam! ... Oct 22 02:09:29.644 INFO kablam! 1091 | rt_realloc_excess_unused!(rt_pow2_8192bytes_2align_realloc_excess_unused, 8192, 2); Oct 22 02:09:29.644 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.644 INFO kablam! | Oct 22 02:09:29.644 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.644 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.644 INFO kablam! | Oct 22 02:09:29.644 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.644 INFO kablam! | Oct 22 02:09:29.644 INFO kablam! Oct 22 02:09:29.645 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.645 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.645 INFO kablam! | Oct 22 02:09:29.645 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.645 INFO kablam! | ^^^^^ Oct 22 02:09:29.645 INFO kablam! ... Oct 22 02:09:29.645 INFO kablam! 1104 | rt_realloc_excess_unused!(rt_pow2_16384bytes_2align_realloc_excess_unused, 16384, 2); Oct 22 02:09:29.646 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.646 INFO kablam! | Oct 22 02:09:29.646 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.646 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.646 INFO kablam! | Oct 22 02:09:29.646 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.646 INFO kablam! | Oct 22 02:09:29.646 INFO kablam! Oct 22 02:09:29.646 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.646 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.647 INFO kablam! | Oct 22 02:09:29.647 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.647 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.647 INFO kablam! ... Oct 22 02:09:29.647 INFO kablam! 1104 | rt_realloc_excess_unused!(rt_pow2_16384bytes_2align_realloc_excess_unused, 16384, 2); Oct 22 02:09:29.647 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.647 INFO kablam! Oct 22 02:09:29.648 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.648 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.648 INFO kablam! | Oct 22 02:09:29.648 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.648 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.648 INFO kablam! ... Oct 22 02:09:29.648 INFO kablam! 1104 | rt_realloc_excess_unused!(rt_pow2_16384bytes_2align_realloc_excess_unused, 16384, 2); Oct 22 02:09:29.648 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.648 INFO kablam! | Oct 22 02:09:29.648 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.648 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.648 INFO kablam! | Oct 22 02:09:29.648 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.648 INFO kablam! | Oct 22 02:09:29.648 INFO kablam! Oct 22 02:09:29.653 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.654 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.654 INFO kablam! | Oct 22 02:09:29.654 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.654 INFO kablam! | ^^^^^ Oct 22 02:09:29.654 INFO kablam! ... Oct 22 02:09:29.654 INFO kablam! 1117 | rt_realloc_excess_unused!(rt_pow2_32768bytes_2align_realloc_excess_unused, 32768, 2); Oct 22 02:09:29.654 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.654 INFO kablam! | Oct 22 02:09:29.654 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.654 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.654 INFO kablam! | Oct 22 02:09:29.654 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.654 INFO kablam! | Oct 22 02:09:29.654 INFO kablam! Oct 22 02:09:29.654 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.654 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.654 INFO kablam! | Oct 22 02:09:29.654 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.654 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.654 INFO kablam! ... Oct 22 02:09:29.654 INFO kablam! 1117 | rt_realloc_excess_unused!(rt_pow2_32768bytes_2align_realloc_excess_unused, 32768, 2); Oct 22 02:09:29.654 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.654 INFO kablam! Oct 22 02:09:29.654 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.654 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.654 INFO kablam! | Oct 22 02:09:29.654 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.654 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.654 INFO kablam! ... Oct 22 02:09:29.654 INFO kablam! 1117 | rt_realloc_excess_unused!(rt_pow2_32768bytes_2align_realloc_excess_unused, 32768, 2); Oct 22 02:09:29.654 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.654 INFO kablam! | Oct 22 02:09:29.654 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.654 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.654 INFO kablam! | Oct 22 02:09:29.654 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.654 INFO kablam! | Oct 22 02:09:29.654 INFO kablam! Oct 22 02:09:29.654 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.654 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.654 INFO kablam! | Oct 22 02:09:29.655 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.655 INFO kablam! | ^^^^^ Oct 22 02:09:29.655 INFO kablam! ... Oct 22 02:09:29.655 INFO kablam! 1130 | rt_realloc_excess_unused!(rt_pow2_65536bytes_2align_realloc_excess_unused, 65536, 2); Oct 22 02:09:29.655 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.655 INFO kablam! | Oct 22 02:09:29.655 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.655 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.655 INFO kablam! | Oct 22 02:09:29.655 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.655 INFO kablam! | Oct 22 02:09:29.655 INFO kablam! Oct 22 02:09:29.655 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.655 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.655 INFO kablam! | Oct 22 02:09:29.655 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.655 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.655 INFO kablam! ... Oct 22 02:09:29.655 INFO kablam! 1130 | rt_realloc_excess_unused!(rt_pow2_65536bytes_2align_realloc_excess_unused, 65536, 2); Oct 22 02:09:29.655 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.655 INFO kablam! Oct 22 02:09:29.655 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.655 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.655 INFO kablam! | Oct 22 02:09:29.655 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.655 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.655 INFO kablam! ... Oct 22 02:09:29.655 INFO kablam! 1130 | rt_realloc_excess_unused!(rt_pow2_65536bytes_2align_realloc_excess_unused, 65536, 2); Oct 22 02:09:29.655 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.655 INFO kablam! | Oct 22 02:09:29.655 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.655 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.655 INFO kablam! | Oct 22 02:09:29.655 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.655 INFO kablam! | Oct 22 02:09:29.655 INFO kablam! Oct 22 02:09:29.656 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.656 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.656 INFO kablam! | Oct 22 02:09:29.656 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.656 INFO kablam! | ^^^^^ Oct 22 02:09:29.656 INFO kablam! ... Oct 22 02:09:29.656 INFO kablam! 1143 | rt_realloc_excess_unused!(rt_pow2_131072bytes_2align_realloc_excess_unused, 131072, 2); Oct 22 02:09:29.656 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.656 INFO kablam! | Oct 22 02:09:29.656 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.656 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.656 INFO kablam! | Oct 22 02:09:29.656 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.656 INFO kablam! | Oct 22 02:09:29.656 INFO kablam! Oct 22 02:09:29.657 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.657 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.657 INFO kablam! | Oct 22 02:09:29.657 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.657 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.657 INFO kablam! ... Oct 22 02:09:29.657 INFO kablam! 1143 | rt_realloc_excess_unused!(rt_pow2_131072bytes_2align_realloc_excess_unused, 131072, 2); Oct 22 02:09:29.657 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.657 INFO kablam! Oct 22 02:09:29.658 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.658 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.658 INFO kablam! | Oct 22 02:09:29.658 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.658 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.659 INFO kablam! ... Oct 22 02:09:29.659 INFO kablam! 1143 | rt_realloc_excess_unused!(rt_pow2_131072bytes_2align_realloc_excess_unused, 131072, 2); Oct 22 02:09:29.659 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.659 INFO kablam! | Oct 22 02:09:29.659 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.659 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.659 INFO kablam! | Oct 22 02:09:29.659 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.659 INFO kablam! | Oct 22 02:09:29.659 INFO kablam! Oct 22 02:09:29.660 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.660 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.660 INFO kablam! | Oct 22 02:09:29.660 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.660 INFO kablam! | ^^^^^ Oct 22 02:09:29.660 INFO kablam! ... Oct 22 02:09:29.660 INFO kablam! 1156 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_2align_realloc_excess_unused, 4194304, 2); Oct 22 02:09:29.660 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.660 INFO kablam! | Oct 22 02:09:29.660 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.660 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.660 INFO kablam! | Oct 22 02:09:29.660 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.660 INFO kablam! | Oct 22 02:09:29.660 INFO kablam! Oct 22 02:09:29.666 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.666 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.666 INFO kablam! | Oct 22 02:09:29.666 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.666 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.666 INFO kablam! ... Oct 22 02:09:29.666 INFO kablam! 1156 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_2align_realloc_excess_unused, 4194304, 2); Oct 22 02:09:29.666 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.666 INFO kablam! Oct 22 02:09:29.666 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.666 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.666 INFO kablam! | Oct 22 02:09:29.666 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.666 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.666 INFO kablam! ... Oct 22 02:09:29.666 INFO kablam! 1156 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_2align_realloc_excess_unused, 4194304, 2); Oct 22 02:09:29.666 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.666 INFO kablam! | Oct 22 02:09:29.666 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.666 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.666 INFO kablam! | Oct 22 02:09:29.666 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.666 INFO kablam! | Oct 22 02:09:29.666 INFO kablam! Oct 22 02:09:29.666 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.666 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.666 INFO kablam! | Oct 22 02:09:29.666 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.666 INFO kablam! | ^^^^^ Oct 22 02:09:29.666 INFO kablam! ... Oct 22 02:09:29.666 INFO kablam! 1170 | rt_realloc_excess_unused!(rt_even_10bytes_2align_realloc_excess_unused, 10, 2); Oct 22 02:09:29.666 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.666 INFO kablam! | Oct 22 02:09:29.666 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.666 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.666 INFO kablam! | Oct 22 02:09:29.666 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.666 INFO kablam! | Oct 22 02:09:29.666 INFO kablam! Oct 22 02:09:29.666 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.666 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.666 INFO kablam! | Oct 22 02:09:29.666 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.666 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.666 INFO kablam! ... Oct 22 02:09:29.666 INFO kablam! 1170 | rt_realloc_excess_unused!(rt_even_10bytes_2align_realloc_excess_unused, 10, 2); Oct 22 02:09:29.667 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.667 INFO kablam! Oct 22 02:09:29.667 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.667 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.667 INFO kablam! | Oct 22 02:09:29.667 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.667 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.667 INFO kablam! ... Oct 22 02:09:29.667 INFO kablam! 1170 | rt_realloc_excess_unused!(rt_even_10bytes_2align_realloc_excess_unused, 10, 2); Oct 22 02:09:29.667 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.667 INFO kablam! | Oct 22 02:09:29.667 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.667 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.667 INFO kablam! | Oct 22 02:09:29.667 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.667 INFO kablam! | Oct 22 02:09:29.667 INFO kablam! Oct 22 02:09:29.680 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.680 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.680 INFO kablam! | Oct 22 02:09:29.680 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.680 INFO kablam! | ^^^^^ Oct 22 02:09:29.680 INFO kablam! ... Oct 22 02:09:29.680 INFO kablam! 1183 | rt_realloc_excess_unused!(rt_even_100bytes_2align_realloc_excess_unused, 100, 2); Oct 22 02:09:29.680 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.680 INFO kablam! | Oct 22 02:09:29.680 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.680 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.680 INFO kablam! | Oct 22 02:09:29.680 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.680 INFO kablam! | Oct 22 02:09:29.680 INFO kablam! Oct 22 02:09:29.680 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.680 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.680 INFO kablam! | Oct 22 02:09:29.680 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.680 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.680 INFO kablam! ... Oct 22 02:09:29.680 INFO kablam! 1183 | rt_realloc_excess_unused!(rt_even_100bytes_2align_realloc_excess_unused, 100, 2); Oct 22 02:09:29.680 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.680 INFO kablam! Oct 22 02:09:29.680 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.680 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.680 INFO kablam! | Oct 22 02:09:29.680 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.680 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.680 INFO kablam! ... Oct 22 02:09:29.680 INFO kablam! 1183 | rt_realloc_excess_unused!(rt_even_100bytes_2align_realloc_excess_unused, 100, 2); Oct 22 02:09:29.680 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.680 INFO kablam! | Oct 22 02:09:29.680 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.680 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.680 INFO kablam! | Oct 22 02:09:29.680 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.680 INFO kablam! | Oct 22 02:09:29.680 INFO kablam! Oct 22 02:09:29.680 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.680 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.680 INFO kablam! | Oct 22 02:09:29.680 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.680 INFO kablam! | ^^^^^ Oct 22 02:09:29.680 INFO kablam! ... Oct 22 02:09:29.680 INFO kablam! 1196 | rt_realloc_excess_unused!(rt_even_1000bytes_2align_realloc_excess_unused, 1000, 2); Oct 22 02:09:29.680 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.680 INFO kablam! | Oct 22 02:09:29.680 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.681 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.681 INFO kablam! | Oct 22 02:09:29.681 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.681 INFO kablam! | Oct 22 02:09:29.681 INFO kablam! Oct 22 02:09:29.681 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.681 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.681 INFO kablam! | Oct 22 02:09:29.681 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.681 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.681 INFO kablam! ... Oct 22 02:09:29.681 INFO kablam! 1196 | rt_realloc_excess_unused!(rt_even_1000bytes_2align_realloc_excess_unused, 1000, 2); Oct 22 02:09:29.681 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.681 INFO kablam! Oct 22 02:09:29.681 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.681 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.681 INFO kablam! | Oct 22 02:09:29.681 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.681 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.681 INFO kablam! ... Oct 22 02:09:29.681 INFO kablam! 1196 | rt_realloc_excess_unused!(rt_even_1000bytes_2align_realloc_excess_unused, 1000, 2); Oct 22 02:09:29.681 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.681 INFO kablam! | Oct 22 02:09:29.681 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.681 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.681 INFO kablam! | Oct 22 02:09:29.681 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.681 INFO kablam! | Oct 22 02:09:29.681 INFO kablam! Oct 22 02:09:29.681 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.681 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.681 INFO kablam! | Oct 22 02:09:29.681 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.681 INFO kablam! | ^^^^^ Oct 22 02:09:29.681 INFO kablam! ... Oct 22 02:09:29.681 INFO kablam! 1209 | rt_realloc_excess_unused!(rt_even_10000bytes_2align_realloc_excess_unused, 10000, 2); Oct 22 02:09:29.681 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.681 INFO kablam! | Oct 22 02:09:29.681 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.681 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.681 INFO kablam! | Oct 22 02:09:29.681 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.681 INFO kablam! | Oct 22 02:09:29.681 INFO kablam! Oct 22 02:09:29.681 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.681 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.681 INFO kablam! | Oct 22 02:09:29.681 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.681 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.681 INFO kablam! ... Oct 22 02:09:29.681 INFO kablam! 1209 | rt_realloc_excess_unused!(rt_even_10000bytes_2align_realloc_excess_unused, 10000, 2); Oct 22 02:09:29.681 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.681 INFO kablam! Oct 22 02:09:29.681 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.681 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.681 INFO kablam! | Oct 22 02:09:29.681 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.681 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.681 INFO kablam! ... Oct 22 02:09:29.681 INFO kablam! 1209 | rt_realloc_excess_unused!(rt_even_10000bytes_2align_realloc_excess_unused, 10000, 2); Oct 22 02:09:29.681 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.681 INFO kablam! | Oct 22 02:09:29.681 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.681 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.681 INFO kablam! | Oct 22 02:09:29.681 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.681 INFO kablam! | Oct 22 02:09:29.681 INFO kablam! Oct 22 02:09:29.681 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.681 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.681 INFO kablam! | Oct 22 02:09:29.681 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.681 INFO kablam! | ^^^^^ Oct 22 02:09:29.681 INFO kablam! ... Oct 22 02:09:29.681 INFO kablam! 1222 | rt_realloc_excess_unused!(rt_even_100000bytes_2align_realloc_excess_unused, 100000, 2); Oct 22 02:09:29.681 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.681 INFO kablam! | Oct 22 02:09:29.681 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.681 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.681 INFO kablam! | Oct 22 02:09:29.681 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.681 INFO kablam! | Oct 22 02:09:29.681 INFO kablam! Oct 22 02:09:29.692 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.692 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.692 INFO kablam! | Oct 22 02:09:29.692 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.692 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.692 INFO kablam! ... Oct 22 02:09:29.692 INFO kablam! 1222 | rt_realloc_excess_unused!(rt_even_100000bytes_2align_realloc_excess_unused, 100000, 2); Oct 22 02:09:29.692 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.692 INFO kablam! Oct 22 02:09:29.692 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.692 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.692 INFO kablam! | Oct 22 02:09:29.692 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.692 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.692 INFO kablam! ... Oct 22 02:09:29.692 INFO kablam! 1222 | rt_realloc_excess_unused!(rt_even_100000bytes_2align_realloc_excess_unused, 100000, 2); Oct 22 02:09:29.692 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.692 INFO kablam! | Oct 22 02:09:29.692 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.692 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.692 INFO kablam! | Oct 22 02:09:29.692 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.692 INFO kablam! | Oct 22 02:09:29.692 INFO kablam! Oct 22 02:09:29.692 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.692 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.692 INFO kablam! | Oct 22 02:09:29.692 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.692 INFO kablam! | ^^^^^ Oct 22 02:09:29.692 INFO kablam! ... Oct 22 02:09:29.692 INFO kablam! 1235 | rt_realloc_excess_unused!(rt_even_1000000bytes_2align_realloc_excess_unused, 1000000, 2); Oct 22 02:09:29.692 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.692 INFO kablam! | Oct 22 02:09:29.692 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.692 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.692 INFO kablam! | Oct 22 02:09:29.692 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.692 INFO kablam! | Oct 22 02:09:29.692 INFO kablam! Oct 22 02:09:29.692 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.692 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.692 INFO kablam! | Oct 22 02:09:29.692 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.692 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.692 INFO kablam! ... Oct 22 02:09:29.692 INFO kablam! 1235 | rt_realloc_excess_unused!(rt_even_1000000bytes_2align_realloc_excess_unused, 1000000, 2); Oct 22 02:09:29.692 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.692 INFO kablam! Oct 22 02:09:29.693 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.693 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.693 INFO kablam! | Oct 22 02:09:29.693 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.693 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.693 INFO kablam! ... Oct 22 02:09:29.693 INFO kablam! 1235 | rt_realloc_excess_unused!(rt_even_1000000bytes_2align_realloc_excess_unused, 1000000, 2); Oct 22 02:09:29.693 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.693 INFO kablam! | Oct 22 02:09:29.693 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.693 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.693 INFO kablam! | Oct 22 02:09:29.693 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.693 INFO kablam! | Oct 22 02:09:29.693 INFO kablam! Oct 22 02:09:29.693 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.693 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.693 INFO kablam! | Oct 22 02:09:29.693 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.693 INFO kablam! | ^^^^^ Oct 22 02:09:29.693 INFO kablam! ... Oct 22 02:09:29.693 INFO kablam! 1249 | rt_realloc_excess_unused!(rt_odd_10bytes_2align_realloc_excess_unused, 10- 1, 2); Oct 22 02:09:29.693 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.693 INFO kablam! | Oct 22 02:09:29.693 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.693 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.693 INFO kablam! | Oct 22 02:09:29.693 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.693 INFO kablam! | Oct 22 02:09:29.693 INFO kablam! Oct 22 02:09:29.693 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.693 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.693 INFO kablam! | Oct 22 02:09:29.693 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.693 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.693 INFO kablam! ... Oct 22 02:09:29.693 INFO kablam! 1249 | rt_realloc_excess_unused!(rt_odd_10bytes_2align_realloc_excess_unused, 10- 1, 2); Oct 22 02:09:29.693 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.693 INFO kablam! Oct 22 02:09:29.693 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.693 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.693 INFO kablam! | Oct 22 02:09:29.693 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.693 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.693 INFO kablam! ... Oct 22 02:09:29.693 INFO kablam! 1249 | rt_realloc_excess_unused!(rt_odd_10bytes_2align_realloc_excess_unused, 10- 1, 2); Oct 22 02:09:29.693 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.693 INFO kablam! | Oct 22 02:09:29.693 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.693 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.693 INFO kablam! | Oct 22 02:09:29.693 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.693 INFO kablam! | Oct 22 02:09:29.693 INFO kablam! Oct 22 02:09:29.693 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.693 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.693 INFO kablam! | Oct 22 02:09:29.693 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.693 INFO kablam! | ^^^^^ Oct 22 02:09:29.693 INFO kablam! ... Oct 22 02:09:29.693 INFO kablam! 1262 | rt_realloc_excess_unused!(rt_odd_100bytes_2align_realloc_excess_unused, 100- 1, 2); Oct 22 02:09:29.693 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.693 INFO kablam! | Oct 22 02:09:29.693 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.693 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.693 INFO kablam! | Oct 22 02:09:29.693 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.693 INFO kablam! | Oct 22 02:09:29.693 INFO kablam! Oct 22 02:09:29.693 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.693 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.693 INFO kablam! | Oct 22 02:09:29.693 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.693 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.693 INFO kablam! ... Oct 22 02:09:29.693 INFO kablam! 1262 | rt_realloc_excess_unused!(rt_odd_100bytes_2align_realloc_excess_unused, 100- 1, 2); Oct 22 02:09:29.693 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.693 INFO kablam! Oct 22 02:09:29.693 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.693 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.693 INFO kablam! | Oct 22 02:09:29.693 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.693 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.693 INFO kablam! ... Oct 22 02:09:29.693 INFO kablam! 1262 | rt_realloc_excess_unused!(rt_odd_100bytes_2align_realloc_excess_unused, 100- 1, 2); Oct 22 02:09:29.693 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.693 INFO kablam! | Oct 22 02:09:29.694 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.694 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.694 INFO kablam! | Oct 22 02:09:29.694 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.694 INFO kablam! | Oct 22 02:09:29.694 INFO kablam! Oct 22 02:09:29.694 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.694 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.694 INFO kablam! | Oct 22 02:09:29.694 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.694 INFO kablam! | ^^^^^ Oct 22 02:09:29.694 INFO kablam! ... Oct 22 02:09:29.694 INFO kablam! 1275 | rt_realloc_excess_unused!(rt_odd_1000bytes_2align_realloc_excess_unused, 1000- 1, 2); Oct 22 02:09:29.694 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.694 INFO kablam! | Oct 22 02:09:29.694 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.694 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.694 INFO kablam! | Oct 22 02:09:29.694 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.694 INFO kablam! | Oct 22 02:09:29.694 INFO kablam! Oct 22 02:09:29.694 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.694 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.694 INFO kablam! | Oct 22 02:09:29.694 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.694 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.694 INFO kablam! ... Oct 22 02:09:29.694 INFO kablam! 1275 | rt_realloc_excess_unused!(rt_odd_1000bytes_2align_realloc_excess_unused, 1000- 1, 2); Oct 22 02:09:29.694 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.694 INFO kablam! Oct 22 02:09:29.694 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.694 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.694 INFO kablam! | Oct 22 02:09:29.694 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.694 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.694 INFO kablam! ... Oct 22 02:09:29.694 INFO kablam! 1275 | rt_realloc_excess_unused!(rt_odd_1000bytes_2align_realloc_excess_unused, 1000- 1, 2); Oct 22 02:09:29.694 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.694 INFO kablam! | Oct 22 02:09:29.694 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.694 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.694 INFO kablam! | Oct 22 02:09:29.694 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.694 INFO kablam! | Oct 22 02:09:29.694 INFO kablam! Oct 22 02:09:29.704 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.704 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.704 INFO kablam! | Oct 22 02:09:29.704 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.704 INFO kablam! | ^^^^^ Oct 22 02:09:29.704 INFO kablam! ... Oct 22 02:09:29.704 INFO kablam! 1288 | rt_realloc_excess_unused!(rt_odd_10000bytes_2align_realloc_excess_unused, 10000- 1, 2); Oct 22 02:09:29.704 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.704 INFO kablam! | Oct 22 02:09:29.704 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.704 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.704 INFO kablam! | Oct 22 02:09:29.704 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.704 INFO kablam! | Oct 22 02:09:29.704 INFO kablam! Oct 22 02:09:29.704 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.704 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.704 INFO kablam! | Oct 22 02:09:29.704 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.704 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.704 INFO kablam! ... Oct 22 02:09:29.704 INFO kablam! 1288 | rt_realloc_excess_unused!(rt_odd_10000bytes_2align_realloc_excess_unused, 10000- 1, 2); Oct 22 02:09:29.704 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.704 INFO kablam! Oct 22 02:09:29.704 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.704 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.704 INFO kablam! | Oct 22 02:09:29.704 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.704 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.704 INFO kablam! ... Oct 22 02:09:29.704 INFO kablam! 1288 | rt_realloc_excess_unused!(rt_odd_10000bytes_2align_realloc_excess_unused, 10000- 1, 2); Oct 22 02:09:29.704 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.704 INFO kablam! | Oct 22 02:09:29.704 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.704 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.704 INFO kablam! | Oct 22 02:09:29.704 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.704 INFO kablam! | Oct 22 02:09:29.704 INFO kablam! Oct 22 02:09:29.704 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.704 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.704 INFO kablam! | Oct 22 02:09:29.704 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.704 INFO kablam! | ^^^^^ Oct 22 02:09:29.704 INFO kablam! ... Oct 22 02:09:29.704 INFO kablam! 1301 | rt_realloc_excess_unused!(rt_odd_100000bytes_2align_realloc_excess_unused, 100000- 1, 2); Oct 22 02:09:29.705 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.705 INFO kablam! | Oct 22 02:09:29.705 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.705 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.705 INFO kablam! | Oct 22 02:09:29.705 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.705 INFO kablam! | Oct 22 02:09:29.705 INFO kablam! Oct 22 02:09:29.705 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.705 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.705 INFO kablam! | Oct 22 02:09:29.705 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.705 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.705 INFO kablam! ... Oct 22 02:09:29.705 INFO kablam! 1301 | rt_realloc_excess_unused!(rt_odd_100000bytes_2align_realloc_excess_unused, 100000- 1, 2); Oct 22 02:09:29.705 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.705 INFO kablam! Oct 22 02:09:29.705 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.705 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.705 INFO kablam! | Oct 22 02:09:29.705 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.705 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.705 INFO kablam! ... Oct 22 02:09:29.705 INFO kablam! 1301 | rt_realloc_excess_unused!(rt_odd_100000bytes_2align_realloc_excess_unused, 100000- 1, 2); Oct 22 02:09:29.705 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.705 INFO kablam! | Oct 22 02:09:29.705 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.705 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.705 INFO kablam! | Oct 22 02:09:29.705 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.705 INFO kablam! | Oct 22 02:09:29.705 INFO kablam! Oct 22 02:09:29.705 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.705 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.705 INFO kablam! | Oct 22 02:09:29.705 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.705 INFO kablam! | ^^^^^ Oct 22 02:09:29.705 INFO kablam! ... Oct 22 02:09:29.705 INFO kablam! 1314 | rt_realloc_excess_unused!(rt_odd_1000000bytes_2align_realloc_excess_unused, 1000000- 1, 2); Oct 22 02:09:29.705 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.705 INFO kablam! | Oct 22 02:09:29.705 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.705 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.705 INFO kablam! | Oct 22 02:09:29.705 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.705 INFO kablam! | Oct 22 02:09:29.705 INFO kablam! Oct 22 02:09:29.705 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.705 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.705 INFO kablam! | Oct 22 02:09:29.705 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.705 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.705 INFO kablam! ... Oct 22 02:09:29.705 INFO kablam! 1314 | rt_realloc_excess_unused!(rt_odd_1000000bytes_2align_realloc_excess_unused, 1000000- 1, 2); Oct 22 02:09:29.705 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.705 INFO kablam! Oct 22 02:09:29.705 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.705 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.705 INFO kablam! | Oct 22 02:09:29.705 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.705 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.705 INFO kablam! ... Oct 22 02:09:29.705 INFO kablam! 1314 | rt_realloc_excess_unused!(rt_odd_1000000bytes_2align_realloc_excess_unused, 1000000- 1, 2); Oct 22 02:09:29.705 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.705 INFO kablam! | Oct 22 02:09:29.705 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.705 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.705 INFO kablam! | Oct 22 02:09:29.705 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.705 INFO kablam! | Oct 22 02:09:29.705 INFO kablam! Oct 22 02:09:29.712 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.712 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.712 INFO kablam! | Oct 22 02:09:29.712 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.712 INFO kablam! | ^^^^^ Oct 22 02:09:29.712 INFO kablam! ... Oct 22 02:09:29.712 INFO kablam! 1328 | rt_realloc_excess_unused!(rt_primes_3bytes_2align_realloc_excess_unused, 3, 2); Oct 22 02:09:29.712 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.712 INFO kablam! | Oct 22 02:09:29.712 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.712 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.712 INFO kablam! | Oct 22 02:09:29.712 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.712 INFO kablam! | Oct 22 02:09:29.712 INFO kablam! Oct 22 02:09:29.712 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.712 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.712 INFO kablam! | Oct 22 02:09:29.712 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.712 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.712 INFO kablam! ... Oct 22 02:09:29.712 INFO kablam! 1328 | rt_realloc_excess_unused!(rt_primes_3bytes_2align_realloc_excess_unused, 3, 2); Oct 22 02:09:29.712 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.712 INFO kablam! Oct 22 02:09:29.712 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.712 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.712 INFO kablam! | Oct 22 02:09:29.712 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.712 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.712 INFO kablam! ... Oct 22 02:09:29.712 INFO kablam! 1328 | rt_realloc_excess_unused!(rt_primes_3bytes_2align_realloc_excess_unused, 3, 2); Oct 22 02:09:29.712 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.712 INFO kablam! | Oct 22 02:09:29.712 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.712 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.712 INFO kablam! | Oct 22 02:09:29.712 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.712 INFO kablam! | Oct 22 02:09:29.712 INFO kablam! Oct 22 02:09:29.716 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.716 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.716 INFO kablam! | Oct 22 02:09:29.716 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.716 INFO kablam! | ^^^^^ Oct 22 02:09:29.716 INFO kablam! ... Oct 22 02:09:29.716 INFO kablam! 1341 | rt_realloc_excess_unused!(rt_primes_7bytes_2align_realloc_excess_unused, 7, 2); Oct 22 02:09:29.716 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.716 INFO kablam! | Oct 22 02:09:29.716 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.716 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.716 INFO kablam! | Oct 22 02:09:29.716 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.716 INFO kablam! | Oct 22 02:09:29.716 INFO kablam! Oct 22 02:09:29.716 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.716 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.716 INFO kablam! | Oct 22 02:09:29.716 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.716 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.716 INFO kablam! ... Oct 22 02:09:29.716 INFO kablam! 1341 | rt_realloc_excess_unused!(rt_primes_7bytes_2align_realloc_excess_unused, 7, 2); Oct 22 02:09:29.716 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.716 INFO kablam! Oct 22 02:09:29.716 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.716 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.716 INFO kablam! | Oct 22 02:09:29.716 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.716 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.716 INFO kablam! ... Oct 22 02:09:29.716 INFO kablam! 1341 | rt_realloc_excess_unused!(rt_primes_7bytes_2align_realloc_excess_unused, 7, 2); Oct 22 02:09:29.716 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.716 INFO kablam! | Oct 22 02:09:29.716 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.716 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.716 INFO kablam! | Oct 22 02:09:29.716 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.716 INFO kablam! | Oct 22 02:09:29.716 INFO kablam! Oct 22 02:09:29.716 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.716 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.716 INFO kablam! | Oct 22 02:09:29.716 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.716 INFO kablam! | ^^^^^ Oct 22 02:09:29.716 INFO kablam! ... Oct 22 02:09:29.716 INFO kablam! 1354 | rt_realloc_excess_unused!(rt_primes_13bytes_2align_realloc_excess_unused, 13, 2); Oct 22 02:09:29.716 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.717 INFO kablam! | Oct 22 02:09:29.717 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.717 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.717 INFO kablam! | Oct 22 02:09:29.717 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.717 INFO kablam! | Oct 22 02:09:29.717 INFO kablam! Oct 22 02:09:29.720 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.720 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.720 INFO kablam! | Oct 22 02:09:29.720 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.720 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.720 INFO kablam! ... Oct 22 02:09:29.720 INFO kablam! 1354 | rt_realloc_excess_unused!(rt_primes_13bytes_2align_realloc_excess_unused, 13, 2); Oct 22 02:09:29.720 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.720 INFO kablam! Oct 22 02:09:29.724 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.724 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.724 INFO kablam! | Oct 22 02:09:29.724 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.724 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.724 INFO kablam! ... Oct 22 02:09:29.724 INFO kablam! 1354 | rt_realloc_excess_unused!(rt_primes_13bytes_2align_realloc_excess_unused, 13, 2); Oct 22 02:09:29.724 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.724 INFO kablam! | Oct 22 02:09:29.724 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.724 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.724 INFO kablam! | Oct 22 02:09:29.724 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.724 INFO kablam! | Oct 22 02:09:29.724 INFO kablam! Oct 22 02:09:29.724 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.724 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.724 INFO kablam! | Oct 22 02:09:29.724 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.724 INFO kablam! | ^^^^^ Oct 22 02:09:29.724 INFO kablam! ... Oct 22 02:09:29.724 INFO kablam! 1367 | rt_realloc_excess_unused!(rt_primes_17bytes_2align_realloc_excess_unused, 17, 2); Oct 22 02:09:29.724 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.724 INFO kablam! | Oct 22 02:09:29.724 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.724 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.724 INFO kablam! | Oct 22 02:09:29.724 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.724 INFO kablam! | Oct 22 02:09:29.724 INFO kablam! Oct 22 02:09:29.724 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.724 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.724 INFO kablam! | Oct 22 02:09:29.724 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.724 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.724 INFO kablam! ... Oct 22 02:09:29.724 INFO kablam! 1367 | rt_realloc_excess_unused!(rt_primes_17bytes_2align_realloc_excess_unused, 17, 2); Oct 22 02:09:29.724 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.724 INFO kablam! Oct 22 02:09:29.724 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.724 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.724 INFO kablam! | Oct 22 02:09:29.724 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.724 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.724 INFO kablam! ... Oct 22 02:09:29.725 INFO kablam! 1367 | rt_realloc_excess_unused!(rt_primes_17bytes_2align_realloc_excess_unused, 17, 2); Oct 22 02:09:29.725 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.725 INFO kablam! | Oct 22 02:09:29.725 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.725 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.725 INFO kablam! | Oct 22 02:09:29.725 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.725 INFO kablam! | Oct 22 02:09:29.725 INFO kablam! Oct 22 02:09:29.725 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.725 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.725 INFO kablam! | Oct 22 02:09:29.725 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.725 INFO kablam! | ^^^^^ Oct 22 02:09:29.725 INFO kablam! ... Oct 22 02:09:29.725 INFO kablam! 1380 | rt_realloc_excess_unused!(rt_primes_31bytes_2align_realloc_excess_unused, 31, 2); Oct 22 02:09:29.725 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.725 INFO kablam! | Oct 22 02:09:29.725 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.725 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.725 INFO kablam! | Oct 22 02:09:29.725 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.725 INFO kablam! | Oct 22 02:09:29.725 INFO kablam! Oct 22 02:09:29.725 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.725 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.725 INFO kablam! | Oct 22 02:09:29.725 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.725 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.725 INFO kablam! ... Oct 22 02:09:29.725 INFO kablam! 1380 | rt_realloc_excess_unused!(rt_primes_31bytes_2align_realloc_excess_unused, 31, 2); Oct 22 02:09:29.725 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.725 INFO kablam! Oct 22 02:09:29.725 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.725 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.725 INFO kablam! | Oct 22 02:09:29.725 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.725 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.725 INFO kablam! ... Oct 22 02:09:29.725 INFO kablam! 1380 | rt_realloc_excess_unused!(rt_primes_31bytes_2align_realloc_excess_unused, 31, 2); Oct 22 02:09:29.725 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.725 INFO kablam! | Oct 22 02:09:29.725 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.725 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.725 INFO kablam! | Oct 22 02:09:29.725 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.725 INFO kablam! | Oct 22 02:09:29.725 INFO kablam! Oct 22 02:09:29.725 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.725 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.725 INFO kablam! | Oct 22 02:09:29.725 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.725 INFO kablam! | ^^^^^ Oct 22 02:09:29.725 INFO kablam! ... Oct 22 02:09:29.725 INFO kablam! 1393 | rt_realloc_excess_unused!(rt_primes_61bytes_2align_realloc_excess_unused, 61, 2); Oct 22 02:09:29.725 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.725 INFO kablam! | Oct 22 02:09:29.725 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.725 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.725 INFO kablam! | Oct 22 02:09:29.725 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.725 INFO kablam! | Oct 22 02:09:29.725 INFO kablam! Oct 22 02:09:29.736 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.736 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.736 INFO kablam! | Oct 22 02:09:29.736 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.736 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.736 INFO kablam! ... Oct 22 02:09:29.736 INFO kablam! 1393 | rt_realloc_excess_unused!(rt_primes_61bytes_2align_realloc_excess_unused, 61, 2); Oct 22 02:09:29.736 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.736 INFO kablam! Oct 22 02:09:29.736 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.736 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.736 INFO kablam! | Oct 22 02:09:29.736 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.736 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.736 INFO kablam! ... Oct 22 02:09:29.736 INFO kablam! 1393 | rt_realloc_excess_unused!(rt_primes_61bytes_2align_realloc_excess_unused, 61, 2); Oct 22 02:09:29.736 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.736 INFO kablam! | Oct 22 02:09:29.736 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.736 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.736 INFO kablam! | Oct 22 02:09:29.736 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.736 INFO kablam! | Oct 22 02:09:29.736 INFO kablam! Oct 22 02:09:29.736 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.736 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.736 INFO kablam! | Oct 22 02:09:29.736 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.736 INFO kablam! | ^^^^^ Oct 22 02:09:29.736 INFO kablam! ... Oct 22 02:09:29.736 INFO kablam! 1406 | rt_realloc_excess_unused!(rt_primes_96bytes_2align_realloc_excess_unused, 96, 2); Oct 22 02:09:29.736 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.736 INFO kablam! | Oct 22 02:09:29.736 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.736 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.736 INFO kablam! | Oct 22 02:09:29.736 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.736 INFO kablam! | Oct 22 02:09:29.736 INFO kablam! Oct 22 02:09:29.736 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.736 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.736 INFO kablam! | Oct 22 02:09:29.736 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.736 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.736 INFO kablam! ... Oct 22 02:09:29.736 INFO kablam! 1406 | rt_realloc_excess_unused!(rt_primes_96bytes_2align_realloc_excess_unused, 96, 2); Oct 22 02:09:29.737 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.737 INFO kablam! Oct 22 02:09:29.737 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.737 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.737 INFO kablam! | Oct 22 02:09:29.737 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.737 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.737 INFO kablam! ... Oct 22 02:09:29.737 INFO kablam! 1406 | rt_realloc_excess_unused!(rt_primes_96bytes_2align_realloc_excess_unused, 96, 2); Oct 22 02:09:29.737 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.737 INFO kablam! | Oct 22 02:09:29.737 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.737 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.737 INFO kablam! | Oct 22 02:09:29.737 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.737 INFO kablam! | Oct 22 02:09:29.737 INFO kablam! Oct 22 02:09:29.740 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.740 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.740 INFO kablam! | Oct 22 02:09:29.740 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.740 INFO kablam! | ^^^^^ Oct 22 02:09:29.740 INFO kablam! ... Oct 22 02:09:29.740 INFO kablam! 1419 | rt_realloc_excess_unused!(rt_primes_127bytes_2align_realloc_excess_unused, 127, 2); Oct 22 02:09:29.740 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.740 INFO kablam! | Oct 22 02:09:29.740 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.740 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.740 INFO kablam! | Oct 22 02:09:29.740 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.740 INFO kablam! | Oct 22 02:09:29.740 INFO kablam! Oct 22 02:09:29.740 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.740 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.740 INFO kablam! | Oct 22 02:09:29.740 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.740 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.740 INFO kablam! ... Oct 22 02:09:29.740 INFO kablam! 1419 | rt_realloc_excess_unused!(rt_primes_127bytes_2align_realloc_excess_unused, 127, 2); Oct 22 02:09:29.740 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.740 INFO kablam! Oct 22 02:09:29.740 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.740 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.740 INFO kablam! | Oct 22 02:09:29.740 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.740 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.740 INFO kablam! ... Oct 22 02:09:29.740 INFO kablam! 1419 | rt_realloc_excess_unused!(rt_primes_127bytes_2align_realloc_excess_unused, 127, 2); Oct 22 02:09:29.740 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.740 INFO kablam! | Oct 22 02:09:29.740 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.740 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.740 INFO kablam! | Oct 22 02:09:29.740 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.740 INFO kablam! | Oct 22 02:09:29.740 INFO kablam! Oct 22 02:09:29.740 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.740 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.740 INFO kablam! | Oct 22 02:09:29.740 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.740 INFO kablam! | ^^^^^ Oct 22 02:09:29.740 INFO kablam! ... Oct 22 02:09:29.740 INFO kablam! 1432 | rt_realloc_excess_unused!(rt_primes_257bytes_2align_realloc_excess_unused, 257, 2); Oct 22 02:09:29.740 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.741 INFO kablam! | Oct 22 02:09:29.752 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.752 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.752 INFO kablam! | Oct 22 02:09:29.752 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.752 INFO kablam! | Oct 22 02:09:29.752 INFO kablam! Oct 22 02:09:29.752 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.752 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.752 INFO kablam! | Oct 22 02:09:29.752 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.752 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.752 INFO kablam! ... Oct 22 02:09:29.752 INFO kablam! 1432 | rt_realloc_excess_unused!(rt_primes_257bytes_2align_realloc_excess_unused, 257, 2); Oct 22 02:09:29.752 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.752 INFO kablam! Oct 22 02:09:29.752 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.752 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.752 INFO kablam! | Oct 22 02:09:29.752 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.752 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.752 INFO kablam! ... Oct 22 02:09:29.752 INFO kablam! 1432 | rt_realloc_excess_unused!(rt_primes_257bytes_2align_realloc_excess_unused, 257, 2); Oct 22 02:09:29.752 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.752 INFO kablam! | Oct 22 02:09:29.752 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.752 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.752 INFO kablam! | Oct 22 02:09:29.752 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.752 INFO kablam! | Oct 22 02:09:29.752 INFO kablam! Oct 22 02:09:29.752 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.752 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.752 INFO kablam! | Oct 22 02:09:29.752 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.752 INFO kablam! | ^^^^^ Oct 22 02:09:29.752 INFO kablam! ... Oct 22 02:09:29.752 INFO kablam! 1445 | rt_realloc_excess_unused!(rt_primes_509bytes_2align_realloc_excess_unused, 509, 2); Oct 22 02:09:29.752 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.752 INFO kablam! | Oct 22 02:09:29.753 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.753 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.753 INFO kablam! | Oct 22 02:09:29.753 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.753 INFO kablam! | Oct 22 02:09:29.753 INFO kablam! Oct 22 02:09:29.753 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.753 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.753 INFO kablam! | Oct 22 02:09:29.753 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.753 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.753 INFO kablam! ... Oct 22 02:09:29.753 INFO kablam! 1445 | rt_realloc_excess_unused!(rt_primes_509bytes_2align_realloc_excess_unused, 509, 2); Oct 22 02:09:29.753 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.753 INFO kablam! Oct 22 02:09:29.753 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.753 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.753 INFO kablam! | Oct 22 02:09:29.753 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.753 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.753 INFO kablam! ... Oct 22 02:09:29.753 INFO kablam! 1445 | rt_realloc_excess_unused!(rt_primes_509bytes_2align_realloc_excess_unused, 509, 2); Oct 22 02:09:29.753 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.753 INFO kablam! | Oct 22 02:09:29.753 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.753 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.753 INFO kablam! | Oct 22 02:09:29.753 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.753 INFO kablam! | Oct 22 02:09:29.753 INFO kablam! Oct 22 02:09:29.753 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.753 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.753 INFO kablam! | Oct 22 02:09:29.753 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.753 INFO kablam! | ^^^^^ Oct 22 02:09:29.753 INFO kablam! ... Oct 22 02:09:29.753 INFO kablam! 1458 | rt_realloc_excess_unused!(rt_primes_1021bytes_2align_realloc_excess_unused, 1021, 2); Oct 22 02:09:29.753 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.753 INFO kablam! | Oct 22 02:09:29.753 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.753 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.753 INFO kablam! | Oct 22 02:09:29.753 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.753 INFO kablam! | Oct 22 02:09:29.753 INFO kablam! Oct 22 02:09:29.753 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.753 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.753 INFO kablam! | Oct 22 02:09:29.753 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.753 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.753 INFO kablam! ... Oct 22 02:09:29.753 INFO kablam! 1458 | rt_realloc_excess_unused!(rt_primes_1021bytes_2align_realloc_excess_unused, 1021, 2); Oct 22 02:09:29.753 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.753 INFO kablam! Oct 22 02:09:29.753 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.753 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.753 INFO kablam! | Oct 22 02:09:29.753 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.753 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.753 INFO kablam! ... Oct 22 02:09:29.753 INFO kablam! 1458 | rt_realloc_excess_unused!(rt_primes_1021bytes_2align_realloc_excess_unused, 1021, 2); Oct 22 02:09:29.753 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.753 INFO kablam! | Oct 22 02:09:29.753 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.753 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.753 INFO kablam! | Oct 22 02:09:29.753 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.753 INFO kablam! | Oct 22 02:09:29.753 INFO kablam! Oct 22 02:09:29.753 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.753 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.753 INFO kablam! | Oct 22 02:09:29.753 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.753 INFO kablam! | ^^^^^ Oct 22 02:09:29.753 INFO kablam! ... Oct 22 02:09:29.753 INFO kablam! 1471 | rt_realloc_excess_unused!(rt_primes_2039bytes_2align_realloc_excess_unused, 2039, 2); Oct 22 02:09:29.753 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.753 INFO kablam! | Oct 22 02:09:29.753 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.753 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.753 INFO kablam! | Oct 22 02:09:29.753 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.753 INFO kablam! | Oct 22 02:09:29.753 INFO kablam! Oct 22 02:09:29.753 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.753 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.754 INFO kablam! | Oct 22 02:09:29.754 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.754 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.754 INFO kablam! ... Oct 22 02:09:29.754 INFO kablam! 1471 | rt_realloc_excess_unused!(rt_primes_2039bytes_2align_realloc_excess_unused, 2039, 2); Oct 22 02:09:29.754 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.754 INFO kablam! Oct 22 02:09:29.754 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.754 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.754 INFO kablam! | Oct 22 02:09:29.754 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.754 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.754 INFO kablam! ... Oct 22 02:09:29.754 INFO kablam! 1471 | rt_realloc_excess_unused!(rt_primes_2039bytes_2align_realloc_excess_unused, 2039, 2); Oct 22 02:09:29.754 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.754 INFO kablam! | Oct 22 02:09:29.754 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.754 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.754 INFO kablam! | Oct 22 02:09:29.754 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.754 INFO kablam! | Oct 22 02:09:29.754 INFO kablam! Oct 22 02:09:29.754 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.754 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.754 INFO kablam! | Oct 22 02:09:29.754 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.754 INFO kablam! | ^^^^^ Oct 22 02:09:29.754 INFO kablam! ... Oct 22 02:09:29.754 INFO kablam! 1484 | rt_realloc_excess_unused!(rt_primes_4093bytes_2align_realloc_excess_unused, 4093, 2); Oct 22 02:09:29.754 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.754 INFO kablam! | Oct 22 02:09:29.754 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.754 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.754 INFO kablam! | Oct 22 02:09:29.754 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.754 INFO kablam! | Oct 22 02:09:29.754 INFO kablam! Oct 22 02:09:29.754 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.754 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.754 INFO kablam! | Oct 22 02:09:29.754 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.754 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.754 INFO kablam! ... Oct 22 02:09:29.754 INFO kablam! 1484 | rt_realloc_excess_unused!(rt_primes_4093bytes_2align_realloc_excess_unused, 4093, 2); Oct 22 02:09:29.754 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.754 INFO kablam! Oct 22 02:09:29.754 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.754 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.754 INFO kablam! | Oct 22 02:09:29.754 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.754 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.754 INFO kablam! ... Oct 22 02:09:29.754 INFO kablam! 1484 | rt_realloc_excess_unused!(rt_primes_4093bytes_2align_realloc_excess_unused, 4093, 2); Oct 22 02:09:29.754 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.764 INFO kablam! | Oct 22 02:09:29.764 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.764 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.764 INFO kablam! | Oct 22 02:09:29.764 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.764 INFO kablam! | Oct 22 02:09:29.764 INFO kablam! Oct 22 02:09:29.764 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.764 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.764 INFO kablam! | Oct 22 02:09:29.764 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.764 INFO kablam! | ^^^^^ Oct 22 02:09:29.764 INFO kablam! ... Oct 22 02:09:29.764 INFO kablam! 1497 | rt_realloc_excess_unused!(rt_primes_8191bytes_2align_realloc_excess_unused, 8191, 2); Oct 22 02:09:29.764 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.764 INFO kablam! | Oct 22 02:09:29.764 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.764 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.764 INFO kablam! | Oct 22 02:09:29.764 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.764 INFO kablam! | Oct 22 02:09:29.764 INFO kablam! Oct 22 02:09:29.764 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.764 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.764 INFO kablam! | Oct 22 02:09:29.764 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.764 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.764 INFO kablam! ... Oct 22 02:09:29.764 INFO kablam! 1497 | rt_realloc_excess_unused!(rt_primes_8191bytes_2align_realloc_excess_unused, 8191, 2); Oct 22 02:09:29.764 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.764 INFO kablam! Oct 22 02:09:29.764 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.764 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.764 INFO kablam! | Oct 22 02:09:29.764 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.764 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.764 INFO kablam! ... Oct 22 02:09:29.764 INFO kablam! 1497 | rt_realloc_excess_unused!(rt_primes_8191bytes_2align_realloc_excess_unused, 8191, 2); Oct 22 02:09:29.764 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.764 INFO kablam! | Oct 22 02:09:29.764 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.764 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.764 INFO kablam! | Oct 22 02:09:29.764 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.765 INFO kablam! | Oct 22 02:09:29.765 INFO kablam! Oct 22 02:09:29.765 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.765 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.765 INFO kablam! | Oct 22 02:09:29.765 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.765 INFO kablam! | ^^^^^ Oct 22 02:09:29.765 INFO kablam! ... Oct 22 02:09:29.765 INFO kablam! 1510 | rt_realloc_excess_unused!(rt_primes_16381bytes_2align_realloc_excess_unused, 16381, 2); Oct 22 02:09:29.765 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.765 INFO kablam! | Oct 22 02:09:29.765 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.765 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.765 INFO kablam! | Oct 22 02:09:29.765 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.765 INFO kablam! | Oct 22 02:09:29.765 INFO kablam! Oct 22 02:09:29.765 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.765 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.765 INFO kablam! | Oct 22 02:09:29.765 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.765 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.765 INFO kablam! ... Oct 22 02:09:29.765 INFO kablam! 1510 | rt_realloc_excess_unused!(rt_primes_16381bytes_2align_realloc_excess_unused, 16381, 2); Oct 22 02:09:29.765 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.765 INFO kablam! Oct 22 02:09:29.765 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.765 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.765 INFO kablam! | Oct 22 02:09:29.765 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.765 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.765 INFO kablam! ... Oct 22 02:09:29.765 INFO kablam! 1510 | rt_realloc_excess_unused!(rt_primes_16381bytes_2align_realloc_excess_unused, 16381, 2); Oct 22 02:09:29.765 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.765 INFO kablam! | Oct 22 02:09:29.765 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.765 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.765 INFO kablam! | Oct 22 02:09:29.765 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.765 INFO kablam! | Oct 22 02:09:29.765 INFO kablam! Oct 22 02:09:29.776 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.776 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.776 INFO kablam! | Oct 22 02:09:29.776 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.776 INFO kablam! | ^^^^^ Oct 22 02:09:29.776 INFO kablam! ... Oct 22 02:09:29.776 INFO kablam! 1523 | rt_realloc_excess_unused!(rt_primes_32749bytes_2align_realloc_excess_unused, 32749, 2); Oct 22 02:09:29.776 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.776 INFO kablam! | Oct 22 02:09:29.777 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.777 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.777 INFO kablam! | Oct 22 02:09:29.777 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.777 INFO kablam! | Oct 22 02:09:29.777 INFO kablam! Oct 22 02:09:29.777 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.777 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.777 INFO kablam! | Oct 22 02:09:29.777 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.777 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.777 INFO kablam! ... Oct 22 02:09:29.777 INFO kablam! 1523 | rt_realloc_excess_unused!(rt_primes_32749bytes_2align_realloc_excess_unused, 32749, 2); Oct 22 02:09:29.777 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.777 INFO kablam! Oct 22 02:09:29.777 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.777 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.777 INFO kablam! | Oct 22 02:09:29.777 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.777 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.777 INFO kablam! ... Oct 22 02:09:29.777 INFO kablam! 1523 | rt_realloc_excess_unused!(rt_primes_32749bytes_2align_realloc_excess_unused, 32749, 2); Oct 22 02:09:29.777 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.777 INFO kablam! | Oct 22 02:09:29.777 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.777 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.777 INFO kablam! | Oct 22 02:09:29.777 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.777 INFO kablam! | Oct 22 02:09:29.777 INFO kablam! Oct 22 02:09:29.777 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.777 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.777 INFO kablam! | Oct 22 02:09:29.777 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.777 INFO kablam! | ^^^^^ Oct 22 02:09:29.777 INFO kablam! ... Oct 22 02:09:29.777 INFO kablam! 1536 | rt_realloc_excess_unused!(rt_primes_65537bytes_2align_realloc_excess_unused, 65537, 2); Oct 22 02:09:29.777 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.777 INFO kablam! | Oct 22 02:09:29.777 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.777 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.777 INFO kablam! | Oct 22 02:09:29.777 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.777 INFO kablam! | Oct 22 02:09:29.777 INFO kablam! Oct 22 02:09:29.777 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.777 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.777 INFO kablam! | Oct 22 02:09:29.777 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.777 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.777 INFO kablam! ... Oct 22 02:09:29.777 INFO kablam! 1536 | rt_realloc_excess_unused!(rt_primes_65537bytes_2align_realloc_excess_unused, 65537, 2); Oct 22 02:09:29.777 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.777 INFO kablam! Oct 22 02:09:29.777 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.777 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.777 INFO kablam! | Oct 22 02:09:29.777 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.777 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.777 INFO kablam! ... Oct 22 02:09:29.777 INFO kablam! 1536 | rt_realloc_excess_unused!(rt_primes_65537bytes_2align_realloc_excess_unused, 65537, 2); Oct 22 02:09:29.777 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.777 INFO kablam! | Oct 22 02:09:29.777 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.777 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.777 INFO kablam! | Oct 22 02:09:29.777 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.777 INFO kablam! | Oct 22 02:09:29.777 INFO kablam! Oct 22 02:09:29.777 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.777 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.777 INFO kablam! | Oct 22 02:09:29.777 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.777 INFO kablam! | ^^^^^ Oct 22 02:09:29.777 INFO kablam! ... Oct 22 02:09:29.777 INFO kablam! 1549 | rt_realloc_excess_unused!(rt_primes_131071bytes_2align_realloc_excess_unused, 131071, 2); Oct 22 02:09:29.777 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.777 INFO kablam! | Oct 22 02:09:29.777 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.777 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.777 INFO kablam! | Oct 22 02:09:29.777 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.777 INFO kablam! | Oct 22 02:09:29.777 INFO kablam! Oct 22 02:09:29.778 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.778 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.778 INFO kablam! | Oct 22 02:09:29.778 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.778 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.778 INFO kablam! ... Oct 22 02:09:29.778 INFO kablam! 1549 | rt_realloc_excess_unused!(rt_primes_131071bytes_2align_realloc_excess_unused, 131071, 2); Oct 22 02:09:29.778 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.778 INFO kablam! Oct 22 02:09:29.778 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.778 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.778 INFO kablam! | Oct 22 02:09:29.778 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.778 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.778 INFO kablam! ... Oct 22 02:09:29.778 INFO kablam! 1549 | rt_realloc_excess_unused!(rt_primes_131071bytes_2align_realloc_excess_unused, 131071, 2); Oct 22 02:09:29.778 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.778 INFO kablam! | Oct 22 02:09:29.778 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.778 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.778 INFO kablam! | Oct 22 02:09:29.778 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.778 INFO kablam! | Oct 22 02:09:29.778 INFO kablam! Oct 22 02:09:29.778 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.778 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.778 INFO kablam! | Oct 22 02:09:29.778 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.778 INFO kablam! | ^^^^^ Oct 22 02:09:29.778 INFO kablam! ... Oct 22 02:09:29.778 INFO kablam! 1562 | rt_realloc_excess_unused!(rt_primes_4194301bytes_2align_realloc_excess_unused, 4194301, 2); Oct 22 02:09:29.778 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.778 INFO kablam! | Oct 22 02:09:29.778 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.778 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.778 INFO kablam! | Oct 22 02:09:29.778 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.778 INFO kablam! | Oct 22 02:09:29.778 INFO kablam! Oct 22 02:09:29.778 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.778 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.778 INFO kablam! | Oct 22 02:09:29.778 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.778 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.778 INFO kablam! ... Oct 22 02:09:29.778 INFO kablam! 1562 | rt_realloc_excess_unused!(rt_primes_4194301bytes_2align_realloc_excess_unused, 4194301, 2); Oct 22 02:09:29.778 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.778 INFO kablam! Oct 22 02:09:29.792 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.792 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.792 INFO kablam! | Oct 22 02:09:29.792 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.792 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.792 INFO kablam! ... Oct 22 02:09:29.792 INFO kablam! 1562 | rt_realloc_excess_unused!(rt_primes_4194301bytes_2align_realloc_excess_unused, 4194301, 2); Oct 22 02:09:29.792 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.792 INFO kablam! | Oct 22 02:09:29.792 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.792 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.792 INFO kablam! | Oct 22 02:09:29.792 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.792 INFO kablam! | Oct 22 02:09:29.792 INFO kablam! Oct 22 02:09:29.792 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.792 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.792 INFO kablam! | Oct 22 02:09:29.792 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.792 INFO kablam! | ^^^^^ Oct 22 02:09:29.792 INFO kablam! ... Oct 22 02:09:29.792 INFO kablam! 1578 | rt_realloc_excess_unused!(rt_pow2_1bytes_4align_realloc_excess_unused, 1, 4); Oct 22 02:09:29.792 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.792 INFO kablam! | Oct 22 02:09:29.792 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.792 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.792 INFO kablam! | Oct 22 02:09:29.792 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.792 INFO kablam! | Oct 22 02:09:29.792 INFO kablam! Oct 22 02:09:29.792 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.792 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.792 INFO kablam! | Oct 22 02:09:29.792 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.792 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.792 INFO kablam! ... Oct 22 02:09:29.792 INFO kablam! 1578 | rt_realloc_excess_unused!(rt_pow2_1bytes_4align_realloc_excess_unused, 1, 4); Oct 22 02:09:29.792 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.792 INFO kablam! Oct 22 02:09:29.792 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.792 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.792 INFO kablam! | Oct 22 02:09:29.792 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.792 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.793 INFO kablam! ... Oct 22 02:09:29.793 INFO kablam! 1578 | rt_realloc_excess_unused!(rt_pow2_1bytes_4align_realloc_excess_unused, 1, 4); Oct 22 02:09:29.793 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.793 INFO kablam! | Oct 22 02:09:29.793 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.793 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.793 INFO kablam! | Oct 22 02:09:29.793 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.793 INFO kablam! | Oct 22 02:09:29.793 INFO kablam! Oct 22 02:09:29.793 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.793 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.793 INFO kablam! | Oct 22 02:09:29.793 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.793 INFO kablam! | ^^^^^ Oct 22 02:09:29.793 INFO kablam! ... Oct 22 02:09:29.793 INFO kablam! 1591 | rt_realloc_excess_unused!(rt_pow2_2bytes_4align_realloc_excess_unused, 2, 4); Oct 22 02:09:29.793 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.793 INFO kablam! | Oct 22 02:09:29.793 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.793 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.793 INFO kablam! | Oct 22 02:09:29.793 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.793 INFO kablam! | Oct 22 02:09:29.793 INFO kablam! Oct 22 02:09:29.793 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.793 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.793 INFO kablam! | Oct 22 02:09:29.793 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.793 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.793 INFO kablam! ... Oct 22 02:09:29.793 INFO kablam! 1591 | rt_realloc_excess_unused!(rt_pow2_2bytes_4align_realloc_excess_unused, 2, 4); Oct 22 02:09:29.793 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.793 INFO kablam! Oct 22 02:09:29.793 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.793 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.793 INFO kablam! | Oct 22 02:09:29.793 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.793 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.793 INFO kablam! ... Oct 22 02:09:29.793 INFO kablam! 1591 | rt_realloc_excess_unused!(rt_pow2_2bytes_4align_realloc_excess_unused, 2, 4); Oct 22 02:09:29.793 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.793 INFO kablam! | Oct 22 02:09:29.793 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.793 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.793 INFO kablam! | Oct 22 02:09:29.793 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.793 INFO kablam! | Oct 22 02:09:29.793 INFO kablam! Oct 22 02:09:29.793 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.793 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.793 INFO kablam! | Oct 22 02:09:29.793 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.793 INFO kablam! | ^^^^^ Oct 22 02:09:29.793 INFO kablam! ... Oct 22 02:09:29.793 INFO kablam! 1604 | rt_realloc_excess_unused!(rt_pow2_4bytes_4align_realloc_excess_unused, 4, 4); Oct 22 02:09:29.793 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.793 INFO kablam! | Oct 22 02:09:29.793 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.793 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.793 INFO kablam! | Oct 22 02:09:29.793 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.793 INFO kablam! | Oct 22 02:09:29.793 INFO kablam! Oct 22 02:09:29.797 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.797 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.797 INFO kablam! | Oct 22 02:09:29.797 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.797 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.797 INFO kablam! ... Oct 22 02:09:29.797 INFO kablam! 1604 | rt_realloc_excess_unused!(rt_pow2_4bytes_4align_realloc_excess_unused, 4, 4); Oct 22 02:09:29.797 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.797 INFO kablam! Oct 22 02:09:29.797 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.797 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.797 INFO kablam! | Oct 22 02:09:29.797 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.797 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.797 INFO kablam! ... Oct 22 02:09:29.797 INFO kablam! 1604 | rt_realloc_excess_unused!(rt_pow2_4bytes_4align_realloc_excess_unused, 4, 4); Oct 22 02:09:29.797 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.797 INFO kablam! | Oct 22 02:09:29.797 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.797 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.797 INFO kablam! | Oct 22 02:09:29.797 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.797 INFO kablam! | Oct 22 02:09:29.797 INFO kablam! Oct 22 02:09:29.797 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.797 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.797 INFO kablam! | Oct 22 02:09:29.797 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.797 INFO kablam! | ^^^^^ Oct 22 02:09:29.797 INFO kablam! ... Oct 22 02:09:29.797 INFO kablam! 1617 | rt_realloc_excess_unused!(rt_pow2_8bytes_4align_realloc_excess_unused, 8, 4); Oct 22 02:09:29.798 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.798 INFO kablam! | Oct 22 02:09:29.798 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.798 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.798 INFO kablam! | Oct 22 02:09:29.798 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.798 INFO kablam! | Oct 22 02:09:29.798 INFO kablam! Oct 22 02:09:29.798 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.798 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.798 INFO kablam! | Oct 22 02:09:29.798 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.798 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.798 INFO kablam! ... Oct 22 02:09:29.798 INFO kablam! 1617 | rt_realloc_excess_unused!(rt_pow2_8bytes_4align_realloc_excess_unused, 8, 4); Oct 22 02:09:29.798 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.798 INFO kablam! Oct 22 02:09:29.798 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.798 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.798 INFO kablam! | Oct 22 02:09:29.798 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.798 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.798 INFO kablam! ... Oct 22 02:09:29.798 INFO kablam! 1617 | rt_realloc_excess_unused!(rt_pow2_8bytes_4align_realloc_excess_unused, 8, 4); Oct 22 02:09:29.798 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.802 INFO kablam! | Oct 22 02:09:29.802 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.802 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.802 INFO kablam! | Oct 22 02:09:29.802 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.802 INFO kablam! | Oct 22 02:09:29.802 INFO kablam! Oct 22 02:09:29.802 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.802 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.802 INFO kablam! | Oct 22 02:09:29.802 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.802 INFO kablam! | ^^^^^ Oct 22 02:09:29.802 INFO kablam! ... Oct 22 02:09:29.802 INFO kablam! 1630 | rt_realloc_excess_unused!(rt_pow2_16bytes_4align_realloc_excess_unused, 16, 4); Oct 22 02:09:29.802 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.802 INFO kablam! | Oct 22 02:09:29.802 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.802 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.802 INFO kablam! | Oct 22 02:09:29.802 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.802 INFO kablam! | Oct 22 02:09:29.802 INFO kablam! Oct 22 02:09:29.816 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.816 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.816 INFO kablam! | Oct 22 02:09:29.816 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.816 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.816 INFO kablam! ... Oct 22 02:09:29.816 INFO kablam! 1630 | rt_realloc_excess_unused!(rt_pow2_16bytes_4align_realloc_excess_unused, 16, 4); Oct 22 02:09:29.816 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.816 INFO kablam! Oct 22 02:09:29.816 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.816 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.816 INFO kablam! | Oct 22 02:09:29.816 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.816 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.816 INFO kablam! ... Oct 22 02:09:29.816 INFO kablam! 1630 | rt_realloc_excess_unused!(rt_pow2_16bytes_4align_realloc_excess_unused, 16, 4); Oct 22 02:09:29.816 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.816 INFO kablam! | Oct 22 02:09:29.816 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.816 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.816 INFO kablam! | Oct 22 02:09:29.816 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.816 INFO kablam! | Oct 22 02:09:29.816 INFO kablam! Oct 22 02:09:29.816 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.816 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.816 INFO kablam! | Oct 22 02:09:29.816 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.816 INFO kablam! | ^^^^^ Oct 22 02:09:29.816 INFO kablam! ... Oct 22 02:09:29.816 INFO kablam! 1643 | rt_realloc_excess_unused!(rt_pow2_32bytes_4align_realloc_excess_unused, 32, 4); Oct 22 02:09:29.816 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.816 INFO kablam! | Oct 22 02:09:29.816 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.816 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.816 INFO kablam! | Oct 22 02:09:29.816 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.816 INFO kablam! | Oct 22 02:09:29.816 INFO kablam! Oct 22 02:09:29.816 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.816 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.816 INFO kablam! | Oct 22 02:09:29.816 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.816 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.817 INFO kablam! ... Oct 22 02:09:29.817 INFO kablam! 1643 | rt_realloc_excess_unused!(rt_pow2_32bytes_4align_realloc_excess_unused, 32, 4); Oct 22 02:09:29.817 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.817 INFO kablam! Oct 22 02:09:29.817 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.817 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.817 INFO kablam! | Oct 22 02:09:29.817 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.817 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.817 INFO kablam! ... Oct 22 02:09:29.817 INFO kablam! 1643 | rt_realloc_excess_unused!(rt_pow2_32bytes_4align_realloc_excess_unused, 32, 4); Oct 22 02:09:29.817 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.817 INFO kablam! | Oct 22 02:09:29.817 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.817 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.817 INFO kablam! | Oct 22 02:09:29.817 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.817 INFO kablam! | Oct 22 02:09:29.817 INFO kablam! Oct 22 02:09:29.817 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.817 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.817 INFO kablam! | Oct 22 02:09:29.817 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.817 INFO kablam! | ^^^^^ Oct 22 02:09:29.817 INFO kablam! ... Oct 22 02:09:29.817 INFO kablam! 1656 | rt_realloc_excess_unused!(rt_pow2_64bytes_4align_realloc_excess_unused, 64, 4); Oct 22 02:09:29.817 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.817 INFO kablam! | Oct 22 02:09:29.817 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.817 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.817 INFO kablam! | Oct 22 02:09:29.817 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.817 INFO kablam! | Oct 22 02:09:29.817 INFO kablam! Oct 22 02:09:29.817 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.817 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.817 INFO kablam! | Oct 22 02:09:29.817 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.817 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.817 INFO kablam! ... Oct 22 02:09:29.817 INFO kablam! 1656 | rt_realloc_excess_unused!(rt_pow2_64bytes_4align_realloc_excess_unused, 64, 4); Oct 22 02:09:29.817 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.817 INFO kablam! Oct 22 02:09:29.817 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.817 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.817 INFO kablam! | Oct 22 02:09:29.817 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.817 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.817 INFO kablam! ... Oct 22 02:09:29.817 INFO kablam! 1656 | rt_realloc_excess_unused!(rt_pow2_64bytes_4align_realloc_excess_unused, 64, 4); Oct 22 02:09:29.817 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.817 INFO kablam! | Oct 22 02:09:29.817 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.817 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.817 INFO kablam! | Oct 22 02:09:29.817 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.817 INFO kablam! | Oct 22 02:09:29.817 INFO kablam! Oct 22 02:09:29.817 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.817 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.817 INFO kablam! | Oct 22 02:09:29.817 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.817 INFO kablam! | ^^^^^ Oct 22 02:09:29.817 INFO kablam! ... Oct 22 02:09:29.817 INFO kablam! 1669 | rt_realloc_excess_unused!(rt_pow2_128bytes_4align_realloc_excess_unused, 128, 4); Oct 22 02:09:29.817 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.817 INFO kablam! | Oct 22 02:09:29.817 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.817 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.817 INFO kablam! | Oct 22 02:09:29.817 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.817 INFO kablam! | Oct 22 02:09:29.817 INFO kablam! Oct 22 02:09:29.817 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.817 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.817 INFO kablam! | Oct 22 02:09:29.817 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.817 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.817 INFO kablam! ... Oct 22 02:09:29.817 INFO kablam! 1669 | rt_realloc_excess_unused!(rt_pow2_128bytes_4align_realloc_excess_unused, 128, 4); Oct 22 02:09:29.817 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.817 INFO kablam! Oct 22 02:09:29.817 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.817 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.817 INFO kablam! | Oct 22 02:09:29.818 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.818 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.818 INFO kablam! ... Oct 22 02:09:29.818 INFO kablam! 1669 | rt_realloc_excess_unused!(rt_pow2_128bytes_4align_realloc_excess_unused, 128, 4); Oct 22 02:09:29.818 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.818 INFO kablam! | Oct 22 02:09:29.818 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.818 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.818 INFO kablam! | Oct 22 02:09:29.818 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.818 INFO kablam! | Oct 22 02:09:29.818 INFO kablam! Oct 22 02:09:29.818 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.818 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.818 INFO kablam! | Oct 22 02:09:29.818 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.818 INFO kablam! | ^^^^^ Oct 22 02:09:29.818 INFO kablam! ... Oct 22 02:09:29.818 INFO kablam! 1682 | rt_realloc_excess_unused!(rt_pow2_256bytes_4align_realloc_excess_unused, 256, 4); Oct 22 02:09:29.818 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.818 INFO kablam! | Oct 22 02:09:29.818 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.818 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.818 INFO kablam! | Oct 22 02:09:29.818 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.818 INFO kablam! | Oct 22 02:09:29.818 INFO kablam! Oct 22 02:09:29.818 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.818 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.818 INFO kablam! | Oct 22 02:09:29.818 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.818 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.818 INFO kablam! ... Oct 22 02:09:29.818 INFO kablam! 1682 | rt_realloc_excess_unused!(rt_pow2_256bytes_4align_realloc_excess_unused, 256, 4); Oct 22 02:09:29.818 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.818 INFO kablam! Oct 22 02:09:29.818 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.818 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.818 INFO kablam! | Oct 22 02:09:29.818 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.818 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.818 INFO kablam! ... Oct 22 02:09:29.818 INFO kablam! 1682 | rt_realloc_excess_unused!(rt_pow2_256bytes_4align_realloc_excess_unused, 256, 4); Oct 22 02:09:29.818 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.818 INFO kablam! | Oct 22 02:09:29.818 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.818 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.818 INFO kablam! | Oct 22 02:09:29.818 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.818 INFO kablam! | Oct 22 02:09:29.818 INFO kablam! Oct 22 02:09:29.818 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.818 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.818 INFO kablam! | Oct 22 02:09:29.818 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.818 INFO kablam! | ^^^^^ Oct 22 02:09:29.818 INFO kablam! ... Oct 22 02:09:29.818 INFO kablam! 1695 | rt_realloc_excess_unused!(rt_pow2_512bytes_4align_realloc_excess_unused, 512, 4); Oct 22 02:09:29.818 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.818 INFO kablam! | Oct 22 02:09:29.818 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.818 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.818 INFO kablam! | Oct 22 02:09:29.818 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.818 INFO kablam! | Oct 22 02:09:29.818 INFO kablam! Oct 22 02:09:29.828 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.828 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.828 INFO kablam! | Oct 22 02:09:29.828 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.828 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.828 INFO kablam! ... Oct 22 02:09:29.828 INFO kablam! 1695 | rt_realloc_excess_unused!(rt_pow2_512bytes_4align_realloc_excess_unused, 512, 4); Oct 22 02:09:29.828 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.828 INFO kablam! Oct 22 02:09:29.828 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.828 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.828 INFO kablam! | Oct 22 02:09:29.828 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.828 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.828 INFO kablam! ... Oct 22 02:09:29.828 INFO kablam! 1695 | rt_realloc_excess_unused!(rt_pow2_512bytes_4align_realloc_excess_unused, 512, 4); Oct 22 02:09:29.828 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.828 INFO kablam! | Oct 22 02:09:29.828 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.828 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.828 INFO kablam! | Oct 22 02:09:29.828 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.828 INFO kablam! | Oct 22 02:09:29.828 INFO kablam! Oct 22 02:09:29.828 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.828 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.828 INFO kablam! | Oct 22 02:09:29.828 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.828 INFO kablam! | ^^^^^ Oct 22 02:09:29.828 INFO kablam! ... Oct 22 02:09:29.828 INFO kablam! 1708 | rt_realloc_excess_unused!(rt_pow2_1024bytes_4align_realloc_excess_unused, 1024, 4); Oct 22 02:09:29.828 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.828 INFO kablam! | Oct 22 02:09:29.828 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.828 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.828 INFO kablam! | Oct 22 02:09:29.828 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.828 INFO kablam! | Oct 22 02:09:29.828 INFO kablam! Oct 22 02:09:29.828 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.828 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.828 INFO kablam! | Oct 22 02:09:29.828 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.828 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.828 INFO kablam! ... Oct 22 02:09:29.828 INFO kablam! 1708 | rt_realloc_excess_unused!(rt_pow2_1024bytes_4align_realloc_excess_unused, 1024, 4); Oct 22 02:09:29.829 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.829 INFO kablam! Oct 22 02:09:29.832 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.832 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.832 INFO kablam! | Oct 22 02:09:29.832 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.832 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.832 INFO kablam! ... Oct 22 02:09:29.832 INFO kablam! 1708 | rt_realloc_excess_unused!(rt_pow2_1024bytes_4align_realloc_excess_unused, 1024, 4); Oct 22 02:09:29.832 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.832 INFO kablam! | Oct 22 02:09:29.832 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.832 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.832 INFO kablam! | Oct 22 02:09:29.832 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.832 INFO kablam! | Oct 22 02:09:29.832 INFO kablam! Oct 22 02:09:29.832 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.832 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.832 INFO kablam! | Oct 22 02:09:29.832 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.832 INFO kablam! | ^^^^^ Oct 22 02:09:29.832 INFO kablam! ... Oct 22 02:09:29.832 INFO kablam! 1721 | rt_realloc_excess_unused!(rt_pow2_2048bytes_4align_realloc_excess_unused, 2048, 4); Oct 22 02:09:29.832 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.832 INFO kablam! | Oct 22 02:09:29.832 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.832 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.832 INFO kablam! | Oct 22 02:09:29.832 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.832 INFO kablam! | Oct 22 02:09:29.832 INFO kablam! Oct 22 02:09:29.832 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.832 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.832 INFO kablam! | Oct 22 02:09:29.832 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.832 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.832 INFO kablam! ... Oct 22 02:09:29.832 INFO kablam! 1721 | rt_realloc_excess_unused!(rt_pow2_2048bytes_4align_realloc_excess_unused, 2048, 4); Oct 22 02:09:29.832 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.832 INFO kablam! Oct 22 02:09:29.832 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.832 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.832 INFO kablam! | Oct 22 02:09:29.833 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.833 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.833 INFO kablam! ... Oct 22 02:09:29.833 INFO kablam! 1721 | rt_realloc_excess_unused!(rt_pow2_2048bytes_4align_realloc_excess_unused, 2048, 4); Oct 22 02:09:29.833 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.833 INFO kablam! | Oct 22 02:09:29.833 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.833 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.833 INFO kablam! | Oct 22 02:09:29.833 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.833 INFO kablam! | Oct 22 02:09:29.833 INFO kablam! Oct 22 02:09:29.836 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.836 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.836 INFO kablam! | Oct 22 02:09:29.836 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.836 INFO kablam! | ^^^^^ Oct 22 02:09:29.836 INFO kablam! ... Oct 22 02:09:29.836 INFO kablam! 1734 | rt_realloc_excess_unused!(rt_pow2_4096bytes_4align_realloc_excess_unused, 4096, 4); Oct 22 02:09:29.836 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.836 INFO kablam! | Oct 22 02:09:29.836 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.836 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.836 INFO kablam! | Oct 22 02:09:29.836 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.836 INFO kablam! | Oct 22 02:09:29.836 INFO kablam! Oct 22 02:09:29.836 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.836 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.836 INFO kablam! | Oct 22 02:09:29.836 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.836 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.836 INFO kablam! ... Oct 22 02:09:29.836 INFO kablam! 1734 | rt_realloc_excess_unused!(rt_pow2_4096bytes_4align_realloc_excess_unused, 4096, 4); Oct 22 02:09:29.836 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.836 INFO kablam! Oct 22 02:09:29.836 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.836 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.836 INFO kablam! | Oct 22 02:09:29.836 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.836 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.836 INFO kablam! ... Oct 22 02:09:29.836 INFO kablam! 1734 | rt_realloc_excess_unused!(rt_pow2_4096bytes_4align_realloc_excess_unused, 4096, 4); Oct 22 02:09:29.836 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.836 INFO kablam! | Oct 22 02:09:29.836 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.836 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.836 INFO kablam! | Oct 22 02:09:29.836 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.836 INFO kablam! | Oct 22 02:09:29.836 INFO kablam! Oct 22 02:09:29.848 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.848 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.848 INFO kablam! | Oct 22 02:09:29.848 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.848 INFO kablam! | ^^^^^ Oct 22 02:09:29.848 INFO kablam! ... Oct 22 02:09:29.848 INFO kablam! 1747 | rt_realloc_excess_unused!(rt_pow2_8192bytes_4align_realloc_excess_unused, 8192, 4); Oct 22 02:09:29.848 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.848 INFO kablam! | Oct 22 02:09:29.848 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.848 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.848 INFO kablam! | Oct 22 02:09:29.848 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.848 INFO kablam! | Oct 22 02:09:29.848 INFO kablam! Oct 22 02:09:29.848 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.848 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.848 INFO kablam! | Oct 22 02:09:29.848 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.848 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.848 INFO kablam! ... Oct 22 02:09:29.848 INFO kablam! 1747 | rt_realloc_excess_unused!(rt_pow2_8192bytes_4align_realloc_excess_unused, 8192, 4); Oct 22 02:09:29.848 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.848 INFO kablam! Oct 22 02:09:29.848 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.848 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.848 INFO kablam! | Oct 22 02:09:29.848 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.848 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.848 INFO kablam! ... Oct 22 02:09:29.848 INFO kablam! 1747 | rt_realloc_excess_unused!(rt_pow2_8192bytes_4align_realloc_excess_unused, 8192, 4); Oct 22 02:09:29.848 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.848 INFO kablam! | Oct 22 02:09:29.848 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.848 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.848 INFO kablam! | Oct 22 02:09:29.848 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.848 INFO kablam! | Oct 22 02:09:29.848 INFO kablam! Oct 22 02:09:29.848 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.848 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.848 INFO kablam! | Oct 22 02:09:29.848 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.848 INFO kablam! | ^^^^^ Oct 22 02:09:29.848 INFO kablam! ... Oct 22 02:09:29.848 INFO kablam! 1760 | rt_realloc_excess_unused!(rt_pow2_16384bytes_4align_realloc_excess_unused, 16384, 4); Oct 22 02:09:29.849 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.849 INFO kablam! | Oct 22 02:09:29.849 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.849 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.849 INFO kablam! | Oct 22 02:09:29.849 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.849 INFO kablam! | Oct 22 02:09:29.849 INFO kablam! Oct 22 02:09:29.849 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.849 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.849 INFO kablam! | Oct 22 02:09:29.849 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.849 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.849 INFO kablam! ... Oct 22 02:09:29.849 INFO kablam! 1760 | rt_realloc_excess_unused!(rt_pow2_16384bytes_4align_realloc_excess_unused, 16384, 4); Oct 22 02:09:29.849 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.849 INFO kablam! Oct 22 02:09:29.849 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.849 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.849 INFO kablam! | Oct 22 02:09:29.849 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.849 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.849 INFO kablam! ... Oct 22 02:09:29.849 INFO kablam! 1760 | rt_realloc_excess_unused!(rt_pow2_16384bytes_4align_realloc_excess_unused, 16384, 4); Oct 22 02:09:29.849 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.849 INFO kablam! | Oct 22 02:09:29.849 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.849 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.849 INFO kablam! | Oct 22 02:09:29.849 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.849 INFO kablam! | Oct 22 02:09:29.849 INFO kablam! Oct 22 02:09:29.849 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.849 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.849 INFO kablam! | Oct 22 02:09:29.849 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.849 INFO kablam! | ^^^^^ Oct 22 02:09:29.849 INFO kablam! ... Oct 22 02:09:29.849 INFO kablam! 1773 | rt_realloc_excess_unused!(rt_pow2_32768bytes_4align_realloc_excess_unused, 32768, 4); Oct 22 02:09:29.849 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.849 INFO kablam! | Oct 22 02:09:29.849 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.849 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.849 INFO kablam! | Oct 22 02:09:29.849 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.849 INFO kablam! | Oct 22 02:09:29.849 INFO kablam! Oct 22 02:09:29.849 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.849 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.849 INFO kablam! | Oct 22 02:09:29.849 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.849 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.849 INFO kablam! ... Oct 22 02:09:29.849 INFO kablam! 1773 | rt_realloc_excess_unused!(rt_pow2_32768bytes_4align_realloc_excess_unused, 32768, 4); Oct 22 02:09:29.849 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.849 INFO kablam! Oct 22 02:09:29.849 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.849 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.849 INFO kablam! | Oct 22 02:09:29.849 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.849 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.849 INFO kablam! ... Oct 22 02:09:29.849 INFO kablam! 1773 | rt_realloc_excess_unused!(rt_pow2_32768bytes_4align_realloc_excess_unused, 32768, 4); Oct 22 02:09:29.849 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.849 INFO kablam! | Oct 22 02:09:29.849 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.849 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.849 INFO kablam! | Oct 22 02:09:29.849 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.849 INFO kablam! | Oct 22 02:09:29.849 INFO kablam! Oct 22 02:09:29.852 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.852 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.852 INFO kablam! | Oct 22 02:09:29.852 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.852 INFO kablam! | ^^^^^ Oct 22 02:09:29.852 INFO kablam! ... Oct 22 02:09:29.852 INFO kablam! 1786 | rt_realloc_excess_unused!(rt_pow2_65536bytes_4align_realloc_excess_unused, 65536, 4); Oct 22 02:09:29.852 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.852 INFO kablam! | Oct 22 02:09:29.852 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.852 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.852 INFO kablam! | Oct 22 02:09:29.852 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.852 INFO kablam! | Oct 22 02:09:29.852 INFO kablam! Oct 22 02:09:29.852 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.852 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.853 INFO kablam! | Oct 22 02:09:29.853 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.853 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.853 INFO kablam! ... Oct 22 02:09:29.853 INFO kablam! 1786 | rt_realloc_excess_unused!(rt_pow2_65536bytes_4align_realloc_excess_unused, 65536, 4); Oct 22 02:09:29.853 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.853 INFO kablam! Oct 22 02:09:29.853 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.853 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.853 INFO kablam! | Oct 22 02:09:29.853 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.853 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.853 INFO kablam! ... Oct 22 02:09:29.853 INFO kablam! 1786 | rt_realloc_excess_unused!(rt_pow2_65536bytes_4align_realloc_excess_unused, 65536, 4); Oct 22 02:09:29.853 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.853 INFO kablam! | Oct 22 02:09:29.853 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.853 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.853 INFO kablam! | Oct 22 02:09:29.853 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.853 INFO kablam! | Oct 22 02:09:29.853 INFO kablam! Oct 22 02:09:29.853 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.853 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.853 INFO kablam! | Oct 22 02:09:29.853 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.853 INFO kablam! | ^^^^^ Oct 22 02:09:29.853 INFO kablam! ... Oct 22 02:09:29.853 INFO kablam! 1799 | rt_realloc_excess_unused!(rt_pow2_131072bytes_4align_realloc_excess_unused, 131072, 4); Oct 22 02:09:29.853 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.853 INFO kablam! | Oct 22 02:09:29.853 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.853 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.853 INFO kablam! | Oct 22 02:09:29.853 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.853 INFO kablam! | Oct 22 02:09:29.853 INFO kablam! Oct 22 02:09:29.853 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.853 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.853 INFO kablam! | Oct 22 02:09:29.853 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.853 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.853 INFO kablam! ... Oct 22 02:09:29.853 INFO kablam! 1799 | rt_realloc_excess_unused!(rt_pow2_131072bytes_4align_realloc_excess_unused, 131072, 4); Oct 22 02:09:29.853 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.853 INFO kablam! Oct 22 02:09:29.853 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.853 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.853 INFO kablam! | Oct 22 02:09:29.853 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.853 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.853 INFO kablam! ... Oct 22 02:09:29.853 INFO kablam! 1799 | rt_realloc_excess_unused!(rt_pow2_131072bytes_4align_realloc_excess_unused, 131072, 4); Oct 22 02:09:29.853 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.853 INFO kablam! | Oct 22 02:09:29.853 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.853 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.853 INFO kablam! | Oct 22 02:09:29.853 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.853 INFO kablam! | Oct 22 02:09:29.853 INFO kablam! Oct 22 02:09:29.864 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.864 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.864 INFO kablam! | Oct 22 02:09:29.864 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.864 INFO kablam! | ^^^^^ Oct 22 02:09:29.864 INFO kablam! ... Oct 22 02:09:29.864 INFO kablam! 1812 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_4align_realloc_excess_unused, 4194304, 4); Oct 22 02:09:29.864 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.864 INFO kablam! | Oct 22 02:09:29.864 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.864 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.864 INFO kablam! | Oct 22 02:09:29.864 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.864 INFO kablam! | Oct 22 02:09:29.864 INFO kablam! Oct 22 02:09:29.864 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.864 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.864 INFO kablam! | Oct 22 02:09:29.864 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.864 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.864 INFO kablam! ... Oct 22 02:09:29.864 INFO kablam! 1812 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_4align_realloc_excess_unused, 4194304, 4); Oct 22 02:09:29.864 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.864 INFO kablam! Oct 22 02:09:29.864 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.864 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.864 INFO kablam! | Oct 22 02:09:29.864 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.864 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.864 INFO kablam! ... Oct 22 02:09:29.864 INFO kablam! 1812 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_4align_realloc_excess_unused, 4194304, 4); Oct 22 02:09:29.864 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.864 INFO kablam! | Oct 22 02:09:29.864 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.864 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.864 INFO kablam! | Oct 22 02:09:29.864 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.864 INFO kablam! | Oct 22 02:09:29.864 INFO kablam! Oct 22 02:09:29.864 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.864 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.864 INFO kablam! | Oct 22 02:09:29.864 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.864 INFO kablam! | ^^^^^ Oct 22 02:09:29.864 INFO kablam! ... Oct 22 02:09:29.864 INFO kablam! 1826 | rt_realloc_excess_unused!(rt_even_10bytes_4align_realloc_excess_unused, 10, 4); Oct 22 02:09:29.865 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.865 INFO kablam! | Oct 22 02:09:29.865 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.865 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.865 INFO kablam! | Oct 22 02:09:29.865 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.865 INFO kablam! | Oct 22 02:09:29.865 INFO kablam! Oct 22 02:09:29.868 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.868 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.868 INFO kablam! | Oct 22 02:09:29.868 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.868 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.868 INFO kablam! ... Oct 22 02:09:29.868 INFO kablam! 1826 | rt_realloc_excess_unused!(rt_even_10bytes_4align_realloc_excess_unused, 10, 4); Oct 22 02:09:29.868 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.868 INFO kablam! Oct 22 02:09:29.868 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.868 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.868 INFO kablam! | Oct 22 02:09:29.868 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.868 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.868 INFO kablam! ... Oct 22 02:09:29.868 INFO kablam! 1826 | rt_realloc_excess_unused!(rt_even_10bytes_4align_realloc_excess_unused, 10, 4); Oct 22 02:09:29.868 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.868 INFO kablam! | Oct 22 02:09:29.868 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.868 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.868 INFO kablam! | Oct 22 02:09:29.868 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.868 INFO kablam! | Oct 22 02:09:29.868 INFO kablam! Oct 22 02:09:29.868 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.868 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.868 INFO kablam! | Oct 22 02:09:29.868 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.868 INFO kablam! | ^^^^^ Oct 22 02:09:29.868 INFO kablam! ... Oct 22 02:09:29.868 INFO kablam! 1839 | rt_realloc_excess_unused!(rt_even_100bytes_4align_realloc_excess_unused, 100, 4); Oct 22 02:09:29.868 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.868 INFO kablam! | Oct 22 02:09:29.868 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.868 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.868 INFO kablam! | Oct 22 02:09:29.868 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.868 INFO kablam! | Oct 22 02:09:29.868 INFO kablam! Oct 22 02:09:29.880 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.880 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.880 INFO kablam! | Oct 22 02:09:29.880 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.880 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.880 INFO kablam! ... Oct 22 02:09:29.880 INFO kablam! 1839 | rt_realloc_excess_unused!(rt_even_100bytes_4align_realloc_excess_unused, 100, 4); Oct 22 02:09:29.880 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.880 INFO kablam! Oct 22 02:09:29.880 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.880 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.880 INFO kablam! | Oct 22 02:09:29.880 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.880 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.880 INFO kablam! ... Oct 22 02:09:29.880 INFO kablam! 1839 | rt_realloc_excess_unused!(rt_even_100bytes_4align_realloc_excess_unused, 100, 4); Oct 22 02:09:29.880 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.880 INFO kablam! | Oct 22 02:09:29.880 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.880 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.880 INFO kablam! | Oct 22 02:09:29.880 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.880 INFO kablam! | Oct 22 02:09:29.880 INFO kablam! Oct 22 02:09:29.880 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.880 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.880 INFO kablam! | Oct 22 02:09:29.880 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.880 INFO kablam! | ^^^^^ Oct 22 02:09:29.880 INFO kablam! ... Oct 22 02:09:29.880 INFO kablam! 1852 | rt_realloc_excess_unused!(rt_even_1000bytes_4align_realloc_excess_unused, 1000, 4); Oct 22 02:09:29.880 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.880 INFO kablam! | Oct 22 02:09:29.880 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.880 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.880 INFO kablam! | Oct 22 02:09:29.880 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.880 INFO kablam! | Oct 22 02:09:29.880 INFO kablam! Oct 22 02:09:29.880 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.880 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.880 INFO kablam! | Oct 22 02:09:29.880 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.880 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.880 INFO kablam! ... Oct 22 02:09:29.880 INFO kablam! 1852 | rt_realloc_excess_unused!(rt_even_1000bytes_4align_realloc_excess_unused, 1000, 4); Oct 22 02:09:29.880 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.880 INFO kablam! Oct 22 02:09:29.881 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.881 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.881 INFO kablam! | Oct 22 02:09:29.881 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.881 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.881 INFO kablam! ... Oct 22 02:09:29.881 INFO kablam! 1852 | rt_realloc_excess_unused!(rt_even_1000bytes_4align_realloc_excess_unused, 1000, 4); Oct 22 02:09:29.881 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.881 INFO kablam! | Oct 22 02:09:29.881 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.881 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.881 INFO kablam! | Oct 22 02:09:29.881 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.881 INFO kablam! | Oct 22 02:09:29.881 INFO kablam! Oct 22 02:09:29.881 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.881 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.881 INFO kablam! | Oct 22 02:09:29.881 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.881 INFO kablam! | ^^^^^ Oct 22 02:09:29.881 INFO kablam! ... Oct 22 02:09:29.881 INFO kablam! 1865 | rt_realloc_excess_unused!(rt_even_10000bytes_4align_realloc_excess_unused, 10000, 4); Oct 22 02:09:29.881 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.881 INFO kablam! | Oct 22 02:09:29.881 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.881 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.881 INFO kablam! | Oct 22 02:09:29.881 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.881 INFO kablam! | Oct 22 02:09:29.881 INFO kablam! Oct 22 02:09:29.881 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.881 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.881 INFO kablam! | Oct 22 02:09:29.881 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.881 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.881 INFO kablam! ... Oct 22 02:09:29.881 INFO kablam! 1865 | rt_realloc_excess_unused!(rt_even_10000bytes_4align_realloc_excess_unused, 10000, 4); Oct 22 02:09:29.881 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.881 INFO kablam! Oct 22 02:09:29.881 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.881 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.881 INFO kablam! | Oct 22 02:09:29.881 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.881 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.881 INFO kablam! ... Oct 22 02:09:29.881 INFO kablam! 1865 | rt_realloc_excess_unused!(rt_even_10000bytes_4align_realloc_excess_unused, 10000, 4); Oct 22 02:09:29.881 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.881 INFO kablam! | Oct 22 02:09:29.881 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.881 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.881 INFO kablam! | Oct 22 02:09:29.881 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.881 INFO kablam! | Oct 22 02:09:29.881 INFO kablam! Oct 22 02:09:29.888 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.888 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.888 INFO kablam! | Oct 22 02:09:29.888 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.888 INFO kablam! | ^^^^^ Oct 22 02:09:29.888 INFO kablam! ... Oct 22 02:09:29.888 INFO kablam! 1878 | rt_realloc_excess_unused!(rt_even_100000bytes_4align_realloc_excess_unused, 100000, 4); Oct 22 02:09:29.888 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.888 INFO kablam! | Oct 22 02:09:29.888 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.888 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.888 INFO kablam! | Oct 22 02:09:29.888 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.888 INFO kablam! | Oct 22 02:09:29.888 INFO kablam! Oct 22 02:09:29.888 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.888 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.888 INFO kablam! | Oct 22 02:09:29.888 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.888 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.888 INFO kablam! ... Oct 22 02:09:29.888 INFO kablam! 1878 | rt_realloc_excess_unused!(rt_even_100000bytes_4align_realloc_excess_unused, 100000, 4); Oct 22 02:09:29.888 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.888 INFO kablam! Oct 22 02:09:29.888 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.888 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.888 INFO kablam! | Oct 22 02:09:29.888 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.888 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.888 INFO kablam! ... Oct 22 02:09:29.888 INFO kablam! 1878 | rt_realloc_excess_unused!(rt_even_100000bytes_4align_realloc_excess_unused, 100000, 4); Oct 22 02:09:29.888 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.888 INFO kablam! | Oct 22 02:09:29.888 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.888 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.888 INFO kablam! | Oct 22 02:09:29.888 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.888 INFO kablam! | Oct 22 02:09:29.888 INFO kablam! Oct 22 02:09:29.900 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.900 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.900 INFO kablam! | Oct 22 02:09:29.900 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.900 INFO kablam! | ^^^^^ Oct 22 02:09:29.900 INFO kablam! ... Oct 22 02:09:29.900 INFO kablam! 1891 | rt_realloc_excess_unused!(rt_even_1000000bytes_4align_realloc_excess_unused, 1000000, 4); Oct 22 02:09:29.900 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.900 INFO kablam! | Oct 22 02:09:29.900 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.900 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.900 INFO kablam! | Oct 22 02:09:29.900 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.900 INFO kablam! | Oct 22 02:09:29.900 INFO kablam! Oct 22 02:09:29.900 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.900 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.900 INFO kablam! | Oct 22 02:09:29.900 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.900 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.900 INFO kablam! ... Oct 22 02:09:29.900 INFO kablam! 1891 | rt_realloc_excess_unused!(rt_even_1000000bytes_4align_realloc_excess_unused, 1000000, 4); Oct 22 02:09:29.900 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.900 INFO kablam! Oct 22 02:09:29.900 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.900 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.900 INFO kablam! | Oct 22 02:09:29.900 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.900 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.900 INFO kablam! ... Oct 22 02:09:29.900 INFO kablam! 1891 | rt_realloc_excess_unused!(rt_even_1000000bytes_4align_realloc_excess_unused, 1000000, 4); Oct 22 02:09:29.900 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.900 INFO kablam! | Oct 22 02:09:29.900 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.900 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.900 INFO kablam! | Oct 22 02:09:29.900 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.900 INFO kablam! | Oct 22 02:09:29.900 INFO kablam! Oct 22 02:09:29.900 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.900 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.900 INFO kablam! | Oct 22 02:09:29.900 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.900 INFO kablam! | ^^^^^ Oct 22 02:09:29.901 INFO kablam! ... Oct 22 02:09:29.901 INFO kablam! 1905 | rt_realloc_excess_unused!(rt_odd_10bytes_4align_realloc_excess_unused, 10- 1, 4); Oct 22 02:09:29.901 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.901 INFO kablam! | Oct 22 02:09:29.901 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.901 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.901 INFO kablam! | Oct 22 02:09:29.901 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.901 INFO kablam! | Oct 22 02:09:29.901 INFO kablam! Oct 22 02:09:29.901 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.901 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.901 INFO kablam! | Oct 22 02:09:29.901 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.901 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.901 INFO kablam! ... Oct 22 02:09:29.901 INFO kablam! 1905 | rt_realloc_excess_unused!(rt_odd_10bytes_4align_realloc_excess_unused, 10- 1, 4); Oct 22 02:09:29.901 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.901 INFO kablam! Oct 22 02:09:29.901 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.901 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.901 INFO kablam! | Oct 22 02:09:29.901 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.901 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.901 INFO kablam! ... Oct 22 02:09:29.901 INFO kablam! 1905 | rt_realloc_excess_unused!(rt_odd_10bytes_4align_realloc_excess_unused, 10- 1, 4); Oct 22 02:09:29.901 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.901 INFO kablam! | Oct 22 02:09:29.901 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.901 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.901 INFO kablam! | Oct 22 02:09:29.901 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.901 INFO kablam! | Oct 22 02:09:29.901 INFO kablam! Oct 22 02:09:29.901 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.901 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.901 INFO kablam! | Oct 22 02:09:29.901 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.901 INFO kablam! | ^^^^^ Oct 22 02:09:29.901 INFO kablam! ... Oct 22 02:09:29.901 INFO kablam! 1918 | rt_realloc_excess_unused!(rt_odd_100bytes_4align_realloc_excess_unused, 100- 1, 4); Oct 22 02:09:29.901 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.901 INFO kablam! | Oct 22 02:09:29.901 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.901 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.901 INFO kablam! | Oct 22 02:09:29.901 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.901 INFO kablam! | Oct 22 02:09:29.901 INFO kablam! Oct 22 02:09:29.901 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.901 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.901 INFO kablam! | Oct 22 02:09:29.901 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.901 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.901 INFO kablam! ... Oct 22 02:09:29.901 INFO kablam! 1918 | rt_realloc_excess_unused!(rt_odd_100bytes_4align_realloc_excess_unused, 100- 1, 4); Oct 22 02:09:29.901 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.901 INFO kablam! Oct 22 02:09:29.901 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.901 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.901 INFO kablam! | Oct 22 02:09:29.901 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.901 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.901 INFO kablam! ... Oct 22 02:09:29.901 INFO kablam! 1918 | rt_realloc_excess_unused!(rt_odd_100bytes_4align_realloc_excess_unused, 100- 1, 4); Oct 22 02:09:29.901 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.901 INFO kablam! | Oct 22 02:09:29.901 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.901 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.901 INFO kablam! | Oct 22 02:09:29.901 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.901 INFO kablam! | Oct 22 02:09:29.901 INFO kablam! Oct 22 02:09:29.901 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.901 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.901 INFO kablam! | Oct 22 02:09:29.901 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.901 INFO kablam! | ^^^^^ Oct 22 02:09:29.901 INFO kablam! ... Oct 22 02:09:29.901 INFO kablam! 1931 | rt_realloc_excess_unused!(rt_odd_1000bytes_4align_realloc_excess_unused, 1000- 1, 4); Oct 22 02:09:29.901 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.901 INFO kablam! | Oct 22 02:09:29.901 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.902 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.902 INFO kablam! | Oct 22 02:09:29.902 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.902 INFO kablam! | Oct 22 02:09:29.902 INFO kablam! Oct 22 02:09:29.902 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.902 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.902 INFO kablam! | Oct 22 02:09:29.902 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.902 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.902 INFO kablam! ... Oct 22 02:09:29.902 INFO kablam! 1931 | rt_realloc_excess_unused!(rt_odd_1000bytes_4align_realloc_excess_unused, 1000- 1, 4); Oct 22 02:09:29.902 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.902 INFO kablam! Oct 22 02:09:29.902 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.902 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.902 INFO kablam! | Oct 22 02:09:29.902 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.902 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.902 INFO kablam! ... Oct 22 02:09:29.902 INFO kablam! 1931 | rt_realloc_excess_unused!(rt_odd_1000bytes_4align_realloc_excess_unused, 1000- 1, 4); Oct 22 02:09:29.902 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.902 INFO kablam! | Oct 22 02:09:29.902 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.902 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.902 INFO kablam! | Oct 22 02:09:29.902 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.902 INFO kablam! | Oct 22 02:09:29.902 INFO kablam! Oct 22 02:09:29.902 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.902 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.902 INFO kablam! | Oct 22 02:09:29.902 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.902 INFO kablam! | ^^^^^ Oct 22 02:09:29.902 INFO kablam! ... Oct 22 02:09:29.902 INFO kablam! 1944 | rt_realloc_excess_unused!(rt_odd_10000bytes_4align_realloc_excess_unused, 10000- 1, 4); Oct 22 02:09:29.902 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.902 INFO kablam! | Oct 22 02:09:29.902 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.902 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.902 INFO kablam! | Oct 22 02:09:29.902 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.902 INFO kablam! | Oct 22 02:09:29.902 INFO kablam! Oct 22 02:09:29.902 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.902 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.902 INFO kablam! | Oct 22 02:09:29.902 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.902 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.902 INFO kablam! ... Oct 22 02:09:29.902 INFO kablam! 1944 | rt_realloc_excess_unused!(rt_odd_10000bytes_4align_realloc_excess_unused, 10000- 1, 4); Oct 22 02:09:29.902 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.902 INFO kablam! Oct 22 02:09:29.902 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.902 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.902 INFO kablam! | Oct 22 02:09:29.902 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.902 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.902 INFO kablam! ... Oct 22 02:09:29.902 INFO kablam! 1944 | rt_realloc_excess_unused!(rt_odd_10000bytes_4align_realloc_excess_unused, 10000- 1, 4); Oct 22 02:09:29.902 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.902 INFO kablam! | Oct 22 02:09:29.902 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.902 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.902 INFO kablam! | Oct 22 02:09:29.902 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.902 INFO kablam! | Oct 22 02:09:29.902 INFO kablam! Oct 22 02:09:29.912 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.912 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.912 INFO kablam! | Oct 22 02:09:29.912 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.912 INFO kablam! | ^^^^^ Oct 22 02:09:29.912 INFO kablam! ... Oct 22 02:09:29.912 INFO kablam! 1957 | rt_realloc_excess_unused!(rt_odd_100000bytes_4align_realloc_excess_unused, 100000- 1, 4); Oct 22 02:09:29.912 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.912 INFO kablam! | Oct 22 02:09:29.912 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.912 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.912 INFO kablam! | Oct 22 02:09:29.912 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.912 INFO kablam! | Oct 22 02:09:29.912 INFO kablam! Oct 22 02:09:29.912 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.912 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.912 INFO kablam! | Oct 22 02:09:29.912 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.912 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.912 INFO kablam! ... Oct 22 02:09:29.912 INFO kablam! 1957 | rt_realloc_excess_unused!(rt_odd_100000bytes_4align_realloc_excess_unused, 100000- 1, 4); Oct 22 02:09:29.912 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.912 INFO kablam! Oct 22 02:09:29.912 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.912 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.912 INFO kablam! | Oct 22 02:09:29.912 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.912 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.912 INFO kablam! ... Oct 22 02:09:29.912 INFO kablam! 1957 | rt_realloc_excess_unused!(rt_odd_100000bytes_4align_realloc_excess_unused, 100000- 1, 4); Oct 22 02:09:29.912 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.912 INFO kablam! | Oct 22 02:09:29.912 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.912 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.912 INFO kablam! | Oct 22 02:09:29.912 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.912 INFO kablam! | Oct 22 02:09:29.912 INFO kablam! Oct 22 02:09:29.920 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.920 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.924 INFO kablam! | Oct 22 02:09:29.924 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.924 INFO kablam! | ^^^^^ Oct 22 02:09:29.924 INFO kablam! ... Oct 22 02:09:29.924 INFO kablam! 1970 | rt_realloc_excess_unused!(rt_odd_1000000bytes_4align_realloc_excess_unused, 1000000- 1, 4); Oct 22 02:09:29.924 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.924 INFO kablam! | Oct 22 02:09:29.924 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.924 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.924 INFO kablam! | Oct 22 02:09:29.924 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.924 INFO kablam! | Oct 22 02:09:29.924 INFO kablam! Oct 22 02:09:29.924 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.924 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.924 INFO kablam! | Oct 22 02:09:29.924 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.924 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.924 INFO kablam! ... Oct 22 02:09:29.924 INFO kablam! 1970 | rt_realloc_excess_unused!(rt_odd_1000000bytes_4align_realloc_excess_unused, 1000000- 1, 4); Oct 22 02:09:29.924 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.924 INFO kablam! Oct 22 02:09:29.924 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.924 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.924 INFO kablam! | Oct 22 02:09:29.924 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.924 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.924 INFO kablam! ... Oct 22 02:09:29.924 INFO kablam! 1970 | rt_realloc_excess_unused!(rt_odd_1000000bytes_4align_realloc_excess_unused, 1000000- 1, 4); Oct 22 02:09:29.924 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.924 INFO kablam! | Oct 22 02:09:29.924 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.924 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.924 INFO kablam! | Oct 22 02:09:29.924 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.924 INFO kablam! | Oct 22 02:09:29.924 INFO kablam! Oct 22 02:09:29.924 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.924 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.924 INFO kablam! | Oct 22 02:09:29.924 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.924 INFO kablam! | ^^^^^ Oct 22 02:09:29.924 INFO kablam! ... Oct 22 02:09:29.924 INFO kablam! 1984 | rt_realloc_excess_unused!(rt_primes_3bytes_4align_realloc_excess_unused, 3, 4); Oct 22 02:09:29.924 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.924 INFO kablam! | Oct 22 02:09:29.924 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.924 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.924 INFO kablam! | Oct 22 02:09:29.925 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.925 INFO kablam! | Oct 22 02:09:29.925 INFO kablam! Oct 22 02:09:29.925 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.925 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.925 INFO kablam! | Oct 22 02:09:29.925 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.925 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.925 INFO kablam! ... Oct 22 02:09:29.925 INFO kablam! 1984 | rt_realloc_excess_unused!(rt_primes_3bytes_4align_realloc_excess_unused, 3, 4); Oct 22 02:09:29.925 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.925 INFO kablam! Oct 22 02:09:29.925 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.925 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.925 INFO kablam! | Oct 22 02:09:29.925 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.925 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.925 INFO kablam! ... Oct 22 02:09:29.925 INFO kablam! 1984 | rt_realloc_excess_unused!(rt_primes_3bytes_4align_realloc_excess_unused, 3, 4); Oct 22 02:09:29.925 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.925 INFO kablam! | Oct 22 02:09:29.925 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.925 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.925 INFO kablam! | Oct 22 02:09:29.925 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.925 INFO kablam! | Oct 22 02:09:29.925 INFO kablam! Oct 22 02:09:29.925 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.925 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.925 INFO kablam! | Oct 22 02:09:29.925 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.925 INFO kablam! | ^^^^^ Oct 22 02:09:29.925 INFO kablam! ... Oct 22 02:09:29.925 INFO kablam! 1997 | rt_realloc_excess_unused!(rt_primes_7bytes_4align_realloc_excess_unused, 7, 4); Oct 22 02:09:29.925 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.925 INFO kablam! | Oct 22 02:09:29.925 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.925 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.925 INFO kablam! | Oct 22 02:09:29.925 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.925 INFO kablam! | Oct 22 02:09:29.925 INFO kablam! Oct 22 02:09:29.925 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.925 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.925 INFO kablam! | Oct 22 02:09:29.925 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.925 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.925 INFO kablam! ... Oct 22 02:09:29.925 INFO kablam! 1997 | rt_realloc_excess_unused!(rt_primes_7bytes_4align_realloc_excess_unused, 7, 4); Oct 22 02:09:29.925 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.925 INFO kablam! Oct 22 02:09:29.936 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.936 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.936 INFO kablam! | Oct 22 02:09:29.936 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.936 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.936 INFO kablam! ... Oct 22 02:09:29.936 INFO kablam! 1997 | rt_realloc_excess_unused!(rt_primes_7bytes_4align_realloc_excess_unused, 7, 4); Oct 22 02:09:29.936 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.936 INFO kablam! | Oct 22 02:09:29.936 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.936 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.936 INFO kablam! | Oct 22 02:09:29.936 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.936 INFO kablam! | Oct 22 02:09:29.936 INFO kablam! Oct 22 02:09:29.936 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.936 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.936 INFO kablam! | Oct 22 02:09:29.936 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.936 INFO kablam! | ^^^^^ Oct 22 02:09:29.936 INFO kablam! ... Oct 22 02:09:29.936 INFO kablam! 2010 | rt_realloc_excess_unused!(rt_primes_13bytes_4align_realloc_excess_unused, 13, 4); Oct 22 02:09:29.936 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.936 INFO kablam! | Oct 22 02:09:29.936 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.936 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.936 INFO kablam! | Oct 22 02:09:29.936 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.936 INFO kablam! | Oct 22 02:09:29.936 INFO kablam! Oct 22 02:09:29.936 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.936 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.936 INFO kablam! | Oct 22 02:09:29.936 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.936 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.936 INFO kablam! ... Oct 22 02:09:29.936 INFO kablam! 2010 | rt_realloc_excess_unused!(rt_primes_13bytes_4align_realloc_excess_unused, 13, 4); Oct 22 02:09:29.936 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.936 INFO kablam! Oct 22 02:09:29.936 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.936 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.936 INFO kablam! | Oct 22 02:09:29.936 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.936 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.936 INFO kablam! ... Oct 22 02:09:29.936 INFO kablam! 2010 | rt_realloc_excess_unused!(rt_primes_13bytes_4align_realloc_excess_unused, 13, 4); Oct 22 02:09:29.937 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.937 INFO kablam! | Oct 22 02:09:29.937 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.937 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.937 INFO kablam! | Oct 22 02:09:29.937 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.937 INFO kablam! | Oct 22 02:09:29.937 INFO kablam! Oct 22 02:09:29.937 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.937 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.937 INFO kablam! | Oct 22 02:09:29.937 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.937 INFO kablam! | ^^^^^ Oct 22 02:09:29.937 INFO kablam! ... Oct 22 02:09:29.937 INFO kablam! 2023 | rt_realloc_excess_unused!(rt_primes_17bytes_4align_realloc_excess_unused, 17, 4); Oct 22 02:09:29.937 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.937 INFO kablam! | Oct 22 02:09:29.937 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.937 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.937 INFO kablam! | Oct 22 02:09:29.937 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.937 INFO kablam! | Oct 22 02:09:29.937 INFO kablam! Oct 22 02:09:29.937 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.937 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.937 INFO kablam! | Oct 22 02:09:29.937 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.937 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.937 INFO kablam! ... Oct 22 02:09:29.937 INFO kablam! 2023 | rt_realloc_excess_unused!(rt_primes_17bytes_4align_realloc_excess_unused, 17, 4); Oct 22 02:09:29.937 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.937 INFO kablam! Oct 22 02:09:29.937 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.937 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.937 INFO kablam! | Oct 22 02:09:29.937 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.937 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.937 INFO kablam! ... Oct 22 02:09:29.937 INFO kablam! 2023 | rt_realloc_excess_unused!(rt_primes_17bytes_4align_realloc_excess_unused, 17, 4); Oct 22 02:09:29.937 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.937 INFO kablam! | Oct 22 02:09:29.937 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.937 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.937 INFO kablam! | Oct 22 02:09:29.937 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.937 INFO kablam! | Oct 22 02:09:29.937 INFO kablam! Oct 22 02:09:29.937 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.937 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.937 INFO kablam! | Oct 22 02:09:29.937 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.937 INFO kablam! | ^^^^^ Oct 22 02:09:29.937 INFO kablam! ... Oct 22 02:09:29.937 INFO kablam! 2036 | rt_realloc_excess_unused!(rt_primes_31bytes_4align_realloc_excess_unused, 31, 4); Oct 22 02:09:29.937 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.937 INFO kablam! | Oct 22 02:09:29.937 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.937 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.937 INFO kablam! | Oct 22 02:09:29.937 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.937 INFO kablam! | Oct 22 02:09:29.937 INFO kablam! Oct 22 02:09:29.937 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.937 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.937 INFO kablam! | Oct 22 02:09:29.937 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.937 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.937 INFO kablam! ... Oct 22 02:09:29.937 INFO kablam! 2036 | rt_realloc_excess_unused!(rt_primes_31bytes_4align_realloc_excess_unused, 31, 4); Oct 22 02:09:29.937 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.937 INFO kablam! Oct 22 02:09:29.937 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.937 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.937 INFO kablam! | Oct 22 02:09:29.937 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.937 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.937 INFO kablam! ... Oct 22 02:09:29.937 INFO kablam! 2036 | rt_realloc_excess_unused!(rt_primes_31bytes_4align_realloc_excess_unused, 31, 4); Oct 22 02:09:29.937 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.937 INFO kablam! | Oct 22 02:09:29.937 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.937 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.937 INFO kablam! | Oct 22 02:09:29.937 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.938 INFO kablam! | Oct 22 02:09:29.938 INFO kablam! Oct 22 02:09:29.938 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.938 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.938 INFO kablam! | Oct 22 02:09:29.938 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.938 INFO kablam! | ^^^^^ Oct 22 02:09:29.938 INFO kablam! ... Oct 22 02:09:29.938 INFO kablam! 2049 | rt_realloc_excess_unused!(rt_primes_61bytes_4align_realloc_excess_unused, 61, 4); Oct 22 02:09:29.938 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.938 INFO kablam! | Oct 22 02:09:29.938 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.948 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.948 INFO kablam! | Oct 22 02:09:29.948 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.948 INFO kablam! | Oct 22 02:09:29.948 INFO kablam! Oct 22 02:09:29.952 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.952 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.952 INFO kablam! | Oct 22 02:09:29.952 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.952 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.952 INFO kablam! ... Oct 22 02:09:29.952 INFO kablam! 2049 | rt_realloc_excess_unused!(rt_primes_61bytes_4align_realloc_excess_unused, 61, 4); Oct 22 02:09:29.952 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.952 INFO kablam! Oct 22 02:09:29.952 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.952 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.952 INFO kablam! | Oct 22 02:09:29.952 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.952 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.952 INFO kablam! ... Oct 22 02:09:29.952 INFO kablam! 2049 | rt_realloc_excess_unused!(rt_primes_61bytes_4align_realloc_excess_unused, 61, 4); Oct 22 02:09:29.952 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.952 INFO kablam! | Oct 22 02:09:29.952 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.952 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.952 INFO kablam! | Oct 22 02:09:29.952 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.952 INFO kablam! | Oct 22 02:09:29.952 INFO kablam! Oct 22 02:09:29.952 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.952 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.952 INFO kablam! | Oct 22 02:09:29.952 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.952 INFO kablam! | ^^^^^ Oct 22 02:09:29.952 INFO kablam! ... Oct 22 02:09:29.952 INFO kablam! 2062 | rt_realloc_excess_unused!(rt_primes_96bytes_4align_realloc_excess_unused, 96, 4); Oct 22 02:09:29.952 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.952 INFO kablam! | Oct 22 02:09:29.952 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.952 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.952 INFO kablam! | Oct 22 02:09:29.952 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.952 INFO kablam! | Oct 22 02:09:29.952 INFO kablam! Oct 22 02:09:29.952 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.952 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.952 INFO kablam! | Oct 22 02:09:29.952 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.952 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.952 INFO kablam! ... Oct 22 02:09:29.952 INFO kablam! 2062 | rt_realloc_excess_unused!(rt_primes_96bytes_4align_realloc_excess_unused, 96, 4); Oct 22 02:09:29.952 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.952 INFO kablam! Oct 22 02:09:29.953 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.953 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.953 INFO kablam! | Oct 22 02:09:29.953 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.953 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.953 INFO kablam! ... Oct 22 02:09:29.953 INFO kablam! 2062 | rt_realloc_excess_unused!(rt_primes_96bytes_4align_realloc_excess_unused, 96, 4); Oct 22 02:09:29.953 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.953 INFO kablam! | Oct 22 02:09:29.953 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.953 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.953 INFO kablam! | Oct 22 02:09:29.953 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.953 INFO kablam! | Oct 22 02:09:29.953 INFO kablam! Oct 22 02:09:29.953 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.953 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.953 INFO kablam! | Oct 22 02:09:29.953 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.953 INFO kablam! | ^^^^^ Oct 22 02:09:29.953 INFO kablam! ... Oct 22 02:09:29.953 INFO kablam! 2075 | rt_realloc_excess_unused!(rt_primes_127bytes_4align_realloc_excess_unused, 127, 4); Oct 22 02:09:29.953 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.953 INFO kablam! | Oct 22 02:09:29.953 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.953 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.953 INFO kablam! | Oct 22 02:09:29.953 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.953 INFO kablam! | Oct 22 02:09:29.953 INFO kablam! Oct 22 02:09:29.953 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.953 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.953 INFO kablam! | Oct 22 02:09:29.953 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.953 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.953 INFO kablam! ... Oct 22 02:09:29.953 INFO kablam! 2075 | rt_realloc_excess_unused!(rt_primes_127bytes_4align_realloc_excess_unused, 127, 4); Oct 22 02:09:29.953 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.953 INFO kablam! Oct 22 02:09:29.953 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.953 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.953 INFO kablam! | Oct 22 02:09:29.953 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.953 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.953 INFO kablam! ... Oct 22 02:09:29.953 INFO kablam! 2075 | rt_realloc_excess_unused!(rt_primes_127bytes_4align_realloc_excess_unused, 127, 4); Oct 22 02:09:29.953 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.953 INFO kablam! | Oct 22 02:09:29.953 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.968 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.968 INFO kablam! | Oct 22 02:09:29.968 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.968 INFO kablam! | Oct 22 02:09:29.968 INFO kablam! Oct 22 02:09:29.968 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.968 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.968 INFO kablam! | Oct 22 02:09:29.968 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.968 INFO kablam! | ^^^^^ Oct 22 02:09:29.968 INFO kablam! ... Oct 22 02:09:29.968 INFO kablam! 2088 | rt_realloc_excess_unused!(rt_primes_257bytes_4align_realloc_excess_unused, 257, 4); Oct 22 02:09:29.968 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.968 INFO kablam! | Oct 22 02:09:29.968 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.968 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.968 INFO kablam! | Oct 22 02:09:29.968 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.968 INFO kablam! | Oct 22 02:09:29.968 INFO kablam! Oct 22 02:09:29.968 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.968 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.968 INFO kablam! | Oct 22 02:09:29.968 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.968 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.968 INFO kablam! ... Oct 22 02:09:29.968 INFO kablam! 2088 | rt_realloc_excess_unused!(rt_primes_257bytes_4align_realloc_excess_unused, 257, 4); Oct 22 02:09:29.968 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.968 INFO kablam! Oct 22 02:09:29.968 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.968 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.968 INFO kablam! | Oct 22 02:09:29.968 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.968 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.968 INFO kablam! ... Oct 22 02:09:29.968 INFO kablam! 2088 | rt_realloc_excess_unused!(rt_primes_257bytes_4align_realloc_excess_unused, 257, 4); Oct 22 02:09:29.968 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.968 INFO kablam! | Oct 22 02:09:29.968 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.968 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.968 INFO kablam! | Oct 22 02:09:29.968 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.968 INFO kablam! | Oct 22 02:09:29.968 INFO kablam! Oct 22 02:09:29.968 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.968 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.968 INFO kablam! | Oct 22 02:09:29.969 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.969 INFO kablam! | ^^^^^ Oct 22 02:09:29.969 INFO kablam! ... Oct 22 02:09:29.969 INFO kablam! 2101 | rt_realloc_excess_unused!(rt_primes_509bytes_4align_realloc_excess_unused, 509, 4); Oct 22 02:09:29.969 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.969 INFO kablam! | Oct 22 02:09:29.969 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.969 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.969 INFO kablam! | Oct 22 02:09:29.969 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.969 INFO kablam! | Oct 22 02:09:29.969 INFO kablam! Oct 22 02:09:29.969 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.969 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.969 INFO kablam! | Oct 22 02:09:29.969 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.969 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.969 INFO kablam! ... Oct 22 02:09:29.969 INFO kablam! 2101 | rt_realloc_excess_unused!(rt_primes_509bytes_4align_realloc_excess_unused, 509, 4); Oct 22 02:09:29.969 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.969 INFO kablam! Oct 22 02:09:29.969 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.969 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.969 INFO kablam! | Oct 22 02:09:29.969 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.969 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.969 INFO kablam! ... Oct 22 02:09:29.969 INFO kablam! 2101 | rt_realloc_excess_unused!(rt_primes_509bytes_4align_realloc_excess_unused, 509, 4); Oct 22 02:09:29.969 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.969 INFO kablam! | Oct 22 02:09:29.969 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.969 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.969 INFO kablam! | Oct 22 02:09:29.969 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.969 INFO kablam! | Oct 22 02:09:29.969 INFO kablam! Oct 22 02:09:29.969 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.969 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.969 INFO kablam! | Oct 22 02:09:29.969 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.969 INFO kablam! | ^^^^^ Oct 22 02:09:29.969 INFO kablam! ... Oct 22 02:09:29.969 INFO kablam! 2114 | rt_realloc_excess_unused!(rt_primes_1021bytes_4align_realloc_excess_unused, 1021, 4); Oct 22 02:09:29.969 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.969 INFO kablam! | Oct 22 02:09:29.969 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.969 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.969 INFO kablam! | Oct 22 02:09:29.969 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.969 INFO kablam! | Oct 22 02:09:29.969 INFO kablam! Oct 22 02:09:29.969 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.969 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.969 INFO kablam! | Oct 22 02:09:29.969 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.969 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.969 INFO kablam! ... Oct 22 02:09:29.969 INFO kablam! 2114 | rt_realloc_excess_unused!(rt_primes_1021bytes_4align_realloc_excess_unused, 1021, 4); Oct 22 02:09:29.969 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.969 INFO kablam! Oct 22 02:09:29.969 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.969 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.969 INFO kablam! | Oct 22 02:09:29.969 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.969 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.969 INFO kablam! ... Oct 22 02:09:29.969 INFO kablam! 2114 | rt_realloc_excess_unused!(rt_primes_1021bytes_4align_realloc_excess_unused, 1021, 4); Oct 22 02:09:29.969 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.969 INFO kablam! | Oct 22 02:09:29.969 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.969 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.969 INFO kablam! | Oct 22 02:09:29.969 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.969 INFO kablam! | Oct 22 02:09:29.969 INFO kablam! Oct 22 02:09:29.969 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.969 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.969 INFO kablam! | Oct 22 02:09:29.969 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.969 INFO kablam! | ^^^^^ Oct 22 02:09:29.969 INFO kablam! ... Oct 22 02:09:29.969 INFO kablam! 2127 | rt_realloc_excess_unused!(rt_primes_2039bytes_4align_realloc_excess_unused, 2039, 4); Oct 22 02:09:29.969 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.969 INFO kablam! | Oct 22 02:09:29.976 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.976 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.976 INFO kablam! | Oct 22 02:09:29.976 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.976 INFO kablam! | Oct 22 02:09:29.976 INFO kablam! Oct 22 02:09:29.976 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.976 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.976 INFO kablam! | Oct 22 02:09:29.976 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.976 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.976 INFO kablam! ... Oct 22 02:09:29.976 INFO kablam! 2127 | rt_realloc_excess_unused!(rt_primes_2039bytes_4align_realloc_excess_unused, 2039, 4); Oct 22 02:09:29.976 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.976 INFO kablam! Oct 22 02:09:29.976 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.976 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.976 INFO kablam! | Oct 22 02:09:29.976 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.976 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.976 INFO kablam! ... Oct 22 02:09:29.976 INFO kablam! 2127 | rt_realloc_excess_unused!(rt_primes_2039bytes_4align_realloc_excess_unused, 2039, 4); Oct 22 02:09:29.976 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.976 INFO kablam! | Oct 22 02:09:29.976 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.976 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.976 INFO kablam! | Oct 22 02:09:29.976 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.976 INFO kablam! | Oct 22 02:09:29.976 INFO kablam! Oct 22 02:09:29.976 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.976 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.976 INFO kablam! | Oct 22 02:09:29.976 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.976 INFO kablam! | ^^^^^ Oct 22 02:09:29.976 INFO kablam! ... Oct 22 02:09:29.976 INFO kablam! 2140 | rt_realloc_excess_unused!(rt_primes_4093bytes_4align_realloc_excess_unused, 4093, 4); Oct 22 02:09:29.976 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.976 INFO kablam! | Oct 22 02:09:29.976 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.976 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.976 INFO kablam! | Oct 22 02:09:29.976 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.976 INFO kablam! | Oct 22 02:09:29.976 INFO kablam! Oct 22 02:09:29.977 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.977 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.977 INFO kablam! | Oct 22 02:09:29.977 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.977 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.977 INFO kablam! ... Oct 22 02:09:29.977 INFO kablam! 2140 | rt_realloc_excess_unused!(rt_primes_4093bytes_4align_realloc_excess_unused, 4093, 4); Oct 22 02:09:29.977 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.977 INFO kablam! Oct 22 02:09:29.977 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.977 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.977 INFO kablam! | Oct 22 02:09:29.977 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.977 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.977 INFO kablam! ... Oct 22 02:09:29.977 INFO kablam! 2140 | rt_realloc_excess_unused!(rt_primes_4093bytes_4align_realloc_excess_unused, 4093, 4); Oct 22 02:09:29.977 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.977 INFO kablam! | Oct 22 02:09:29.977 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.977 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.977 INFO kablam! | Oct 22 02:09:29.977 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.977 INFO kablam! | Oct 22 02:09:29.977 INFO kablam! Oct 22 02:09:29.984 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.984 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.984 INFO kablam! | Oct 22 02:09:29.984 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.984 INFO kablam! | ^^^^^ Oct 22 02:09:29.984 INFO kablam! ... Oct 22 02:09:29.984 INFO kablam! 2153 | rt_realloc_excess_unused!(rt_primes_8191bytes_4align_realloc_excess_unused, 8191, 4); Oct 22 02:09:29.984 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.984 INFO kablam! | Oct 22 02:09:29.984 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.984 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.984 INFO kablam! | Oct 22 02:09:29.984 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.984 INFO kablam! | Oct 22 02:09:29.984 INFO kablam! Oct 22 02:09:29.984 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.984 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.984 INFO kablam! | Oct 22 02:09:29.984 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.984 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.984 INFO kablam! ... Oct 22 02:09:29.984 INFO kablam! 2153 | rt_realloc_excess_unused!(rt_primes_8191bytes_4align_realloc_excess_unused, 8191, 4); Oct 22 02:09:29.984 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.984 INFO kablam! Oct 22 02:09:29.984 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.984 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.984 INFO kablam! | Oct 22 02:09:29.984 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.984 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.984 INFO kablam! ... Oct 22 02:09:29.984 INFO kablam! 2153 | rt_realloc_excess_unused!(rt_primes_8191bytes_4align_realloc_excess_unused, 8191, 4); Oct 22 02:09:29.984 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.984 INFO kablam! | Oct 22 02:09:29.984 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.984 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.984 INFO kablam! | Oct 22 02:09:29.984 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.984 INFO kablam! | Oct 22 02:09:29.984 INFO kablam! Oct 22 02:09:29.984 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.984 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:29.984 INFO kablam! | Oct 22 02:09:29.984 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:29.984 INFO kablam! | ^^^^^ Oct 22 02:09:29.984 INFO kablam! ... Oct 22 02:09:29.984 INFO kablam! 2166 | rt_realloc_excess_unused!(rt_primes_16381bytes_4align_realloc_excess_unused, 16381, 4); Oct 22 02:09:29.985 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.985 INFO kablam! | Oct 22 02:09:29.985 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.985 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.985 INFO kablam! | Oct 22 02:09:29.985 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.985 INFO kablam! | Oct 22 02:09:29.985 INFO kablam! Oct 22 02:09:29.988 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.988 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:29.988 INFO kablam! | Oct 22 02:09:29.988 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:29.988 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:29.988 INFO kablam! ... Oct 22 02:09:29.988 INFO kablam! 2166 | rt_realloc_excess_unused!(rt_primes_16381bytes_4align_realloc_excess_unused, 16381, 4); Oct 22 02:09:29.988 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.988 INFO kablam! Oct 22 02:09:29.988 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:29.988 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:29.988 INFO kablam! | Oct 22 02:09:29.988 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:29.988 INFO kablam! | ^^^^^^^ Oct 22 02:09:29.988 INFO kablam! ... Oct 22 02:09:29.988 INFO kablam! 2166 | rt_realloc_excess_unused!(rt_primes_16381bytes_4align_realloc_excess_unused, 16381, 4); Oct 22 02:09:29.988 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:29.988 INFO kablam! | Oct 22 02:09:29.988 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:29.988 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:29.988 INFO kablam! | Oct 22 02:09:29.988 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:29.988 INFO kablam! | Oct 22 02:09:29.988 INFO kablam! Oct 22 02:09:30.000 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.000 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.000 INFO kablam! | Oct 22 02:09:30.000 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.000 INFO kablam! | ^^^^^ Oct 22 02:09:30.000 INFO kablam! ... Oct 22 02:09:30.000 INFO kablam! 2179 | rt_realloc_excess_unused!(rt_primes_32749bytes_4align_realloc_excess_unused, 32749, 4); Oct 22 02:09:30.000 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.000 INFO kablam! | Oct 22 02:09:30.000 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.000 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.000 INFO kablam! | Oct 22 02:09:30.000 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.000 INFO kablam! | Oct 22 02:09:30.000 INFO kablam! Oct 22 02:09:30.000 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.000 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.000 INFO kablam! | Oct 22 02:09:30.000 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.000 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.000 INFO kablam! ... Oct 22 02:09:30.000 INFO kablam! 2179 | rt_realloc_excess_unused!(rt_primes_32749bytes_4align_realloc_excess_unused, 32749, 4); Oct 22 02:09:30.000 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.000 INFO kablam! Oct 22 02:09:30.000 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.000 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.000 INFO kablam! | Oct 22 02:09:30.000 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.000 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.000 INFO kablam! ... Oct 22 02:09:30.000 INFO kablam! 2179 | rt_realloc_excess_unused!(rt_primes_32749bytes_4align_realloc_excess_unused, 32749, 4); Oct 22 02:09:30.000 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.000 INFO kablam! | Oct 22 02:09:30.000 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.000 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.000 INFO kablam! | Oct 22 02:09:30.000 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.000 INFO kablam! | Oct 22 02:09:30.000 INFO kablam! Oct 22 02:09:30.000 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.000 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.000 INFO kablam! | Oct 22 02:09:30.000 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.000 INFO kablam! | ^^^^^ Oct 22 02:09:30.000 INFO kablam! ... Oct 22 02:09:30.000 INFO kablam! 2192 | rt_realloc_excess_unused!(rt_primes_65537bytes_4align_realloc_excess_unused, 65537, 4); Oct 22 02:09:30.000 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.001 INFO kablam! | Oct 22 02:09:30.001 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.001 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.001 INFO kablam! | Oct 22 02:09:30.001 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.001 INFO kablam! | Oct 22 02:09:30.001 INFO kablam! Oct 22 02:09:30.001 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.001 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.001 INFO kablam! | Oct 22 02:09:30.001 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.001 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.001 INFO kablam! ... Oct 22 02:09:30.001 INFO kablam! 2192 | rt_realloc_excess_unused!(rt_primes_65537bytes_4align_realloc_excess_unused, 65537, 4); Oct 22 02:09:30.001 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.001 INFO kablam! Oct 22 02:09:30.001 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.001 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.001 INFO kablam! | Oct 22 02:09:30.001 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.001 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.001 INFO kablam! ... Oct 22 02:09:30.001 INFO kablam! 2192 | rt_realloc_excess_unused!(rt_primes_65537bytes_4align_realloc_excess_unused, 65537, 4); Oct 22 02:09:30.001 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.001 INFO kablam! | Oct 22 02:09:30.001 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.001 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.001 INFO kablam! | Oct 22 02:09:30.001 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.001 INFO kablam! | Oct 22 02:09:30.001 INFO kablam! Oct 22 02:09:30.001 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.001 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.001 INFO kablam! | Oct 22 02:09:30.001 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.001 INFO kablam! | ^^^^^ Oct 22 02:09:30.001 INFO kablam! ... Oct 22 02:09:30.001 INFO kablam! 2205 | rt_realloc_excess_unused!(rt_primes_131071bytes_4align_realloc_excess_unused, 131071, 4); Oct 22 02:09:30.001 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.001 INFO kablam! | Oct 22 02:09:30.001 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.001 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.001 INFO kablam! | Oct 22 02:09:30.001 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.001 INFO kablam! | Oct 22 02:09:30.001 INFO kablam! Oct 22 02:09:30.001 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.001 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.001 INFO kablam! | Oct 22 02:09:30.001 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.001 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.001 INFO kablam! ... Oct 22 02:09:30.001 INFO kablam! 2205 | rt_realloc_excess_unused!(rt_primes_131071bytes_4align_realloc_excess_unused, 131071, 4); Oct 22 02:09:30.001 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.001 INFO kablam! Oct 22 02:09:30.001 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.001 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.001 INFO kablam! | Oct 22 02:09:30.001 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.001 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.001 INFO kablam! ... Oct 22 02:09:30.001 INFO kablam! 2205 | rt_realloc_excess_unused!(rt_primes_131071bytes_4align_realloc_excess_unused, 131071, 4); Oct 22 02:09:30.001 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.001 INFO kablam! | Oct 22 02:09:30.008 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.008 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.008 INFO kablam! | Oct 22 02:09:30.008 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.008 INFO kablam! | Oct 22 02:09:30.008 INFO kablam! Oct 22 02:09:30.008 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.008 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.008 INFO kablam! | Oct 22 02:09:30.008 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.008 INFO kablam! | ^^^^^ Oct 22 02:09:30.008 INFO kablam! ... Oct 22 02:09:30.008 INFO kablam! 2218 | rt_realloc_excess_unused!(rt_primes_4194301bytes_4align_realloc_excess_unused, 4194301, 4); Oct 22 02:09:30.008 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.008 INFO kablam! | Oct 22 02:09:30.008 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.008 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.008 INFO kablam! | Oct 22 02:09:30.008 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.008 INFO kablam! | Oct 22 02:09:30.008 INFO kablam! Oct 22 02:09:30.008 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.008 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.008 INFO kablam! | Oct 22 02:09:30.008 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.008 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.008 INFO kablam! ... Oct 22 02:09:30.008 INFO kablam! 2218 | rt_realloc_excess_unused!(rt_primes_4194301bytes_4align_realloc_excess_unused, 4194301, 4); Oct 22 02:09:30.008 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.008 INFO kablam! Oct 22 02:09:30.008 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.008 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.008 INFO kablam! | Oct 22 02:09:30.008 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.008 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.008 INFO kablam! ... Oct 22 02:09:30.008 INFO kablam! 2218 | rt_realloc_excess_unused!(rt_primes_4194301bytes_4align_realloc_excess_unused, 4194301, 4); Oct 22 02:09:30.008 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.008 INFO kablam! | Oct 22 02:09:30.008 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.008 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.008 INFO kablam! | Oct 22 02:09:30.008 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.008 INFO kablam! | Oct 22 02:09:30.008 INFO kablam! Oct 22 02:09:30.009 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.009 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.009 INFO kablam! | Oct 22 02:09:30.009 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.009 INFO kablam! | ^^^^^ Oct 22 02:09:30.009 INFO kablam! ... Oct 22 02:09:30.020 INFO kablam! 2234 | rt_realloc_excess_unused!(rt_pow2_1bytes_8align_realloc_excess_unused, 1, 8); Oct 22 02:09:30.020 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.020 INFO kablam! | Oct 22 02:09:30.020 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.020 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.020 INFO kablam! | Oct 22 02:09:30.020 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.020 INFO kablam! | Oct 22 02:09:30.020 INFO kablam! Oct 22 02:09:30.020 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.020 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.020 INFO kablam! | Oct 22 02:09:30.020 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.020 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.020 INFO kablam! ... Oct 22 02:09:30.020 INFO kablam! 2234 | rt_realloc_excess_unused!(rt_pow2_1bytes_8align_realloc_excess_unused, 1, 8); Oct 22 02:09:30.020 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.020 INFO kablam! Oct 22 02:09:30.020 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.020 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.020 INFO kablam! | Oct 22 02:09:30.020 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.020 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.020 INFO kablam! ... Oct 22 02:09:30.020 INFO kablam! 2234 | rt_realloc_excess_unused!(rt_pow2_1bytes_8align_realloc_excess_unused, 1, 8); Oct 22 02:09:30.020 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.020 INFO kablam! | Oct 22 02:09:30.020 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.020 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.020 INFO kablam! | Oct 22 02:09:30.020 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.020 INFO kablam! | Oct 22 02:09:30.020 INFO kablam! Oct 22 02:09:30.020 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.020 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.020 INFO kablam! | Oct 22 02:09:30.020 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.020 INFO kablam! | ^^^^^ Oct 22 02:09:30.020 INFO kablam! ... Oct 22 02:09:30.020 INFO kablam! 2247 | rt_realloc_excess_unused!(rt_pow2_2bytes_8align_realloc_excess_unused, 2, 8); Oct 22 02:09:30.020 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.020 INFO kablam! | Oct 22 02:09:30.020 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.020 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.021 INFO kablam! | Oct 22 02:09:30.021 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.021 INFO kablam! | Oct 22 02:09:30.021 INFO kablam! Oct 22 02:09:30.021 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.021 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.021 INFO kablam! | Oct 22 02:09:30.021 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.021 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.021 INFO kablam! ... Oct 22 02:09:30.021 INFO kablam! 2247 | rt_realloc_excess_unused!(rt_pow2_2bytes_8align_realloc_excess_unused, 2, 8); Oct 22 02:09:30.021 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.021 INFO kablam! Oct 22 02:09:30.021 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.021 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.021 INFO kablam! | Oct 22 02:09:30.021 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.021 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.021 INFO kablam! ... Oct 22 02:09:30.021 INFO kablam! 2247 | rt_realloc_excess_unused!(rt_pow2_2bytes_8align_realloc_excess_unused, 2, 8); Oct 22 02:09:30.021 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.021 INFO kablam! | Oct 22 02:09:30.021 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.021 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.021 INFO kablam! | Oct 22 02:09:30.021 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.021 INFO kablam! | Oct 22 02:09:30.021 INFO kablam! Oct 22 02:09:30.021 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.021 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.021 INFO kablam! | Oct 22 02:09:30.021 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.021 INFO kablam! | ^^^^^ Oct 22 02:09:30.021 INFO kablam! ... Oct 22 02:09:30.021 INFO kablam! 2260 | rt_realloc_excess_unused!(rt_pow2_4bytes_8align_realloc_excess_unused, 4, 8); Oct 22 02:09:30.021 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.021 INFO kablam! | Oct 22 02:09:30.021 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.021 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.021 INFO kablam! | Oct 22 02:09:30.021 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.021 INFO kablam! | Oct 22 02:09:30.021 INFO kablam! Oct 22 02:09:30.021 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.021 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.021 INFO kablam! | Oct 22 02:09:30.021 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.021 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.021 INFO kablam! ... Oct 22 02:09:30.021 INFO kablam! 2260 | rt_realloc_excess_unused!(rt_pow2_4bytes_8align_realloc_excess_unused, 4, 8); Oct 22 02:09:30.021 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.021 INFO kablam! Oct 22 02:09:30.028 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.028 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.028 INFO kablam! | Oct 22 02:09:30.028 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.028 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.028 INFO kablam! ... Oct 22 02:09:30.028 INFO kablam! 2260 | rt_realloc_excess_unused!(rt_pow2_4bytes_8align_realloc_excess_unused, 4, 8); Oct 22 02:09:30.028 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.028 INFO kablam! | Oct 22 02:09:30.028 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.028 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.028 INFO kablam! | Oct 22 02:09:30.028 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.028 INFO kablam! | Oct 22 02:09:30.028 INFO kablam! Oct 22 02:09:30.028 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.028 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.028 INFO kablam! | Oct 22 02:09:30.028 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.028 INFO kablam! | ^^^^^ Oct 22 02:09:30.028 INFO kablam! ... Oct 22 02:09:30.028 INFO kablam! 2273 | rt_realloc_excess_unused!(rt_pow2_8bytes_8align_realloc_excess_unused, 8, 8); Oct 22 02:09:30.028 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.028 INFO kablam! | Oct 22 02:09:30.028 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.028 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.028 INFO kablam! | Oct 22 02:09:30.028 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.028 INFO kablam! | Oct 22 02:09:30.028 INFO kablam! Oct 22 02:09:30.028 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.028 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.028 INFO kablam! | Oct 22 02:09:30.028 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.028 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.028 INFO kablam! ... Oct 22 02:09:30.028 INFO kablam! 2273 | rt_realloc_excess_unused!(rt_pow2_8bytes_8align_realloc_excess_unused, 8, 8); Oct 22 02:09:30.028 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.028 INFO kablam! Oct 22 02:09:30.028 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.028 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.028 INFO kablam! | Oct 22 02:09:30.028 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.028 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.028 INFO kablam! ... Oct 22 02:09:30.028 INFO kablam! 2273 | rt_realloc_excess_unused!(rt_pow2_8bytes_8align_realloc_excess_unused, 8, 8); Oct 22 02:09:30.029 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.029 INFO kablam! | Oct 22 02:09:30.029 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.029 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.029 INFO kablam! | Oct 22 02:09:30.029 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.029 INFO kablam! | Oct 22 02:09:30.029 INFO kablam! Oct 22 02:09:30.029 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.029 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.029 INFO kablam! | Oct 22 02:09:30.029 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.029 INFO kablam! | ^^^^^ Oct 22 02:09:30.029 INFO kablam! ... Oct 22 02:09:30.029 INFO kablam! 2286 | rt_realloc_excess_unused!(rt_pow2_16bytes_8align_realloc_excess_unused, 16, 8); Oct 22 02:09:30.029 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.029 INFO kablam! | Oct 22 02:09:30.029 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.029 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.029 INFO kablam! | Oct 22 02:09:30.029 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.029 INFO kablam! | Oct 22 02:09:30.029 INFO kablam! Oct 22 02:09:30.029 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.029 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.029 INFO kablam! | Oct 22 02:09:30.029 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.029 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.029 INFO kablam! ... Oct 22 02:09:30.029 INFO kablam! 2286 | rt_realloc_excess_unused!(rt_pow2_16bytes_8align_realloc_excess_unused, 16, 8); Oct 22 02:09:30.029 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.029 INFO kablam! Oct 22 02:09:30.029 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.029 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.029 INFO kablam! | Oct 22 02:09:30.029 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.029 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.029 INFO kablam! ... Oct 22 02:09:30.029 INFO kablam! 2286 | rt_realloc_excess_unused!(rt_pow2_16bytes_8align_realloc_excess_unused, 16, 8); Oct 22 02:09:30.029 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.044 INFO kablam! | Oct 22 02:09:30.044 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.044 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.044 INFO kablam! | Oct 22 02:09:30.044 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.044 INFO kablam! | Oct 22 02:09:30.044 INFO kablam! Oct 22 02:09:30.044 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.044 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.044 INFO kablam! | Oct 22 02:09:30.044 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.044 INFO kablam! | ^^^^^ Oct 22 02:09:30.044 INFO kablam! ... Oct 22 02:09:30.044 INFO kablam! 2299 | rt_realloc_excess_unused!(rt_pow2_32bytes_8align_realloc_excess_unused, 32, 8); Oct 22 02:09:30.044 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.044 INFO kablam! | Oct 22 02:09:30.044 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.044 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.044 INFO kablam! | Oct 22 02:09:30.044 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.044 INFO kablam! | Oct 22 02:09:30.044 INFO kablam! Oct 22 02:09:30.044 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.044 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.044 INFO kablam! | Oct 22 02:09:30.044 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.044 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.044 INFO kablam! ... Oct 22 02:09:30.044 INFO kablam! 2299 | rt_realloc_excess_unused!(rt_pow2_32bytes_8align_realloc_excess_unused, 32, 8); Oct 22 02:09:30.044 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.044 INFO kablam! Oct 22 02:09:30.044 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.044 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.044 INFO kablam! | Oct 22 02:09:30.044 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.044 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.044 INFO kablam! ... Oct 22 02:09:30.044 INFO kablam! 2299 | rt_realloc_excess_unused!(rt_pow2_32bytes_8align_realloc_excess_unused, 32, 8); Oct 22 02:09:30.044 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.044 INFO kablam! | Oct 22 02:09:30.044 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.044 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.044 INFO kablam! | Oct 22 02:09:30.044 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.044 INFO kablam! | Oct 22 02:09:30.044 INFO kablam! Oct 22 02:09:30.044 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.045 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.045 INFO kablam! | Oct 22 02:09:30.045 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.045 INFO kablam! | ^^^^^ Oct 22 02:09:30.045 INFO kablam! ... Oct 22 02:09:30.045 INFO kablam! 2312 | rt_realloc_excess_unused!(rt_pow2_64bytes_8align_realloc_excess_unused, 64, 8); Oct 22 02:09:30.045 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.045 INFO kablam! | Oct 22 02:09:30.045 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.045 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.045 INFO kablam! | Oct 22 02:09:30.045 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.045 INFO kablam! | Oct 22 02:09:30.045 INFO kablam! Oct 22 02:09:30.045 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.045 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.045 INFO kablam! | Oct 22 02:09:30.045 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.045 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.045 INFO kablam! ... Oct 22 02:09:30.045 INFO kablam! 2312 | rt_realloc_excess_unused!(rt_pow2_64bytes_8align_realloc_excess_unused, 64, 8); Oct 22 02:09:30.045 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.045 INFO kablam! Oct 22 02:09:30.045 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.045 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.045 INFO kablam! | Oct 22 02:09:30.045 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.045 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.045 INFO kablam! ... Oct 22 02:09:30.045 INFO kablam! 2312 | rt_realloc_excess_unused!(rt_pow2_64bytes_8align_realloc_excess_unused, 64, 8); Oct 22 02:09:30.045 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.045 INFO kablam! | Oct 22 02:09:30.045 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.045 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.045 INFO kablam! | Oct 22 02:09:30.045 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.045 INFO kablam! | Oct 22 02:09:30.045 INFO kablam! Oct 22 02:09:30.045 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.045 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.045 INFO kablam! | Oct 22 02:09:30.045 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.045 INFO kablam! | ^^^^^ Oct 22 02:09:30.045 INFO kablam! ... Oct 22 02:09:30.045 INFO kablam! 2325 | rt_realloc_excess_unused!(rt_pow2_128bytes_8align_realloc_excess_unused, 128, 8); Oct 22 02:09:30.045 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.045 INFO kablam! | Oct 22 02:09:30.045 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.045 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.045 INFO kablam! | Oct 22 02:09:30.045 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.045 INFO kablam! | Oct 22 02:09:30.045 INFO kablam! Oct 22 02:09:30.045 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.045 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.045 INFO kablam! | Oct 22 02:09:30.045 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.045 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.045 INFO kablam! ... Oct 22 02:09:30.045 INFO kablam! 2325 | rt_realloc_excess_unused!(rt_pow2_128bytes_8align_realloc_excess_unused, 128, 8); Oct 22 02:09:30.045 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.045 INFO kablam! Oct 22 02:09:30.045 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.045 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.045 INFO kablam! | Oct 22 02:09:30.045 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.045 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.045 INFO kablam! ... Oct 22 02:09:30.045 INFO kablam! 2325 | rt_realloc_excess_unused!(rt_pow2_128bytes_8align_realloc_excess_unused, 128, 8); Oct 22 02:09:30.045 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.045 INFO kablam! | Oct 22 02:09:30.045 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.045 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.045 INFO kablam! | Oct 22 02:09:30.045 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.045 INFO kablam! | Oct 22 02:09:30.045 INFO kablam! Oct 22 02:09:30.045 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.045 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.045 INFO kablam! | Oct 22 02:09:30.045 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.045 INFO kablam! | ^^^^^ Oct 22 02:09:30.046 INFO kablam! ... Oct 22 02:09:30.046 INFO kablam! 2338 | rt_realloc_excess_unused!(rt_pow2_256bytes_8align_realloc_excess_unused, 256, 8); Oct 22 02:09:30.046 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.046 INFO kablam! | Oct 22 02:09:30.046 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.046 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.046 INFO kablam! | Oct 22 02:09:30.046 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.046 INFO kablam! | Oct 22 02:09:30.046 INFO kablam! Oct 22 02:09:30.054 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.054 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.054 INFO kablam! | Oct 22 02:09:30.054 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.054 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.054 INFO kablam! ... Oct 22 02:09:30.054 INFO kablam! 2338 | rt_realloc_excess_unused!(rt_pow2_256bytes_8align_realloc_excess_unused, 256, 8); Oct 22 02:09:30.054 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.054 INFO kablam! Oct 22 02:09:30.054 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.054 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.054 INFO kablam! | Oct 22 02:09:30.054 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.054 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.054 INFO kablam! ... Oct 22 02:09:30.054 INFO kablam! 2338 | rt_realloc_excess_unused!(rt_pow2_256bytes_8align_realloc_excess_unused, 256, 8); Oct 22 02:09:30.054 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.054 INFO kablam! | Oct 22 02:09:30.054 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.054 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.054 INFO kablam! | Oct 22 02:09:30.054 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.054 INFO kablam! | Oct 22 02:09:30.054 INFO kablam! Oct 22 02:09:30.054 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.054 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.054 INFO kablam! | Oct 22 02:09:30.054 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.054 INFO kablam! | ^^^^^ Oct 22 02:09:30.054 INFO kablam! ... Oct 22 02:09:30.054 INFO kablam! 2351 | rt_realloc_excess_unused!(rt_pow2_512bytes_8align_realloc_excess_unused, 512, 8); Oct 22 02:09:30.054 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.054 INFO kablam! | Oct 22 02:09:30.054 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.054 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.055 INFO kablam! | Oct 22 02:09:30.055 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.055 INFO kablam! | Oct 22 02:09:30.055 INFO kablam! Oct 22 02:09:30.055 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.055 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.055 INFO kablam! | Oct 22 02:09:30.055 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.055 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.055 INFO kablam! ... Oct 22 02:09:30.055 INFO kablam! 2351 | rt_realloc_excess_unused!(rt_pow2_512bytes_8align_realloc_excess_unused, 512, 8); Oct 22 02:09:30.055 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.055 INFO kablam! Oct 22 02:09:30.055 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.055 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.055 INFO kablam! | Oct 22 02:09:30.055 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.055 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.055 INFO kablam! ... Oct 22 02:09:30.055 INFO kablam! 2351 | rt_realloc_excess_unused!(rt_pow2_512bytes_8align_realloc_excess_unused, 512, 8); Oct 22 02:09:30.055 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.055 INFO kablam! | Oct 22 02:09:30.055 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.055 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.055 INFO kablam! | Oct 22 02:09:30.055 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.055 INFO kablam! | Oct 22 02:09:30.055 INFO kablam! Oct 22 02:09:30.064 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.064 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.064 INFO kablam! | Oct 22 02:09:30.064 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.064 INFO kablam! | ^^^^^ Oct 22 02:09:30.064 INFO kablam! ... Oct 22 02:09:30.064 INFO kablam! 2364 | rt_realloc_excess_unused!(rt_pow2_1024bytes_8align_realloc_excess_unused, 1024, 8); Oct 22 02:09:30.064 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.064 INFO kablam! | Oct 22 02:09:30.064 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.064 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.064 INFO kablam! | Oct 22 02:09:30.064 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.064 INFO kablam! | Oct 22 02:09:30.064 INFO kablam! Oct 22 02:09:30.064 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.064 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.064 INFO kablam! | Oct 22 02:09:30.064 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.064 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.064 INFO kablam! ... Oct 22 02:09:30.064 INFO kablam! 2364 | rt_realloc_excess_unused!(rt_pow2_1024bytes_8align_realloc_excess_unused, 1024, 8); Oct 22 02:09:30.064 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.064 INFO kablam! Oct 22 02:09:30.064 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.064 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.064 INFO kablam! | Oct 22 02:09:30.064 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.064 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.064 INFO kablam! ... Oct 22 02:09:30.064 INFO kablam! 2364 | rt_realloc_excess_unused!(rt_pow2_1024bytes_8align_realloc_excess_unused, 1024, 8); Oct 22 02:09:30.064 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.064 INFO kablam! | Oct 22 02:09:30.064 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.064 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.064 INFO kablam! | Oct 22 02:09:30.064 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.064 INFO kablam! | Oct 22 02:09:30.064 INFO kablam! Oct 22 02:09:30.064 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.064 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.065 INFO kablam! | Oct 22 02:09:30.065 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.065 INFO kablam! | ^^^^^ Oct 22 02:09:30.065 INFO kablam! ... Oct 22 02:09:30.065 INFO kablam! 2377 | rt_realloc_excess_unused!(rt_pow2_2048bytes_8align_realloc_excess_unused, 2048, 8); Oct 22 02:09:30.065 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.065 INFO kablam! | Oct 22 02:09:30.065 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.065 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.065 INFO kablam! | Oct 22 02:09:30.065 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.065 INFO kablam! | Oct 22 02:09:30.065 INFO kablam! Oct 22 02:09:30.065 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.065 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.065 INFO kablam! | Oct 22 02:09:30.065 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.065 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.065 INFO kablam! ... Oct 22 02:09:30.065 INFO kablam! 2377 | rt_realloc_excess_unused!(rt_pow2_2048bytes_8align_realloc_excess_unused, 2048, 8); Oct 22 02:09:30.065 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.065 INFO kablam! Oct 22 02:09:30.065 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.065 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.065 INFO kablam! | Oct 22 02:09:30.065 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.065 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.065 INFO kablam! ... Oct 22 02:09:30.065 INFO kablam! 2377 | rt_realloc_excess_unused!(rt_pow2_2048bytes_8align_realloc_excess_unused, 2048, 8); Oct 22 02:09:30.065 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.065 INFO kablam! | Oct 22 02:09:30.065 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.065 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.065 INFO kablam! | Oct 22 02:09:30.065 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.065 INFO kablam! | Oct 22 02:09:30.065 INFO kablam! Oct 22 02:09:30.065 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.065 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.065 INFO kablam! | Oct 22 02:09:30.065 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.065 INFO kablam! | ^^^^^ Oct 22 02:09:30.065 INFO kablam! ... Oct 22 02:09:30.065 INFO kablam! 2390 | rt_realloc_excess_unused!(rt_pow2_4096bytes_8align_realloc_excess_unused, 4096, 8); Oct 22 02:09:30.065 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.065 INFO kablam! | Oct 22 02:09:30.065 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.065 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.065 INFO kablam! | Oct 22 02:09:30.065 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.065 INFO kablam! | Oct 22 02:09:30.065 INFO kablam! Oct 22 02:09:30.065 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.065 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.065 INFO kablam! | Oct 22 02:09:30.065 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.065 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.065 INFO kablam! ... Oct 22 02:09:30.065 INFO kablam! 2390 | rt_realloc_excess_unused!(rt_pow2_4096bytes_8align_realloc_excess_unused, 4096, 8); Oct 22 02:09:30.065 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.065 INFO kablam! Oct 22 02:09:30.065 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.065 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.065 INFO kablam! | Oct 22 02:09:30.065 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.065 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.065 INFO kablam! ... Oct 22 02:09:30.065 INFO kablam! 2390 | rt_realloc_excess_unused!(rt_pow2_4096bytes_8align_realloc_excess_unused, 4096, 8); Oct 22 02:09:30.065 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.065 INFO kablam! | Oct 22 02:09:30.065 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.065 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.065 INFO kablam! | Oct 22 02:09:30.065 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.065 INFO kablam! | Oct 22 02:09:30.065 INFO kablam! Oct 22 02:09:30.065 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.065 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.065 INFO kablam! | Oct 22 02:09:30.065 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.065 INFO kablam! | ^^^^^ Oct 22 02:09:30.066 INFO kablam! ... Oct 22 02:09:30.066 INFO kablam! 2403 | rt_realloc_excess_unused!(rt_pow2_8192bytes_8align_realloc_excess_unused, 8192, 8); Oct 22 02:09:30.066 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.066 INFO kablam! | Oct 22 02:09:30.066 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.066 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.066 INFO kablam! | Oct 22 02:09:30.066 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.066 INFO kablam! | Oct 22 02:09:30.066 INFO kablam! Oct 22 02:09:30.066 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.066 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.066 INFO kablam! | Oct 22 02:09:30.066 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.066 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.066 INFO kablam! ... Oct 22 02:09:30.066 INFO kablam! 2403 | rt_realloc_excess_unused!(rt_pow2_8192bytes_8align_realloc_excess_unused, 8192, 8); Oct 22 02:09:30.066 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.066 INFO kablam! Oct 22 02:09:30.066 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.066 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.066 INFO kablam! | Oct 22 02:09:30.066 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.066 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.066 INFO kablam! ... Oct 22 02:09:30.066 INFO kablam! 2403 | rt_realloc_excess_unused!(rt_pow2_8192bytes_8align_realloc_excess_unused, 8192, 8); Oct 22 02:09:30.066 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.066 INFO kablam! | Oct 22 02:09:30.066 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.066 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.066 INFO kablam! | Oct 22 02:09:30.066 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.066 INFO kablam! | Oct 22 02:09:30.066 INFO kablam! Oct 22 02:09:30.076 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.076 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.076 INFO kablam! | Oct 22 02:09:30.076 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.076 INFO kablam! | ^^^^^ Oct 22 02:09:30.076 INFO kablam! ... Oct 22 02:09:30.076 INFO kablam! 2416 | rt_realloc_excess_unused!(rt_pow2_16384bytes_8align_realloc_excess_unused, 16384, 8); Oct 22 02:09:30.076 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.076 INFO kablam! | Oct 22 02:09:30.076 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.076 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.076 INFO kablam! | Oct 22 02:09:30.076 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.076 INFO kablam! | Oct 22 02:09:30.076 INFO kablam! Oct 22 02:09:30.076 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.076 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.076 INFO kablam! | Oct 22 02:09:30.076 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.076 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.076 INFO kablam! ... Oct 22 02:09:30.076 INFO kablam! 2416 | rt_realloc_excess_unused!(rt_pow2_16384bytes_8align_realloc_excess_unused, 16384, 8); Oct 22 02:09:30.076 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.076 INFO kablam! Oct 22 02:09:30.076 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.076 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.076 INFO kablam! | Oct 22 02:09:30.076 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.076 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.076 INFO kablam! ... Oct 22 02:09:30.076 INFO kablam! 2416 | rt_realloc_excess_unused!(rt_pow2_16384bytes_8align_realloc_excess_unused, 16384, 8); Oct 22 02:09:30.076 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.076 INFO kablam! | Oct 22 02:09:30.076 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.076 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.076 INFO kablam! | Oct 22 02:09:30.076 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.076 INFO kablam! | Oct 22 02:09:30.076 INFO kablam! Oct 22 02:09:30.076 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.076 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.076 INFO kablam! | Oct 22 02:09:30.076 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.076 INFO kablam! | ^^^^^ Oct 22 02:09:30.076 INFO kablam! ... Oct 22 02:09:30.077 INFO kablam! 2429 | rt_realloc_excess_unused!(rt_pow2_32768bytes_8align_realloc_excess_unused, 32768, 8); Oct 22 02:09:30.077 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.077 INFO kablam! | Oct 22 02:09:30.077 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.077 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.077 INFO kablam! | Oct 22 02:09:30.077 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.077 INFO kablam! | Oct 22 02:09:30.077 INFO kablam! Oct 22 02:09:30.077 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.077 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.077 INFO kablam! | Oct 22 02:09:30.077 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.077 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.077 INFO kablam! ... Oct 22 02:09:30.077 INFO kablam! 2429 | rt_realloc_excess_unused!(rt_pow2_32768bytes_8align_realloc_excess_unused, 32768, 8); Oct 22 02:09:30.077 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.077 INFO kablam! Oct 22 02:09:30.077 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.077 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.077 INFO kablam! | Oct 22 02:09:30.077 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.077 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.077 INFO kablam! ... Oct 22 02:09:30.077 INFO kablam! 2429 | rt_realloc_excess_unused!(rt_pow2_32768bytes_8align_realloc_excess_unused, 32768, 8); Oct 22 02:09:30.077 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.077 INFO kablam! | Oct 22 02:09:30.077 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.077 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.077 INFO kablam! | Oct 22 02:09:30.077 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.077 INFO kablam! | Oct 22 02:09:30.077 INFO kablam! Oct 22 02:09:30.087 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.087 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.087 INFO kablam! | Oct 22 02:09:30.087 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.087 INFO kablam! | ^^^^^ Oct 22 02:09:30.087 INFO kablam! ... Oct 22 02:09:30.087 INFO kablam! 2442 | rt_realloc_excess_unused!(rt_pow2_65536bytes_8align_realloc_excess_unused, 65536, 8); Oct 22 02:09:30.087 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.087 INFO kablam! | Oct 22 02:09:30.087 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.087 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.087 INFO kablam! | Oct 22 02:09:30.087 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.087 INFO kablam! | Oct 22 02:09:30.087 INFO kablam! Oct 22 02:09:30.088 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.088 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.088 INFO kablam! | Oct 22 02:09:30.088 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.088 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.088 INFO kablam! ... Oct 22 02:09:30.088 INFO kablam! 2442 | rt_realloc_excess_unused!(rt_pow2_65536bytes_8align_realloc_excess_unused, 65536, 8); Oct 22 02:09:30.088 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.088 INFO kablam! Oct 22 02:09:30.088 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.088 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.088 INFO kablam! | Oct 22 02:09:30.088 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.088 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.088 INFO kablam! ... Oct 22 02:09:30.088 INFO kablam! 2442 | rt_realloc_excess_unused!(rt_pow2_65536bytes_8align_realloc_excess_unused, 65536, 8); Oct 22 02:09:30.088 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.088 INFO kablam! | Oct 22 02:09:30.088 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.088 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.088 INFO kablam! | Oct 22 02:09:30.088 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.088 INFO kablam! | Oct 22 02:09:30.088 INFO kablam! Oct 22 02:09:30.092 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.092 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.092 INFO kablam! | Oct 22 02:09:30.092 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.092 INFO kablam! | ^^^^^ Oct 22 02:09:30.092 INFO kablam! ... Oct 22 02:09:30.092 INFO kablam! 2455 | rt_realloc_excess_unused!(rt_pow2_131072bytes_8align_realloc_excess_unused, 131072, 8); Oct 22 02:09:30.092 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.092 INFO kablam! | Oct 22 02:09:30.092 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.092 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.092 INFO kablam! | Oct 22 02:09:30.092 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.092 INFO kablam! | Oct 22 02:09:30.092 INFO kablam! Oct 22 02:09:30.092 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.092 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.092 INFO kablam! | Oct 22 02:09:30.092 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.092 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.092 INFO kablam! ... Oct 22 02:09:30.092 INFO kablam! 2455 | rt_realloc_excess_unused!(rt_pow2_131072bytes_8align_realloc_excess_unused, 131072, 8); Oct 22 02:09:30.092 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.092 INFO kablam! Oct 22 02:09:30.092 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.092 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.092 INFO kablam! | Oct 22 02:09:30.092 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.092 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.092 INFO kablam! ... Oct 22 02:09:30.092 INFO kablam! 2455 | rt_realloc_excess_unused!(rt_pow2_131072bytes_8align_realloc_excess_unused, 131072, 8); Oct 22 02:09:30.092 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.092 INFO kablam! | Oct 22 02:09:30.092 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.092 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.092 INFO kablam! | Oct 22 02:09:30.092 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.092 INFO kablam! | Oct 22 02:09:30.092 INFO kablam! Oct 22 02:09:30.092 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.092 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.092 INFO kablam! | Oct 22 02:09:30.092 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.092 INFO kablam! | ^^^^^ Oct 22 02:09:30.092 INFO kablam! ... Oct 22 02:09:30.092 INFO kablam! 2468 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_8align_realloc_excess_unused, 4194304, 8); Oct 22 02:09:30.093 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.093 INFO kablam! | Oct 22 02:09:30.093 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.093 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.093 INFO kablam! | Oct 22 02:09:30.093 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.093 INFO kablam! | Oct 22 02:09:30.093 INFO kablam! Oct 22 02:09:30.100 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.101 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.101 INFO kablam! | Oct 22 02:09:30.101 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.101 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.101 INFO kablam! ... Oct 22 02:09:30.101 INFO kablam! 2468 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_8align_realloc_excess_unused, 4194304, 8); Oct 22 02:09:30.101 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.101 INFO kablam! Oct 22 02:09:30.101 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.101 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.101 INFO kablam! | Oct 22 02:09:30.101 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.101 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.101 INFO kablam! ... Oct 22 02:09:30.101 INFO kablam! 2468 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_8align_realloc_excess_unused, 4194304, 8); Oct 22 02:09:30.101 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.101 INFO kablam! | Oct 22 02:09:30.101 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.101 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.101 INFO kablam! | Oct 22 02:09:30.101 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.101 INFO kablam! | Oct 22 02:09:30.101 INFO kablam! Oct 22 02:09:30.101 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.101 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.101 INFO kablam! | Oct 22 02:09:30.101 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.101 INFO kablam! | ^^^^^ Oct 22 02:09:30.101 INFO kablam! ... Oct 22 02:09:30.101 INFO kablam! 2482 | rt_realloc_excess_unused!(rt_even_10bytes_8align_realloc_excess_unused, 10, 8); Oct 22 02:09:30.101 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.101 INFO kablam! | Oct 22 02:09:30.101 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.101 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.101 INFO kablam! | Oct 22 02:09:30.101 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.101 INFO kablam! | Oct 22 02:09:30.101 INFO kablam! Oct 22 02:09:30.101 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.101 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.101 INFO kablam! | Oct 22 02:09:30.101 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.101 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.101 INFO kablam! ... Oct 22 02:09:30.101 INFO kablam! 2482 | rt_realloc_excess_unused!(rt_even_10bytes_8align_realloc_excess_unused, 10, 8); Oct 22 02:09:30.101 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.101 INFO kablam! Oct 22 02:09:30.101 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.101 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.101 INFO kablam! | Oct 22 02:09:30.101 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.101 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.101 INFO kablam! ... Oct 22 02:09:30.101 INFO kablam! 2482 | rt_realloc_excess_unused!(rt_even_10bytes_8align_realloc_excess_unused, 10, 8); Oct 22 02:09:30.101 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.101 INFO kablam! | Oct 22 02:09:30.101 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.101 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.101 INFO kablam! | Oct 22 02:09:30.101 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.101 INFO kablam! | Oct 22 02:09:30.101 INFO kablam! Oct 22 02:09:30.101 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.101 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.101 INFO kablam! | Oct 22 02:09:30.101 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.101 INFO kablam! | ^^^^^ Oct 22 02:09:30.101 INFO kablam! ... Oct 22 02:09:30.101 INFO kablam! 2495 | rt_realloc_excess_unused!(rt_even_100bytes_8align_realloc_excess_unused, 100, 8); Oct 22 02:09:30.101 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.101 INFO kablam! | Oct 22 02:09:30.101 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.101 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.101 INFO kablam! | Oct 22 02:09:30.101 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.101 INFO kablam! | Oct 22 02:09:30.101 INFO kablam! Oct 22 02:09:30.101 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.101 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.101 INFO kablam! | Oct 22 02:09:30.101 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.101 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.101 INFO kablam! ... Oct 22 02:09:30.101 INFO kablam! 2495 | rt_realloc_excess_unused!(rt_even_100bytes_8align_realloc_excess_unused, 100, 8); Oct 22 02:09:30.102 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.102 INFO kablam! Oct 22 02:09:30.102 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.102 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.102 INFO kablam! | Oct 22 02:09:30.102 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.102 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.102 INFO kablam! ... Oct 22 02:09:30.102 INFO kablam! 2495 | rt_realloc_excess_unused!(rt_even_100bytes_8align_realloc_excess_unused, 100, 8); Oct 22 02:09:30.102 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.102 INFO kablam! | Oct 22 02:09:30.102 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.102 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.102 INFO kablam! | Oct 22 02:09:30.102 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.102 INFO kablam! | Oct 22 02:09:30.102 INFO kablam! Oct 22 02:09:30.102 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.102 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.102 INFO kablam! | Oct 22 02:09:30.102 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.102 INFO kablam! | ^^^^^ Oct 22 02:09:30.102 INFO kablam! ... Oct 22 02:09:30.102 INFO kablam! 2508 | rt_realloc_excess_unused!(rt_even_1000bytes_8align_realloc_excess_unused, 1000, 8); Oct 22 02:09:30.102 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.102 INFO kablam! | Oct 22 02:09:30.102 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.107 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.107 INFO kablam! | Oct 22 02:09:30.108 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.108 INFO kablam! | Oct 22 02:09:30.108 INFO kablam! Oct 22 02:09:30.108 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.108 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.108 INFO kablam! | Oct 22 02:09:30.108 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.108 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.108 INFO kablam! ... Oct 22 02:09:30.108 INFO kablam! 2508 | rt_realloc_excess_unused!(rt_even_1000bytes_8align_realloc_excess_unused, 1000, 8); Oct 22 02:09:30.108 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.108 INFO kablam! Oct 22 02:09:30.108 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.108 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.108 INFO kablam! | Oct 22 02:09:30.108 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.108 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.108 INFO kablam! ... Oct 22 02:09:30.108 INFO kablam! 2508 | rt_realloc_excess_unused!(rt_even_1000bytes_8align_realloc_excess_unused, 1000, 8); Oct 22 02:09:30.108 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.108 INFO kablam! | Oct 22 02:09:30.108 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.108 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.108 INFO kablam! | Oct 22 02:09:30.108 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.108 INFO kablam! | Oct 22 02:09:30.108 INFO kablam! Oct 22 02:09:30.108 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.108 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.108 INFO kablam! | Oct 22 02:09:30.108 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.108 INFO kablam! | ^^^^^ Oct 22 02:09:30.108 INFO kablam! ... Oct 22 02:09:30.108 INFO kablam! 2521 | rt_realloc_excess_unused!(rt_even_10000bytes_8align_realloc_excess_unused, 10000, 8); Oct 22 02:09:30.108 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.108 INFO kablam! | Oct 22 02:09:30.108 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.108 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.108 INFO kablam! | Oct 22 02:09:30.108 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.108 INFO kablam! | Oct 22 02:09:30.108 INFO kablam! Oct 22 02:09:30.108 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.108 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.108 INFO kablam! | Oct 22 02:09:30.108 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.108 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.108 INFO kablam! ... Oct 22 02:09:30.108 INFO kablam! 2521 | rt_realloc_excess_unused!(rt_even_10000bytes_8align_realloc_excess_unused, 10000, 8); Oct 22 02:09:30.108 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.108 INFO kablam! Oct 22 02:09:30.108 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.108 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.108 INFO kablam! | Oct 22 02:09:30.108 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.108 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.108 INFO kablam! ... Oct 22 02:09:30.108 INFO kablam! 2521 | rt_realloc_excess_unused!(rt_even_10000bytes_8align_realloc_excess_unused, 10000, 8); Oct 22 02:09:30.108 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.108 INFO kablam! | Oct 22 02:09:30.108 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.108 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.108 INFO kablam! | Oct 22 02:09:30.108 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.108 INFO kablam! | Oct 22 02:09:30.108 INFO kablam! Oct 22 02:09:30.108 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.108 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.108 INFO kablam! | Oct 22 02:09:30.108 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.108 INFO kablam! | ^^^^^ Oct 22 02:09:30.108 INFO kablam! ... Oct 22 02:09:30.108 INFO kablam! 2534 | rt_realloc_excess_unused!(rt_even_100000bytes_8align_realloc_excess_unused, 100000, 8); Oct 22 02:09:30.108 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.108 INFO kablam! | Oct 22 02:09:30.108 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.108 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.108 INFO kablam! | Oct 22 02:09:30.108 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.108 INFO kablam! | Oct 22 02:09:30.108 INFO kablam! Oct 22 02:09:30.109 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.109 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.109 INFO kablam! | Oct 22 02:09:30.109 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.109 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.109 INFO kablam! ... Oct 22 02:09:30.109 INFO kablam! 2534 | rt_realloc_excess_unused!(rt_even_100000bytes_8align_realloc_excess_unused, 100000, 8); Oct 22 02:09:30.109 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.109 INFO kablam! Oct 22 02:09:30.109 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.109 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.109 INFO kablam! | Oct 22 02:09:30.109 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.109 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.109 INFO kablam! ... Oct 22 02:09:30.109 INFO kablam! 2534 | rt_realloc_excess_unused!(rt_even_100000bytes_8align_realloc_excess_unused, 100000, 8); Oct 22 02:09:30.109 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.109 INFO kablam! | Oct 22 02:09:30.109 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.109 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.109 INFO kablam! | Oct 22 02:09:30.109 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.109 INFO kablam! | Oct 22 02:09:30.109 INFO kablam! Oct 22 02:09:30.109 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.109 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.109 INFO kablam! | Oct 22 02:09:30.109 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.109 INFO kablam! | ^^^^^ Oct 22 02:09:30.109 INFO kablam! ... Oct 22 02:09:30.109 INFO kablam! 2547 | rt_realloc_excess_unused!(rt_even_1000000bytes_8align_realloc_excess_unused, 1000000, 8); Oct 22 02:09:30.109 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.109 INFO kablam! | Oct 22 02:09:30.109 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.109 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.109 INFO kablam! | Oct 22 02:09:30.109 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.109 INFO kablam! | Oct 22 02:09:30.109 INFO kablam! Oct 22 02:09:30.116 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.116 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.116 INFO kablam! | Oct 22 02:09:30.116 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.116 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.116 INFO kablam! ... Oct 22 02:09:30.116 INFO kablam! 2547 | rt_realloc_excess_unused!(rt_even_1000000bytes_8align_realloc_excess_unused, 1000000, 8); Oct 22 02:09:30.116 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.116 INFO kablam! Oct 22 02:09:30.116 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.116 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.116 INFO kablam! | Oct 22 02:09:30.116 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.116 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.116 INFO kablam! ... Oct 22 02:09:30.116 INFO kablam! 2547 | rt_realloc_excess_unused!(rt_even_1000000bytes_8align_realloc_excess_unused, 1000000, 8); Oct 22 02:09:30.116 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.116 INFO kablam! | Oct 22 02:09:30.116 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.116 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.116 INFO kablam! | Oct 22 02:09:30.116 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.116 INFO kablam! | Oct 22 02:09:30.116 INFO kablam! Oct 22 02:09:30.116 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.116 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.116 INFO kablam! | Oct 22 02:09:30.116 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.116 INFO kablam! | ^^^^^ Oct 22 02:09:30.116 INFO kablam! ... Oct 22 02:09:30.116 INFO kablam! 2561 | rt_realloc_excess_unused!(rt_odd_10bytes_8align_realloc_excess_unused, 10- 1, 8); Oct 22 02:09:30.116 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.116 INFO kablam! | Oct 22 02:09:30.116 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.116 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.116 INFO kablam! | Oct 22 02:09:30.117 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.117 INFO kablam! | Oct 22 02:09:30.117 INFO kablam! Oct 22 02:09:30.117 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.117 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.117 INFO kablam! | Oct 22 02:09:30.117 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.117 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.117 INFO kablam! ... Oct 22 02:09:30.117 INFO kablam! 2561 | rt_realloc_excess_unused!(rt_odd_10bytes_8align_realloc_excess_unused, 10- 1, 8); Oct 22 02:09:30.117 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.117 INFO kablam! Oct 22 02:09:30.117 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.117 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.117 INFO kablam! | Oct 22 02:09:30.117 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.117 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.117 INFO kablam! ... Oct 22 02:09:30.117 INFO kablam! 2561 | rt_realloc_excess_unused!(rt_odd_10bytes_8align_realloc_excess_unused, 10- 1, 8); Oct 22 02:09:30.117 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.117 INFO kablam! | Oct 22 02:09:30.117 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.117 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.117 INFO kablam! | Oct 22 02:09:30.117 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.117 INFO kablam! | Oct 22 02:09:30.117 INFO kablam! Oct 22 02:09:30.117 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.117 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.117 INFO kablam! | Oct 22 02:09:30.117 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.117 INFO kablam! | ^^^^^ Oct 22 02:09:30.117 INFO kablam! ... Oct 22 02:09:30.117 INFO kablam! 2574 | rt_realloc_excess_unused!(rt_odd_100bytes_8align_realloc_excess_unused, 100- 1, 8); Oct 22 02:09:30.117 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.117 INFO kablam! | Oct 22 02:09:30.117 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.117 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.117 INFO kablam! | Oct 22 02:09:30.117 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.117 INFO kablam! | Oct 22 02:09:30.117 INFO kablam! Oct 22 02:09:30.117 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.117 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.117 INFO kablam! | Oct 22 02:09:30.117 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.117 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.117 INFO kablam! ... Oct 22 02:09:30.117 INFO kablam! 2574 | rt_realloc_excess_unused!(rt_odd_100bytes_8align_realloc_excess_unused, 100- 1, 8); Oct 22 02:09:30.117 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.117 INFO kablam! Oct 22 02:09:30.124 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.124 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.124 INFO kablam! | Oct 22 02:09:30.124 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.124 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.124 INFO kablam! ... Oct 22 02:09:30.124 INFO kablam! 2574 | rt_realloc_excess_unused!(rt_odd_100bytes_8align_realloc_excess_unused, 100- 1, 8); Oct 22 02:09:30.124 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.124 INFO kablam! | Oct 22 02:09:30.124 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.124 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.124 INFO kablam! | Oct 22 02:09:30.124 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.124 INFO kablam! | Oct 22 02:09:30.124 INFO kablam! Oct 22 02:09:30.124 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.124 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.124 INFO kablam! | Oct 22 02:09:30.124 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.124 INFO kablam! | ^^^^^ Oct 22 02:09:30.124 INFO kablam! ... Oct 22 02:09:30.124 INFO kablam! 2587 | rt_realloc_excess_unused!(rt_odd_1000bytes_8align_realloc_excess_unused, 1000- 1, 8); Oct 22 02:09:30.124 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.124 INFO kablam! | Oct 22 02:09:30.124 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.124 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.124 INFO kablam! | Oct 22 02:09:30.124 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.124 INFO kablam! | Oct 22 02:09:30.124 INFO kablam! Oct 22 02:09:30.124 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.124 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.124 INFO kablam! | Oct 22 02:09:30.124 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.124 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.124 INFO kablam! ... Oct 22 02:09:30.124 INFO kablam! 2587 | rt_realloc_excess_unused!(rt_odd_1000bytes_8align_realloc_excess_unused, 1000- 1, 8); Oct 22 02:09:30.124 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.124 INFO kablam! Oct 22 02:09:30.124 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.124 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.124 INFO kablam! | Oct 22 02:09:30.124 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.124 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.124 INFO kablam! ... Oct 22 02:09:30.124 INFO kablam! 2587 | rt_realloc_excess_unused!(rt_odd_1000bytes_8align_realloc_excess_unused, 1000- 1, 8); Oct 22 02:09:30.124 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.124 INFO kablam! | Oct 22 02:09:30.125 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.125 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.125 INFO kablam! | Oct 22 02:09:30.125 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.125 INFO kablam! | Oct 22 02:09:30.125 INFO kablam! Oct 22 02:09:30.125 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.125 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.125 INFO kablam! | Oct 22 02:09:30.125 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.125 INFO kablam! | ^^^^^ Oct 22 02:09:30.125 INFO kablam! ... Oct 22 02:09:30.125 INFO kablam! 2600 | rt_realloc_excess_unused!(rt_odd_10000bytes_8align_realloc_excess_unused, 10000- 1, 8); Oct 22 02:09:30.125 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.125 INFO kablam! | Oct 22 02:09:30.125 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.125 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.125 INFO kablam! | Oct 22 02:09:30.125 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.125 INFO kablam! | Oct 22 02:09:30.125 INFO kablam! Oct 22 02:09:30.125 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.125 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.125 INFO kablam! | Oct 22 02:09:30.125 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.125 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.125 INFO kablam! ... Oct 22 02:09:30.125 INFO kablam! 2600 | rt_realloc_excess_unused!(rt_odd_10000bytes_8align_realloc_excess_unused, 10000- 1, 8); Oct 22 02:09:30.125 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.125 INFO kablam! Oct 22 02:09:30.125 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.125 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.125 INFO kablam! | Oct 22 02:09:30.125 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.125 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.125 INFO kablam! ... Oct 22 02:09:30.125 INFO kablam! 2600 | rt_realloc_excess_unused!(rt_odd_10000bytes_8align_realloc_excess_unused, 10000- 1, 8); Oct 22 02:09:30.125 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.125 INFO kablam! | Oct 22 02:09:30.125 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.125 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.125 INFO kablam! | Oct 22 02:09:30.125 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.125 INFO kablam! | Oct 22 02:09:30.125 INFO kablam! Oct 22 02:09:30.125 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.125 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.125 INFO kablam! | Oct 22 02:09:30.125 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.125 INFO kablam! | ^^^^^ Oct 22 02:09:30.125 INFO kablam! ... Oct 22 02:09:30.125 INFO kablam! 2613 | rt_realloc_excess_unused!(rt_odd_100000bytes_8align_realloc_excess_unused, 100000- 1, 8); Oct 22 02:09:30.125 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.125 INFO kablam! | Oct 22 02:09:30.125 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.125 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.125 INFO kablam! | Oct 22 02:09:30.125 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.125 INFO kablam! | Oct 22 02:09:30.125 INFO kablam! Oct 22 02:09:30.140 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.140 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.140 INFO kablam! | Oct 22 02:09:30.140 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.140 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.140 INFO kablam! ... Oct 22 02:09:30.140 INFO kablam! 2613 | rt_realloc_excess_unused!(rt_odd_100000bytes_8align_realloc_excess_unused, 100000- 1, 8); Oct 22 02:09:30.140 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.140 INFO kablam! Oct 22 02:09:30.140 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.140 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.140 INFO kablam! | Oct 22 02:09:30.140 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.140 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.140 INFO kablam! ... Oct 22 02:09:30.140 INFO kablam! 2613 | rt_realloc_excess_unused!(rt_odd_100000bytes_8align_realloc_excess_unused, 100000- 1, 8); Oct 22 02:09:30.140 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.140 INFO kablam! | Oct 22 02:09:30.140 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.140 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.140 INFO kablam! | Oct 22 02:09:30.140 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.140 INFO kablam! | Oct 22 02:09:30.140 INFO kablam! Oct 22 02:09:30.140 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.140 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.140 INFO kablam! | Oct 22 02:09:30.140 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.140 INFO kablam! | ^^^^^ Oct 22 02:09:30.140 INFO kablam! ... Oct 22 02:09:30.140 INFO kablam! 2626 | rt_realloc_excess_unused!(rt_odd_1000000bytes_8align_realloc_excess_unused, 1000000- 1, 8); Oct 22 02:09:30.141 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.141 INFO kablam! | Oct 22 02:09:30.141 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.141 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.141 INFO kablam! | Oct 22 02:09:30.141 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.141 INFO kablam! | Oct 22 02:09:30.141 INFO kablam! Oct 22 02:09:30.141 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.141 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.141 INFO kablam! | Oct 22 02:09:30.141 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.141 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.141 INFO kablam! ... Oct 22 02:09:30.141 INFO kablam! 2626 | rt_realloc_excess_unused!(rt_odd_1000000bytes_8align_realloc_excess_unused, 1000000- 1, 8); Oct 22 02:09:30.141 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.141 INFO kablam! Oct 22 02:09:30.141 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.141 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.141 INFO kablam! | Oct 22 02:09:30.141 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.141 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.141 INFO kablam! ... Oct 22 02:09:30.141 INFO kablam! 2626 | rt_realloc_excess_unused!(rt_odd_1000000bytes_8align_realloc_excess_unused, 1000000- 1, 8); Oct 22 02:09:30.141 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.141 INFO kablam! | Oct 22 02:09:30.141 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.141 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.141 INFO kablam! | Oct 22 02:09:30.141 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.141 INFO kablam! | Oct 22 02:09:30.141 INFO kablam! Oct 22 02:09:30.141 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.141 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.141 INFO kablam! | Oct 22 02:09:30.141 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.141 INFO kablam! | ^^^^^ Oct 22 02:09:30.141 INFO kablam! ... Oct 22 02:09:30.141 INFO kablam! 2640 | rt_realloc_excess_unused!(rt_primes_3bytes_8align_realloc_excess_unused, 3, 8); Oct 22 02:09:30.141 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.141 INFO kablam! | Oct 22 02:09:30.141 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.141 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.141 INFO kablam! | Oct 22 02:09:30.141 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.141 INFO kablam! | Oct 22 02:09:30.141 INFO kablam! Oct 22 02:09:30.141 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.141 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.141 INFO kablam! | Oct 22 02:09:30.141 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.141 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.141 INFO kablam! ... Oct 22 02:09:30.141 INFO kablam! 2640 | rt_realloc_excess_unused!(rt_primes_3bytes_8align_realloc_excess_unused, 3, 8); Oct 22 02:09:30.141 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.141 INFO kablam! Oct 22 02:09:30.141 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.141 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.141 INFO kablam! | Oct 22 02:09:30.141 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.141 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.141 INFO kablam! ... Oct 22 02:09:30.141 INFO kablam! 2640 | rt_realloc_excess_unused!(rt_primes_3bytes_8align_realloc_excess_unused, 3, 8); Oct 22 02:09:30.141 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.141 INFO kablam! | Oct 22 02:09:30.141 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.141 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.141 INFO kablam! | Oct 22 02:09:30.141 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.141 INFO kablam! | Oct 22 02:09:30.141 INFO kablam! Oct 22 02:09:30.141 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.141 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.141 INFO kablam! | Oct 22 02:09:30.141 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.141 INFO kablam! | ^^^^^ Oct 22 02:09:30.141 INFO kablam! ... Oct 22 02:09:30.141 INFO kablam! 2653 | rt_realloc_excess_unused!(rt_primes_7bytes_8align_realloc_excess_unused, 7, 8); Oct 22 02:09:30.141 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.141 INFO kablam! | Oct 22 02:09:30.141 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.141 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.141 INFO kablam! | Oct 22 02:09:30.142 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.142 INFO kablam! | Oct 22 02:09:30.142 INFO kablam! Oct 22 02:09:30.142 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.142 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.142 INFO kablam! | Oct 22 02:09:30.142 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.142 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.142 INFO kablam! ... Oct 22 02:09:30.142 INFO kablam! 2653 | rt_realloc_excess_unused!(rt_primes_7bytes_8align_realloc_excess_unused, 7, 8); Oct 22 02:09:30.142 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.142 INFO kablam! Oct 22 02:09:30.142 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.142 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.142 INFO kablam! | Oct 22 02:09:30.142 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.142 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.142 INFO kablam! ... Oct 22 02:09:30.142 INFO kablam! 2653 | rt_realloc_excess_unused!(rt_primes_7bytes_8align_realloc_excess_unused, 7, 8); Oct 22 02:09:30.142 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.142 INFO kablam! | Oct 22 02:09:30.142 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.142 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.142 INFO kablam! | Oct 22 02:09:30.142 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.142 INFO kablam! | Oct 22 02:09:30.142 INFO kablam! Oct 22 02:09:30.142 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.142 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.142 INFO kablam! | Oct 22 02:09:30.142 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.142 INFO kablam! | ^^^^^ Oct 22 02:09:30.142 INFO kablam! ... Oct 22 02:09:30.142 INFO kablam! 2666 | rt_realloc_excess_unused!(rt_primes_13bytes_8align_realloc_excess_unused, 13, 8); Oct 22 02:09:30.142 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.142 INFO kablam! | Oct 22 02:09:30.142 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.142 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.142 INFO kablam! | Oct 22 02:09:30.142 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.142 INFO kablam! | Oct 22 02:09:30.142 INFO kablam! Oct 22 02:09:30.142 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.142 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.142 INFO kablam! | Oct 22 02:09:30.142 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.142 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.142 INFO kablam! ... Oct 22 02:09:30.142 INFO kablam! 2666 | rt_realloc_excess_unused!(rt_primes_13bytes_8align_realloc_excess_unused, 13, 8); Oct 22 02:09:30.142 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.142 INFO kablam! Oct 22 02:09:30.142 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.142 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.142 INFO kablam! | Oct 22 02:09:30.142 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.142 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.142 INFO kablam! ... Oct 22 02:09:30.142 INFO kablam! 2666 | rt_realloc_excess_unused!(rt_primes_13bytes_8align_realloc_excess_unused, 13, 8); Oct 22 02:09:30.142 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.142 INFO kablam! | Oct 22 02:09:30.142 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.142 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.142 INFO kablam! | Oct 22 02:09:30.142 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.142 INFO kablam! | Oct 22 02:09:30.142 INFO kablam! Oct 22 02:09:30.142 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.142 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.142 INFO kablam! | Oct 22 02:09:30.142 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.142 INFO kablam! | ^^^^^ Oct 22 02:09:30.142 INFO kablam! ... Oct 22 02:09:30.142 INFO kablam! 2679 | rt_realloc_excess_unused!(rt_primes_17bytes_8align_realloc_excess_unused, 17, 8); Oct 22 02:09:30.142 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.142 INFO kablam! | Oct 22 02:09:30.142 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.142 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.142 INFO kablam! | Oct 22 02:09:30.142 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.142 INFO kablam! | Oct 22 02:09:30.142 INFO kablam! Oct 22 02:09:30.142 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.143 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.143 INFO kablam! | Oct 22 02:09:30.143 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.143 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.143 INFO kablam! ... Oct 22 02:09:30.143 INFO kablam! 2679 | rt_realloc_excess_unused!(rt_primes_17bytes_8align_realloc_excess_unused, 17, 8); Oct 22 02:09:30.143 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.143 INFO kablam! Oct 22 02:09:30.143 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.143 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.143 INFO kablam! | Oct 22 02:09:30.143 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.143 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.143 INFO kablam! ... Oct 22 02:09:30.143 INFO kablam! 2679 | rt_realloc_excess_unused!(rt_primes_17bytes_8align_realloc_excess_unused, 17, 8); Oct 22 02:09:30.143 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.143 INFO kablam! | Oct 22 02:09:30.143 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.143 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.143 INFO kablam! | Oct 22 02:09:30.143 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.143 INFO kablam! | Oct 22 02:09:30.143 INFO kablam! Oct 22 02:09:30.143 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.143 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.143 INFO kablam! | Oct 22 02:09:30.143 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.143 INFO kablam! | ^^^^^ Oct 22 02:09:30.143 INFO kablam! ... Oct 22 02:09:30.143 INFO kablam! 2692 | rt_realloc_excess_unused!(rt_primes_31bytes_8align_realloc_excess_unused, 31, 8); Oct 22 02:09:30.143 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.143 INFO kablam! | Oct 22 02:09:30.143 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.143 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.143 INFO kablam! | Oct 22 02:09:30.143 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.143 INFO kablam! | Oct 22 02:09:30.143 INFO kablam! Oct 22 02:09:30.143 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.143 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.143 INFO kablam! | Oct 22 02:09:30.143 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.143 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.143 INFO kablam! ... Oct 22 02:09:30.143 INFO kablam! 2692 | rt_realloc_excess_unused!(rt_primes_31bytes_8align_realloc_excess_unused, 31, 8); Oct 22 02:09:30.143 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.143 INFO kablam! Oct 22 02:09:30.143 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.143 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.143 INFO kablam! | Oct 22 02:09:30.143 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.143 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.143 INFO kablam! ... Oct 22 02:09:30.143 INFO kablam! 2692 | rt_realloc_excess_unused!(rt_primes_31bytes_8align_realloc_excess_unused, 31, 8); Oct 22 02:09:30.143 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.143 INFO kablam! | Oct 22 02:09:30.143 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.143 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.143 INFO kablam! | Oct 22 02:09:30.143 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.143 INFO kablam! | Oct 22 02:09:30.143 INFO kablam! Oct 22 02:09:30.148 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.148 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.148 INFO kablam! | Oct 22 02:09:30.148 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.148 INFO kablam! | ^^^^^ Oct 22 02:09:30.148 INFO kablam! ... Oct 22 02:09:30.148 INFO kablam! 2705 | rt_realloc_excess_unused!(rt_primes_61bytes_8align_realloc_excess_unused, 61, 8); Oct 22 02:09:30.148 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.148 INFO kablam! | Oct 22 02:09:30.148 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.148 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.148 INFO kablam! | Oct 22 02:09:30.148 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.148 INFO kablam! | Oct 22 02:09:30.149 INFO kablam! Oct 22 02:09:30.149 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.149 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.149 INFO kablam! | Oct 22 02:09:30.149 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.149 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.149 INFO kablam! ... Oct 22 02:09:30.149 INFO kablam! 2705 | rt_realloc_excess_unused!(rt_primes_61bytes_8align_realloc_excess_unused, 61, 8); Oct 22 02:09:30.149 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.149 INFO kablam! Oct 22 02:09:30.149 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.149 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.149 INFO kablam! | Oct 22 02:09:30.149 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.149 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.149 INFO kablam! ... Oct 22 02:09:30.149 INFO kablam! 2705 | rt_realloc_excess_unused!(rt_primes_61bytes_8align_realloc_excess_unused, 61, 8); Oct 22 02:09:30.149 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.149 INFO kablam! | Oct 22 02:09:30.149 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.149 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.149 INFO kablam! | Oct 22 02:09:30.149 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.149 INFO kablam! | Oct 22 02:09:30.149 INFO kablam! Oct 22 02:09:30.149 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.149 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.149 INFO kablam! | Oct 22 02:09:30.149 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.149 INFO kablam! | ^^^^^ Oct 22 02:09:30.149 INFO kablam! ... Oct 22 02:09:30.149 INFO kablam! 2718 | rt_realloc_excess_unused!(rt_primes_96bytes_8align_realloc_excess_unused, 96, 8); Oct 22 02:09:30.149 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.149 INFO kablam! | Oct 22 02:09:30.149 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.149 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.149 INFO kablam! | Oct 22 02:09:30.149 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.149 INFO kablam! | Oct 22 02:09:30.149 INFO kablam! Oct 22 02:09:30.149 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.149 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.149 INFO kablam! | Oct 22 02:09:30.149 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.149 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.149 INFO kablam! ... Oct 22 02:09:30.149 INFO kablam! 2718 | rt_realloc_excess_unused!(rt_primes_96bytes_8align_realloc_excess_unused, 96, 8); Oct 22 02:09:30.149 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.149 INFO kablam! Oct 22 02:09:30.149 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.149 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.149 INFO kablam! | Oct 22 02:09:30.149 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.149 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.149 INFO kablam! ... Oct 22 02:09:30.149 INFO kablam! 2718 | rt_realloc_excess_unused!(rt_primes_96bytes_8align_realloc_excess_unused, 96, 8); Oct 22 02:09:30.149 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.149 INFO kablam! | Oct 22 02:09:30.149 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.149 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.149 INFO kablam! | Oct 22 02:09:30.149 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.149 INFO kablam! | Oct 22 02:09:30.149 INFO kablam! Oct 22 02:09:30.149 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.149 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.149 INFO kablam! | Oct 22 02:09:30.149 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.149 INFO kablam! | ^^^^^ Oct 22 02:09:30.149 INFO kablam! ... Oct 22 02:09:30.149 INFO kablam! 2731 | rt_realloc_excess_unused!(rt_primes_127bytes_8align_realloc_excess_unused, 127, 8); Oct 22 02:09:30.149 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.149 INFO kablam! | Oct 22 02:09:30.149 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.149 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.149 INFO kablam! | Oct 22 02:09:30.149 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.149 INFO kablam! | Oct 22 02:09:30.149 INFO kablam! Oct 22 02:09:30.160 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.160 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.160 INFO kablam! | Oct 22 02:09:30.160 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.160 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.160 INFO kablam! ... Oct 22 02:09:30.160 INFO kablam! 2731 | rt_realloc_excess_unused!(rt_primes_127bytes_8align_realloc_excess_unused, 127, 8); Oct 22 02:09:30.160 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.160 INFO kablam! Oct 22 02:09:30.160 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.160 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.160 INFO kablam! | Oct 22 02:09:30.160 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.160 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.160 INFO kablam! ... Oct 22 02:09:30.160 INFO kablam! 2731 | rt_realloc_excess_unused!(rt_primes_127bytes_8align_realloc_excess_unused, 127, 8); Oct 22 02:09:30.160 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.160 INFO kablam! | Oct 22 02:09:30.160 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.160 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.160 INFO kablam! | Oct 22 02:09:30.160 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.160 INFO kablam! | Oct 22 02:09:30.160 INFO kablam! Oct 22 02:09:30.160 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.160 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.160 INFO kablam! | Oct 22 02:09:30.160 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.160 INFO kablam! | ^^^^^ Oct 22 02:09:30.160 INFO kablam! ... Oct 22 02:09:30.160 INFO kablam! 2744 | rt_realloc_excess_unused!(rt_primes_257bytes_8align_realloc_excess_unused, 257, 8); Oct 22 02:09:30.160 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.160 INFO kablam! | Oct 22 02:09:30.160 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.160 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.160 INFO kablam! | Oct 22 02:09:30.160 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.160 INFO kablam! | Oct 22 02:09:30.160 INFO kablam! Oct 22 02:09:30.160 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.160 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.160 INFO kablam! | Oct 22 02:09:30.160 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.160 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.160 INFO kablam! ... Oct 22 02:09:30.161 INFO kablam! 2744 | rt_realloc_excess_unused!(rt_primes_257bytes_8align_realloc_excess_unused, 257, 8); Oct 22 02:09:30.161 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.161 INFO kablam! Oct 22 02:09:30.161 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.161 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.161 INFO kablam! | Oct 22 02:09:30.161 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.161 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.161 INFO kablam! ... Oct 22 02:09:30.161 INFO kablam! 2744 | rt_realloc_excess_unused!(rt_primes_257bytes_8align_realloc_excess_unused, 257, 8); Oct 22 02:09:30.161 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.161 INFO kablam! | Oct 22 02:09:30.161 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.161 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.161 INFO kablam! | Oct 22 02:09:30.161 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.161 INFO kablam! | Oct 22 02:09:30.161 INFO kablam! Oct 22 02:09:30.161 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.161 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.161 INFO kablam! | Oct 22 02:09:30.161 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.161 INFO kablam! | ^^^^^ Oct 22 02:09:30.161 INFO kablam! ... Oct 22 02:09:30.161 INFO kablam! 2757 | rt_realloc_excess_unused!(rt_primes_509bytes_8align_realloc_excess_unused, 509, 8); Oct 22 02:09:30.161 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.161 INFO kablam! | Oct 22 02:09:30.161 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.161 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.161 INFO kablam! | Oct 22 02:09:30.161 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.161 INFO kablam! | Oct 22 02:09:30.161 INFO kablam! Oct 22 02:09:30.173 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.173 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.173 INFO kablam! | Oct 22 02:09:30.173 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.173 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.173 INFO kablam! ... Oct 22 02:09:30.173 INFO kablam! 2757 | rt_realloc_excess_unused!(rt_primes_509bytes_8align_realloc_excess_unused, 509, 8); Oct 22 02:09:30.173 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.173 INFO kablam! Oct 22 02:09:30.173 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.173 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.173 INFO kablam! | Oct 22 02:09:30.173 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.173 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.173 INFO kablam! ... Oct 22 02:09:30.173 INFO kablam! 2757 | rt_realloc_excess_unused!(rt_primes_509bytes_8align_realloc_excess_unused, 509, 8); Oct 22 02:09:30.173 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.173 INFO kablam! | Oct 22 02:09:30.173 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.173 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.173 INFO kablam! | Oct 22 02:09:30.173 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.173 INFO kablam! | Oct 22 02:09:30.174 INFO kablam! Oct 22 02:09:30.174 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.174 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.174 INFO kablam! | Oct 22 02:09:30.174 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.174 INFO kablam! | ^^^^^ Oct 22 02:09:30.174 INFO kablam! ... Oct 22 02:09:30.174 INFO kablam! 2770 | rt_realloc_excess_unused!(rt_primes_1021bytes_8align_realloc_excess_unused, 1021, 8); Oct 22 02:09:30.174 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.174 INFO kablam! | Oct 22 02:09:30.174 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.174 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.174 INFO kablam! | Oct 22 02:09:30.174 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.174 INFO kablam! | Oct 22 02:09:30.174 INFO kablam! Oct 22 02:09:30.174 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.174 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.174 INFO kablam! | Oct 22 02:09:30.174 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.174 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.174 INFO kablam! ... Oct 22 02:09:30.174 INFO kablam! 2770 | rt_realloc_excess_unused!(rt_primes_1021bytes_8align_realloc_excess_unused, 1021, 8); Oct 22 02:09:30.174 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.174 INFO kablam! Oct 22 02:09:30.174 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.174 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.174 INFO kablam! | Oct 22 02:09:30.174 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.174 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.174 INFO kablam! ... Oct 22 02:09:30.174 INFO kablam! 2770 | rt_realloc_excess_unused!(rt_primes_1021bytes_8align_realloc_excess_unused, 1021, 8); Oct 22 02:09:30.174 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.174 INFO kablam! | Oct 22 02:09:30.174 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.174 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.174 INFO kablam! | Oct 22 02:09:30.174 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.174 INFO kablam! | Oct 22 02:09:30.174 INFO kablam! Oct 22 02:09:30.174 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.174 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.174 INFO kablam! | Oct 22 02:09:30.174 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.174 INFO kablam! | ^^^^^ Oct 22 02:09:30.174 INFO kablam! ... Oct 22 02:09:30.174 INFO kablam! 2783 | rt_realloc_excess_unused!(rt_primes_2039bytes_8align_realloc_excess_unused, 2039, 8); Oct 22 02:09:30.174 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.174 INFO kablam! | Oct 22 02:09:30.174 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.174 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.174 INFO kablam! | Oct 22 02:09:30.174 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.174 INFO kablam! | Oct 22 02:09:30.174 INFO kablam! Oct 22 02:09:30.174 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.174 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.174 INFO kablam! | Oct 22 02:09:30.174 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.174 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.174 INFO kablam! ... Oct 22 02:09:30.174 INFO kablam! 2783 | rt_realloc_excess_unused!(rt_primes_2039bytes_8align_realloc_excess_unused, 2039, 8); Oct 22 02:09:30.174 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.174 INFO kablam! Oct 22 02:09:30.174 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.174 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.174 INFO kablam! | Oct 22 02:09:30.174 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.174 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.174 INFO kablam! ... Oct 22 02:09:30.174 INFO kablam! 2783 | rt_realloc_excess_unused!(rt_primes_2039bytes_8align_realloc_excess_unused, 2039, 8); Oct 22 02:09:30.174 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.174 INFO kablam! | Oct 22 02:09:30.174 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.174 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.174 INFO kablam! | Oct 22 02:09:30.174 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.174 INFO kablam! | Oct 22 02:09:30.174 INFO kablam! Oct 22 02:09:30.174 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.174 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.174 INFO kablam! | Oct 22 02:09:30.174 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.174 INFO kablam! | ^^^^^ Oct 22 02:09:30.175 INFO kablam! ... Oct 22 02:09:30.175 INFO kablam! 2796 | rt_realloc_excess_unused!(rt_primes_4093bytes_8align_realloc_excess_unused, 4093, 8); Oct 22 02:09:30.175 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.175 INFO kablam! | Oct 22 02:09:30.175 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.175 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.175 INFO kablam! | Oct 22 02:09:30.175 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.175 INFO kablam! | Oct 22 02:09:30.175 INFO kablam! Oct 22 02:09:30.175 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.175 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.175 INFO kablam! | Oct 22 02:09:30.175 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.175 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.175 INFO kablam! ... Oct 22 02:09:30.175 INFO kablam! 2796 | rt_realloc_excess_unused!(rt_primes_4093bytes_8align_realloc_excess_unused, 4093, 8); Oct 22 02:09:30.175 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.175 INFO kablam! Oct 22 02:09:30.175 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.175 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.175 INFO kablam! | Oct 22 02:09:30.175 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.175 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.175 INFO kablam! ... Oct 22 02:09:30.175 INFO kablam! 2796 | rt_realloc_excess_unused!(rt_primes_4093bytes_8align_realloc_excess_unused, 4093, 8); Oct 22 02:09:30.175 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.175 INFO kablam! | Oct 22 02:09:30.175 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.175 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.175 INFO kablam! | Oct 22 02:09:30.175 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.175 INFO kablam! | Oct 22 02:09:30.175 INFO kablam! Oct 22 02:09:30.175 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.175 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.175 INFO kablam! | Oct 22 02:09:30.175 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.175 INFO kablam! | ^^^^^ Oct 22 02:09:30.175 INFO kablam! ... Oct 22 02:09:30.175 INFO kablam! 2809 | rt_realloc_excess_unused!(rt_primes_8191bytes_8align_realloc_excess_unused, 8191, 8); Oct 22 02:09:30.175 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.175 INFO kablam! | Oct 22 02:09:30.175 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.175 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.175 INFO kablam! | Oct 22 02:09:30.175 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.175 INFO kablam! | Oct 22 02:09:30.175 INFO kablam! Oct 22 02:09:30.175 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.175 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.175 INFO kablam! | Oct 22 02:09:30.175 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.175 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.175 INFO kablam! ... Oct 22 02:09:30.175 INFO kablam! 2809 | rt_realloc_excess_unused!(rt_primes_8191bytes_8align_realloc_excess_unused, 8191, 8); Oct 22 02:09:30.175 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.175 INFO kablam! Oct 22 02:09:30.175 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.175 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.175 INFO kablam! | Oct 22 02:09:30.175 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.175 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.175 INFO kablam! ... Oct 22 02:09:30.175 INFO kablam! 2809 | rt_realloc_excess_unused!(rt_primes_8191bytes_8align_realloc_excess_unused, 8191, 8); Oct 22 02:09:30.175 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.175 INFO kablam! | Oct 22 02:09:30.175 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.175 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.175 INFO kablam! | Oct 22 02:09:30.175 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.175 INFO kablam! | Oct 22 02:09:30.175 INFO kablam! Oct 22 02:09:30.175 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.175 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.175 INFO kablam! | Oct 22 02:09:30.175 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.175 INFO kablam! | ^^^^^ Oct 22 02:09:30.175 INFO kablam! ... Oct 22 02:09:30.175 INFO kablam! 2822 | rt_realloc_excess_unused!(rt_primes_16381bytes_8align_realloc_excess_unused, 16381, 8); Oct 22 02:09:30.175 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.175 INFO kablam! | Oct 22 02:09:30.176 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.176 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.176 INFO kablam! | Oct 22 02:09:30.176 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.176 INFO kablam! | Oct 22 02:09:30.176 INFO kablam! Oct 22 02:09:30.176 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.176 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.176 INFO kablam! | Oct 22 02:09:30.176 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.176 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.176 INFO kablam! ... Oct 22 02:09:30.176 INFO kablam! 2822 | rt_realloc_excess_unused!(rt_primes_16381bytes_8align_realloc_excess_unused, 16381, 8); Oct 22 02:09:30.176 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.176 INFO kablam! Oct 22 02:09:30.176 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.176 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.176 INFO kablam! | Oct 22 02:09:30.176 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.176 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.176 INFO kablam! ... Oct 22 02:09:30.176 INFO kablam! 2822 | rt_realloc_excess_unused!(rt_primes_16381bytes_8align_realloc_excess_unused, 16381, 8); Oct 22 02:09:30.176 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.176 INFO kablam! | Oct 22 02:09:30.176 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.176 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.176 INFO kablam! | Oct 22 02:09:30.176 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.176 INFO kablam! | Oct 22 02:09:30.176 INFO kablam! Oct 22 02:09:30.176 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.176 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.176 INFO kablam! | Oct 22 02:09:30.176 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.176 INFO kablam! | ^^^^^ Oct 22 02:09:30.176 INFO kablam! ... Oct 22 02:09:30.176 INFO kablam! 2835 | rt_realloc_excess_unused!(rt_primes_32749bytes_8align_realloc_excess_unused, 32749, 8); Oct 22 02:09:30.176 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.176 INFO kablam! | Oct 22 02:09:30.176 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.176 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.176 INFO kablam! | Oct 22 02:09:30.176 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.176 INFO kablam! | Oct 22 02:09:30.176 INFO kablam! Oct 22 02:09:30.176 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.176 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.176 INFO kablam! | Oct 22 02:09:30.176 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.176 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.176 INFO kablam! ... Oct 22 02:09:30.176 INFO kablam! 2835 | rt_realloc_excess_unused!(rt_primes_32749bytes_8align_realloc_excess_unused, 32749, 8); Oct 22 02:09:30.176 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.176 INFO kablam! Oct 22 02:09:30.176 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.176 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.176 INFO kablam! | Oct 22 02:09:30.176 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.176 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.176 INFO kablam! ... Oct 22 02:09:30.176 INFO kablam! 2835 | rt_realloc_excess_unused!(rt_primes_32749bytes_8align_realloc_excess_unused, 32749, 8); Oct 22 02:09:30.176 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.176 INFO kablam! | Oct 22 02:09:30.176 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.176 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.176 INFO kablam! | Oct 22 02:09:30.176 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.176 INFO kablam! | Oct 22 02:09:30.176 INFO kablam! Oct 22 02:09:30.176 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.176 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.176 INFO kablam! | Oct 22 02:09:30.176 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.176 INFO kablam! | ^^^^^ Oct 22 02:09:30.176 INFO kablam! ... Oct 22 02:09:30.176 INFO kablam! 2848 | rt_realloc_excess_unused!(rt_primes_65537bytes_8align_realloc_excess_unused, 65537, 8); Oct 22 02:09:30.176 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.176 INFO kablam! | Oct 22 02:09:30.176 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.176 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.177 INFO kablam! | Oct 22 02:09:30.177 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.177 INFO kablam! | Oct 22 02:09:30.177 INFO kablam! Oct 22 02:09:30.177 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.177 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.177 INFO kablam! | Oct 22 02:09:30.177 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.177 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.177 INFO kablam! ... Oct 22 02:09:30.177 INFO kablam! 2848 | rt_realloc_excess_unused!(rt_primes_65537bytes_8align_realloc_excess_unused, 65537, 8); Oct 22 02:09:30.177 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.177 INFO kablam! Oct 22 02:09:30.184 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.184 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.184 INFO kablam! | Oct 22 02:09:30.184 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.184 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.184 INFO kablam! ... Oct 22 02:09:30.184 INFO kablam! 2848 | rt_realloc_excess_unused!(rt_primes_65537bytes_8align_realloc_excess_unused, 65537, 8); Oct 22 02:09:30.184 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.184 INFO kablam! | Oct 22 02:09:30.184 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.184 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.184 INFO kablam! | Oct 22 02:09:30.184 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.184 INFO kablam! | Oct 22 02:09:30.184 INFO kablam! Oct 22 02:09:30.184 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.184 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.184 INFO kablam! | Oct 22 02:09:30.184 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.184 INFO kablam! | ^^^^^ Oct 22 02:09:30.184 INFO kablam! ... Oct 22 02:09:30.184 INFO kablam! 2861 | rt_realloc_excess_unused!(rt_primes_131071bytes_8align_realloc_excess_unused, 131071, 8); Oct 22 02:09:30.184 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.184 INFO kablam! | Oct 22 02:09:30.184 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.184 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.184 INFO kablam! | Oct 22 02:09:30.184 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.184 INFO kablam! | Oct 22 02:09:30.184 INFO kablam! Oct 22 02:09:30.184 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.184 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.184 INFO kablam! | Oct 22 02:09:30.184 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.184 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.184 INFO kablam! ... Oct 22 02:09:30.184 INFO kablam! 2861 | rt_realloc_excess_unused!(rt_primes_131071bytes_8align_realloc_excess_unused, 131071, 8); Oct 22 02:09:30.184 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.184 INFO kablam! Oct 22 02:09:30.184 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.184 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.184 INFO kablam! | Oct 22 02:09:30.184 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.184 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.185 INFO kablam! ... Oct 22 02:09:30.185 INFO kablam! 2861 | rt_realloc_excess_unused!(rt_primes_131071bytes_8align_realloc_excess_unused, 131071, 8); Oct 22 02:09:30.185 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.185 INFO kablam! | Oct 22 02:09:30.185 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.185 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.185 INFO kablam! | Oct 22 02:09:30.185 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.185 INFO kablam! | Oct 22 02:09:30.185 INFO kablam! Oct 22 02:09:30.185 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.185 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.185 INFO kablam! | Oct 22 02:09:30.185 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.185 INFO kablam! | ^^^^^ Oct 22 02:09:30.185 INFO kablam! ... Oct 22 02:09:30.185 INFO kablam! 2874 | rt_realloc_excess_unused!(rt_primes_4194301bytes_8align_realloc_excess_unused, 4194301, 8); Oct 22 02:09:30.185 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.185 INFO kablam! | Oct 22 02:09:30.185 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.185 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.185 INFO kablam! | Oct 22 02:09:30.185 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.185 INFO kablam! | Oct 22 02:09:30.185 INFO kablam! Oct 22 02:09:30.185 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.185 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.185 INFO kablam! | Oct 22 02:09:30.185 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.185 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.185 INFO kablam! ... Oct 22 02:09:30.185 INFO kablam! 2874 | rt_realloc_excess_unused!(rt_primes_4194301bytes_8align_realloc_excess_unused, 4194301, 8); Oct 22 02:09:30.185 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.185 INFO kablam! Oct 22 02:09:30.185 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.185 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.185 INFO kablam! | Oct 22 02:09:30.185 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.185 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.185 INFO kablam! ... Oct 22 02:09:30.185 INFO kablam! 2874 | rt_realloc_excess_unused!(rt_primes_4194301bytes_8align_realloc_excess_unused, 4194301, 8); Oct 22 02:09:30.185 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.185 INFO kablam! | Oct 22 02:09:30.185 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.185 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.185 INFO kablam! | Oct 22 02:09:30.185 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.185 INFO kablam! | Oct 22 02:09:30.185 INFO kablam! Oct 22 02:09:30.185 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.185 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.185 INFO kablam! | Oct 22 02:09:30.185 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.185 INFO kablam! | ^^^^^ Oct 22 02:09:30.185 INFO kablam! ... Oct 22 02:09:30.185 INFO kablam! 2890 | rt_realloc_excess_unused!(rt_pow2_1bytes_16align_realloc_excess_unused, 1, 16); Oct 22 02:09:30.185 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.185 INFO kablam! | Oct 22 02:09:30.185 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.185 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.185 INFO kablam! | Oct 22 02:09:30.185 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.185 INFO kablam! | Oct 22 02:09:30.185 INFO kablam! Oct 22 02:09:30.192 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.192 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.192 INFO kablam! | Oct 22 02:09:30.192 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.192 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.192 INFO kablam! ... Oct 22 02:09:30.192 INFO kablam! 2890 | rt_realloc_excess_unused!(rt_pow2_1bytes_16align_realloc_excess_unused, 1, 16); Oct 22 02:09:30.192 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.192 INFO kablam! Oct 22 02:09:30.192 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.192 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.192 INFO kablam! | Oct 22 02:09:30.192 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.192 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.192 INFO kablam! ... Oct 22 02:09:30.192 INFO kablam! 2890 | rt_realloc_excess_unused!(rt_pow2_1bytes_16align_realloc_excess_unused, 1, 16); Oct 22 02:09:30.192 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.192 INFO kablam! | Oct 22 02:09:30.192 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.192 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.192 INFO kablam! | Oct 22 02:09:30.192 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.192 INFO kablam! | Oct 22 02:09:30.192 INFO kablam! Oct 22 02:09:30.192 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.192 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.192 INFO kablam! | Oct 22 02:09:30.192 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.192 INFO kablam! | ^^^^^ Oct 22 02:09:30.192 INFO kablam! ... Oct 22 02:09:30.192 INFO kablam! 2903 | rt_realloc_excess_unused!(rt_pow2_2bytes_16align_realloc_excess_unused, 2, 16); Oct 22 02:09:30.192 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.192 INFO kablam! | Oct 22 02:09:30.192 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.192 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.192 INFO kablam! | Oct 22 02:09:30.192 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.192 INFO kablam! | Oct 22 02:09:30.192 INFO kablam! Oct 22 02:09:30.192 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.192 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.192 INFO kablam! | Oct 22 02:09:30.192 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.192 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.192 INFO kablam! ... Oct 22 02:09:30.192 INFO kablam! 2903 | rt_realloc_excess_unused!(rt_pow2_2bytes_16align_realloc_excess_unused, 2, 16); Oct 22 02:09:30.192 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.192 INFO kablam! Oct 22 02:09:30.193 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.193 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.193 INFO kablam! | Oct 22 02:09:30.193 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.193 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.193 INFO kablam! ... Oct 22 02:09:30.193 INFO kablam! 2903 | rt_realloc_excess_unused!(rt_pow2_2bytes_16align_realloc_excess_unused, 2, 16); Oct 22 02:09:30.193 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.193 INFO kablam! | Oct 22 02:09:30.193 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.193 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.193 INFO kablam! | Oct 22 02:09:30.193 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.193 INFO kablam! | Oct 22 02:09:30.193 INFO kablam! Oct 22 02:09:30.193 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.193 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.193 INFO kablam! | Oct 22 02:09:30.193 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.193 INFO kablam! | ^^^^^ Oct 22 02:09:30.193 INFO kablam! ... Oct 22 02:09:30.193 INFO kablam! 2916 | rt_realloc_excess_unused!(rt_pow2_4bytes_16align_realloc_excess_unused, 4, 16); Oct 22 02:09:30.193 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.193 INFO kablam! | Oct 22 02:09:30.193 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.193 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.193 INFO kablam! | Oct 22 02:09:30.193 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.193 INFO kablam! | Oct 22 02:09:30.193 INFO kablam! Oct 22 02:09:30.193 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.193 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.193 INFO kablam! | Oct 22 02:09:30.193 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.193 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.193 INFO kablam! ... Oct 22 02:09:30.193 INFO kablam! 2916 | rt_realloc_excess_unused!(rt_pow2_4bytes_16align_realloc_excess_unused, 4, 16); Oct 22 02:09:30.193 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.193 INFO kablam! Oct 22 02:09:30.193 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.193 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.193 INFO kablam! | Oct 22 02:09:30.193 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.193 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.193 INFO kablam! ... Oct 22 02:09:30.193 INFO kablam! 2916 | rt_realloc_excess_unused!(rt_pow2_4bytes_16align_realloc_excess_unused, 4, 16); Oct 22 02:09:30.193 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.193 INFO kablam! | Oct 22 02:09:30.193 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.193 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.193 INFO kablam! | Oct 22 02:09:30.193 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.193 INFO kablam! | Oct 22 02:09:30.193 INFO kablam! Oct 22 02:09:30.199 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.199 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.199 INFO kablam! | Oct 22 02:09:30.199 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.199 INFO kablam! | ^^^^^ Oct 22 02:09:30.199 INFO kablam! ... Oct 22 02:09:30.199 INFO kablam! 2929 | rt_realloc_excess_unused!(rt_pow2_8bytes_16align_realloc_excess_unused, 8, 16); Oct 22 02:09:30.199 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.199 INFO kablam! | Oct 22 02:09:30.199 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.199 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.199 INFO kablam! | Oct 22 02:09:30.199 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.199 INFO kablam! | Oct 22 02:09:30.199 INFO kablam! Oct 22 02:09:30.199 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.199 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.199 INFO kablam! | Oct 22 02:09:30.199 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.199 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.199 INFO kablam! ... Oct 22 02:09:30.199 INFO kablam! 2929 | rt_realloc_excess_unused!(rt_pow2_8bytes_16align_realloc_excess_unused, 8, 16); Oct 22 02:09:30.199 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.199 INFO kablam! Oct 22 02:09:30.199 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.199 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.199 INFO kablam! | Oct 22 02:09:30.199 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.199 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.200 INFO kablam! ... Oct 22 02:09:30.200 INFO kablam! 2929 | rt_realloc_excess_unused!(rt_pow2_8bytes_16align_realloc_excess_unused, 8, 16); Oct 22 02:09:30.200 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.200 INFO kablam! | Oct 22 02:09:30.200 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.200 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.200 INFO kablam! | Oct 22 02:09:30.200 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.200 INFO kablam! | Oct 22 02:09:30.200 INFO kablam! Oct 22 02:09:30.207 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.207 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.207 INFO kablam! | Oct 22 02:09:30.207 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.207 INFO kablam! | ^^^^^ Oct 22 02:09:30.207 INFO kablam! ... Oct 22 02:09:30.207 INFO kablam! 2942 | rt_realloc_excess_unused!(rt_pow2_16bytes_16align_realloc_excess_unused, 16, 16); Oct 22 02:09:30.207 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.207 INFO kablam! | Oct 22 02:09:30.207 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.207 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.207 INFO kablam! | Oct 22 02:09:30.207 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.207 INFO kablam! | Oct 22 02:09:30.207 INFO kablam! Oct 22 02:09:30.207 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.207 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.207 INFO kablam! | Oct 22 02:09:30.207 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.207 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.207 INFO kablam! ... Oct 22 02:09:30.207 INFO kablam! 2942 | rt_realloc_excess_unused!(rt_pow2_16bytes_16align_realloc_excess_unused, 16, 16); Oct 22 02:09:30.207 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.207 INFO kablam! Oct 22 02:09:30.207 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.207 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.207 INFO kablam! | Oct 22 02:09:30.207 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.207 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.207 INFO kablam! ... Oct 22 02:09:30.207 INFO kablam! 2942 | rt_realloc_excess_unused!(rt_pow2_16bytes_16align_realloc_excess_unused, 16, 16); Oct 22 02:09:30.207 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.207 INFO kablam! | Oct 22 02:09:30.207 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.207 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.207 INFO kablam! | Oct 22 02:09:30.207 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.207 INFO kablam! | Oct 22 02:09:30.207 INFO kablam! Oct 22 02:09:30.207 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.207 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.207 INFO kablam! | Oct 22 02:09:30.207 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.207 INFO kablam! | ^^^^^ Oct 22 02:09:30.208 INFO kablam! ... Oct 22 02:09:30.208 INFO kablam! 2955 | rt_realloc_excess_unused!(rt_pow2_32bytes_16align_realloc_excess_unused, 32, 16); Oct 22 02:09:30.208 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.208 INFO kablam! | Oct 22 02:09:30.208 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.208 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.208 INFO kablam! | Oct 22 02:09:30.208 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.208 INFO kablam! | Oct 22 02:09:30.208 INFO kablam! Oct 22 02:09:30.208 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.208 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.208 INFO kablam! | Oct 22 02:09:30.208 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.208 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.208 INFO kablam! ... Oct 22 02:09:30.208 INFO kablam! 2955 | rt_realloc_excess_unused!(rt_pow2_32bytes_16align_realloc_excess_unused, 32, 16); Oct 22 02:09:30.208 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.208 INFO kablam! Oct 22 02:09:30.208 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.208 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.208 INFO kablam! | Oct 22 02:09:30.208 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.208 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.208 INFO kablam! ... Oct 22 02:09:30.208 INFO kablam! 2955 | rt_realloc_excess_unused!(rt_pow2_32bytes_16align_realloc_excess_unused, 32, 16); Oct 22 02:09:30.208 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.208 INFO kablam! | Oct 22 02:09:30.208 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.212 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.212 INFO kablam! | Oct 22 02:09:30.212 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.212 INFO kablam! | Oct 22 02:09:30.212 INFO kablam! Oct 22 02:09:30.212 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.212 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.212 INFO kablam! | Oct 22 02:09:30.212 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.212 INFO kablam! | ^^^^^ Oct 22 02:09:30.212 INFO kablam! ... Oct 22 02:09:30.212 INFO kablam! 2968 | rt_realloc_excess_unused!(rt_pow2_64bytes_16align_realloc_excess_unused, 64, 16); Oct 22 02:09:30.212 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.212 INFO kablam! | Oct 22 02:09:30.212 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.212 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.212 INFO kablam! | Oct 22 02:09:30.212 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.212 INFO kablam! | Oct 22 02:09:30.212 INFO kablam! Oct 22 02:09:30.212 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.212 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.212 INFO kablam! | Oct 22 02:09:30.212 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.212 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.212 INFO kablam! ... Oct 22 02:09:30.212 INFO kablam! 2968 | rt_realloc_excess_unused!(rt_pow2_64bytes_16align_realloc_excess_unused, 64, 16); Oct 22 02:09:30.212 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.212 INFO kablam! Oct 22 02:09:30.212 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.212 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.212 INFO kablam! | Oct 22 02:09:30.212 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.212 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.212 INFO kablam! ... Oct 22 02:09:30.212 INFO kablam! 2968 | rt_realloc_excess_unused!(rt_pow2_64bytes_16align_realloc_excess_unused, 64, 16); Oct 22 02:09:30.212 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.212 INFO kablam! | Oct 22 02:09:30.212 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.212 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.212 INFO kablam! | Oct 22 02:09:30.212 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.212 INFO kablam! | Oct 22 02:09:30.212 INFO kablam! Oct 22 02:09:30.213 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.213 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.213 INFO kablam! | Oct 22 02:09:30.213 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.213 INFO kablam! | ^^^^^ Oct 22 02:09:30.213 INFO kablam! ... Oct 22 02:09:30.213 INFO kablam! 2981 | rt_realloc_excess_unused!(rt_pow2_128bytes_16align_realloc_excess_unused, 128, 16); Oct 22 02:09:30.213 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.213 INFO kablam! | Oct 22 02:09:30.213 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.213 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.213 INFO kablam! | Oct 22 02:09:30.213 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.213 INFO kablam! | Oct 22 02:09:30.213 INFO kablam! Oct 22 02:09:30.213 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.213 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.213 INFO kablam! | Oct 22 02:09:30.213 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.213 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.213 INFO kablam! ... Oct 22 02:09:30.213 INFO kablam! 2981 | rt_realloc_excess_unused!(rt_pow2_128bytes_16align_realloc_excess_unused, 128, 16); Oct 22 02:09:30.213 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.213 INFO kablam! Oct 22 02:09:30.213 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.213 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.213 INFO kablam! | Oct 22 02:09:30.213 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.213 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.213 INFO kablam! ... Oct 22 02:09:30.213 INFO kablam! 2981 | rt_realloc_excess_unused!(rt_pow2_128bytes_16align_realloc_excess_unused, 128, 16); Oct 22 02:09:30.213 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.213 INFO kablam! | Oct 22 02:09:30.213 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.213 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.213 INFO kablam! | Oct 22 02:09:30.213 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.213 INFO kablam! | Oct 22 02:09:30.213 INFO kablam! Oct 22 02:09:30.213 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.213 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.213 INFO kablam! | Oct 22 02:09:30.213 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.213 INFO kablam! | ^^^^^ Oct 22 02:09:30.213 INFO kablam! ... Oct 22 02:09:30.213 INFO kablam! 2994 | rt_realloc_excess_unused!(rt_pow2_256bytes_16align_realloc_excess_unused, 256, 16); Oct 22 02:09:30.213 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.213 INFO kablam! | Oct 22 02:09:30.213 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.213 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.213 INFO kablam! | Oct 22 02:09:30.213 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.213 INFO kablam! | Oct 22 02:09:30.213 INFO kablam! Oct 22 02:09:30.213 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.213 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.213 INFO kablam! | Oct 22 02:09:30.213 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.213 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.213 INFO kablam! ... Oct 22 02:09:30.213 INFO kablam! 2994 | rt_realloc_excess_unused!(rt_pow2_256bytes_16align_realloc_excess_unused, 256, 16); Oct 22 02:09:30.213 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.213 INFO kablam! Oct 22 02:09:30.213 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.213 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.213 INFO kablam! | Oct 22 02:09:30.213 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.213 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.213 INFO kablam! ... Oct 22 02:09:30.213 INFO kablam! 2994 | rt_realloc_excess_unused!(rt_pow2_256bytes_16align_realloc_excess_unused, 256, 16); Oct 22 02:09:30.213 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.213 INFO kablam! | Oct 22 02:09:30.213 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.213 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.213 INFO kablam! | Oct 22 02:09:30.213 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.213 INFO kablam! | Oct 22 02:09:30.213 INFO kablam! Oct 22 02:09:30.213 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.213 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.213 INFO kablam! | Oct 22 02:09:30.213 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.213 INFO kablam! | ^^^^^ Oct 22 02:09:30.213 INFO kablam! ... Oct 22 02:09:30.213 INFO kablam! 3007 | rt_realloc_excess_unused!(rt_pow2_512bytes_16align_realloc_excess_unused, 512, 16); Oct 22 02:09:30.213 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.214 INFO kablam! | Oct 22 02:09:30.214 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.214 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.214 INFO kablam! | Oct 22 02:09:30.214 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.214 INFO kablam! | Oct 22 02:09:30.214 INFO kablam! Oct 22 02:09:30.220 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.220 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.220 INFO kablam! | Oct 22 02:09:30.220 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.220 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.220 INFO kablam! ... Oct 22 02:09:30.220 INFO kablam! 3007 | rt_realloc_excess_unused!(rt_pow2_512bytes_16align_realloc_excess_unused, 512, 16); Oct 22 02:09:30.220 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.220 INFO kablam! Oct 22 02:09:30.220 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.220 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.220 INFO kablam! | Oct 22 02:09:30.220 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.220 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.220 INFO kablam! ... Oct 22 02:09:30.220 INFO kablam! 3007 | rt_realloc_excess_unused!(rt_pow2_512bytes_16align_realloc_excess_unused, 512, 16); Oct 22 02:09:30.220 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.220 INFO kablam! | Oct 22 02:09:30.220 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.220 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.220 INFO kablam! | Oct 22 02:09:30.220 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.220 INFO kablam! | Oct 22 02:09:30.220 INFO kablam! Oct 22 02:09:30.220 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.220 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.220 INFO kablam! | Oct 22 02:09:30.220 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.220 INFO kablam! | ^^^^^ Oct 22 02:09:30.220 INFO kablam! ... Oct 22 02:09:30.220 INFO kablam! 3020 | rt_realloc_excess_unused!(rt_pow2_1024bytes_16align_realloc_excess_unused, 1024, 16); Oct 22 02:09:30.220 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.220 INFO kablam! | Oct 22 02:09:30.220 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.220 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.220 INFO kablam! | Oct 22 02:09:30.220 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.220 INFO kablam! | Oct 22 02:09:30.220 INFO kablam! Oct 22 02:09:30.220 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.220 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.220 INFO kablam! | Oct 22 02:09:30.220 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.220 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.220 INFO kablam! ... Oct 22 02:09:30.220 INFO kablam! 3020 | rt_realloc_excess_unused!(rt_pow2_1024bytes_16align_realloc_excess_unused, 1024, 16); Oct 22 02:09:30.220 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.220 INFO kablam! Oct 22 02:09:30.231 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.231 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.231 INFO kablam! | Oct 22 02:09:30.231 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.231 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.231 INFO kablam! ... Oct 22 02:09:30.231 INFO kablam! 3020 | rt_realloc_excess_unused!(rt_pow2_1024bytes_16align_realloc_excess_unused, 1024, 16); Oct 22 02:09:30.231 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.231 INFO kablam! | Oct 22 02:09:30.231 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.231 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.231 INFO kablam! | Oct 22 02:09:30.231 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.231 INFO kablam! | Oct 22 02:09:30.231 INFO kablam! Oct 22 02:09:30.231 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.231 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.231 INFO kablam! | Oct 22 02:09:30.231 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.231 INFO kablam! | ^^^^^ Oct 22 02:09:30.231 INFO kablam! ... Oct 22 02:09:30.231 INFO kablam! 3033 | rt_realloc_excess_unused!(rt_pow2_2048bytes_16align_realloc_excess_unused, 2048, 16); Oct 22 02:09:30.231 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.231 INFO kablam! | Oct 22 02:09:30.231 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.231 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.231 INFO kablam! | Oct 22 02:09:30.231 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.231 INFO kablam! | Oct 22 02:09:30.231 INFO kablam! Oct 22 02:09:30.231 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.231 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.231 INFO kablam! | Oct 22 02:09:30.231 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.231 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.231 INFO kablam! ... Oct 22 02:09:30.231 INFO kablam! 3033 | rt_realloc_excess_unused!(rt_pow2_2048bytes_16align_realloc_excess_unused, 2048, 16); Oct 22 02:09:30.231 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.231 INFO kablam! Oct 22 02:09:30.231 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.231 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.231 INFO kablam! | Oct 22 02:09:30.231 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.231 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.231 INFO kablam! ... Oct 22 02:09:30.231 INFO kablam! 3033 | rt_realloc_excess_unused!(rt_pow2_2048bytes_16align_realloc_excess_unused, 2048, 16); Oct 22 02:09:30.231 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.231 INFO kablam! | Oct 22 02:09:30.231 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.231 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.231 INFO kablam! | Oct 22 02:09:30.231 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.231 INFO kablam! | Oct 22 02:09:30.231 INFO kablam! Oct 22 02:09:30.231 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.231 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.231 INFO kablam! | Oct 22 02:09:30.231 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.231 INFO kablam! | ^^^^^ Oct 22 02:09:30.231 INFO kablam! ... Oct 22 02:09:30.231 INFO kablam! 3046 | rt_realloc_excess_unused!(rt_pow2_4096bytes_16align_realloc_excess_unused, 4096, 16); Oct 22 02:09:30.231 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.231 INFO kablam! | Oct 22 02:09:30.231 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.231 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.231 INFO kablam! | Oct 22 02:09:30.231 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.231 INFO kablam! | Oct 22 02:09:30.231 INFO kablam! Oct 22 02:09:30.231 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.231 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.231 INFO kablam! | Oct 22 02:09:30.231 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.231 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.231 INFO kablam! ... Oct 22 02:09:30.231 INFO kablam! 3046 | rt_realloc_excess_unused!(rt_pow2_4096bytes_16align_realloc_excess_unused, 4096, 16); Oct 22 02:09:30.232 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.232 INFO kablam! Oct 22 02:09:30.232 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.232 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.232 INFO kablam! | Oct 22 02:09:30.232 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.232 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.232 INFO kablam! ... Oct 22 02:09:30.232 INFO kablam! 3046 | rt_realloc_excess_unused!(rt_pow2_4096bytes_16align_realloc_excess_unused, 4096, 16); Oct 22 02:09:30.232 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.232 INFO kablam! | Oct 22 02:09:30.232 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.232 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.232 INFO kablam! | Oct 22 02:09:30.232 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.232 INFO kablam! | Oct 22 02:09:30.232 INFO kablam! Oct 22 02:09:30.232 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.232 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.232 INFO kablam! | Oct 22 02:09:30.232 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.232 INFO kablam! | ^^^^^ Oct 22 02:09:30.232 INFO kablam! ... Oct 22 02:09:30.232 INFO kablam! 3059 | rt_realloc_excess_unused!(rt_pow2_8192bytes_16align_realloc_excess_unused, 8192, 16); Oct 22 02:09:30.232 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.232 INFO kablam! | Oct 22 02:09:30.232 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.232 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.232 INFO kablam! | Oct 22 02:09:30.232 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.232 INFO kablam! | Oct 22 02:09:30.232 INFO kablam! Oct 22 02:09:30.232 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.232 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.232 INFO kablam! | Oct 22 02:09:30.232 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.232 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.232 INFO kablam! ... Oct 22 02:09:30.232 INFO kablam! 3059 | rt_realloc_excess_unused!(rt_pow2_8192bytes_16align_realloc_excess_unused, 8192, 16); Oct 22 02:09:30.232 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.232 INFO kablam! Oct 22 02:09:30.232 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.232 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.232 INFO kablam! | Oct 22 02:09:30.232 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.232 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.232 INFO kablam! ... Oct 22 02:09:30.232 INFO kablam! 3059 | rt_realloc_excess_unused!(rt_pow2_8192bytes_16align_realloc_excess_unused, 8192, 16); Oct 22 02:09:30.232 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.232 INFO kablam! | Oct 22 02:09:30.232 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.232 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.232 INFO kablam! | Oct 22 02:09:30.232 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.232 INFO kablam! | Oct 22 02:09:30.232 INFO kablam! Oct 22 02:09:30.232 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.232 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.232 INFO kablam! | Oct 22 02:09:30.232 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.232 INFO kablam! | ^^^^^ Oct 22 02:09:30.232 INFO kablam! ... Oct 22 02:09:30.232 INFO kablam! 3072 | rt_realloc_excess_unused!(rt_pow2_16384bytes_16align_realloc_excess_unused, 16384, 16); Oct 22 02:09:30.232 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.232 INFO kablam! | Oct 22 02:09:30.232 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.232 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.232 INFO kablam! | Oct 22 02:09:30.232 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.232 INFO kablam! | Oct 22 02:09:30.232 INFO kablam! Oct 22 02:09:30.232 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.232 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.232 INFO kablam! | Oct 22 02:09:30.232 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.232 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.232 INFO kablam! ... Oct 22 02:09:30.232 INFO kablam! 3072 | rt_realloc_excess_unused!(rt_pow2_16384bytes_16align_realloc_excess_unused, 16384, 16); Oct 22 02:09:30.232 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.232 INFO kablam! Oct 22 02:09:30.232 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.232 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.232 INFO kablam! | Oct 22 02:09:30.232 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.232 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.233 INFO kablam! ... Oct 22 02:09:30.233 INFO kablam! 3072 | rt_realloc_excess_unused!(rt_pow2_16384bytes_16align_realloc_excess_unused, 16384, 16); Oct 22 02:09:30.233 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.233 INFO kablam! | Oct 22 02:09:30.233 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.233 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.233 INFO kablam! | Oct 22 02:09:30.233 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.233 INFO kablam! | Oct 22 02:09:30.233 INFO kablam! Oct 22 02:09:30.240 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.240 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.240 INFO kablam! | Oct 22 02:09:30.240 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.241 INFO kablam! | ^^^^^ Oct 22 02:09:30.241 INFO kablam! ... Oct 22 02:09:30.241 INFO kablam! 3085 | rt_realloc_excess_unused!(rt_pow2_32768bytes_16align_realloc_excess_unused, 32768, 16); Oct 22 02:09:30.241 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.241 INFO kablam! | Oct 22 02:09:30.241 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.241 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.241 INFO kablam! | Oct 22 02:09:30.241 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.241 INFO kablam! | Oct 22 02:09:30.241 INFO kablam! Oct 22 02:09:30.241 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.241 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.241 INFO kablam! | Oct 22 02:09:30.241 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.241 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.241 INFO kablam! ... Oct 22 02:09:30.241 INFO kablam! 3085 | rt_realloc_excess_unused!(rt_pow2_32768bytes_16align_realloc_excess_unused, 32768, 16); Oct 22 02:09:30.241 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.241 INFO kablam! Oct 22 02:09:30.241 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.241 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.241 INFO kablam! | Oct 22 02:09:30.241 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.241 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.241 INFO kablam! ... Oct 22 02:09:30.241 INFO kablam! 3085 | rt_realloc_excess_unused!(rt_pow2_32768bytes_16align_realloc_excess_unused, 32768, 16); Oct 22 02:09:30.241 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.241 INFO kablam! | Oct 22 02:09:30.241 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.241 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.241 INFO kablam! | Oct 22 02:09:30.241 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.241 INFO kablam! | Oct 22 02:09:30.241 INFO kablam! Oct 22 02:09:30.241 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.241 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.241 INFO kablam! | Oct 22 02:09:30.241 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.241 INFO kablam! | ^^^^^ Oct 22 02:09:30.241 INFO kablam! ... Oct 22 02:09:30.241 INFO kablam! 3098 | rt_realloc_excess_unused!(rt_pow2_65536bytes_16align_realloc_excess_unused, 65536, 16); Oct 22 02:09:30.241 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.241 INFO kablam! | Oct 22 02:09:30.241 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.241 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.241 INFO kablam! | Oct 22 02:09:30.241 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.241 INFO kablam! | Oct 22 02:09:30.241 INFO kablam! Oct 22 02:09:30.241 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.241 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.241 INFO kablam! | Oct 22 02:09:30.241 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.241 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.241 INFO kablam! ... Oct 22 02:09:30.241 INFO kablam! 3098 | rt_realloc_excess_unused!(rt_pow2_65536bytes_16align_realloc_excess_unused, 65536, 16); Oct 22 02:09:30.241 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.241 INFO kablam! Oct 22 02:09:30.241 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.241 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.241 INFO kablam! | Oct 22 02:09:30.241 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.241 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.241 INFO kablam! ... Oct 22 02:09:30.241 INFO kablam! 3098 | rt_realloc_excess_unused!(rt_pow2_65536bytes_16align_realloc_excess_unused, 65536, 16); Oct 22 02:09:30.241 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.241 INFO kablam! | Oct 22 02:09:30.241 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.241 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.241 INFO kablam! | Oct 22 02:09:30.241 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.241 INFO kablam! | Oct 22 02:09:30.241 INFO kablam! Oct 22 02:09:30.241 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.241 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.241 INFO kablam! | Oct 22 02:09:30.241 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.241 INFO kablam! | ^^^^^ Oct 22 02:09:30.241 INFO kablam! ... Oct 22 02:09:30.241 INFO kablam! 3111 | rt_realloc_excess_unused!(rt_pow2_131072bytes_16align_realloc_excess_unused, 131072, 16); Oct 22 02:09:30.241 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.242 INFO kablam! | Oct 22 02:09:30.242 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.242 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.242 INFO kablam! | Oct 22 02:09:30.242 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.242 INFO kablam! | Oct 22 02:09:30.242 INFO kablam! Oct 22 02:09:30.242 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.242 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.242 INFO kablam! | Oct 22 02:09:30.242 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.242 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.242 INFO kablam! ... Oct 22 02:09:30.242 INFO kablam! 3111 | rt_realloc_excess_unused!(rt_pow2_131072bytes_16align_realloc_excess_unused, 131072, 16); Oct 22 02:09:30.242 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.242 INFO kablam! Oct 22 02:09:30.242 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.242 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.242 INFO kablam! | Oct 22 02:09:30.242 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.242 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.242 INFO kablam! ... Oct 22 02:09:30.242 INFO kablam! 3111 | rt_realloc_excess_unused!(rt_pow2_131072bytes_16align_realloc_excess_unused, 131072, 16); Oct 22 02:09:30.242 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.242 INFO kablam! | Oct 22 02:09:30.242 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.242 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.242 INFO kablam! | Oct 22 02:09:30.242 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.242 INFO kablam! | Oct 22 02:09:30.242 INFO kablam! Oct 22 02:09:30.248 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.248 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.248 INFO kablam! | Oct 22 02:09:30.248 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.248 INFO kablam! | ^^^^^ Oct 22 02:09:30.248 INFO kablam! ... Oct 22 02:09:30.248 INFO kablam! 3124 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_16align_realloc_excess_unused, 4194304, 16); Oct 22 02:09:30.248 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.248 INFO kablam! | Oct 22 02:09:30.248 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.248 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.248 INFO kablam! | Oct 22 02:09:30.248 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.248 INFO kablam! | Oct 22 02:09:30.248 INFO kablam! Oct 22 02:09:30.248 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.248 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.248 INFO kablam! | Oct 22 02:09:30.248 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.248 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.248 INFO kablam! ... Oct 22 02:09:30.248 INFO kablam! 3124 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_16align_realloc_excess_unused, 4194304, 16); Oct 22 02:09:30.248 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.248 INFO kablam! Oct 22 02:09:30.248 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.248 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.248 INFO kablam! | Oct 22 02:09:30.248 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.248 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.248 INFO kablam! ... Oct 22 02:09:30.248 INFO kablam! 3124 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_16align_realloc_excess_unused, 4194304, 16); Oct 22 02:09:30.248 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.248 INFO kablam! | Oct 22 02:09:30.248 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.248 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.248 INFO kablam! | Oct 22 02:09:30.248 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.248 INFO kablam! | Oct 22 02:09:30.248 INFO kablam! Oct 22 02:09:30.248 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.248 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.248 INFO kablam! | Oct 22 02:09:30.248 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.248 INFO kablam! | ^^^^^ Oct 22 02:09:30.248 INFO kablam! ... Oct 22 02:09:30.248 INFO kablam! 3138 | rt_realloc_excess_unused!(rt_even_10bytes_16align_realloc_excess_unused, 10, 16); Oct 22 02:09:30.248 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.248 INFO kablam! | Oct 22 02:09:30.248 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.248 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.248 INFO kablam! | Oct 22 02:09:30.248 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.248 INFO kablam! | Oct 22 02:09:30.248 INFO kablam! Oct 22 02:09:30.249 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.249 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.249 INFO kablam! | Oct 22 02:09:30.249 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.249 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.249 INFO kablam! ... Oct 22 02:09:30.249 INFO kablam! 3138 | rt_realloc_excess_unused!(rt_even_10bytes_16align_realloc_excess_unused, 10, 16); Oct 22 02:09:30.249 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.249 INFO kablam! Oct 22 02:09:30.249 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.249 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.249 INFO kablam! | Oct 22 02:09:30.249 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.249 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.249 INFO kablam! ... Oct 22 02:09:30.249 INFO kablam! 3138 | rt_realloc_excess_unused!(rt_even_10bytes_16align_realloc_excess_unused, 10, 16); Oct 22 02:09:30.249 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.249 INFO kablam! | Oct 22 02:09:30.249 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.249 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.249 INFO kablam! | Oct 22 02:09:30.249 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.249 INFO kablam! | Oct 22 02:09:30.249 INFO kablam! Oct 22 02:09:30.249 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.249 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.249 INFO kablam! | Oct 22 02:09:30.249 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.249 INFO kablam! | ^^^^^ Oct 22 02:09:30.249 INFO kablam! ... Oct 22 02:09:30.249 INFO kablam! 3151 | rt_realloc_excess_unused!(rt_even_100bytes_16align_realloc_excess_unused, 100, 16); Oct 22 02:09:30.249 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.249 INFO kablam! | Oct 22 02:09:30.249 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.249 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.249 INFO kablam! | Oct 22 02:09:30.249 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.249 INFO kablam! | Oct 22 02:09:30.249 INFO kablam! Oct 22 02:09:30.249 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.249 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.249 INFO kablam! | Oct 22 02:09:30.249 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.249 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.249 INFO kablam! ... Oct 22 02:09:30.249 INFO kablam! 3151 | rt_realloc_excess_unused!(rt_even_100bytes_16align_realloc_excess_unused, 100, 16); Oct 22 02:09:30.249 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.249 INFO kablam! Oct 22 02:09:30.249 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.249 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.249 INFO kablam! | Oct 22 02:09:30.249 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.249 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.249 INFO kablam! ... Oct 22 02:09:30.249 INFO kablam! 3151 | rt_realloc_excess_unused!(rt_even_100bytes_16align_realloc_excess_unused, 100, 16); Oct 22 02:09:30.249 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.249 INFO kablam! | Oct 22 02:09:30.249 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.249 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.249 INFO kablam! | Oct 22 02:09:30.249 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.249 INFO kablam! | Oct 22 02:09:30.249 INFO kablam! Oct 22 02:09:30.249 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.249 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.249 INFO kablam! | Oct 22 02:09:30.249 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.249 INFO kablam! | ^^^^^ Oct 22 02:09:30.249 INFO kablam! ... Oct 22 02:09:30.249 INFO kablam! 3164 | rt_realloc_excess_unused!(rt_even_1000bytes_16align_realloc_excess_unused, 1000, 16); Oct 22 02:09:30.249 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.249 INFO kablam! | Oct 22 02:09:30.249 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.249 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.249 INFO kablam! | Oct 22 02:09:30.249 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.249 INFO kablam! | Oct 22 02:09:30.249 INFO kablam! Oct 22 02:09:30.249 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.249 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.249 INFO kablam! | Oct 22 02:09:30.249 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.249 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.250 INFO kablam! ... Oct 22 02:09:30.250 INFO kablam! 3164 | rt_realloc_excess_unused!(rt_even_1000bytes_16align_realloc_excess_unused, 1000, 16); Oct 22 02:09:30.250 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.250 INFO kablam! Oct 22 02:09:30.250 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.250 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.250 INFO kablam! | Oct 22 02:09:30.250 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.250 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.250 INFO kablam! ... Oct 22 02:09:30.250 INFO kablam! 3164 | rt_realloc_excess_unused!(rt_even_1000bytes_16align_realloc_excess_unused, 1000, 16); Oct 22 02:09:30.250 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.250 INFO kablam! | Oct 22 02:09:30.250 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.250 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.250 INFO kablam! | Oct 22 02:09:30.250 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.250 INFO kablam! | Oct 22 02:09:30.250 INFO kablam! Oct 22 02:09:30.252 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.252 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.252 INFO kablam! | Oct 22 02:09:30.252 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.252 INFO kablam! | ^^^^^ Oct 22 02:09:30.252 INFO kablam! ... Oct 22 02:09:30.252 INFO kablam! 3177 | rt_realloc_excess_unused!(rt_even_10000bytes_16align_realloc_excess_unused, 10000, 16); Oct 22 02:09:30.252 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.252 INFO kablam! | Oct 22 02:09:30.252 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.252 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.252 INFO kablam! | Oct 22 02:09:30.252 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.252 INFO kablam! | Oct 22 02:09:30.252 INFO kablam! Oct 22 02:09:30.252 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.252 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.252 INFO kablam! | Oct 22 02:09:30.252 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.252 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.252 INFO kablam! ... Oct 22 02:09:30.252 INFO kablam! 3177 | rt_realloc_excess_unused!(rt_even_10000bytes_16align_realloc_excess_unused, 10000, 16); Oct 22 02:09:30.252 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.252 INFO kablam! Oct 22 02:09:30.252 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.252 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.252 INFO kablam! | Oct 22 02:09:30.252 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.252 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.252 INFO kablam! ... Oct 22 02:09:30.252 INFO kablam! 3177 | rt_realloc_excess_unused!(rt_even_10000bytes_16align_realloc_excess_unused, 10000, 16); Oct 22 02:09:30.252 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.252 INFO kablam! | Oct 22 02:09:30.252 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.252 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.252 INFO kablam! | Oct 22 02:09:30.252 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.252 INFO kablam! | Oct 22 02:09:30.252 INFO kablam! Oct 22 02:09:30.255 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.255 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.255 INFO kablam! | Oct 22 02:09:30.255 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.255 INFO kablam! | ^^^^^ Oct 22 02:09:30.255 INFO kablam! ... Oct 22 02:09:30.255 INFO kablam! 3190 | rt_realloc_excess_unused!(rt_even_100000bytes_16align_realloc_excess_unused, 100000, 16); Oct 22 02:09:30.255 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.255 INFO kablam! | Oct 22 02:09:30.255 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.255 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.255 INFO kablam! | Oct 22 02:09:30.255 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.255 INFO kablam! | Oct 22 02:09:30.255 INFO kablam! Oct 22 02:09:30.255 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.255 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.255 INFO kablam! | Oct 22 02:09:30.255 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.255 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.255 INFO kablam! ... Oct 22 02:09:30.255 INFO kablam! 3190 | rt_realloc_excess_unused!(rt_even_100000bytes_16align_realloc_excess_unused, 100000, 16); Oct 22 02:09:30.255 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.255 INFO kablam! Oct 22 02:09:30.264 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.264 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.264 INFO kablam! | Oct 22 02:09:30.264 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.264 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.264 INFO kablam! ... Oct 22 02:09:30.264 INFO kablam! 3190 | rt_realloc_excess_unused!(rt_even_100000bytes_16align_realloc_excess_unused, 100000, 16); Oct 22 02:09:30.264 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.264 INFO kablam! | Oct 22 02:09:30.264 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.264 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.264 INFO kablam! | Oct 22 02:09:30.264 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.264 INFO kablam! | Oct 22 02:09:30.264 INFO kablam! Oct 22 02:09:30.264 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.264 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.264 INFO kablam! | Oct 22 02:09:30.264 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.264 INFO kablam! | ^^^^^ Oct 22 02:09:30.264 INFO kablam! ... Oct 22 02:09:30.264 INFO kablam! 3203 | rt_realloc_excess_unused!(rt_even_1000000bytes_16align_realloc_excess_unused, 1000000, 16); Oct 22 02:09:30.264 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.264 INFO kablam! | Oct 22 02:09:30.264 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.264 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.264 INFO kablam! | Oct 22 02:09:30.264 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.264 INFO kablam! | Oct 22 02:09:30.264 INFO kablam! Oct 22 02:09:30.264 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.264 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.264 INFO kablam! | Oct 22 02:09:30.264 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.264 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.264 INFO kablam! ... Oct 22 02:09:30.264 INFO kablam! 3203 | rt_realloc_excess_unused!(rt_even_1000000bytes_16align_realloc_excess_unused, 1000000, 16); Oct 22 02:09:30.264 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.264 INFO kablam! Oct 22 02:09:30.264 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.264 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.264 INFO kablam! | Oct 22 02:09:30.264 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.264 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.264 INFO kablam! ... Oct 22 02:09:30.264 INFO kablam! 3203 | rt_realloc_excess_unused!(rt_even_1000000bytes_16align_realloc_excess_unused, 1000000, 16); Oct 22 02:09:30.264 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.264 INFO kablam! | Oct 22 02:09:30.265 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.265 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.265 INFO kablam! | Oct 22 02:09:30.265 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.265 INFO kablam! | Oct 22 02:09:30.265 INFO kablam! Oct 22 02:09:30.265 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.265 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.265 INFO kablam! | Oct 22 02:09:30.265 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.265 INFO kablam! | ^^^^^ Oct 22 02:09:30.265 INFO kablam! ... Oct 22 02:09:30.265 INFO kablam! 3217 | rt_realloc_excess_unused!(rt_odd_10bytes_16align_realloc_excess_unused, 10- 1, 16); Oct 22 02:09:30.265 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.265 INFO kablam! | Oct 22 02:09:30.265 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.265 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.265 INFO kablam! | Oct 22 02:09:30.265 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.265 INFO kablam! | Oct 22 02:09:30.265 INFO kablam! Oct 22 02:09:30.265 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.265 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.265 INFO kablam! | Oct 22 02:09:30.265 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.265 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.265 INFO kablam! ... Oct 22 02:09:30.265 INFO kablam! 3217 | rt_realloc_excess_unused!(rt_odd_10bytes_16align_realloc_excess_unused, 10- 1, 16); Oct 22 02:09:30.265 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.265 INFO kablam! Oct 22 02:09:30.265 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.265 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.265 INFO kablam! | Oct 22 02:09:30.265 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.265 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.265 INFO kablam! ... Oct 22 02:09:30.265 INFO kablam! 3217 | rt_realloc_excess_unused!(rt_odd_10bytes_16align_realloc_excess_unused, 10- 1, 16); Oct 22 02:09:30.265 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.265 INFO kablam! | Oct 22 02:09:30.265 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.265 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.265 INFO kablam! | Oct 22 02:09:30.265 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.265 INFO kablam! | Oct 22 02:09:30.265 INFO kablam! Oct 22 02:09:30.271 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.271 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.271 INFO kablam! | Oct 22 02:09:30.271 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.271 INFO kablam! | ^^^^^ Oct 22 02:09:30.271 INFO kablam! ... Oct 22 02:09:30.271 INFO kablam! 3230 | rt_realloc_excess_unused!(rt_odd_100bytes_16align_realloc_excess_unused, 100- 1, 16); Oct 22 02:09:30.271 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.271 INFO kablam! | Oct 22 02:09:30.271 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.271 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.271 INFO kablam! | Oct 22 02:09:30.271 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.271 INFO kablam! | Oct 22 02:09:30.271 INFO kablam! Oct 22 02:09:30.271 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.271 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.271 INFO kablam! | Oct 22 02:09:30.271 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.271 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.271 INFO kablam! ... Oct 22 02:09:30.271 INFO kablam! 3230 | rt_realloc_excess_unused!(rt_odd_100bytes_16align_realloc_excess_unused, 100- 1, 16); Oct 22 02:09:30.271 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.271 INFO kablam! Oct 22 02:09:30.271 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.271 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.272 INFO kablam! | Oct 22 02:09:30.272 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.272 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.272 INFO kablam! ... Oct 22 02:09:30.272 INFO kablam! 3230 | rt_realloc_excess_unused!(rt_odd_100bytes_16align_realloc_excess_unused, 100- 1, 16); Oct 22 02:09:30.272 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.272 INFO kablam! | Oct 22 02:09:30.272 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.272 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.272 INFO kablam! | Oct 22 02:09:30.272 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.272 INFO kablam! | Oct 22 02:09:30.272 INFO kablam! Oct 22 02:09:30.272 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.272 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.272 INFO kablam! | Oct 22 02:09:30.272 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.272 INFO kablam! | ^^^^^ Oct 22 02:09:30.272 INFO kablam! ... Oct 22 02:09:30.272 INFO kablam! 3243 | rt_realloc_excess_unused!(rt_odd_1000bytes_16align_realloc_excess_unused, 1000- 1, 16); Oct 22 02:09:30.272 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.272 INFO kablam! | Oct 22 02:09:30.272 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.272 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.272 INFO kablam! | Oct 22 02:09:30.272 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.272 INFO kablam! | Oct 22 02:09:30.272 INFO kablam! Oct 22 02:09:30.272 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.272 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.272 INFO kablam! | Oct 22 02:09:30.272 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.272 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.272 INFO kablam! ... Oct 22 02:09:30.272 INFO kablam! 3243 | rt_realloc_excess_unused!(rt_odd_1000bytes_16align_realloc_excess_unused, 1000- 1, 16); Oct 22 02:09:30.272 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.272 INFO kablam! Oct 22 02:09:30.272 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.272 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.272 INFO kablam! | Oct 22 02:09:30.272 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.272 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.272 INFO kablam! ... Oct 22 02:09:30.272 INFO kablam! 3243 | rt_realloc_excess_unused!(rt_odd_1000bytes_16align_realloc_excess_unused, 1000- 1, 16); Oct 22 02:09:30.272 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.272 INFO kablam! | Oct 22 02:09:30.272 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.272 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.272 INFO kablam! | Oct 22 02:09:30.272 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.272 INFO kablam! | Oct 22 02:09:30.272 INFO kablam! Oct 22 02:09:30.280 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.284 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.284 INFO kablam! | Oct 22 02:09:30.284 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.284 INFO kablam! | ^^^^^ Oct 22 02:09:30.284 INFO kablam! ... Oct 22 02:09:30.284 INFO kablam! 3256 | rt_realloc_excess_unused!(rt_odd_10000bytes_16align_realloc_excess_unused, 10000- 1, 16); Oct 22 02:09:30.284 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.284 INFO kablam! | Oct 22 02:09:30.284 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.284 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.284 INFO kablam! | Oct 22 02:09:30.284 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.284 INFO kablam! | Oct 22 02:09:30.284 INFO kablam! Oct 22 02:09:30.284 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.284 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.284 INFO kablam! | Oct 22 02:09:30.284 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.284 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.284 INFO kablam! ... Oct 22 02:09:30.284 INFO kablam! 3256 | rt_realloc_excess_unused!(rt_odd_10000bytes_16align_realloc_excess_unused, 10000- 1, 16); Oct 22 02:09:30.284 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.284 INFO kablam! Oct 22 02:09:30.284 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.284 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.284 INFO kablam! | Oct 22 02:09:30.284 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.284 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.284 INFO kablam! ... Oct 22 02:09:30.284 INFO kablam! 3256 | rt_realloc_excess_unused!(rt_odd_10000bytes_16align_realloc_excess_unused, 10000- 1, 16); Oct 22 02:09:30.284 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.284 INFO kablam! | Oct 22 02:09:30.284 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.284 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.284 INFO kablam! | Oct 22 02:09:30.284 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.284 INFO kablam! | Oct 22 02:09:30.284 INFO kablam! Oct 22 02:09:30.284 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.284 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.284 INFO kablam! | Oct 22 02:09:30.284 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.284 INFO kablam! | ^^^^^ Oct 22 02:09:30.284 INFO kablam! ... Oct 22 02:09:30.284 INFO kablam! 3269 | rt_realloc_excess_unused!(rt_odd_100000bytes_16align_realloc_excess_unused, 100000- 1, 16); Oct 22 02:09:30.285 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.285 INFO kablam! | Oct 22 02:09:30.285 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.285 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.285 INFO kablam! | Oct 22 02:09:30.285 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.285 INFO kablam! | Oct 22 02:09:30.285 INFO kablam! Oct 22 02:09:30.285 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.285 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.285 INFO kablam! | Oct 22 02:09:30.285 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.285 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.285 INFO kablam! ... Oct 22 02:09:30.285 INFO kablam! 3269 | rt_realloc_excess_unused!(rt_odd_100000bytes_16align_realloc_excess_unused, 100000- 1, 16); Oct 22 02:09:30.285 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.285 INFO kablam! Oct 22 02:09:30.285 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.285 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.285 INFO kablam! | Oct 22 02:09:30.285 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.285 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.285 INFO kablam! ... Oct 22 02:09:30.285 INFO kablam! 3269 | rt_realloc_excess_unused!(rt_odd_100000bytes_16align_realloc_excess_unused, 100000- 1, 16); Oct 22 02:09:30.285 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.285 INFO kablam! | Oct 22 02:09:30.285 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.285 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.285 INFO kablam! | Oct 22 02:09:30.285 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.285 INFO kablam! | Oct 22 02:09:30.285 INFO kablam! Oct 22 02:09:30.285 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.285 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.285 INFO kablam! | Oct 22 02:09:30.285 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.285 INFO kablam! | ^^^^^ Oct 22 02:09:30.285 INFO kablam! ... Oct 22 02:09:30.285 INFO kablam! 3282 | rt_realloc_excess_unused!(rt_odd_1000000bytes_16align_realloc_excess_unused, 1000000- 1, 16); Oct 22 02:09:30.285 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.285 INFO kablam! | Oct 22 02:09:30.285 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.285 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.285 INFO kablam! | Oct 22 02:09:30.285 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.285 INFO kablam! | Oct 22 02:09:30.285 INFO kablam! Oct 22 02:09:30.285 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.285 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.285 INFO kablam! | Oct 22 02:09:30.285 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.285 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.285 INFO kablam! ... Oct 22 02:09:30.285 INFO kablam! 3282 | rt_realloc_excess_unused!(rt_odd_1000000bytes_16align_realloc_excess_unused, 1000000- 1, 16); Oct 22 02:09:30.285 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.285 INFO kablam! Oct 22 02:09:30.285 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.285 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.285 INFO kablam! | Oct 22 02:09:30.285 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.285 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.285 INFO kablam! ... Oct 22 02:09:30.285 INFO kablam! 3282 | rt_realloc_excess_unused!(rt_odd_1000000bytes_16align_realloc_excess_unused, 1000000- 1, 16); Oct 22 02:09:30.285 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.285 INFO kablam! | Oct 22 02:09:30.285 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.285 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.285 INFO kablam! | Oct 22 02:09:30.285 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.285 INFO kablam! | Oct 22 02:09:30.285 INFO kablam! Oct 22 02:09:30.285 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.285 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.285 INFO kablam! | Oct 22 02:09:30.285 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.285 INFO kablam! | ^^^^^ Oct 22 02:09:30.285 INFO kablam! ... Oct 22 02:09:30.285 INFO kablam! 3296 | rt_realloc_excess_unused!(rt_primes_3bytes_16align_realloc_excess_unused, 3, 16); Oct 22 02:09:30.285 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.285 INFO kablam! | Oct 22 02:09:30.285 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.286 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.286 INFO kablam! | Oct 22 02:09:30.286 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.286 INFO kablam! | Oct 22 02:09:30.286 INFO kablam! Oct 22 02:09:30.286 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.286 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.286 INFO kablam! | Oct 22 02:09:30.286 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.286 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.286 INFO kablam! ... Oct 22 02:09:30.286 INFO kablam! 3296 | rt_realloc_excess_unused!(rt_primes_3bytes_16align_realloc_excess_unused, 3, 16); Oct 22 02:09:30.286 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.286 INFO kablam! Oct 22 02:09:30.286 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.286 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.286 INFO kablam! | Oct 22 02:09:30.286 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.286 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.286 INFO kablam! ... Oct 22 02:09:30.286 INFO kablam! 3296 | rt_realloc_excess_unused!(rt_primes_3bytes_16align_realloc_excess_unused, 3, 16); Oct 22 02:09:30.286 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.286 INFO kablam! | Oct 22 02:09:30.286 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.286 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.286 INFO kablam! | Oct 22 02:09:30.286 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.286 INFO kablam! | Oct 22 02:09:30.286 INFO kablam! Oct 22 02:09:30.286 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.286 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.286 INFO kablam! | Oct 22 02:09:30.286 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.286 INFO kablam! | ^^^^^ Oct 22 02:09:30.286 INFO kablam! ... Oct 22 02:09:30.286 INFO kablam! 3309 | rt_realloc_excess_unused!(rt_primes_7bytes_16align_realloc_excess_unused, 7, 16); Oct 22 02:09:30.286 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.286 INFO kablam! | Oct 22 02:09:30.286 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.286 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.286 INFO kablam! | Oct 22 02:09:30.286 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.286 INFO kablam! | Oct 22 02:09:30.286 INFO kablam! Oct 22 02:09:30.286 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.286 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.286 INFO kablam! | Oct 22 02:09:30.286 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.286 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.286 INFO kablam! ... Oct 22 02:09:30.286 INFO kablam! 3309 | rt_realloc_excess_unused!(rt_primes_7bytes_16align_realloc_excess_unused, 7, 16); Oct 22 02:09:30.286 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.286 INFO kablam! Oct 22 02:09:30.286 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.286 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.286 INFO kablam! | Oct 22 02:09:30.286 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.286 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.286 INFO kablam! ... Oct 22 02:09:30.286 INFO kablam! 3309 | rt_realloc_excess_unused!(rt_primes_7bytes_16align_realloc_excess_unused, 7, 16); Oct 22 02:09:30.286 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.286 INFO kablam! | Oct 22 02:09:30.286 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.286 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.286 INFO kablam! | Oct 22 02:09:30.286 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.286 INFO kablam! | Oct 22 02:09:30.286 INFO kablam! Oct 22 02:09:30.292 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.292 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.292 INFO kablam! | Oct 22 02:09:30.292 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.292 INFO kablam! | ^^^^^ Oct 22 02:09:30.292 INFO kablam! ... Oct 22 02:09:30.292 INFO kablam! 3322 | rt_realloc_excess_unused!(rt_primes_13bytes_16align_realloc_excess_unused, 13, 16); Oct 22 02:09:30.292 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.292 INFO kablam! | Oct 22 02:09:30.292 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.292 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.292 INFO kablam! | Oct 22 02:09:30.292 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.292 INFO kablam! | Oct 22 02:09:30.292 INFO kablam! Oct 22 02:09:30.292 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.292 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.292 INFO kablam! | Oct 22 02:09:30.292 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.292 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.292 INFO kablam! ... Oct 22 02:09:30.292 INFO kablam! 3322 | rt_realloc_excess_unused!(rt_primes_13bytes_16align_realloc_excess_unused, 13, 16); Oct 22 02:09:30.292 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.292 INFO kablam! Oct 22 02:09:30.292 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.292 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.292 INFO kablam! | Oct 22 02:09:30.292 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.292 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.292 INFO kablam! ... Oct 22 02:09:30.292 INFO kablam! 3322 | rt_realloc_excess_unused!(rt_primes_13bytes_16align_realloc_excess_unused, 13, 16); Oct 22 02:09:30.292 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.292 INFO kablam! | Oct 22 02:09:30.292 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.292 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.292 INFO kablam! | Oct 22 02:09:30.292 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.292 INFO kablam! | Oct 22 02:09:30.292 INFO kablam! Oct 22 02:09:30.292 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.292 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.292 INFO kablam! | Oct 22 02:09:30.292 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.292 INFO kablam! | ^^^^^ Oct 22 02:09:30.292 INFO kablam! ... Oct 22 02:09:30.292 INFO kablam! 3335 | rt_realloc_excess_unused!(rt_primes_17bytes_16align_realloc_excess_unused, 17, 16); Oct 22 02:09:30.292 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.292 INFO kablam! | Oct 22 02:09:30.292 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.292 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.292 INFO kablam! | Oct 22 02:09:30.292 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.292 INFO kablam! | Oct 22 02:09:30.292 INFO kablam! Oct 22 02:09:30.292 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.292 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.292 INFO kablam! | Oct 22 02:09:30.292 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.292 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.292 INFO kablam! ... Oct 22 02:09:30.293 INFO kablam! 3335 | rt_realloc_excess_unused!(rt_primes_17bytes_16align_realloc_excess_unused, 17, 16); Oct 22 02:09:30.293 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.293 INFO kablam! Oct 22 02:09:30.293 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.293 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.293 INFO kablam! | Oct 22 02:09:30.293 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.293 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.293 INFO kablam! ... Oct 22 02:09:30.293 INFO kablam! 3335 | rt_realloc_excess_unused!(rt_primes_17bytes_16align_realloc_excess_unused, 17, 16); Oct 22 02:09:30.293 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.293 INFO kablam! | Oct 22 02:09:30.293 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.293 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.293 INFO kablam! | Oct 22 02:09:30.293 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.293 INFO kablam! | Oct 22 02:09:30.293 INFO kablam! Oct 22 02:09:30.293 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.293 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.293 INFO kablam! | Oct 22 02:09:30.293 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.293 INFO kablam! | ^^^^^ Oct 22 02:09:30.293 INFO kablam! ... Oct 22 02:09:30.293 INFO kablam! 3348 | rt_realloc_excess_unused!(rt_primes_31bytes_16align_realloc_excess_unused, 31, 16); Oct 22 02:09:30.293 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.293 INFO kablam! | Oct 22 02:09:30.293 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.293 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.293 INFO kablam! | Oct 22 02:09:30.293 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.293 INFO kablam! | Oct 22 02:09:30.293 INFO kablam! Oct 22 02:09:30.312 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.312 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.312 INFO kablam! | Oct 22 02:09:30.312 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.312 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.312 INFO kablam! ... Oct 22 02:09:30.312 INFO kablam! 3348 | rt_realloc_excess_unused!(rt_primes_31bytes_16align_realloc_excess_unused, 31, 16); Oct 22 02:09:30.312 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.312 INFO kablam! Oct 22 02:09:30.312 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.312 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.312 INFO kablam! | Oct 22 02:09:30.312 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.312 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.312 INFO kablam! ... Oct 22 02:09:30.312 INFO kablam! 3348 | rt_realloc_excess_unused!(rt_primes_31bytes_16align_realloc_excess_unused, 31, 16); Oct 22 02:09:30.312 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.312 INFO kablam! | Oct 22 02:09:30.312 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.312 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.312 INFO kablam! | Oct 22 02:09:30.312 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.312 INFO kablam! | Oct 22 02:09:30.312 INFO kablam! Oct 22 02:09:30.312 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.312 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.312 INFO kablam! | Oct 22 02:09:30.312 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.312 INFO kablam! | ^^^^^ Oct 22 02:09:30.312 INFO kablam! ... Oct 22 02:09:30.312 INFO kablam! 3361 | rt_realloc_excess_unused!(rt_primes_61bytes_16align_realloc_excess_unused, 61, 16); Oct 22 02:09:30.312 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.312 INFO kablam! | Oct 22 02:09:30.312 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.312 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.312 INFO kablam! | Oct 22 02:09:30.312 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.313 INFO kablam! | Oct 22 02:09:30.313 INFO kablam! Oct 22 02:09:30.313 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.313 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.313 INFO kablam! | Oct 22 02:09:30.313 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.313 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.313 INFO kablam! ... Oct 22 02:09:30.313 INFO kablam! 3361 | rt_realloc_excess_unused!(rt_primes_61bytes_16align_realloc_excess_unused, 61, 16); Oct 22 02:09:30.313 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.313 INFO kablam! Oct 22 02:09:30.313 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.313 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.313 INFO kablam! | Oct 22 02:09:30.313 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.313 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.313 INFO kablam! ... Oct 22 02:09:30.313 INFO kablam! 3361 | rt_realloc_excess_unused!(rt_primes_61bytes_16align_realloc_excess_unused, 61, 16); Oct 22 02:09:30.313 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.313 INFO kablam! | Oct 22 02:09:30.313 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.313 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.313 INFO kablam! | Oct 22 02:09:30.313 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.313 INFO kablam! | Oct 22 02:09:30.313 INFO kablam! Oct 22 02:09:30.313 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.313 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.313 INFO kablam! | Oct 22 02:09:30.313 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.313 INFO kablam! | ^^^^^ Oct 22 02:09:30.313 INFO kablam! ... Oct 22 02:09:30.313 INFO kablam! 3374 | rt_realloc_excess_unused!(rt_primes_96bytes_16align_realloc_excess_unused, 96, 16); Oct 22 02:09:30.313 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.313 INFO kablam! | Oct 22 02:09:30.313 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.313 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.313 INFO kablam! | Oct 22 02:09:30.313 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.313 INFO kablam! | Oct 22 02:09:30.313 INFO kablam! Oct 22 02:09:30.313 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.313 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.313 INFO kablam! | Oct 22 02:09:30.313 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.313 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.313 INFO kablam! ... Oct 22 02:09:30.313 INFO kablam! 3374 | rt_realloc_excess_unused!(rt_primes_96bytes_16align_realloc_excess_unused, 96, 16); Oct 22 02:09:30.313 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.313 INFO kablam! Oct 22 02:09:30.313 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.313 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.313 INFO kablam! | Oct 22 02:09:30.313 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.313 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.313 INFO kablam! ... Oct 22 02:09:30.313 INFO kablam! 3374 | rt_realloc_excess_unused!(rt_primes_96bytes_16align_realloc_excess_unused, 96, 16); Oct 22 02:09:30.313 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.313 INFO kablam! | Oct 22 02:09:30.313 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.313 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.313 INFO kablam! | Oct 22 02:09:30.313 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.313 INFO kablam! | Oct 22 02:09:30.313 INFO kablam! Oct 22 02:09:30.313 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.313 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.313 INFO kablam! | Oct 22 02:09:30.313 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.313 INFO kablam! | ^^^^^ Oct 22 02:09:30.313 INFO kablam! ... Oct 22 02:09:30.313 INFO kablam! 3387 | rt_realloc_excess_unused!(rt_primes_127bytes_16align_realloc_excess_unused, 127, 16); Oct 22 02:09:30.313 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.313 INFO kablam! | Oct 22 02:09:30.313 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.313 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.313 INFO kablam! | Oct 22 02:09:30.313 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.313 INFO kablam! | Oct 22 02:09:30.313 INFO kablam! Oct 22 02:09:30.313 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.313 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.313 INFO kablam! | Oct 22 02:09:30.313 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.314 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.314 INFO kablam! ... Oct 22 02:09:30.314 INFO kablam! 3387 | rt_realloc_excess_unused!(rt_primes_127bytes_16align_realloc_excess_unused, 127, 16); Oct 22 02:09:30.314 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.314 INFO kablam! Oct 22 02:09:30.314 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.314 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.314 INFO kablam! | Oct 22 02:09:30.314 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.314 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.314 INFO kablam! ... Oct 22 02:09:30.314 INFO kablam! 3387 | rt_realloc_excess_unused!(rt_primes_127bytes_16align_realloc_excess_unused, 127, 16); Oct 22 02:09:30.314 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.314 INFO kablam! | Oct 22 02:09:30.314 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.314 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.314 INFO kablam! | Oct 22 02:09:30.314 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.314 INFO kablam! | Oct 22 02:09:30.314 INFO kablam! Oct 22 02:09:30.314 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.314 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.314 INFO kablam! | Oct 22 02:09:30.314 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.314 INFO kablam! | ^^^^^ Oct 22 02:09:30.314 INFO kablam! ... Oct 22 02:09:30.314 INFO kablam! 3400 | rt_realloc_excess_unused!(rt_primes_257bytes_16align_realloc_excess_unused, 257, 16); Oct 22 02:09:30.314 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.314 INFO kablam! | Oct 22 02:09:30.314 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.314 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.314 INFO kablam! | Oct 22 02:09:30.314 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.314 INFO kablam! | Oct 22 02:09:30.314 INFO kablam! Oct 22 02:09:30.314 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.314 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.314 INFO kablam! | Oct 22 02:09:30.314 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.314 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.314 INFO kablam! ... Oct 22 02:09:30.314 INFO kablam! 3400 | rt_realloc_excess_unused!(rt_primes_257bytes_16align_realloc_excess_unused, 257, 16); Oct 22 02:09:30.314 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.314 INFO kablam! Oct 22 02:09:30.314 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.314 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.314 INFO kablam! | Oct 22 02:09:30.314 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.314 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.314 INFO kablam! ... Oct 22 02:09:30.314 INFO kablam! 3400 | rt_realloc_excess_unused!(rt_primes_257bytes_16align_realloc_excess_unused, 257, 16); Oct 22 02:09:30.314 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.314 INFO kablam! | Oct 22 02:09:30.314 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.314 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.314 INFO kablam! | Oct 22 02:09:30.314 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.314 INFO kablam! | Oct 22 02:09:30.314 INFO kablam! Oct 22 02:09:30.314 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.314 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.314 INFO kablam! | Oct 22 02:09:30.314 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.314 INFO kablam! | ^^^^^ Oct 22 02:09:30.314 INFO kablam! ... Oct 22 02:09:30.314 INFO kablam! 3413 | rt_realloc_excess_unused!(rt_primes_509bytes_16align_realloc_excess_unused, 509, 16); Oct 22 02:09:30.314 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.314 INFO kablam! | Oct 22 02:09:30.314 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.314 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.314 INFO kablam! | Oct 22 02:09:30.314 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.314 INFO kablam! | Oct 22 02:09:30.314 INFO kablam! Oct 22 02:09:30.314 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.314 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.314 INFO kablam! | Oct 22 02:09:30.314 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.314 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.314 INFO kablam! ... Oct 22 02:09:30.314 INFO kablam! 3413 | rt_realloc_excess_unused!(rt_primes_509bytes_16align_realloc_excess_unused, 509, 16); Oct 22 02:09:30.314 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.315 INFO kablam! Oct 22 02:09:30.315 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.315 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.315 INFO kablam! | Oct 22 02:09:30.315 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.315 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.315 INFO kablam! ... Oct 22 02:09:30.315 INFO kablam! 3413 | rt_realloc_excess_unused!(rt_primes_509bytes_16align_realloc_excess_unused, 509, 16); Oct 22 02:09:30.315 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.315 INFO kablam! | Oct 22 02:09:30.315 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.315 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.315 INFO kablam! | Oct 22 02:09:30.315 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.315 INFO kablam! | Oct 22 02:09:30.315 INFO kablam! Oct 22 02:09:30.315 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.315 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.315 INFO kablam! | Oct 22 02:09:30.315 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.315 INFO kablam! | ^^^^^ Oct 22 02:09:30.315 INFO kablam! ... Oct 22 02:09:30.315 INFO kablam! 3426 | rt_realloc_excess_unused!(rt_primes_1021bytes_16align_realloc_excess_unused, 1021, 16); Oct 22 02:09:30.315 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.315 INFO kablam! | Oct 22 02:09:30.315 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.315 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.315 INFO kablam! | Oct 22 02:09:30.315 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.315 INFO kablam! | Oct 22 02:09:30.315 INFO kablam! Oct 22 02:09:30.315 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.315 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.315 INFO kablam! | Oct 22 02:09:30.315 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.315 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.315 INFO kablam! ... Oct 22 02:09:30.315 INFO kablam! 3426 | rt_realloc_excess_unused!(rt_primes_1021bytes_16align_realloc_excess_unused, 1021, 16); Oct 22 02:09:30.315 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.315 INFO kablam! Oct 22 02:09:30.315 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.315 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.315 INFO kablam! | Oct 22 02:09:30.315 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.315 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.315 INFO kablam! ... Oct 22 02:09:30.315 INFO kablam! 3426 | rt_realloc_excess_unused!(rt_primes_1021bytes_16align_realloc_excess_unused, 1021, 16); Oct 22 02:09:30.315 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.315 INFO kablam! | Oct 22 02:09:30.315 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.315 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.315 INFO kablam! | Oct 22 02:09:30.315 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.315 INFO kablam! | Oct 22 02:09:30.315 INFO kablam! Oct 22 02:09:30.315 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.315 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.315 INFO kablam! | Oct 22 02:09:30.315 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.315 INFO kablam! | ^^^^^ Oct 22 02:09:30.315 INFO kablam! ... Oct 22 02:09:30.315 INFO kablam! 3439 | rt_realloc_excess_unused!(rt_primes_2039bytes_16align_realloc_excess_unused, 2039, 16); Oct 22 02:09:30.315 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.315 INFO kablam! | Oct 22 02:09:30.315 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.315 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.315 INFO kablam! | Oct 22 02:09:30.315 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.315 INFO kablam! | Oct 22 02:09:30.315 INFO kablam! Oct 22 02:09:30.315 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.315 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.315 INFO kablam! | Oct 22 02:09:30.315 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.315 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.315 INFO kablam! ... Oct 22 02:09:30.315 INFO kablam! 3439 | rt_realloc_excess_unused!(rt_primes_2039bytes_16align_realloc_excess_unused, 2039, 16); Oct 22 02:09:30.315 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.315 INFO kablam! Oct 22 02:09:30.315 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.315 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.315 INFO kablam! | Oct 22 02:09:30.315 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.315 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.316 INFO kablam! ... Oct 22 02:09:30.316 INFO kablam! 3439 | rt_realloc_excess_unused!(rt_primes_2039bytes_16align_realloc_excess_unused, 2039, 16); Oct 22 02:09:30.316 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.316 INFO kablam! | Oct 22 02:09:30.316 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.316 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.316 INFO kablam! | Oct 22 02:09:30.316 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.316 INFO kablam! | Oct 22 02:09:30.316 INFO kablam! Oct 22 02:09:30.316 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.316 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.316 INFO kablam! | Oct 22 02:09:30.316 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.316 INFO kablam! | ^^^^^ Oct 22 02:09:30.316 INFO kablam! ... Oct 22 02:09:30.316 INFO kablam! 3452 | rt_realloc_excess_unused!(rt_primes_4093bytes_16align_realloc_excess_unused, 4093, 16); Oct 22 02:09:30.316 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.316 INFO kablam! | Oct 22 02:09:30.316 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.316 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.316 INFO kablam! | Oct 22 02:09:30.316 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.316 INFO kablam! | Oct 22 02:09:30.316 INFO kablam! Oct 22 02:09:30.316 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.316 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.316 INFO kablam! | Oct 22 02:09:30.316 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.316 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.316 INFO kablam! ... Oct 22 02:09:30.316 INFO kablam! 3452 | rt_realloc_excess_unused!(rt_primes_4093bytes_16align_realloc_excess_unused, 4093, 16); Oct 22 02:09:30.316 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.316 INFO kablam! Oct 22 02:09:30.316 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.316 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.316 INFO kablam! | Oct 22 02:09:30.316 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.316 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.316 INFO kablam! ... Oct 22 02:09:30.316 INFO kablam! 3452 | rt_realloc_excess_unused!(rt_primes_4093bytes_16align_realloc_excess_unused, 4093, 16); Oct 22 02:09:30.316 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.316 INFO kablam! | Oct 22 02:09:30.316 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.316 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.316 INFO kablam! | Oct 22 02:09:30.316 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.316 INFO kablam! | Oct 22 02:09:30.316 INFO kablam! Oct 22 02:09:30.324 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.324 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.324 INFO kablam! | Oct 22 02:09:30.324 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.324 INFO kablam! | ^^^^^ Oct 22 02:09:30.324 INFO kablam! ... Oct 22 02:09:30.324 INFO kablam! 3465 | rt_realloc_excess_unused!(rt_primes_8191bytes_16align_realloc_excess_unused, 8191, 16); Oct 22 02:09:30.324 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.324 INFO kablam! | Oct 22 02:09:30.324 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.324 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.324 INFO kablam! | Oct 22 02:09:30.324 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.324 INFO kablam! | Oct 22 02:09:30.324 INFO kablam! Oct 22 02:09:30.324 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.324 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.324 INFO kablam! | Oct 22 02:09:30.324 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.324 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.324 INFO kablam! ... Oct 22 02:09:30.324 INFO kablam! 3465 | rt_realloc_excess_unused!(rt_primes_8191bytes_16align_realloc_excess_unused, 8191, 16); Oct 22 02:09:30.324 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.324 INFO kablam! Oct 22 02:09:30.324 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.324 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.324 INFO kablam! | Oct 22 02:09:30.324 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.324 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.324 INFO kablam! ... Oct 22 02:09:30.324 INFO kablam! 3465 | rt_realloc_excess_unused!(rt_primes_8191bytes_16align_realloc_excess_unused, 8191, 16); Oct 22 02:09:30.324 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.324 INFO kablam! | Oct 22 02:09:30.324 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.324 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.324 INFO kablam! | Oct 22 02:09:30.324 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.324 INFO kablam! | Oct 22 02:09:30.324 INFO kablam! Oct 22 02:09:30.324 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.324 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.324 INFO kablam! | Oct 22 02:09:30.324 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.324 INFO kablam! | ^^^^^ Oct 22 02:09:30.324 INFO kablam! ... Oct 22 02:09:30.324 INFO kablam! 3478 | rt_realloc_excess_unused!(rt_primes_16381bytes_16align_realloc_excess_unused, 16381, 16); Oct 22 02:09:30.325 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.325 INFO kablam! | Oct 22 02:09:30.325 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.325 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.325 INFO kablam! | Oct 22 02:09:30.325 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.325 INFO kablam! | Oct 22 02:09:30.325 INFO kablam! Oct 22 02:09:30.325 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.325 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.325 INFO kablam! | Oct 22 02:09:30.325 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.325 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.325 INFO kablam! ... Oct 22 02:09:30.325 INFO kablam! 3478 | rt_realloc_excess_unused!(rt_primes_16381bytes_16align_realloc_excess_unused, 16381, 16); Oct 22 02:09:30.325 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.325 INFO kablam! Oct 22 02:09:30.325 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.325 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.325 INFO kablam! | Oct 22 02:09:30.325 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.325 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.325 INFO kablam! ... Oct 22 02:09:30.325 INFO kablam! 3478 | rt_realloc_excess_unused!(rt_primes_16381bytes_16align_realloc_excess_unused, 16381, 16); Oct 22 02:09:30.325 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.325 INFO kablam! | Oct 22 02:09:30.325 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.325 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.325 INFO kablam! | Oct 22 02:09:30.325 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.325 INFO kablam! | Oct 22 02:09:30.325 INFO kablam! Oct 22 02:09:30.325 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.325 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.325 INFO kablam! | Oct 22 02:09:30.325 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.325 INFO kablam! | ^^^^^ Oct 22 02:09:30.325 INFO kablam! ... Oct 22 02:09:30.325 INFO kablam! 3491 | rt_realloc_excess_unused!(rt_primes_32749bytes_16align_realloc_excess_unused, 32749, 16); Oct 22 02:09:30.325 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.325 INFO kablam! | Oct 22 02:09:30.325 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.325 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.325 INFO kablam! | Oct 22 02:09:30.325 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.325 INFO kablam! | Oct 22 02:09:30.325 INFO kablam! Oct 22 02:09:30.331 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.331 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.331 INFO kablam! | Oct 22 02:09:30.331 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.331 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.331 INFO kablam! ... Oct 22 02:09:30.331 INFO kablam! 3491 | rt_realloc_excess_unused!(rt_primes_32749bytes_16align_realloc_excess_unused, 32749, 16); Oct 22 02:09:30.331 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.331 INFO kablam! Oct 22 02:09:30.331 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.332 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.332 INFO kablam! | Oct 22 02:09:30.332 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.332 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.332 INFO kablam! ... Oct 22 02:09:30.332 INFO kablam! 3491 | rt_realloc_excess_unused!(rt_primes_32749bytes_16align_realloc_excess_unused, 32749, 16); Oct 22 02:09:30.332 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.332 INFO kablam! | Oct 22 02:09:30.332 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.332 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.332 INFO kablam! | Oct 22 02:09:30.332 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.332 INFO kablam! | Oct 22 02:09:30.332 INFO kablam! Oct 22 02:09:30.332 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.332 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.332 INFO kablam! | Oct 22 02:09:30.332 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.332 INFO kablam! | ^^^^^ Oct 22 02:09:30.332 INFO kablam! ... Oct 22 02:09:30.332 INFO kablam! 3504 | rt_realloc_excess_unused!(rt_primes_65537bytes_16align_realloc_excess_unused, 65537, 16); Oct 22 02:09:30.332 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.332 INFO kablam! | Oct 22 02:09:30.332 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.332 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.332 INFO kablam! | Oct 22 02:09:30.332 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.332 INFO kablam! | Oct 22 02:09:30.332 INFO kablam! Oct 22 02:09:30.332 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.332 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.332 INFO kablam! | Oct 22 02:09:30.332 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.332 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.332 INFO kablam! ... Oct 22 02:09:30.332 INFO kablam! 3504 | rt_realloc_excess_unused!(rt_primes_65537bytes_16align_realloc_excess_unused, 65537, 16); Oct 22 02:09:30.332 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.332 INFO kablam! Oct 22 02:09:30.332 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.332 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.332 INFO kablam! | Oct 22 02:09:30.332 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.332 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.332 INFO kablam! ... Oct 22 02:09:30.332 INFO kablam! 3504 | rt_realloc_excess_unused!(rt_primes_65537bytes_16align_realloc_excess_unused, 65537, 16); Oct 22 02:09:30.332 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.332 INFO kablam! | Oct 22 02:09:30.332 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.332 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.332 INFO kablam! | Oct 22 02:09:30.332 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.332 INFO kablam! | Oct 22 02:09:30.332 INFO kablam! Oct 22 02:09:30.332 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.332 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.332 INFO kablam! | Oct 22 02:09:30.332 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.332 INFO kablam! | ^^^^^ Oct 22 02:09:30.332 INFO kablam! ... Oct 22 02:09:30.332 INFO kablam! 3517 | rt_realloc_excess_unused!(rt_primes_131071bytes_16align_realloc_excess_unused, 131071, 16); Oct 22 02:09:30.332 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.332 INFO kablam! | Oct 22 02:09:30.332 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.332 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.332 INFO kablam! | Oct 22 02:09:30.332 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.332 INFO kablam! | Oct 22 02:09:30.332 INFO kablam! Oct 22 02:09:30.339 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.339 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.339 INFO kablam! | Oct 22 02:09:30.339 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.339 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.339 INFO kablam! ... Oct 22 02:09:30.339 INFO kablam! 3517 | rt_realloc_excess_unused!(rt_primes_131071bytes_16align_realloc_excess_unused, 131071, 16); Oct 22 02:09:30.339 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.339 INFO kablam! Oct 22 02:09:30.339 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.339 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.339 INFO kablam! | Oct 22 02:09:30.339 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.339 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.339 INFO kablam! ... Oct 22 02:09:30.339 INFO kablam! 3517 | rt_realloc_excess_unused!(rt_primes_131071bytes_16align_realloc_excess_unused, 131071, 16); Oct 22 02:09:30.339 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.339 INFO kablam! | Oct 22 02:09:30.339 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.339 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.339 INFO kablam! | Oct 22 02:09:30.339 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.339 INFO kablam! | Oct 22 02:09:30.339 INFO kablam! Oct 22 02:09:30.340 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.340 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.340 INFO kablam! | Oct 22 02:09:30.340 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.340 INFO kablam! | ^^^^^ Oct 22 02:09:30.340 INFO kablam! ... Oct 22 02:09:30.340 INFO kablam! 3530 | rt_realloc_excess_unused!(rt_primes_4194301bytes_16align_realloc_excess_unused, 4194301, 16); Oct 22 02:09:30.340 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.340 INFO kablam! | Oct 22 02:09:30.340 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.340 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.340 INFO kablam! | Oct 22 02:09:30.340 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.340 INFO kablam! | Oct 22 02:09:30.340 INFO kablam! Oct 22 02:09:30.340 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.340 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.340 INFO kablam! | Oct 22 02:09:30.340 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.340 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.340 INFO kablam! ... Oct 22 02:09:30.340 INFO kablam! 3530 | rt_realloc_excess_unused!(rt_primes_4194301bytes_16align_realloc_excess_unused, 4194301, 16); Oct 22 02:09:30.340 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.340 INFO kablam! Oct 22 02:09:30.340 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.340 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.340 INFO kablam! | Oct 22 02:09:30.340 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.340 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.340 INFO kablam! ... Oct 22 02:09:30.340 INFO kablam! 3530 | rt_realloc_excess_unused!(rt_primes_4194301bytes_16align_realloc_excess_unused, 4194301, 16); Oct 22 02:09:30.340 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.340 INFO kablam! | Oct 22 02:09:30.340 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.340 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.340 INFO kablam! | Oct 22 02:09:30.340 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.340 INFO kablam! | Oct 22 02:09:30.340 INFO kablam! Oct 22 02:09:30.340 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.340 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.340 INFO kablam! | Oct 22 02:09:30.340 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.340 INFO kablam! | ^^^^^ Oct 22 02:09:30.340 INFO kablam! ... Oct 22 02:09:30.340 INFO kablam! 3546 | rt_realloc_excess_unused!(rt_pow2_1bytes_32align_realloc_excess_unused, 1, 32); Oct 22 02:09:30.340 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.340 INFO kablam! | Oct 22 02:09:30.340 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.340 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.340 INFO kablam! | Oct 22 02:09:30.340 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.340 INFO kablam! | Oct 22 02:09:30.340 INFO kablam! Oct 22 02:09:30.340 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.340 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.340 INFO kablam! | Oct 22 02:09:30.340 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.340 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.340 INFO kablam! ... Oct 22 02:09:30.340 INFO kablam! 3546 | rt_realloc_excess_unused!(rt_pow2_1bytes_32align_realloc_excess_unused, 1, 32); Oct 22 02:09:30.340 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.340 INFO kablam! Oct 22 02:09:30.340 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.340 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.340 INFO kablam! | Oct 22 02:09:30.340 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.340 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.340 INFO kablam! ... Oct 22 02:09:30.340 INFO kablam! 3546 | rt_realloc_excess_unused!(rt_pow2_1bytes_32align_realloc_excess_unused, 1, 32); Oct 22 02:09:30.340 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.340 INFO kablam! | Oct 22 02:09:30.340 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.340 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.340 INFO kablam! | Oct 22 02:09:30.340 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.340 INFO kablam! | Oct 22 02:09:30.341 INFO kablam! Oct 22 02:09:30.341 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.341 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.341 INFO kablam! | Oct 22 02:09:30.341 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.341 INFO kablam! | ^^^^^ Oct 22 02:09:30.341 INFO kablam! ... Oct 22 02:09:30.341 INFO kablam! 3559 | rt_realloc_excess_unused!(rt_pow2_2bytes_32align_realloc_excess_unused, 2, 32); Oct 22 02:09:30.341 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.341 INFO kablam! | Oct 22 02:09:30.341 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.341 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.341 INFO kablam! | Oct 22 02:09:30.341 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.341 INFO kablam! | Oct 22 02:09:30.341 INFO kablam! Oct 22 02:09:30.341 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.341 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.341 INFO kablam! | Oct 22 02:09:30.341 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.341 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.341 INFO kablam! ... Oct 22 02:09:30.341 INFO kablam! 3559 | rt_realloc_excess_unused!(rt_pow2_2bytes_32align_realloc_excess_unused, 2, 32); Oct 22 02:09:30.341 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.341 INFO kablam! Oct 22 02:09:30.341 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.341 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.341 INFO kablam! | Oct 22 02:09:30.341 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.341 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.341 INFO kablam! ... Oct 22 02:09:30.341 INFO kablam! 3559 | rt_realloc_excess_unused!(rt_pow2_2bytes_32align_realloc_excess_unused, 2, 32); Oct 22 02:09:30.341 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.341 INFO kablam! | Oct 22 02:09:30.341 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.341 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.341 INFO kablam! | Oct 22 02:09:30.341 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.341 INFO kablam! | Oct 22 02:09:30.341 INFO kablam! Oct 22 02:09:30.341 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.341 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.341 INFO kablam! | Oct 22 02:09:30.341 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.341 INFO kablam! | ^^^^^ Oct 22 02:09:30.341 INFO kablam! ... Oct 22 02:09:30.341 INFO kablam! 3572 | rt_realloc_excess_unused!(rt_pow2_4bytes_32align_realloc_excess_unused, 4, 32); Oct 22 02:09:30.341 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.341 INFO kablam! | Oct 22 02:09:30.341 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.341 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.341 INFO kablam! | Oct 22 02:09:30.341 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.341 INFO kablam! | Oct 22 02:09:30.341 INFO kablam! Oct 22 02:09:30.341 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.341 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.341 INFO kablam! | Oct 22 02:09:30.341 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.341 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.341 INFO kablam! ... Oct 22 02:09:30.341 INFO kablam! 3572 | rt_realloc_excess_unused!(rt_pow2_4bytes_32align_realloc_excess_unused, 4, 32); Oct 22 02:09:30.341 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.341 INFO kablam! Oct 22 02:09:30.341 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.341 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.341 INFO kablam! | Oct 22 02:09:30.341 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.341 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.341 INFO kablam! ... Oct 22 02:09:30.341 INFO kablam! 3572 | rt_realloc_excess_unused!(rt_pow2_4bytes_32align_realloc_excess_unused, 4, 32); Oct 22 02:09:30.341 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.341 INFO kablam! | Oct 22 02:09:30.341 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.341 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.341 INFO kablam! | Oct 22 02:09:30.341 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.341 INFO kablam! | Oct 22 02:09:30.341 INFO kablam! Oct 22 02:09:30.347 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.347 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.347 INFO kablam! | Oct 22 02:09:30.347 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.347 INFO kablam! | ^^^^^ Oct 22 02:09:30.347 INFO kablam! ... Oct 22 02:09:30.347 INFO kablam! 3585 | rt_realloc_excess_unused!(rt_pow2_8bytes_32align_realloc_excess_unused, 8, 32); Oct 22 02:09:30.347 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.347 INFO kablam! | Oct 22 02:09:30.347 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.347 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.347 INFO kablam! | Oct 22 02:09:30.347 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.347 INFO kablam! | Oct 22 02:09:30.347 INFO kablam! Oct 22 02:09:30.348 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.348 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.348 INFO kablam! | Oct 22 02:09:30.348 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.348 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.348 INFO kablam! ... Oct 22 02:09:30.348 INFO kablam! 3585 | rt_realloc_excess_unused!(rt_pow2_8bytes_32align_realloc_excess_unused, 8, 32); Oct 22 02:09:30.348 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.348 INFO kablam! Oct 22 02:09:30.348 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.348 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.348 INFO kablam! | Oct 22 02:09:30.348 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.348 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.348 INFO kablam! ... Oct 22 02:09:30.348 INFO kablam! 3585 | rt_realloc_excess_unused!(rt_pow2_8bytes_32align_realloc_excess_unused, 8, 32); Oct 22 02:09:30.348 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.348 INFO kablam! | Oct 22 02:09:30.348 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.348 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.348 INFO kablam! | Oct 22 02:09:30.348 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.348 INFO kablam! | Oct 22 02:09:30.348 INFO kablam! Oct 22 02:09:30.348 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.348 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.348 INFO kablam! | Oct 22 02:09:30.348 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.348 INFO kablam! | ^^^^^ Oct 22 02:09:30.348 INFO kablam! ... Oct 22 02:09:30.348 INFO kablam! 3598 | rt_realloc_excess_unused!(rt_pow2_16bytes_32align_realloc_excess_unused, 16, 32); Oct 22 02:09:30.348 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.348 INFO kablam! | Oct 22 02:09:30.348 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.348 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.348 INFO kablam! | Oct 22 02:09:30.348 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.348 INFO kablam! | Oct 22 02:09:30.348 INFO kablam! Oct 22 02:09:30.350 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.350 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.350 INFO kablam! | Oct 22 02:09:30.350 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.350 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.350 INFO kablam! ... Oct 22 02:09:30.351 INFO kablam! 3598 | rt_realloc_excess_unused!(rt_pow2_16bytes_32align_realloc_excess_unused, 16, 32); Oct 22 02:09:30.351 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.351 INFO kablam! Oct 22 02:09:30.351 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.351 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.351 INFO kablam! | Oct 22 02:09:30.351 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.351 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.351 INFO kablam! ... Oct 22 02:09:30.351 INFO kablam! 3598 | rt_realloc_excess_unused!(rt_pow2_16bytes_32align_realloc_excess_unused, 16, 32); Oct 22 02:09:30.351 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.351 INFO kablam! | Oct 22 02:09:30.351 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.351 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.351 INFO kablam! | Oct 22 02:09:30.351 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.351 INFO kablam! | Oct 22 02:09:30.351 INFO kablam! Oct 22 02:09:30.351 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.351 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.351 INFO kablam! | Oct 22 02:09:30.351 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.351 INFO kablam! | ^^^^^ Oct 22 02:09:30.351 INFO kablam! ... Oct 22 02:09:30.351 INFO kablam! 3611 | rt_realloc_excess_unused!(rt_pow2_32bytes_32align_realloc_excess_unused, 32, 32); Oct 22 02:09:30.351 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.351 INFO kablam! | Oct 22 02:09:30.351 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.351 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.351 INFO kablam! | Oct 22 02:09:30.351 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.351 INFO kablam! | Oct 22 02:09:30.351 INFO kablam! Oct 22 02:09:30.351 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.351 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.351 INFO kablam! | Oct 22 02:09:30.351 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.351 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.351 INFO kablam! ... Oct 22 02:09:30.351 INFO kablam! 3611 | rt_realloc_excess_unused!(rt_pow2_32bytes_32align_realloc_excess_unused, 32, 32); Oct 22 02:09:30.351 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.351 INFO kablam! Oct 22 02:09:30.351 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.351 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.351 INFO kablam! | Oct 22 02:09:30.351 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.351 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.351 INFO kablam! ... Oct 22 02:09:30.351 INFO kablam! 3611 | rt_realloc_excess_unused!(rt_pow2_32bytes_32align_realloc_excess_unused, 32, 32); Oct 22 02:09:30.351 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.351 INFO kablam! | Oct 22 02:09:30.351 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.351 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.351 INFO kablam! | Oct 22 02:09:30.351 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.351 INFO kablam! | Oct 22 02:09:30.351 INFO kablam! Oct 22 02:09:30.352 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.352 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.353 INFO kablam! | Oct 22 02:09:30.353 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.353 INFO kablam! | ^^^^^ Oct 22 02:09:30.353 INFO kablam! ... Oct 22 02:09:30.353 INFO kablam! 3624 | rt_realloc_excess_unused!(rt_pow2_64bytes_32align_realloc_excess_unused, 64, 32); Oct 22 02:09:30.353 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.353 INFO kablam! | Oct 22 02:09:30.353 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.353 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.353 INFO kablam! | Oct 22 02:09:30.353 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.353 INFO kablam! | Oct 22 02:09:30.353 INFO kablam! Oct 22 02:09:30.353 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.353 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.353 INFO kablam! | Oct 22 02:09:30.353 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.353 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.353 INFO kablam! ... Oct 22 02:09:30.353 INFO kablam! 3624 | rt_realloc_excess_unused!(rt_pow2_64bytes_32align_realloc_excess_unused, 64, 32); Oct 22 02:09:30.353 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.353 INFO kablam! Oct 22 02:09:30.353 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.353 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.353 INFO kablam! | Oct 22 02:09:30.353 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.353 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.353 INFO kablam! ... Oct 22 02:09:30.353 INFO kablam! 3624 | rt_realloc_excess_unused!(rt_pow2_64bytes_32align_realloc_excess_unused, 64, 32); Oct 22 02:09:30.353 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.353 INFO kablam! | Oct 22 02:09:30.353 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.353 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.353 INFO kablam! | Oct 22 02:09:30.353 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.353 INFO kablam! | Oct 22 02:09:30.353 INFO kablam! Oct 22 02:09:30.358 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.358 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.358 INFO kablam! | Oct 22 02:09:30.358 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.358 INFO kablam! | ^^^^^ Oct 22 02:09:30.358 INFO kablam! ... Oct 22 02:09:30.358 INFO kablam! 3637 | rt_realloc_excess_unused!(rt_pow2_128bytes_32align_realloc_excess_unused, 128, 32); Oct 22 02:09:30.358 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.358 INFO kablam! | Oct 22 02:09:30.358 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.358 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.358 INFO kablam! | Oct 22 02:09:30.358 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.358 INFO kablam! | Oct 22 02:09:30.359 INFO kablam! Oct 22 02:09:30.359 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.359 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.359 INFO kablam! | Oct 22 02:09:30.359 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.359 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.359 INFO kablam! ... Oct 22 02:09:30.359 INFO kablam! 3637 | rt_realloc_excess_unused!(rt_pow2_128bytes_32align_realloc_excess_unused, 128, 32); Oct 22 02:09:30.359 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.359 INFO kablam! Oct 22 02:09:30.359 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.359 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.359 INFO kablam! | Oct 22 02:09:30.359 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.359 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.359 INFO kablam! ... Oct 22 02:09:30.359 INFO kablam! 3637 | rt_realloc_excess_unused!(rt_pow2_128bytes_32align_realloc_excess_unused, 128, 32); Oct 22 02:09:30.359 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.359 INFO kablam! | Oct 22 02:09:30.359 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.359 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.359 INFO kablam! | Oct 22 02:09:30.359 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.359 INFO kablam! | Oct 22 02:09:30.359 INFO kablam! Oct 22 02:09:30.359 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.359 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.359 INFO kablam! | Oct 22 02:09:30.359 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.359 INFO kablam! | ^^^^^ Oct 22 02:09:30.359 INFO kablam! ... Oct 22 02:09:30.359 INFO kablam! 3650 | rt_realloc_excess_unused!(rt_pow2_256bytes_32align_realloc_excess_unused, 256, 32); Oct 22 02:09:30.359 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.359 INFO kablam! | Oct 22 02:09:30.359 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.359 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.359 INFO kablam! | Oct 22 02:09:30.359 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.359 INFO kablam! | Oct 22 02:09:30.359 INFO kablam! Oct 22 02:09:30.362 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.362 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.362 INFO kablam! | Oct 22 02:09:30.362 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.362 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.362 INFO kablam! ... Oct 22 02:09:30.362 INFO kablam! 3650 | rt_realloc_excess_unused!(rt_pow2_256bytes_32align_realloc_excess_unused, 256, 32); Oct 22 02:09:30.362 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.362 INFO kablam! Oct 22 02:09:30.362 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.362 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.362 INFO kablam! | Oct 22 02:09:30.362 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.362 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.362 INFO kablam! ... Oct 22 02:09:30.362 INFO kablam! 3650 | rt_realloc_excess_unused!(rt_pow2_256bytes_32align_realloc_excess_unused, 256, 32); Oct 22 02:09:30.362 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.363 INFO kablam! | Oct 22 02:09:30.363 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.363 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.363 INFO kablam! | Oct 22 02:09:30.363 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.363 INFO kablam! | Oct 22 02:09:30.363 INFO kablam! Oct 22 02:09:30.363 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.363 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.363 INFO kablam! | Oct 22 02:09:30.363 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.363 INFO kablam! | ^^^^^ Oct 22 02:09:30.363 INFO kablam! ... Oct 22 02:09:30.363 INFO kablam! 3663 | rt_realloc_excess_unused!(rt_pow2_512bytes_32align_realloc_excess_unused, 512, 32); Oct 22 02:09:30.363 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.363 INFO kablam! | Oct 22 02:09:30.363 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.363 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.363 INFO kablam! | Oct 22 02:09:30.363 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.363 INFO kablam! | Oct 22 02:09:30.363 INFO kablam! Oct 22 02:09:30.363 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.363 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.363 INFO kablam! | Oct 22 02:09:30.363 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.363 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.363 INFO kablam! ... Oct 22 02:09:30.363 INFO kablam! 3663 | rt_realloc_excess_unused!(rt_pow2_512bytes_32align_realloc_excess_unused, 512, 32); Oct 22 02:09:30.363 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.363 INFO kablam! Oct 22 02:09:30.363 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.363 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.363 INFO kablam! | Oct 22 02:09:30.363 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.363 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.363 INFO kablam! ... Oct 22 02:09:30.363 INFO kablam! 3663 | rt_realloc_excess_unused!(rt_pow2_512bytes_32align_realloc_excess_unused, 512, 32); Oct 22 02:09:30.363 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.363 INFO kablam! | Oct 22 02:09:30.363 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.363 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.363 INFO kablam! | Oct 22 02:09:30.363 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.363 INFO kablam! | Oct 22 02:09:30.363 INFO kablam! Oct 22 02:09:30.368 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.368 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.368 INFO kablam! | Oct 22 02:09:30.368 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.368 INFO kablam! | ^^^^^ Oct 22 02:09:30.368 INFO kablam! ... Oct 22 02:09:30.368 INFO kablam! 3676 | rt_realloc_excess_unused!(rt_pow2_1024bytes_32align_realloc_excess_unused, 1024, 32); Oct 22 02:09:30.368 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.368 INFO kablam! | Oct 22 02:09:30.368 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.368 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.368 INFO kablam! | Oct 22 02:09:30.368 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.368 INFO kablam! | Oct 22 02:09:30.368 INFO kablam! Oct 22 02:09:30.368 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.368 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.368 INFO kablam! | Oct 22 02:09:30.368 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.368 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.368 INFO kablam! ... Oct 22 02:09:30.368 INFO kablam! 3676 | rt_realloc_excess_unused!(rt_pow2_1024bytes_32align_realloc_excess_unused, 1024, 32); Oct 22 02:09:30.368 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.368 INFO kablam! Oct 22 02:09:30.368 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.368 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.368 INFO kablam! | Oct 22 02:09:30.368 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.368 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.368 INFO kablam! ... Oct 22 02:09:30.368 INFO kablam! 3676 | rt_realloc_excess_unused!(rt_pow2_1024bytes_32align_realloc_excess_unused, 1024, 32); Oct 22 02:09:30.368 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.368 INFO kablam! | Oct 22 02:09:30.368 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.368 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.368 INFO kablam! | Oct 22 02:09:30.368 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.368 INFO kablam! | Oct 22 02:09:30.368 INFO kablam! Oct 22 02:09:30.368 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.368 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.369 INFO kablam! | Oct 22 02:09:30.369 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.369 INFO kablam! | ^^^^^ Oct 22 02:09:30.369 INFO kablam! ... Oct 22 02:09:30.369 INFO kablam! 3689 | rt_realloc_excess_unused!(rt_pow2_2048bytes_32align_realloc_excess_unused, 2048, 32); Oct 22 02:09:30.369 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.369 INFO kablam! | Oct 22 02:09:30.369 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.369 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.369 INFO kablam! | Oct 22 02:09:30.369 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.369 INFO kablam! | Oct 22 02:09:30.369 INFO kablam! Oct 22 02:09:30.369 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.369 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.369 INFO kablam! | Oct 22 02:09:30.369 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.369 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.369 INFO kablam! ... Oct 22 02:09:30.369 INFO kablam! 3689 | rt_realloc_excess_unused!(rt_pow2_2048bytes_32align_realloc_excess_unused, 2048, 32); Oct 22 02:09:30.369 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.369 INFO kablam! Oct 22 02:09:30.369 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.369 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.369 INFO kablam! | Oct 22 02:09:30.369 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.369 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.369 INFO kablam! ... Oct 22 02:09:30.369 INFO kablam! 3689 | rt_realloc_excess_unused!(rt_pow2_2048bytes_32align_realloc_excess_unused, 2048, 32); Oct 22 02:09:30.369 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.369 INFO kablam! | Oct 22 02:09:30.369 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.369 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.369 INFO kablam! | Oct 22 02:09:30.369 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.369 INFO kablam! | Oct 22 02:09:30.369 INFO kablam! Oct 22 02:09:30.369 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.369 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.369 INFO kablam! | Oct 22 02:09:30.369 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.369 INFO kablam! | ^^^^^ Oct 22 02:09:30.369 INFO kablam! ... Oct 22 02:09:30.369 INFO kablam! 3702 | rt_realloc_excess_unused!(rt_pow2_4096bytes_32align_realloc_excess_unused, 4096, 32); Oct 22 02:09:30.369 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.369 INFO kablam! | Oct 22 02:09:30.369 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.369 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.369 INFO kablam! | Oct 22 02:09:30.369 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.369 INFO kablam! | Oct 22 02:09:30.369 INFO kablam! Oct 22 02:09:30.369 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.369 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.369 INFO kablam! | Oct 22 02:09:30.369 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.369 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.369 INFO kablam! ... Oct 22 02:09:30.369 INFO kablam! 3702 | rt_realloc_excess_unused!(rt_pow2_4096bytes_32align_realloc_excess_unused, 4096, 32); Oct 22 02:09:30.369 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.369 INFO kablam! Oct 22 02:09:30.374 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.374 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.374 INFO kablam! | Oct 22 02:09:30.374 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.374 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.374 INFO kablam! ... Oct 22 02:09:30.374 INFO kablam! 3702 | rt_realloc_excess_unused!(rt_pow2_4096bytes_32align_realloc_excess_unused, 4096, 32); Oct 22 02:09:30.374 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.374 INFO kablam! | Oct 22 02:09:30.374 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.374 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.374 INFO kablam! | Oct 22 02:09:30.374 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.374 INFO kablam! | Oct 22 02:09:30.374 INFO kablam! Oct 22 02:09:30.374 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.374 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.374 INFO kablam! | Oct 22 02:09:30.374 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.374 INFO kablam! | ^^^^^ Oct 22 02:09:30.374 INFO kablam! ... Oct 22 02:09:30.374 INFO kablam! 3715 | rt_realloc_excess_unused!(rt_pow2_8192bytes_32align_realloc_excess_unused, 8192, 32); Oct 22 02:09:30.374 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.374 INFO kablam! | Oct 22 02:09:30.374 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.374 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.374 INFO kablam! | Oct 22 02:09:30.374 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.374 INFO kablam! | Oct 22 02:09:30.374 INFO kablam! Oct 22 02:09:30.374 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.374 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.374 INFO kablam! | Oct 22 02:09:30.374 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.374 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.374 INFO kablam! ... Oct 22 02:09:30.374 INFO kablam! 3715 | rt_realloc_excess_unused!(rt_pow2_8192bytes_32align_realloc_excess_unused, 8192, 32); Oct 22 02:09:30.374 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.374 INFO kablam! Oct 22 02:09:30.374 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.374 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.375 INFO kablam! | Oct 22 02:09:30.375 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.375 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.375 INFO kablam! ... Oct 22 02:09:30.375 INFO kablam! 3715 | rt_realloc_excess_unused!(rt_pow2_8192bytes_32align_realloc_excess_unused, 8192, 32); Oct 22 02:09:30.375 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.375 INFO kablam! | Oct 22 02:09:30.375 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.375 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.375 INFO kablam! | Oct 22 02:09:30.375 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.375 INFO kablam! | Oct 22 02:09:30.375 INFO kablam! Oct 22 02:09:30.378 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.378 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.378 INFO kablam! | Oct 22 02:09:30.378 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.378 INFO kablam! | ^^^^^ Oct 22 02:09:30.378 INFO kablam! ... Oct 22 02:09:30.378 INFO kablam! 3728 | rt_realloc_excess_unused!(rt_pow2_16384bytes_32align_realloc_excess_unused, 16384, 32); Oct 22 02:09:30.378 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.378 INFO kablam! | Oct 22 02:09:30.378 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.378 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.378 INFO kablam! | Oct 22 02:09:30.378 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.378 INFO kablam! | Oct 22 02:09:30.378 INFO kablam! Oct 22 02:09:30.378 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.378 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.378 INFO kablam! | Oct 22 02:09:30.378 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.378 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.378 INFO kablam! ... Oct 22 02:09:30.378 INFO kablam! 3728 | rt_realloc_excess_unused!(rt_pow2_16384bytes_32align_realloc_excess_unused, 16384, 32); Oct 22 02:09:30.378 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.378 INFO kablam! Oct 22 02:09:30.378 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.378 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.378 INFO kablam! | Oct 22 02:09:30.378 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.378 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.378 INFO kablam! ... Oct 22 02:09:30.378 INFO kablam! 3728 | rt_realloc_excess_unused!(rt_pow2_16384bytes_32align_realloc_excess_unused, 16384, 32); Oct 22 02:09:30.378 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.378 INFO kablam! | Oct 22 02:09:30.378 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.378 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.378 INFO kablam! | Oct 22 02:09:30.378 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.378 INFO kablam! | Oct 22 02:09:30.378 INFO kablam! Oct 22 02:09:30.378 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.378 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.378 INFO kablam! | Oct 22 02:09:30.378 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.378 INFO kablam! | ^^^^^ Oct 22 02:09:30.378 INFO kablam! ... Oct 22 02:09:30.378 INFO kablam! 3741 | rt_realloc_excess_unused!(rt_pow2_32768bytes_32align_realloc_excess_unused, 32768, 32); Oct 22 02:09:30.378 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.378 INFO kablam! | Oct 22 02:09:30.378 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.378 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.378 INFO kablam! | Oct 22 02:09:30.378 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.378 INFO kablam! | Oct 22 02:09:30.378 INFO kablam! Oct 22 02:09:30.388 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.388 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.388 INFO kablam! | Oct 22 02:09:30.388 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.388 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.388 INFO kablam! ... Oct 22 02:09:30.388 INFO kablam! 3741 | rt_realloc_excess_unused!(rt_pow2_32768bytes_32align_realloc_excess_unused, 32768, 32); Oct 22 02:09:30.388 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.388 INFO kablam! Oct 22 02:09:30.388 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.388 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.388 INFO kablam! | Oct 22 02:09:30.388 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.388 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.388 INFO kablam! ... Oct 22 02:09:30.388 INFO kablam! 3741 | rt_realloc_excess_unused!(rt_pow2_32768bytes_32align_realloc_excess_unused, 32768, 32); Oct 22 02:09:30.388 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.388 INFO kablam! | Oct 22 02:09:30.388 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.388 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.388 INFO kablam! | Oct 22 02:09:30.388 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.388 INFO kablam! | Oct 22 02:09:30.388 INFO kablam! Oct 22 02:09:30.388 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.388 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.388 INFO kablam! | Oct 22 02:09:30.388 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.388 INFO kablam! | ^^^^^ Oct 22 02:09:30.388 INFO kablam! ... Oct 22 02:09:30.388 INFO kablam! 3754 | rt_realloc_excess_unused!(rt_pow2_65536bytes_32align_realloc_excess_unused, 65536, 32); Oct 22 02:09:30.388 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.388 INFO kablam! | Oct 22 02:09:30.388 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.388 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.388 INFO kablam! | Oct 22 02:09:30.388 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.388 INFO kablam! | Oct 22 02:09:30.388 INFO kablam! Oct 22 02:09:30.388 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.388 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.388 INFO kablam! | Oct 22 02:09:30.388 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.388 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.388 INFO kablam! ... Oct 22 02:09:30.388 INFO kablam! 3754 | rt_realloc_excess_unused!(rt_pow2_65536bytes_32align_realloc_excess_unused, 65536, 32); Oct 22 02:09:30.388 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.388 INFO kablam! Oct 22 02:09:30.388 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.389 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.389 INFO kablam! | Oct 22 02:09:30.389 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.389 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.389 INFO kablam! ... Oct 22 02:09:30.389 INFO kablam! 3754 | rt_realloc_excess_unused!(rt_pow2_65536bytes_32align_realloc_excess_unused, 65536, 32); Oct 22 02:09:30.389 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.389 INFO kablam! | Oct 22 02:09:30.389 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.389 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.389 INFO kablam! | Oct 22 02:09:30.389 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.389 INFO kablam! | Oct 22 02:09:30.389 INFO kablam! Oct 22 02:09:30.389 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.389 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.389 INFO kablam! | Oct 22 02:09:30.389 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.389 INFO kablam! | ^^^^^ Oct 22 02:09:30.389 INFO kablam! ... Oct 22 02:09:30.389 INFO kablam! 3767 | rt_realloc_excess_unused!(rt_pow2_131072bytes_32align_realloc_excess_unused, 131072, 32); Oct 22 02:09:30.389 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.389 INFO kablam! | Oct 22 02:09:30.389 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.389 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.389 INFO kablam! | Oct 22 02:09:30.389 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.389 INFO kablam! | Oct 22 02:09:30.389 INFO kablam! Oct 22 02:09:30.389 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.389 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.389 INFO kablam! | Oct 22 02:09:30.389 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.389 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.389 INFO kablam! ... Oct 22 02:09:30.389 INFO kablam! 3767 | rt_realloc_excess_unused!(rt_pow2_131072bytes_32align_realloc_excess_unused, 131072, 32); Oct 22 02:09:30.389 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.389 INFO kablam! Oct 22 02:09:30.389 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.389 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.389 INFO kablam! | Oct 22 02:09:30.389 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.389 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.389 INFO kablam! ... Oct 22 02:09:30.389 INFO kablam! 3767 | rt_realloc_excess_unused!(rt_pow2_131072bytes_32align_realloc_excess_unused, 131072, 32); Oct 22 02:09:30.389 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.389 INFO kablam! | Oct 22 02:09:30.389 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.389 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.389 INFO kablam! | Oct 22 02:09:30.389 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.389 INFO kablam! | Oct 22 02:09:30.389 INFO kablam! Oct 22 02:09:30.389 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.389 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.389 INFO kablam! | Oct 22 02:09:30.389 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.389 INFO kablam! | ^^^^^ Oct 22 02:09:30.389 INFO kablam! ... Oct 22 02:09:30.389 INFO kablam! 3780 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_32align_realloc_excess_unused, 4194304, 32); Oct 22 02:09:30.389 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.389 INFO kablam! | Oct 22 02:09:30.389 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.389 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.389 INFO kablam! | Oct 22 02:09:30.389 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.389 INFO kablam! | Oct 22 02:09:30.389 INFO kablam! Oct 22 02:09:30.389 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.389 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.389 INFO kablam! | Oct 22 02:09:30.389 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.389 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.389 INFO kablam! ... Oct 22 02:09:30.389 INFO kablam! 3780 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_32align_realloc_excess_unused, 4194304, 32); Oct 22 02:09:30.389 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.389 INFO kablam! Oct 22 02:09:30.400 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.400 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.400 INFO kablam! | Oct 22 02:09:30.400 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.400 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.400 INFO kablam! ... Oct 22 02:09:30.400 INFO kablam! 3780 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_32align_realloc_excess_unused, 4194304, 32); Oct 22 02:09:30.400 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.400 INFO kablam! | Oct 22 02:09:30.400 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.400 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.400 INFO kablam! | Oct 22 02:09:30.400 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.400 INFO kablam! | Oct 22 02:09:30.400 INFO kablam! Oct 22 02:09:30.400 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.400 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.400 INFO kablam! | Oct 22 02:09:30.400 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.400 INFO kablam! | ^^^^^ Oct 22 02:09:30.400 INFO kablam! ... Oct 22 02:09:30.400 INFO kablam! 3794 | rt_realloc_excess_unused!(rt_even_10bytes_32align_realloc_excess_unused, 10, 32); Oct 22 02:09:30.400 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.400 INFO kablam! | Oct 22 02:09:30.400 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.400 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.400 INFO kablam! | Oct 22 02:09:30.400 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.400 INFO kablam! | Oct 22 02:09:30.400 INFO kablam! Oct 22 02:09:30.400 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.400 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.400 INFO kablam! | Oct 22 02:09:30.400 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.400 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.400 INFO kablam! ... Oct 22 02:09:30.400 INFO kablam! 3794 | rt_realloc_excess_unused!(rt_even_10bytes_32align_realloc_excess_unused, 10, 32); Oct 22 02:09:30.400 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.400 INFO kablam! Oct 22 02:09:30.400 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.400 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.401 INFO kablam! | Oct 22 02:09:30.401 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.401 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.401 INFO kablam! ... Oct 22 02:09:30.401 INFO kablam! 3794 | rt_realloc_excess_unused!(rt_even_10bytes_32align_realloc_excess_unused, 10, 32); Oct 22 02:09:30.401 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.401 INFO kablam! | Oct 22 02:09:30.401 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.401 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.401 INFO kablam! | Oct 22 02:09:30.401 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.401 INFO kablam! | Oct 22 02:09:30.401 INFO kablam! Oct 22 02:09:30.401 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.401 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.401 INFO kablam! | Oct 22 02:09:30.401 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.401 INFO kablam! | ^^^^^ Oct 22 02:09:30.401 INFO kablam! ... Oct 22 02:09:30.401 INFO kablam! 3807 | rt_realloc_excess_unused!(rt_even_100bytes_32align_realloc_excess_unused, 100, 32); Oct 22 02:09:30.401 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.401 INFO kablam! | Oct 22 02:09:30.401 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.401 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.401 INFO kablam! | Oct 22 02:09:30.401 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.401 INFO kablam! | Oct 22 02:09:30.401 INFO kablam! Oct 22 02:09:30.401 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.401 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.401 INFO kablam! | Oct 22 02:09:30.401 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.401 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.401 INFO kablam! ... Oct 22 02:09:30.401 INFO kablam! 3807 | rt_realloc_excess_unused!(rt_even_100bytes_32align_realloc_excess_unused, 100, 32); Oct 22 02:09:30.401 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.401 INFO kablam! Oct 22 02:09:30.401 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.401 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.401 INFO kablam! | Oct 22 02:09:30.401 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.401 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.401 INFO kablam! ... Oct 22 02:09:30.401 INFO kablam! 3807 | rt_realloc_excess_unused!(rt_even_100bytes_32align_realloc_excess_unused, 100, 32); Oct 22 02:09:30.401 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.401 INFO kablam! | Oct 22 02:09:30.401 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.401 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.401 INFO kablam! | Oct 22 02:09:30.401 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.401 INFO kablam! | Oct 22 02:09:30.401 INFO kablam! Oct 22 02:09:30.401 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.401 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.401 INFO kablam! | Oct 22 02:09:30.401 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.401 INFO kablam! | ^^^^^ Oct 22 02:09:30.401 INFO kablam! ... Oct 22 02:09:30.401 INFO kablam! 3820 | rt_realloc_excess_unused!(rt_even_1000bytes_32align_realloc_excess_unused, 1000, 32); Oct 22 02:09:30.401 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.401 INFO kablam! | Oct 22 02:09:30.401 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.401 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.401 INFO kablam! | Oct 22 02:09:30.401 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.401 INFO kablam! | Oct 22 02:09:30.401 INFO kablam! Oct 22 02:09:30.401 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.401 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.401 INFO kablam! | Oct 22 02:09:30.401 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.401 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.401 INFO kablam! ... Oct 22 02:09:30.401 INFO kablam! 3820 | rt_realloc_excess_unused!(rt_even_1000bytes_32align_realloc_excess_unused, 1000, 32); Oct 22 02:09:30.401 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.401 INFO kablam! Oct 22 02:09:30.401 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.401 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.401 INFO kablam! | Oct 22 02:09:30.401 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.401 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.401 INFO kablam! ... Oct 22 02:09:30.401 INFO kablam! 3820 | rt_realloc_excess_unused!(rt_even_1000bytes_32align_realloc_excess_unused, 1000, 32); Oct 22 02:09:30.401 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.401 INFO kablam! | Oct 22 02:09:30.401 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.401 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.402 INFO kablam! | Oct 22 02:09:30.402 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.402 INFO kablam! | Oct 22 02:09:30.402 INFO kablam! Oct 22 02:09:30.402 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.402 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.402 INFO kablam! | Oct 22 02:09:30.402 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.402 INFO kablam! | ^^^^^ Oct 22 02:09:30.402 INFO kablam! ... Oct 22 02:09:30.402 INFO kablam! 3833 | rt_realloc_excess_unused!(rt_even_10000bytes_32align_realloc_excess_unused, 10000, 32); Oct 22 02:09:30.402 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.402 INFO kablam! | Oct 22 02:09:30.402 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.402 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.402 INFO kablam! | Oct 22 02:09:30.402 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.402 INFO kablam! | Oct 22 02:09:30.402 INFO kablam! Oct 22 02:09:30.402 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.402 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.402 INFO kablam! | Oct 22 02:09:30.402 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.402 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.402 INFO kablam! ... Oct 22 02:09:30.402 INFO kablam! 3833 | rt_realloc_excess_unused!(rt_even_10000bytes_32align_realloc_excess_unused, 10000, 32); Oct 22 02:09:30.402 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.402 INFO kablam! Oct 22 02:09:30.402 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.402 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.402 INFO kablam! | Oct 22 02:09:30.402 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.402 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.402 INFO kablam! ... Oct 22 02:09:30.402 INFO kablam! 3833 | rt_realloc_excess_unused!(rt_even_10000bytes_32align_realloc_excess_unused, 10000, 32); Oct 22 02:09:30.402 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.402 INFO kablam! | Oct 22 02:09:30.402 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.402 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.402 INFO kablam! | Oct 22 02:09:30.402 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.402 INFO kablam! | Oct 22 02:09:30.402 INFO kablam! Oct 22 02:09:30.402 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.402 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.402 INFO kablam! | Oct 22 02:09:30.402 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.402 INFO kablam! | ^^^^^ Oct 22 02:09:30.402 INFO kablam! ... Oct 22 02:09:30.402 INFO kablam! 3846 | rt_realloc_excess_unused!(rt_even_100000bytes_32align_realloc_excess_unused, 100000, 32); Oct 22 02:09:30.402 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.402 INFO kablam! | Oct 22 02:09:30.402 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.402 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.402 INFO kablam! | Oct 22 02:09:30.402 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.402 INFO kablam! | Oct 22 02:09:30.402 INFO kablam! Oct 22 02:09:30.408 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.408 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.408 INFO kablam! | Oct 22 02:09:30.408 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.408 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.408 INFO kablam! ... Oct 22 02:09:30.408 INFO kablam! 3846 | rt_realloc_excess_unused!(rt_even_100000bytes_32align_realloc_excess_unused, 100000, 32); Oct 22 02:09:30.408 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.408 INFO kablam! Oct 22 02:09:30.408 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.408 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.408 INFO kablam! | Oct 22 02:09:30.408 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.408 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.408 INFO kablam! ... Oct 22 02:09:30.408 INFO kablam! 3846 | rt_realloc_excess_unused!(rt_even_100000bytes_32align_realloc_excess_unused, 100000, 32); Oct 22 02:09:30.408 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.408 INFO kablam! | Oct 22 02:09:30.408 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.408 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.408 INFO kablam! | Oct 22 02:09:30.408 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.408 INFO kablam! | Oct 22 02:09:30.408 INFO kablam! Oct 22 02:09:30.408 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.408 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.408 INFO kablam! | Oct 22 02:09:30.408 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.408 INFO kablam! | ^^^^^ Oct 22 02:09:30.408 INFO kablam! ... Oct 22 02:09:30.408 INFO kablam! 3859 | rt_realloc_excess_unused!(rt_even_1000000bytes_32align_realloc_excess_unused, 1000000, 32); Oct 22 02:09:30.408 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.408 INFO kablam! | Oct 22 02:09:30.408 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.408 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.408 INFO kablam! | Oct 22 02:09:30.408 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.408 INFO kablam! | Oct 22 02:09:30.408 INFO kablam! Oct 22 02:09:30.408 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.409 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.409 INFO kablam! | Oct 22 02:09:30.409 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.409 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.409 INFO kablam! ... Oct 22 02:09:30.409 INFO kablam! 3859 | rt_realloc_excess_unused!(rt_even_1000000bytes_32align_realloc_excess_unused, 1000000, 32); Oct 22 02:09:30.409 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.409 INFO kablam! Oct 22 02:09:30.409 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.409 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.409 INFO kablam! | Oct 22 02:09:30.409 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.409 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.409 INFO kablam! ... Oct 22 02:09:30.409 INFO kablam! 3859 | rt_realloc_excess_unused!(rt_even_1000000bytes_32align_realloc_excess_unused, 1000000, 32); Oct 22 02:09:30.409 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.409 INFO kablam! | Oct 22 02:09:30.409 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.409 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.409 INFO kablam! | Oct 22 02:09:30.409 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.409 INFO kablam! | Oct 22 02:09:30.409 INFO kablam! Oct 22 02:09:30.409 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.409 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.409 INFO kablam! | Oct 22 02:09:30.409 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.409 INFO kablam! | ^^^^^ Oct 22 02:09:30.409 INFO kablam! ... Oct 22 02:09:30.409 INFO kablam! 3873 | rt_realloc_excess_unused!(rt_odd_10bytes_32align_realloc_excess_unused, 10- 1, 32); Oct 22 02:09:30.409 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.409 INFO kablam! | Oct 22 02:09:30.409 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.409 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.409 INFO kablam! | Oct 22 02:09:30.409 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.409 INFO kablam! | Oct 22 02:09:30.409 INFO kablam! Oct 22 02:09:30.409 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.409 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.409 INFO kablam! | Oct 22 02:09:30.409 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.409 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.409 INFO kablam! ... Oct 22 02:09:30.409 INFO kablam! 3873 | rt_realloc_excess_unused!(rt_odd_10bytes_32align_realloc_excess_unused, 10- 1, 32); Oct 22 02:09:30.409 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.409 INFO kablam! Oct 22 02:09:30.409 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.409 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.409 INFO kablam! | Oct 22 02:09:30.409 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.409 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.409 INFO kablam! ... Oct 22 02:09:30.409 INFO kablam! 3873 | rt_realloc_excess_unused!(rt_odd_10bytes_32align_realloc_excess_unused, 10- 1, 32); Oct 22 02:09:30.409 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.409 INFO kablam! | Oct 22 02:09:30.409 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.409 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.409 INFO kablam! | Oct 22 02:09:30.409 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.409 INFO kablam! | Oct 22 02:09:30.409 INFO kablam! Oct 22 02:09:30.416 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.416 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.416 INFO kablam! | Oct 22 02:09:30.416 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.416 INFO kablam! | ^^^^^ Oct 22 02:09:30.416 INFO kablam! ... Oct 22 02:09:30.416 INFO kablam! 3886 | rt_realloc_excess_unused!(rt_odd_100bytes_32align_realloc_excess_unused, 100- 1, 32); Oct 22 02:09:30.416 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.416 INFO kablam! | Oct 22 02:09:30.416 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.416 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.416 INFO kablam! | Oct 22 02:09:30.416 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.416 INFO kablam! | Oct 22 02:09:30.416 INFO kablam! Oct 22 02:09:30.416 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.416 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.416 INFO kablam! | Oct 22 02:09:30.416 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.416 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.416 INFO kablam! ... Oct 22 02:09:30.416 INFO kablam! 3886 | rt_realloc_excess_unused!(rt_odd_100bytes_32align_realloc_excess_unused, 100- 1, 32); Oct 22 02:09:30.416 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.416 INFO kablam! Oct 22 02:09:30.416 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.416 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.416 INFO kablam! | Oct 22 02:09:30.416 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.416 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.416 INFO kablam! ... Oct 22 02:09:30.416 INFO kablam! 3886 | rt_realloc_excess_unused!(rt_odd_100bytes_32align_realloc_excess_unused, 100- 1, 32); Oct 22 02:09:30.416 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.416 INFO kablam! | Oct 22 02:09:30.416 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.416 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.416 INFO kablam! | Oct 22 02:09:30.416 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.416 INFO kablam! | Oct 22 02:09:30.417 INFO kablam! Oct 22 02:09:30.417 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.417 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.417 INFO kablam! | Oct 22 02:09:30.417 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.417 INFO kablam! | ^^^^^ Oct 22 02:09:30.417 INFO kablam! ... Oct 22 02:09:30.417 INFO kablam! 3899 | rt_realloc_excess_unused!(rt_odd_1000bytes_32align_realloc_excess_unused, 1000- 1, 32); Oct 22 02:09:30.417 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.417 INFO kablam! | Oct 22 02:09:30.417 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.417 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.417 INFO kablam! | Oct 22 02:09:30.417 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.417 INFO kablam! | Oct 22 02:09:30.417 INFO kablam! Oct 22 02:09:30.417 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.417 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.417 INFO kablam! | Oct 22 02:09:30.417 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.417 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.417 INFO kablam! ... Oct 22 02:09:30.417 INFO kablam! 3899 | rt_realloc_excess_unused!(rt_odd_1000bytes_32align_realloc_excess_unused, 1000- 1, 32); Oct 22 02:09:30.417 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.417 INFO kablam! Oct 22 02:09:30.417 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.417 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.417 INFO kablam! | Oct 22 02:09:30.417 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.417 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.417 INFO kablam! ... Oct 22 02:09:30.417 INFO kablam! 3899 | rt_realloc_excess_unused!(rt_odd_1000bytes_32align_realloc_excess_unused, 1000- 1, 32); Oct 22 02:09:30.417 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.417 INFO kablam! | Oct 22 02:09:30.417 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.417 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.417 INFO kablam! | Oct 22 02:09:30.417 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.417 INFO kablam! | Oct 22 02:09:30.417 INFO kablam! Oct 22 02:09:30.417 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.417 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.417 INFO kablam! | Oct 22 02:09:30.417 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.417 INFO kablam! | ^^^^^ Oct 22 02:09:30.417 INFO kablam! ... Oct 22 02:09:30.417 INFO kablam! 3912 | rt_realloc_excess_unused!(rt_odd_10000bytes_32align_realloc_excess_unused, 10000- 1, 32); Oct 22 02:09:30.417 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.417 INFO kablam! | Oct 22 02:09:30.417 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.417 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.417 INFO kablam! | Oct 22 02:09:30.417 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.417 INFO kablam! | Oct 22 02:09:30.417 INFO kablam! Oct 22 02:09:30.417 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.417 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.417 INFO kablam! | Oct 22 02:09:30.417 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.417 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.417 INFO kablam! ... Oct 22 02:09:30.417 INFO kablam! 3912 | rt_realloc_excess_unused!(rt_odd_10000bytes_32align_realloc_excess_unused, 10000- 1, 32); Oct 22 02:09:30.417 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.417 INFO kablam! Oct 22 02:09:30.424 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.424 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.424 INFO kablam! | Oct 22 02:09:30.424 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.424 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.424 INFO kablam! ... Oct 22 02:09:30.424 INFO kablam! 3912 | rt_realloc_excess_unused!(rt_odd_10000bytes_32align_realloc_excess_unused, 10000- 1, 32); Oct 22 02:09:30.424 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.424 INFO kablam! | Oct 22 02:09:30.424 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.424 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.424 INFO kablam! | Oct 22 02:09:30.424 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.424 INFO kablam! | Oct 22 02:09:30.424 INFO kablam! Oct 22 02:09:30.424 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.424 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.424 INFO kablam! | Oct 22 02:09:30.424 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.424 INFO kablam! | ^^^^^ Oct 22 02:09:30.424 INFO kablam! ... Oct 22 02:09:30.424 INFO kablam! 3925 | rt_realloc_excess_unused!(rt_odd_100000bytes_32align_realloc_excess_unused, 100000- 1, 32); Oct 22 02:09:30.424 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.424 INFO kablam! | Oct 22 02:09:30.424 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.424 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.424 INFO kablam! | Oct 22 02:09:30.424 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.424 INFO kablam! | Oct 22 02:09:30.424 INFO kablam! Oct 22 02:09:30.424 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.424 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.424 INFO kablam! | Oct 22 02:09:30.424 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.424 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.424 INFO kablam! ... Oct 22 02:09:30.424 INFO kablam! 3925 | rt_realloc_excess_unused!(rt_odd_100000bytes_32align_realloc_excess_unused, 100000- 1, 32); Oct 22 02:09:30.424 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.424 INFO kablam! Oct 22 02:09:30.424 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.424 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.424 INFO kablam! | Oct 22 02:09:30.425 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.425 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.425 INFO kablam! ... Oct 22 02:09:30.425 INFO kablam! 3925 | rt_realloc_excess_unused!(rt_odd_100000bytes_32align_realloc_excess_unused, 100000- 1, 32); Oct 22 02:09:30.425 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.425 INFO kablam! | Oct 22 02:09:30.425 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.425 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.425 INFO kablam! | Oct 22 02:09:30.425 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.425 INFO kablam! | Oct 22 02:09:30.425 INFO kablam! Oct 22 02:09:30.425 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.425 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.425 INFO kablam! | Oct 22 02:09:30.425 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.425 INFO kablam! | ^^^^^ Oct 22 02:09:30.425 INFO kablam! ... Oct 22 02:09:30.425 INFO kablam! 3938 | rt_realloc_excess_unused!(rt_odd_1000000bytes_32align_realloc_excess_unused, 1000000- 1, 32); Oct 22 02:09:30.425 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.425 INFO kablam! | Oct 22 02:09:30.425 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.425 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.425 INFO kablam! | Oct 22 02:09:30.425 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.425 INFO kablam! | Oct 22 02:09:30.425 INFO kablam! Oct 22 02:09:30.425 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.425 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.425 INFO kablam! | Oct 22 02:09:30.425 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.425 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.425 INFO kablam! ... Oct 22 02:09:30.425 INFO kablam! 3938 | rt_realloc_excess_unused!(rt_odd_1000000bytes_32align_realloc_excess_unused, 1000000- 1, 32); Oct 22 02:09:30.425 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.425 INFO kablam! Oct 22 02:09:30.425 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.425 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.425 INFO kablam! | Oct 22 02:09:30.425 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.425 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.425 INFO kablam! ... Oct 22 02:09:30.425 INFO kablam! 3938 | rt_realloc_excess_unused!(rt_odd_1000000bytes_32align_realloc_excess_unused, 1000000- 1, 32); Oct 22 02:09:30.425 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.425 INFO kablam! | Oct 22 02:09:30.425 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.425 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.425 INFO kablam! | Oct 22 02:09:30.425 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.425 INFO kablam! | Oct 22 02:09:30.425 INFO kablam! Oct 22 02:09:30.436 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.436 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.436 INFO kablam! | Oct 22 02:09:30.436 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.436 INFO kablam! | ^^^^^ Oct 22 02:09:30.436 INFO kablam! ... Oct 22 02:09:30.436 INFO kablam! 3952 | rt_realloc_excess_unused!(rt_primes_3bytes_32align_realloc_excess_unused, 3, 32); Oct 22 02:09:30.436 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.436 INFO kablam! | Oct 22 02:09:30.436 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.436 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.436 INFO kablam! | Oct 22 02:09:30.436 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.436 INFO kablam! | Oct 22 02:09:30.436 INFO kablam! Oct 22 02:09:30.436 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.436 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.436 INFO kablam! | Oct 22 02:09:30.436 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.436 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.436 INFO kablam! ... Oct 22 02:09:30.436 INFO kablam! 3952 | rt_realloc_excess_unused!(rt_primes_3bytes_32align_realloc_excess_unused, 3, 32); Oct 22 02:09:30.436 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.436 INFO kablam! Oct 22 02:09:30.436 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.436 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.436 INFO kablam! | Oct 22 02:09:30.436 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.436 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.436 INFO kablam! ... Oct 22 02:09:30.436 INFO kablam! 3952 | rt_realloc_excess_unused!(rt_primes_3bytes_32align_realloc_excess_unused, 3, 32); Oct 22 02:09:30.436 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.436 INFO kablam! | Oct 22 02:09:30.436 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.436 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.436 INFO kablam! | Oct 22 02:09:30.436 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.436 INFO kablam! | Oct 22 02:09:30.436 INFO kablam! Oct 22 02:09:30.437 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.437 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.437 INFO kablam! | Oct 22 02:09:30.437 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.437 INFO kablam! | ^^^^^ Oct 22 02:09:30.437 INFO kablam! ... Oct 22 02:09:30.437 INFO kablam! 3965 | rt_realloc_excess_unused!(rt_primes_7bytes_32align_realloc_excess_unused, 7, 32); Oct 22 02:09:30.437 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.437 INFO kablam! | Oct 22 02:09:30.437 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.437 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.437 INFO kablam! | Oct 22 02:09:30.437 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.437 INFO kablam! | Oct 22 02:09:30.437 INFO kablam! Oct 22 02:09:30.437 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.437 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.437 INFO kablam! | Oct 22 02:09:30.437 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.437 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.437 INFO kablam! ... Oct 22 02:09:30.437 INFO kablam! 3965 | rt_realloc_excess_unused!(rt_primes_7bytes_32align_realloc_excess_unused, 7, 32); Oct 22 02:09:30.437 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.437 INFO kablam! Oct 22 02:09:30.437 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.437 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.437 INFO kablam! | Oct 22 02:09:30.437 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.437 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.437 INFO kablam! ... Oct 22 02:09:30.437 INFO kablam! 3965 | rt_realloc_excess_unused!(rt_primes_7bytes_32align_realloc_excess_unused, 7, 32); Oct 22 02:09:30.437 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.437 INFO kablam! | Oct 22 02:09:30.437 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.437 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.437 INFO kablam! | Oct 22 02:09:30.437 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.437 INFO kablam! | Oct 22 02:09:30.437 INFO kablam! Oct 22 02:09:30.437 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.437 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.437 INFO kablam! | Oct 22 02:09:30.437 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.437 INFO kablam! | ^^^^^ Oct 22 02:09:30.437 INFO kablam! ... Oct 22 02:09:30.437 INFO kablam! 3978 | rt_realloc_excess_unused!(rt_primes_13bytes_32align_realloc_excess_unused, 13, 32); Oct 22 02:09:30.437 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.437 INFO kablam! | Oct 22 02:09:30.437 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.437 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.437 INFO kablam! | Oct 22 02:09:30.437 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.437 INFO kablam! | Oct 22 02:09:30.437 INFO kablam! Oct 22 02:09:30.437 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.437 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.437 INFO kablam! | Oct 22 02:09:30.437 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.437 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.437 INFO kablam! ... Oct 22 02:09:30.437 INFO kablam! 3978 | rt_realloc_excess_unused!(rt_primes_13bytes_32align_realloc_excess_unused, 13, 32); Oct 22 02:09:30.437 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.437 INFO kablam! Oct 22 02:09:30.437 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.437 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.437 INFO kablam! | Oct 22 02:09:30.437 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.437 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.437 INFO kablam! ... Oct 22 02:09:30.437 INFO kablam! 3978 | rt_realloc_excess_unused!(rt_primes_13bytes_32align_realloc_excess_unused, 13, 32); Oct 22 02:09:30.437 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.437 INFO kablam! | Oct 22 02:09:30.437 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.437 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.437 INFO kablam! | Oct 22 02:09:30.437 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.437 INFO kablam! | Oct 22 02:09:30.437 INFO kablam! Oct 22 02:09:30.437 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.437 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.437 INFO kablam! | Oct 22 02:09:30.437 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.437 INFO kablam! | ^^^^^ Oct 22 02:09:30.438 INFO kablam! ... Oct 22 02:09:30.438 INFO kablam! 3991 | rt_realloc_excess_unused!(rt_primes_17bytes_32align_realloc_excess_unused, 17, 32); Oct 22 02:09:30.438 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.438 INFO kablam! | Oct 22 02:09:30.438 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.438 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.438 INFO kablam! | Oct 22 02:09:30.438 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.438 INFO kablam! | Oct 22 02:09:30.438 INFO kablam! Oct 22 02:09:30.438 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.438 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.438 INFO kablam! | Oct 22 02:09:30.438 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.438 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.438 INFO kablam! ... Oct 22 02:09:30.438 INFO kablam! 3991 | rt_realloc_excess_unused!(rt_primes_17bytes_32align_realloc_excess_unused, 17, 32); Oct 22 02:09:30.438 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.438 INFO kablam! Oct 22 02:09:30.438 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.438 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.438 INFO kablam! | Oct 22 02:09:30.438 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.438 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.438 INFO kablam! ... Oct 22 02:09:30.438 INFO kablam! 3991 | rt_realloc_excess_unused!(rt_primes_17bytes_32align_realloc_excess_unused, 17, 32); Oct 22 02:09:30.438 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.438 INFO kablam! | Oct 22 02:09:30.438 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.438 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.438 INFO kablam! | Oct 22 02:09:30.438 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.438 INFO kablam! | Oct 22 02:09:30.438 INFO kablam! Oct 22 02:09:30.452 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.452 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.452 INFO kablam! | Oct 22 02:09:30.452 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.452 INFO kablam! | ^^^^^ Oct 22 02:09:30.452 INFO kablam! ... Oct 22 02:09:30.452 INFO kablam! 4004 | rt_realloc_excess_unused!(rt_primes_31bytes_32align_realloc_excess_unused, 31, 32); Oct 22 02:09:30.452 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.452 INFO kablam! | Oct 22 02:09:30.452 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.452 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.452 INFO kablam! | Oct 22 02:09:30.452 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.452 INFO kablam! | Oct 22 02:09:30.452 INFO kablam! Oct 22 02:09:30.452 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.452 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.452 INFO kablam! | Oct 22 02:09:30.452 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.452 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.452 INFO kablam! ... Oct 22 02:09:30.452 INFO kablam! 4004 | rt_realloc_excess_unused!(rt_primes_31bytes_32align_realloc_excess_unused, 31, 32); Oct 22 02:09:30.452 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.452 INFO kablam! Oct 22 02:09:30.452 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.452 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.452 INFO kablam! | Oct 22 02:09:30.452 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.452 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.452 INFO kablam! ... Oct 22 02:09:30.452 INFO kablam! 4004 | rt_realloc_excess_unused!(rt_primes_31bytes_32align_realloc_excess_unused, 31, 32); Oct 22 02:09:30.452 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.452 INFO kablam! | Oct 22 02:09:30.452 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.452 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.452 INFO kablam! | Oct 22 02:09:30.452 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.452 INFO kablam! | Oct 22 02:09:30.452 INFO kablam! Oct 22 02:09:30.453 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.453 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.453 INFO kablam! | Oct 22 02:09:30.453 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.453 INFO kablam! | ^^^^^ Oct 22 02:09:30.453 INFO kablam! ... Oct 22 02:09:30.453 INFO kablam! 4017 | rt_realloc_excess_unused!(rt_primes_61bytes_32align_realloc_excess_unused, 61, 32); Oct 22 02:09:30.453 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.453 INFO kablam! | Oct 22 02:09:30.453 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.453 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.453 INFO kablam! | Oct 22 02:09:30.453 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.453 INFO kablam! | Oct 22 02:09:30.453 INFO kablam! Oct 22 02:09:30.453 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.453 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.453 INFO kablam! | Oct 22 02:09:30.453 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.453 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.453 INFO kablam! ... Oct 22 02:09:30.453 INFO kablam! 4017 | rt_realloc_excess_unused!(rt_primes_61bytes_32align_realloc_excess_unused, 61, 32); Oct 22 02:09:30.453 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.453 INFO kablam! Oct 22 02:09:30.453 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.453 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.453 INFO kablam! | Oct 22 02:09:30.453 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.453 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.453 INFO kablam! ... Oct 22 02:09:30.453 INFO kablam! 4017 | rt_realloc_excess_unused!(rt_primes_61bytes_32align_realloc_excess_unused, 61, 32); Oct 22 02:09:30.453 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.453 INFO kablam! | Oct 22 02:09:30.453 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.453 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.453 INFO kablam! | Oct 22 02:09:30.453 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.453 INFO kablam! | Oct 22 02:09:30.453 INFO kablam! Oct 22 02:09:30.453 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.453 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.453 INFO kablam! | Oct 22 02:09:30.453 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.453 INFO kablam! | ^^^^^ Oct 22 02:09:30.453 INFO kablam! ... Oct 22 02:09:30.453 INFO kablam! 4030 | rt_realloc_excess_unused!(rt_primes_96bytes_32align_realloc_excess_unused, 96, 32); Oct 22 02:09:30.453 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.453 INFO kablam! | Oct 22 02:09:30.453 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.453 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.453 INFO kablam! | Oct 22 02:09:30.453 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.453 INFO kablam! | Oct 22 02:09:30.453 INFO kablam! Oct 22 02:09:30.453 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.453 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.453 INFO kablam! | Oct 22 02:09:30.453 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.453 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.453 INFO kablam! ... Oct 22 02:09:30.453 INFO kablam! 4030 | rt_realloc_excess_unused!(rt_primes_96bytes_32align_realloc_excess_unused, 96, 32); Oct 22 02:09:30.453 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.453 INFO kablam! Oct 22 02:09:30.453 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.453 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.453 INFO kablam! | Oct 22 02:09:30.453 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.453 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.453 INFO kablam! ... Oct 22 02:09:30.453 INFO kablam! 4030 | rt_realloc_excess_unused!(rt_primes_96bytes_32align_realloc_excess_unused, 96, 32); Oct 22 02:09:30.453 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.453 INFO kablam! | Oct 22 02:09:30.453 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.453 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.453 INFO kablam! | Oct 22 02:09:30.453 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.453 INFO kablam! | Oct 22 02:09:30.453 INFO kablam! Oct 22 02:09:30.453 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.453 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.453 INFO kablam! | Oct 22 02:09:30.454 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.454 INFO kablam! | ^^^^^ Oct 22 02:09:30.454 INFO kablam! ... Oct 22 02:09:30.454 INFO kablam! 4043 | rt_realloc_excess_unused!(rt_primes_127bytes_32align_realloc_excess_unused, 127, 32); Oct 22 02:09:30.454 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.454 INFO kablam! | Oct 22 02:09:30.454 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.454 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.454 INFO kablam! | Oct 22 02:09:30.454 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.454 INFO kablam! | Oct 22 02:09:30.454 INFO kablam! Oct 22 02:09:30.454 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.454 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.454 INFO kablam! | Oct 22 02:09:30.454 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.454 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.454 INFO kablam! ... Oct 22 02:09:30.454 INFO kablam! 4043 | rt_realloc_excess_unused!(rt_primes_127bytes_32align_realloc_excess_unused, 127, 32); Oct 22 02:09:30.454 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.454 INFO kablam! Oct 22 02:09:30.454 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.454 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.454 INFO kablam! | Oct 22 02:09:30.454 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.454 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.454 INFO kablam! ... Oct 22 02:09:30.454 INFO kablam! 4043 | rt_realloc_excess_unused!(rt_primes_127bytes_32align_realloc_excess_unused, 127, 32); Oct 22 02:09:30.454 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.454 INFO kablam! | Oct 22 02:09:30.454 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.454 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.454 INFO kablam! | Oct 22 02:09:30.454 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.454 INFO kablam! | Oct 22 02:09:30.454 INFO kablam! Oct 22 02:09:30.454 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.454 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.454 INFO kablam! | Oct 22 02:09:30.454 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.454 INFO kablam! | ^^^^^ Oct 22 02:09:30.454 INFO kablam! ... Oct 22 02:09:30.454 INFO kablam! 4056 | rt_realloc_excess_unused!(rt_primes_257bytes_32align_realloc_excess_unused, 257, 32); Oct 22 02:09:30.454 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.454 INFO kablam! | Oct 22 02:09:30.454 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.454 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.454 INFO kablam! | Oct 22 02:09:30.454 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.454 INFO kablam! | Oct 22 02:09:30.454 INFO kablam! Oct 22 02:09:30.454 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.454 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.454 INFO kablam! | Oct 22 02:09:30.454 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.454 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.454 INFO kablam! ... Oct 22 02:09:30.454 INFO kablam! 4056 | rt_realloc_excess_unused!(rt_primes_257bytes_32align_realloc_excess_unused, 257, 32); Oct 22 02:09:30.454 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.454 INFO kablam! Oct 22 02:09:30.454 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.454 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.454 INFO kablam! | Oct 22 02:09:30.454 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.454 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.454 INFO kablam! ... Oct 22 02:09:30.454 INFO kablam! 4056 | rt_realloc_excess_unused!(rt_primes_257bytes_32align_realloc_excess_unused, 257, 32); Oct 22 02:09:30.454 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.454 INFO kablam! | Oct 22 02:09:30.454 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.454 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.454 INFO kablam! | Oct 22 02:09:30.454 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.454 INFO kablam! | Oct 22 02:09:30.454 INFO kablam! Oct 22 02:09:30.454 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.454 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.454 INFO kablam! | Oct 22 02:09:30.454 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.454 INFO kablam! | ^^^^^ Oct 22 02:09:30.454 INFO kablam! ... Oct 22 02:09:30.454 INFO kablam! 4069 | rt_realloc_excess_unused!(rt_primes_509bytes_32align_realloc_excess_unused, 509, 32); Oct 22 02:09:30.454 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.454 INFO kablam! | Oct 22 02:09:30.454 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.454 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.455 INFO kablam! | Oct 22 02:09:30.455 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.455 INFO kablam! | Oct 22 02:09:30.455 INFO kablam! Oct 22 02:09:30.464 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.464 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.464 INFO kablam! | Oct 22 02:09:30.464 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.464 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.464 INFO kablam! ... Oct 22 02:09:30.464 INFO kablam! 4069 | rt_realloc_excess_unused!(rt_primes_509bytes_32align_realloc_excess_unused, 509, 32); Oct 22 02:09:30.464 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.464 INFO kablam! Oct 22 02:09:30.464 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.464 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.464 INFO kablam! | Oct 22 02:09:30.464 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.464 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.464 INFO kablam! ... Oct 22 02:09:30.464 INFO kablam! 4069 | rt_realloc_excess_unused!(rt_primes_509bytes_32align_realloc_excess_unused, 509, 32); Oct 22 02:09:30.464 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.464 INFO kablam! | Oct 22 02:09:30.464 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.464 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.464 INFO kablam! | Oct 22 02:09:30.464 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.464 INFO kablam! | Oct 22 02:09:30.464 INFO kablam! Oct 22 02:09:30.464 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.464 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.464 INFO kablam! | Oct 22 02:09:30.464 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.464 INFO kablam! | ^^^^^ Oct 22 02:09:30.464 INFO kablam! ... Oct 22 02:09:30.464 INFO kablam! 4082 | rt_realloc_excess_unused!(rt_primes_1021bytes_32align_realloc_excess_unused, 1021, 32); Oct 22 02:09:30.464 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.464 INFO kablam! | Oct 22 02:09:30.464 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.464 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.464 INFO kablam! | Oct 22 02:09:30.464 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.465 INFO kablam! | Oct 22 02:09:30.465 INFO kablam! Oct 22 02:09:30.465 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.465 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.465 INFO kablam! | Oct 22 02:09:30.465 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.465 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.465 INFO kablam! ... Oct 22 02:09:30.465 INFO kablam! 4082 | rt_realloc_excess_unused!(rt_primes_1021bytes_32align_realloc_excess_unused, 1021, 32); Oct 22 02:09:30.465 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.465 INFO kablam! Oct 22 02:09:30.465 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.465 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.465 INFO kablam! | Oct 22 02:09:30.465 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.465 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.465 INFO kablam! ... Oct 22 02:09:30.465 INFO kablam! 4082 | rt_realloc_excess_unused!(rt_primes_1021bytes_32align_realloc_excess_unused, 1021, 32); Oct 22 02:09:30.465 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.465 INFO kablam! | Oct 22 02:09:30.465 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.465 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.465 INFO kablam! | Oct 22 02:09:30.465 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.465 INFO kablam! | Oct 22 02:09:30.465 INFO kablam! Oct 22 02:09:30.465 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.465 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.465 INFO kablam! | Oct 22 02:09:30.465 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.465 INFO kablam! | ^^^^^ Oct 22 02:09:30.465 INFO kablam! ... Oct 22 02:09:30.465 INFO kablam! 4095 | rt_realloc_excess_unused!(rt_primes_2039bytes_32align_realloc_excess_unused, 2039, 32); Oct 22 02:09:30.465 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.465 INFO kablam! | Oct 22 02:09:30.465 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.465 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.465 INFO kablam! | Oct 22 02:09:30.465 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.465 INFO kablam! | Oct 22 02:09:30.465 INFO kablam! Oct 22 02:09:30.465 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.465 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.465 INFO kablam! | Oct 22 02:09:30.465 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.465 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.465 INFO kablam! ... Oct 22 02:09:30.465 INFO kablam! 4095 | rt_realloc_excess_unused!(rt_primes_2039bytes_32align_realloc_excess_unused, 2039, 32); Oct 22 02:09:30.465 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.465 INFO kablam! Oct 22 02:09:30.465 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.465 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.465 INFO kablam! | Oct 22 02:09:30.465 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.465 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.465 INFO kablam! ... Oct 22 02:09:30.465 INFO kablam! 4095 | rt_realloc_excess_unused!(rt_primes_2039bytes_32align_realloc_excess_unused, 2039, 32); Oct 22 02:09:30.465 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.465 INFO kablam! | Oct 22 02:09:30.465 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.465 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.465 INFO kablam! | Oct 22 02:09:30.465 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.465 INFO kablam! | Oct 22 02:09:30.465 INFO kablam! Oct 22 02:09:30.465 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.465 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.465 INFO kablam! | Oct 22 02:09:30.465 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.465 INFO kablam! | ^^^^^ Oct 22 02:09:30.465 INFO kablam! ... Oct 22 02:09:30.465 INFO kablam! 4108 | rt_realloc_excess_unused!(rt_primes_4093bytes_32align_realloc_excess_unused, 4093, 32); Oct 22 02:09:30.465 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.465 INFO kablam! | Oct 22 02:09:30.465 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.465 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.465 INFO kablam! | Oct 22 02:09:30.465 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.465 INFO kablam! | Oct 22 02:09:30.465 INFO kablam! Oct 22 02:09:30.465 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.465 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.465 INFO kablam! | Oct 22 02:09:30.466 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.466 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.466 INFO kablam! ... Oct 22 02:09:30.466 INFO kablam! 4108 | rt_realloc_excess_unused!(rt_primes_4093bytes_32align_realloc_excess_unused, 4093, 32); Oct 22 02:09:30.466 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.466 INFO kablam! Oct 22 02:09:30.466 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.466 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.466 INFO kablam! | Oct 22 02:09:30.466 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.466 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.466 INFO kablam! ... Oct 22 02:09:30.466 INFO kablam! 4108 | rt_realloc_excess_unused!(rt_primes_4093bytes_32align_realloc_excess_unused, 4093, 32); Oct 22 02:09:30.466 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.466 INFO kablam! | Oct 22 02:09:30.466 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.466 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.466 INFO kablam! | Oct 22 02:09:30.466 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.466 INFO kablam! | Oct 22 02:09:30.466 INFO kablam! Oct 22 02:09:30.466 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.466 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.466 INFO kablam! | Oct 22 02:09:30.466 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.466 INFO kablam! | ^^^^^ Oct 22 02:09:30.466 INFO kablam! ... Oct 22 02:09:30.466 INFO kablam! 4121 | rt_realloc_excess_unused!(rt_primes_8191bytes_32align_realloc_excess_unused, 8191, 32); Oct 22 02:09:30.466 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.466 INFO kablam! | Oct 22 02:09:30.466 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.466 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.466 INFO kablam! | Oct 22 02:09:30.466 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.466 INFO kablam! | Oct 22 02:09:30.466 INFO kablam! Oct 22 02:09:30.476 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.476 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.476 INFO kablam! | Oct 22 02:09:30.476 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.476 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.476 INFO kablam! ... Oct 22 02:09:30.476 INFO kablam! 4121 | rt_realloc_excess_unused!(rt_primes_8191bytes_32align_realloc_excess_unused, 8191, 32); Oct 22 02:09:30.476 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.476 INFO kablam! Oct 22 02:09:30.476 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.476 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.476 INFO kablam! | Oct 22 02:09:30.476 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.476 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.476 INFO kablam! ... Oct 22 02:09:30.476 INFO kablam! 4121 | rt_realloc_excess_unused!(rt_primes_8191bytes_32align_realloc_excess_unused, 8191, 32); Oct 22 02:09:30.476 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.476 INFO kablam! | Oct 22 02:09:30.476 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.476 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.476 INFO kablam! | Oct 22 02:09:30.476 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.476 INFO kablam! | Oct 22 02:09:30.476 INFO kablam! Oct 22 02:09:30.476 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.476 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.476 INFO kablam! | Oct 22 02:09:30.476 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.476 INFO kablam! | ^^^^^ Oct 22 02:09:30.476 INFO kablam! ... Oct 22 02:09:30.476 INFO kablam! 4134 | rt_realloc_excess_unused!(rt_primes_16381bytes_32align_realloc_excess_unused, 16381, 32); Oct 22 02:09:30.476 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.476 INFO kablam! | Oct 22 02:09:30.476 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.476 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.476 INFO kablam! | Oct 22 02:09:30.476 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.476 INFO kablam! | Oct 22 02:09:30.476 INFO kablam! Oct 22 02:09:30.476 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.476 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.476 INFO kablam! | Oct 22 02:09:30.476 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.477 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.477 INFO kablam! ... Oct 22 02:09:30.477 INFO kablam! 4134 | rt_realloc_excess_unused!(rt_primes_16381bytes_32align_realloc_excess_unused, 16381, 32); Oct 22 02:09:30.477 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.477 INFO kablam! Oct 22 02:09:30.477 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.477 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.477 INFO kablam! | Oct 22 02:09:30.477 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.477 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.477 INFO kablam! ... Oct 22 02:09:30.477 INFO kablam! 4134 | rt_realloc_excess_unused!(rt_primes_16381bytes_32align_realloc_excess_unused, 16381, 32); Oct 22 02:09:30.477 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.477 INFO kablam! | Oct 22 02:09:30.477 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.477 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.477 INFO kablam! | Oct 22 02:09:30.477 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.477 INFO kablam! | Oct 22 02:09:30.477 INFO kablam! Oct 22 02:09:30.477 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.477 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.477 INFO kablam! | Oct 22 02:09:30.477 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.477 INFO kablam! | ^^^^^ Oct 22 02:09:30.477 INFO kablam! ... Oct 22 02:09:30.477 INFO kablam! 4147 | rt_realloc_excess_unused!(rt_primes_32749bytes_32align_realloc_excess_unused, 32749, 32); Oct 22 02:09:30.477 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.477 INFO kablam! | Oct 22 02:09:30.477 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.477 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.477 INFO kablam! | Oct 22 02:09:30.477 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.477 INFO kablam! | Oct 22 02:09:30.477 INFO kablam! Oct 22 02:09:30.477 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.477 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.477 INFO kablam! | Oct 22 02:09:30.477 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.477 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.477 INFO kablam! ... Oct 22 02:09:30.477 INFO kablam! 4147 | rt_realloc_excess_unused!(rt_primes_32749bytes_32align_realloc_excess_unused, 32749, 32); Oct 22 02:09:30.477 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.477 INFO kablam! Oct 22 02:09:30.477 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.477 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.477 INFO kablam! | Oct 22 02:09:30.477 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.477 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.477 INFO kablam! ... Oct 22 02:09:30.477 INFO kablam! 4147 | rt_realloc_excess_unused!(rt_primes_32749bytes_32align_realloc_excess_unused, 32749, 32); Oct 22 02:09:30.477 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.477 INFO kablam! | Oct 22 02:09:30.477 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.477 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.477 INFO kablam! | Oct 22 02:09:30.477 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.477 INFO kablam! | Oct 22 02:09:30.477 INFO kablam! Oct 22 02:09:30.488 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.488 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.488 INFO kablam! | Oct 22 02:09:30.488 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.488 INFO kablam! | ^^^^^ Oct 22 02:09:30.488 INFO kablam! ... Oct 22 02:09:30.488 INFO kablam! 4160 | rt_realloc_excess_unused!(rt_primes_65537bytes_32align_realloc_excess_unused, 65537, 32); Oct 22 02:09:30.488 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.488 INFO kablam! | Oct 22 02:09:30.488 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.488 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.488 INFO kablam! | Oct 22 02:09:30.488 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.488 INFO kablam! | Oct 22 02:09:30.488 INFO kablam! Oct 22 02:09:30.488 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.488 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.488 INFO kablam! | Oct 22 02:09:30.488 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.488 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.488 INFO kablam! ... Oct 22 02:09:30.488 INFO kablam! 4160 | rt_realloc_excess_unused!(rt_primes_65537bytes_32align_realloc_excess_unused, 65537, 32); Oct 22 02:09:30.488 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.488 INFO kablam! Oct 22 02:09:30.488 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.488 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.488 INFO kablam! | Oct 22 02:09:30.488 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.488 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.488 INFO kablam! ... Oct 22 02:09:30.488 INFO kablam! 4160 | rt_realloc_excess_unused!(rt_primes_65537bytes_32align_realloc_excess_unused, 65537, 32); Oct 22 02:09:30.488 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.488 INFO kablam! | Oct 22 02:09:30.488 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.488 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.488 INFO kablam! | Oct 22 02:09:30.488 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.488 INFO kablam! | Oct 22 02:09:30.488 INFO kablam! Oct 22 02:09:30.488 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.488 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.488 INFO kablam! | Oct 22 02:09:30.488 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.488 INFO kablam! | ^^^^^ Oct 22 02:09:30.488 INFO kablam! ... Oct 22 02:09:30.488 INFO kablam! 4173 | rt_realloc_excess_unused!(rt_primes_131071bytes_32align_realloc_excess_unused, 131071, 32); Oct 22 02:09:30.488 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.488 INFO kablam! | Oct 22 02:09:30.489 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.489 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.489 INFO kablam! | Oct 22 02:09:30.489 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.489 INFO kablam! | Oct 22 02:09:30.489 INFO kablam! Oct 22 02:09:30.489 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.489 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.489 INFO kablam! | Oct 22 02:09:30.489 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.489 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.489 INFO kablam! ... Oct 22 02:09:30.489 INFO kablam! 4173 | rt_realloc_excess_unused!(rt_primes_131071bytes_32align_realloc_excess_unused, 131071, 32); Oct 22 02:09:30.489 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.489 INFO kablam! Oct 22 02:09:30.489 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.489 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.489 INFO kablam! | Oct 22 02:09:30.489 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.489 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.489 INFO kablam! ... Oct 22 02:09:30.489 INFO kablam! 4173 | rt_realloc_excess_unused!(rt_primes_131071bytes_32align_realloc_excess_unused, 131071, 32); Oct 22 02:09:30.489 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.489 INFO kablam! | Oct 22 02:09:30.489 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.489 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.489 INFO kablam! | Oct 22 02:09:30.489 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.489 INFO kablam! | Oct 22 02:09:30.489 INFO kablam! Oct 22 02:09:30.489 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.489 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 22 02:09:30.489 INFO kablam! | Oct 22 02:09:30.489 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.489 INFO kablam! | ^^^^^ Oct 22 02:09:30.489 INFO kablam! ... Oct 22 02:09:30.489 INFO kablam! 4186 | rt_realloc_excess_unused!(rt_primes_4194301bytes_32align_realloc_excess_unused, 4194301, 32); Oct 22 02:09:30.489 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.489 INFO kablam! | Oct 22 02:09:30.489 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.489 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.489 INFO kablam! | Oct 22 02:09:30.489 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.489 INFO kablam! | Oct 22 02:09:30.489 INFO kablam! Oct 22 02:09:30.489 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.489 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 22 02:09:30.489 INFO kablam! | Oct 22 02:09:30.489 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 22 02:09:30.489 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.489 INFO kablam! ... Oct 22 02:09:30.489 INFO kablam! 4186 | rt_realloc_excess_unused!(rt_primes_4194301bytes_32align_realloc_excess_unused, 4194301, 32); Oct 22 02:09:30.489 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.489 INFO kablam! Oct 22 02:09:30.489 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.489 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 22 02:09:30.489 INFO kablam! | Oct 22 02:09:30.489 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.489 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.489 INFO kablam! ... Oct 22 02:09:30.489 INFO kablam! 4186 | rt_realloc_excess_unused!(rt_primes_4194301bytes_32align_realloc_excess_unused, 4194301, 32); Oct 22 02:09:30.489 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.489 INFO kablam! | Oct 22 02:09:30.489 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.489 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.489 INFO kablam! | Oct 22 02:09:30.489 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.489 INFO kablam! | Oct 22 02:09:30.489 INFO kablam! Oct 22 02:09:30.489 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.489 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.489 INFO kablam! | Oct 22 02:09:30.489 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.489 INFO kablam! | ^^^^^ Oct 22 02:09:30.489 INFO kablam! ... Oct 22 02:09:30.489 INFO kablam! 267 | rt_realloc_excess_used!(rt_pow2_1bytes_1align_realloc_excess_used, 1, 1); Oct 22 02:09:30.489 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.489 INFO kablam! | Oct 22 02:09:30.489 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.489 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.489 INFO kablam! | Oct 22 02:09:30.489 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.489 INFO kablam! | Oct 22 02:09:30.490 INFO kablam! Oct 22 02:09:30.500 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.500 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.500 INFO kablam! | Oct 22 02:09:30.500 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.500 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.500 INFO kablam! ... Oct 22 02:09:30.500 INFO kablam! 267 | rt_realloc_excess_used!(rt_pow2_1bytes_1align_realloc_excess_used, 1, 1); Oct 22 02:09:30.500 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.500 INFO kablam! Oct 22 02:09:30.500 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.500 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.500 INFO kablam! | Oct 22 02:09:30.500 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.500 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.500 INFO kablam! ... Oct 22 02:09:30.500 INFO kablam! 267 | rt_realloc_excess_used!(rt_pow2_1bytes_1align_realloc_excess_used, 1, 1); Oct 22 02:09:30.500 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.500 INFO kablam! | Oct 22 02:09:30.500 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.500 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.500 INFO kablam! | Oct 22 02:09:30.500 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.500 INFO kablam! | Oct 22 02:09:30.500 INFO kablam! Oct 22 02:09:30.500 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.500 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.500 INFO kablam! | Oct 22 02:09:30.500 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.500 INFO kablam! | ^^^^^ Oct 22 02:09:30.500 INFO kablam! ... Oct 22 02:09:30.500 INFO kablam! 280 | rt_realloc_excess_used!(rt_pow2_2bytes_1align_realloc_excess_used, 2, 1); Oct 22 02:09:30.500 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.500 INFO kablam! | Oct 22 02:09:30.500 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.500 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.500 INFO kablam! | Oct 22 02:09:30.500 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.500 INFO kablam! | Oct 22 02:09:30.500 INFO kablam! Oct 22 02:09:30.500 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.500 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.500 INFO kablam! | Oct 22 02:09:30.500 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.500 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.500 INFO kablam! ... Oct 22 02:09:30.500 INFO kablam! 280 | rt_realloc_excess_used!(rt_pow2_2bytes_1align_realloc_excess_used, 2, 1); Oct 22 02:09:30.501 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.501 INFO kablam! Oct 22 02:09:30.501 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.501 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.501 INFO kablam! | Oct 22 02:09:30.501 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.501 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.501 INFO kablam! ... Oct 22 02:09:30.501 INFO kablam! 280 | rt_realloc_excess_used!(rt_pow2_2bytes_1align_realloc_excess_used, 2, 1); Oct 22 02:09:30.501 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.501 INFO kablam! | Oct 22 02:09:30.501 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.501 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.501 INFO kablam! | Oct 22 02:09:30.501 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.501 INFO kablam! | Oct 22 02:09:30.501 INFO kablam! Oct 22 02:09:30.501 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.501 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.501 INFO kablam! | Oct 22 02:09:30.501 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.501 INFO kablam! | ^^^^^ Oct 22 02:09:30.501 INFO kablam! ... Oct 22 02:09:30.501 INFO kablam! 293 | rt_realloc_excess_used!(rt_pow2_4bytes_1align_realloc_excess_used, 4, 1); Oct 22 02:09:30.501 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.501 INFO kablam! | Oct 22 02:09:30.501 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.501 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.501 INFO kablam! | Oct 22 02:09:30.501 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.501 INFO kablam! | Oct 22 02:09:30.501 INFO kablam! Oct 22 02:09:30.501 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.501 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.501 INFO kablam! | Oct 22 02:09:30.501 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.501 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.501 INFO kablam! ... Oct 22 02:09:30.501 INFO kablam! 293 | rt_realloc_excess_used!(rt_pow2_4bytes_1align_realloc_excess_used, 4, 1); Oct 22 02:09:30.501 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.501 INFO kablam! Oct 22 02:09:30.501 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.501 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.501 INFO kablam! | Oct 22 02:09:30.501 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.501 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.501 INFO kablam! ... Oct 22 02:09:30.501 INFO kablam! 293 | rt_realloc_excess_used!(rt_pow2_4bytes_1align_realloc_excess_used, 4, 1); Oct 22 02:09:30.501 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.501 INFO kablam! | Oct 22 02:09:30.501 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.501 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.501 INFO kablam! | Oct 22 02:09:30.501 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.501 INFO kablam! | Oct 22 02:09:30.501 INFO kablam! Oct 22 02:09:30.501 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.501 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.501 INFO kablam! | Oct 22 02:09:30.501 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.501 INFO kablam! | ^^^^^ Oct 22 02:09:30.501 INFO kablam! ... Oct 22 02:09:30.501 INFO kablam! 306 | rt_realloc_excess_used!(rt_pow2_8bytes_1align_realloc_excess_used, 8, 1); Oct 22 02:09:30.501 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.501 INFO kablam! | Oct 22 02:09:30.501 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.501 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.501 INFO kablam! | Oct 22 02:09:30.501 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.501 INFO kablam! | Oct 22 02:09:30.501 INFO kablam! Oct 22 02:09:30.501 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.501 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.501 INFO kablam! | Oct 22 02:09:30.501 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.501 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.501 INFO kablam! ... Oct 22 02:09:30.501 INFO kablam! 306 | rt_realloc_excess_used!(rt_pow2_8bytes_1align_realloc_excess_used, 8, 1); Oct 22 02:09:30.501 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.501 INFO kablam! Oct 22 02:09:30.501 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.501 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.502 INFO kablam! | Oct 22 02:09:30.502 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.502 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.502 INFO kablam! ... Oct 22 02:09:30.502 INFO kablam! 306 | rt_realloc_excess_used!(rt_pow2_8bytes_1align_realloc_excess_used, 8, 1); Oct 22 02:09:30.502 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.502 INFO kablam! | Oct 22 02:09:30.502 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.502 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.502 INFO kablam! | Oct 22 02:09:30.502 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.502 INFO kablam! | Oct 22 02:09:30.502 INFO kablam! Oct 22 02:09:30.502 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.502 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.502 INFO kablam! | Oct 22 02:09:30.502 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.502 INFO kablam! | ^^^^^ Oct 22 02:09:30.502 INFO kablam! ... Oct 22 02:09:30.502 INFO kablam! 319 | rt_realloc_excess_used!(rt_pow2_16bytes_1align_realloc_excess_used, 16, 1); Oct 22 02:09:30.502 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.502 INFO kablam! | Oct 22 02:09:30.502 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.502 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.502 INFO kablam! | Oct 22 02:09:30.502 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.502 INFO kablam! | Oct 22 02:09:30.502 INFO kablam! Oct 22 02:09:30.502 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.502 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.502 INFO kablam! | Oct 22 02:09:30.502 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.502 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.502 INFO kablam! ... Oct 22 02:09:30.502 INFO kablam! 319 | rt_realloc_excess_used!(rt_pow2_16bytes_1align_realloc_excess_used, 16, 1); Oct 22 02:09:30.502 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.502 INFO kablam! Oct 22 02:09:30.502 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.502 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.502 INFO kablam! | Oct 22 02:09:30.502 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.502 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.502 INFO kablam! ... Oct 22 02:09:30.502 INFO kablam! 319 | rt_realloc_excess_used!(rt_pow2_16bytes_1align_realloc_excess_used, 16, 1); Oct 22 02:09:30.502 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.502 INFO kablam! | Oct 22 02:09:30.502 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.502 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.502 INFO kablam! | Oct 22 02:09:30.502 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.502 INFO kablam! | Oct 22 02:09:30.502 INFO kablam! Oct 22 02:09:30.502 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.502 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.502 INFO kablam! | Oct 22 02:09:30.502 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.502 INFO kablam! | ^^^^^ Oct 22 02:09:30.502 INFO kablam! ... Oct 22 02:09:30.502 INFO kablam! 332 | rt_realloc_excess_used!(rt_pow2_32bytes_1align_realloc_excess_used, 32, 1); Oct 22 02:09:30.502 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.502 INFO kablam! | Oct 22 02:09:30.502 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.502 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.502 INFO kablam! | Oct 22 02:09:30.502 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.502 INFO kablam! | Oct 22 02:09:30.502 INFO kablam! Oct 22 02:09:30.502 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.502 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.502 INFO kablam! | Oct 22 02:09:30.502 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.502 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.502 INFO kablam! ... Oct 22 02:09:30.502 INFO kablam! 332 | rt_realloc_excess_used!(rt_pow2_32bytes_1align_realloc_excess_used, 32, 1); Oct 22 02:09:30.502 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.502 INFO kablam! Oct 22 02:09:30.512 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.512 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.512 INFO kablam! | Oct 22 02:09:30.512 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.512 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.512 INFO kablam! ... Oct 22 02:09:30.512 INFO kablam! 332 | rt_realloc_excess_used!(rt_pow2_32bytes_1align_realloc_excess_used, 32, 1); Oct 22 02:09:30.512 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.512 INFO kablam! | Oct 22 02:09:30.512 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.512 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.512 INFO kablam! | Oct 22 02:09:30.512 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.512 INFO kablam! | Oct 22 02:09:30.512 INFO kablam! Oct 22 02:09:30.512 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.512 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.512 INFO kablam! | Oct 22 02:09:30.512 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.512 INFO kablam! | ^^^^^ Oct 22 02:09:30.512 INFO kablam! ... Oct 22 02:09:30.512 INFO kablam! 345 | rt_realloc_excess_used!(rt_pow2_64bytes_1align_realloc_excess_used, 64, 1); Oct 22 02:09:30.512 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.512 INFO kablam! | Oct 22 02:09:30.512 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.512 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.512 INFO kablam! | Oct 22 02:09:30.512 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.512 INFO kablam! | Oct 22 02:09:30.512 INFO kablam! Oct 22 02:09:30.512 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.512 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.512 INFO kablam! | Oct 22 02:09:30.512 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.512 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.512 INFO kablam! ... Oct 22 02:09:30.512 INFO kablam! 345 | rt_realloc_excess_used!(rt_pow2_64bytes_1align_realloc_excess_used, 64, 1); Oct 22 02:09:30.512 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.512 INFO kablam! Oct 22 02:09:30.512 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.512 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.512 INFO kablam! | Oct 22 02:09:30.512 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.512 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.512 INFO kablam! ... Oct 22 02:09:30.513 INFO kablam! 345 | rt_realloc_excess_used!(rt_pow2_64bytes_1align_realloc_excess_used, 64, 1); Oct 22 02:09:30.513 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.513 INFO kablam! | Oct 22 02:09:30.513 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.513 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.513 INFO kablam! | Oct 22 02:09:30.513 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.513 INFO kablam! | Oct 22 02:09:30.513 INFO kablam! Oct 22 02:09:30.513 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.513 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.513 INFO kablam! | Oct 22 02:09:30.513 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.513 INFO kablam! | ^^^^^ Oct 22 02:09:30.513 INFO kablam! ... Oct 22 02:09:30.513 INFO kablam! 358 | rt_realloc_excess_used!(rt_pow2_128bytes_1align_realloc_excess_used, 128, 1); Oct 22 02:09:30.513 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.513 INFO kablam! | Oct 22 02:09:30.513 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.513 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.513 INFO kablam! | Oct 22 02:09:30.513 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.513 INFO kablam! | Oct 22 02:09:30.513 INFO kablam! Oct 22 02:09:30.513 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.513 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.513 INFO kablam! | Oct 22 02:09:30.513 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.513 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.513 INFO kablam! ... Oct 22 02:09:30.513 INFO kablam! 358 | rt_realloc_excess_used!(rt_pow2_128bytes_1align_realloc_excess_used, 128, 1); Oct 22 02:09:30.513 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.513 INFO kablam! Oct 22 02:09:30.513 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.513 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.513 INFO kablam! | Oct 22 02:09:30.513 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.513 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.513 INFO kablam! ... Oct 22 02:09:30.513 INFO kablam! 358 | rt_realloc_excess_used!(rt_pow2_128bytes_1align_realloc_excess_used, 128, 1); Oct 22 02:09:30.513 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.513 INFO kablam! | Oct 22 02:09:30.513 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.513 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.513 INFO kablam! | Oct 22 02:09:30.513 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.513 INFO kablam! | Oct 22 02:09:30.513 INFO kablam! Oct 22 02:09:30.513 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.513 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.513 INFO kablam! | Oct 22 02:09:30.513 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.513 INFO kablam! | ^^^^^ Oct 22 02:09:30.513 INFO kablam! ... Oct 22 02:09:30.513 INFO kablam! 371 | rt_realloc_excess_used!(rt_pow2_256bytes_1align_realloc_excess_used, 256, 1); Oct 22 02:09:30.513 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.513 INFO kablam! | Oct 22 02:09:30.513 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.513 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.513 INFO kablam! | Oct 22 02:09:30.513 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.513 INFO kablam! | Oct 22 02:09:30.513 INFO kablam! Oct 22 02:09:30.513 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.513 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.513 INFO kablam! | Oct 22 02:09:30.513 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.513 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.513 INFO kablam! ... Oct 22 02:09:30.513 INFO kablam! 371 | rt_realloc_excess_used!(rt_pow2_256bytes_1align_realloc_excess_used, 256, 1); Oct 22 02:09:30.513 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.513 INFO kablam! Oct 22 02:09:30.513 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.513 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.513 INFO kablam! | Oct 22 02:09:30.513 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.513 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.513 INFO kablam! ... Oct 22 02:09:30.513 INFO kablam! 371 | rt_realloc_excess_used!(rt_pow2_256bytes_1align_realloc_excess_used, 256, 1); Oct 22 02:09:30.513 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.513 INFO kablam! | Oct 22 02:09:30.513 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.513 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.513 INFO kablam! | Oct 22 02:09:30.514 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.514 INFO kablam! | Oct 22 02:09:30.514 INFO kablam! Oct 22 02:09:30.514 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.514 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.514 INFO kablam! | Oct 22 02:09:30.514 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.514 INFO kablam! | ^^^^^ Oct 22 02:09:30.514 INFO kablam! ... Oct 22 02:09:30.514 INFO kablam! 384 | rt_realloc_excess_used!(rt_pow2_512bytes_1align_realloc_excess_used, 512, 1); Oct 22 02:09:30.514 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.514 INFO kablam! | Oct 22 02:09:30.514 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.514 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.514 INFO kablam! | Oct 22 02:09:30.514 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.514 INFO kablam! | Oct 22 02:09:30.514 INFO kablam! Oct 22 02:09:30.514 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.514 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.514 INFO kablam! | Oct 22 02:09:30.514 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.514 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.514 INFO kablam! ... Oct 22 02:09:30.514 INFO kablam! 384 | rt_realloc_excess_used!(rt_pow2_512bytes_1align_realloc_excess_used, 512, 1); Oct 22 02:09:30.514 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.514 INFO kablam! Oct 22 02:09:30.520 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.520 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.520 INFO kablam! | Oct 22 02:09:30.520 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.520 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.520 INFO kablam! ... Oct 22 02:09:30.520 INFO kablam! 384 | rt_realloc_excess_used!(rt_pow2_512bytes_1align_realloc_excess_used, 512, 1); Oct 22 02:09:30.520 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.520 INFO kablam! | Oct 22 02:09:30.520 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.520 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.520 INFO kablam! | Oct 22 02:09:30.520 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.520 INFO kablam! | Oct 22 02:09:30.520 INFO kablam! Oct 22 02:09:30.520 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.520 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.520 INFO kablam! | Oct 22 02:09:30.520 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.520 INFO kablam! | ^^^^^ Oct 22 02:09:30.520 INFO kablam! ... Oct 22 02:09:30.520 INFO kablam! 397 | rt_realloc_excess_used!(rt_pow2_1024bytes_1align_realloc_excess_used, 1024, 1); Oct 22 02:09:30.520 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.520 INFO kablam! | Oct 22 02:09:30.520 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.520 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.520 INFO kablam! | Oct 22 02:09:30.520 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.520 INFO kablam! | Oct 22 02:09:30.520 INFO kablam! Oct 22 02:09:30.528 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.528 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.528 INFO kablam! | Oct 22 02:09:30.528 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.528 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.528 INFO kablam! ... Oct 22 02:09:30.528 INFO kablam! 397 | rt_realloc_excess_used!(rt_pow2_1024bytes_1align_realloc_excess_used, 1024, 1); Oct 22 02:09:30.528 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.528 INFO kablam! Oct 22 02:09:30.528 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.528 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.528 INFO kablam! | Oct 22 02:09:30.528 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.528 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.528 INFO kablam! ... Oct 22 02:09:30.528 INFO kablam! 397 | rt_realloc_excess_used!(rt_pow2_1024bytes_1align_realloc_excess_used, 1024, 1); Oct 22 02:09:30.528 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.528 INFO kablam! | Oct 22 02:09:30.528 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.528 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.528 INFO kablam! | Oct 22 02:09:30.528 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.528 INFO kablam! | Oct 22 02:09:30.528 INFO kablam! Oct 22 02:09:30.528 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.528 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.528 INFO kablam! | Oct 22 02:09:30.528 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.528 INFO kablam! | ^^^^^ Oct 22 02:09:30.528 INFO kablam! ... Oct 22 02:09:30.528 INFO kablam! 410 | rt_realloc_excess_used!(rt_pow2_2048bytes_1align_realloc_excess_used, 2048, 1); Oct 22 02:09:30.528 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.528 INFO kablam! | Oct 22 02:09:30.528 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.528 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.528 INFO kablam! | Oct 22 02:09:30.528 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.528 INFO kablam! | Oct 22 02:09:30.528 INFO kablam! Oct 22 02:09:30.528 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.528 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.528 INFO kablam! | Oct 22 02:09:30.528 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.529 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.529 INFO kablam! ... Oct 22 02:09:30.529 INFO kablam! 410 | rt_realloc_excess_used!(rt_pow2_2048bytes_1align_realloc_excess_used, 2048, 1); Oct 22 02:09:30.529 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.529 INFO kablam! Oct 22 02:09:30.529 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.529 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.529 INFO kablam! | Oct 22 02:09:30.529 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.529 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.529 INFO kablam! ... Oct 22 02:09:30.529 INFO kablam! 410 | rt_realloc_excess_used!(rt_pow2_2048bytes_1align_realloc_excess_used, 2048, 1); Oct 22 02:09:30.529 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.529 INFO kablam! | Oct 22 02:09:30.529 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.529 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.529 INFO kablam! | Oct 22 02:09:30.529 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.529 INFO kablam! | Oct 22 02:09:30.529 INFO kablam! Oct 22 02:09:30.529 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.529 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.529 INFO kablam! | Oct 22 02:09:30.529 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.529 INFO kablam! | ^^^^^ Oct 22 02:09:30.529 INFO kablam! ... Oct 22 02:09:30.529 INFO kablam! 423 | rt_realloc_excess_used!(rt_pow2_4096bytes_1align_realloc_excess_used, 4096, 1); Oct 22 02:09:30.529 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.529 INFO kablam! | Oct 22 02:09:30.529 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.529 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.529 INFO kablam! | Oct 22 02:09:30.529 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.529 INFO kablam! | Oct 22 02:09:30.529 INFO kablam! Oct 22 02:09:30.529 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.529 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.529 INFO kablam! | Oct 22 02:09:30.529 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.529 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.529 INFO kablam! ... Oct 22 02:09:30.529 INFO kablam! 423 | rt_realloc_excess_used!(rt_pow2_4096bytes_1align_realloc_excess_used, 4096, 1); Oct 22 02:09:30.529 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.529 INFO kablam! Oct 22 02:09:30.529 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.529 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.529 INFO kablam! | Oct 22 02:09:30.529 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.529 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.529 INFO kablam! ... Oct 22 02:09:30.529 INFO kablam! 423 | rt_realloc_excess_used!(rt_pow2_4096bytes_1align_realloc_excess_used, 4096, 1); Oct 22 02:09:30.529 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.529 INFO kablam! | Oct 22 02:09:30.529 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.529 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.529 INFO kablam! | Oct 22 02:09:30.529 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.529 INFO kablam! | Oct 22 02:09:30.529 INFO kablam! Oct 22 02:09:30.529 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.529 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.529 INFO kablam! | Oct 22 02:09:30.529 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.529 INFO kablam! | ^^^^^ Oct 22 02:09:30.529 INFO kablam! ... Oct 22 02:09:30.529 INFO kablam! 436 | rt_realloc_excess_used!(rt_pow2_8192bytes_1align_realloc_excess_used, 8192, 1); Oct 22 02:09:30.529 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.529 INFO kablam! | Oct 22 02:09:30.529 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.529 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.529 INFO kablam! | Oct 22 02:09:30.529 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.529 INFO kablam! | Oct 22 02:09:30.529 INFO kablam! Oct 22 02:09:30.536 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.536 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.536 INFO kablam! | Oct 22 02:09:30.536 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.536 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.536 INFO kablam! ... Oct 22 02:09:30.536 INFO kablam! 436 | rt_realloc_excess_used!(rt_pow2_8192bytes_1align_realloc_excess_used, 8192, 1); Oct 22 02:09:30.536 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.536 INFO kablam! Oct 22 02:09:30.536 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.536 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.536 INFO kablam! | Oct 22 02:09:30.536 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.536 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.536 INFO kablam! ... Oct 22 02:09:30.536 INFO kablam! 436 | rt_realloc_excess_used!(rt_pow2_8192bytes_1align_realloc_excess_used, 8192, 1); Oct 22 02:09:30.536 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.536 INFO kablam! | Oct 22 02:09:30.536 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.536 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.536 INFO kablam! | Oct 22 02:09:30.536 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.536 INFO kablam! | Oct 22 02:09:30.536 INFO kablam! Oct 22 02:09:30.536 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.536 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.536 INFO kablam! | Oct 22 02:09:30.536 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.536 INFO kablam! | ^^^^^ Oct 22 02:09:30.536 INFO kablam! ... Oct 22 02:09:30.536 INFO kablam! 449 | rt_realloc_excess_used!(rt_pow2_16384bytes_1align_realloc_excess_used, 16384, 1); Oct 22 02:09:30.536 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.536 INFO kablam! | Oct 22 02:09:30.536 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.536 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.536 INFO kablam! | Oct 22 02:09:30.536 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.536 INFO kablam! | Oct 22 02:09:30.536 INFO kablam! Oct 22 02:09:30.536 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.536 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.537 INFO kablam! | Oct 22 02:09:30.537 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.537 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.537 INFO kablam! ... Oct 22 02:09:30.537 INFO kablam! 449 | rt_realloc_excess_used!(rt_pow2_16384bytes_1align_realloc_excess_used, 16384, 1); Oct 22 02:09:30.537 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.537 INFO kablam! Oct 22 02:09:30.537 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.537 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.537 INFO kablam! | Oct 22 02:09:30.537 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.537 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.537 INFO kablam! ... Oct 22 02:09:30.537 INFO kablam! 449 | rt_realloc_excess_used!(rt_pow2_16384bytes_1align_realloc_excess_used, 16384, 1); Oct 22 02:09:30.537 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.537 INFO kablam! | Oct 22 02:09:30.537 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.537 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.537 INFO kablam! | Oct 22 02:09:30.537 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.537 INFO kablam! | Oct 22 02:09:30.537 INFO kablam! Oct 22 02:09:30.537 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.537 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.537 INFO kablam! | Oct 22 02:09:30.537 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.537 INFO kablam! | ^^^^^ Oct 22 02:09:30.537 INFO kablam! ... Oct 22 02:09:30.537 INFO kablam! 462 | rt_realloc_excess_used!(rt_pow2_32768bytes_1align_realloc_excess_used, 32768, 1); Oct 22 02:09:30.537 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.537 INFO kablam! | Oct 22 02:09:30.537 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.537 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.537 INFO kablam! | Oct 22 02:09:30.537 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.537 INFO kablam! | Oct 22 02:09:30.537 INFO kablam! Oct 22 02:09:30.537 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.537 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.537 INFO kablam! | Oct 22 02:09:30.537 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.537 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.537 INFO kablam! ... Oct 22 02:09:30.537 INFO kablam! 462 | rt_realloc_excess_used!(rt_pow2_32768bytes_1align_realloc_excess_used, 32768, 1); Oct 22 02:09:30.537 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.537 INFO kablam! Oct 22 02:09:30.537 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.537 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.537 INFO kablam! | Oct 22 02:09:30.537 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.537 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.537 INFO kablam! ... Oct 22 02:09:30.537 INFO kablam! 462 | rt_realloc_excess_used!(rt_pow2_32768bytes_1align_realloc_excess_used, 32768, 1); Oct 22 02:09:30.537 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.537 INFO kablam! | Oct 22 02:09:30.537 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.537 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.537 INFO kablam! | Oct 22 02:09:30.537 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.537 INFO kablam! | Oct 22 02:09:30.537 INFO kablam! Oct 22 02:09:30.537 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.537 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.537 INFO kablam! | Oct 22 02:09:30.537 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.537 INFO kablam! | ^^^^^ Oct 22 02:09:30.537 INFO kablam! ... Oct 22 02:09:30.537 INFO kablam! 475 | rt_realloc_excess_used!(rt_pow2_65536bytes_1align_realloc_excess_used, 65536, 1); Oct 22 02:09:30.537 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.537 INFO kablam! | Oct 22 02:09:30.537 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.537 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.537 INFO kablam! | Oct 22 02:09:30.537 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.537 INFO kablam! | Oct 22 02:09:30.537 INFO kablam! Oct 22 02:09:30.537 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.537 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.537 INFO kablam! | Oct 22 02:09:30.537 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.537 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.538 INFO kablam! ... Oct 22 02:09:30.538 INFO kablam! 475 | rt_realloc_excess_used!(rt_pow2_65536bytes_1align_realloc_excess_used, 65536, 1); Oct 22 02:09:30.538 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.538 INFO kablam! Oct 22 02:09:30.538 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.538 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.538 INFO kablam! | Oct 22 02:09:30.538 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.538 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.538 INFO kablam! ... Oct 22 02:09:30.538 INFO kablam! 475 | rt_realloc_excess_used!(rt_pow2_65536bytes_1align_realloc_excess_used, 65536, 1); Oct 22 02:09:30.538 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.538 INFO kablam! | Oct 22 02:09:30.538 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.538 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.538 INFO kablam! | Oct 22 02:09:30.538 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.538 INFO kablam! | Oct 22 02:09:30.538 INFO kablam! Oct 22 02:09:30.538 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.538 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.538 INFO kablam! | Oct 22 02:09:30.538 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.538 INFO kablam! | ^^^^^ Oct 22 02:09:30.538 INFO kablam! ... Oct 22 02:09:30.538 INFO kablam! 488 | rt_realloc_excess_used!(rt_pow2_131072bytes_1align_realloc_excess_used, 131072, 1); Oct 22 02:09:30.538 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.538 INFO kablam! | Oct 22 02:09:30.538 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.538 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.538 INFO kablam! | Oct 22 02:09:30.538 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.538 INFO kablam! | Oct 22 02:09:30.538 INFO kablam! Oct 22 02:09:30.544 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.544 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.544 INFO kablam! | Oct 22 02:09:30.544 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.544 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.544 INFO kablam! ... Oct 22 02:09:30.544 INFO kablam! 488 | rt_realloc_excess_used!(rt_pow2_131072bytes_1align_realloc_excess_used, 131072, 1); Oct 22 02:09:30.544 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.544 INFO kablam! Oct 22 02:09:30.544 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.544 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.544 INFO kablam! | Oct 22 02:09:30.544 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.544 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.544 INFO kablam! ... Oct 22 02:09:30.544 INFO kablam! 488 | rt_realloc_excess_used!(rt_pow2_131072bytes_1align_realloc_excess_used, 131072, 1); Oct 22 02:09:30.544 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.544 INFO kablam! | Oct 22 02:09:30.544 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.544 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.544 INFO kablam! | Oct 22 02:09:30.544 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.544 INFO kablam! | Oct 22 02:09:30.544 INFO kablam! Oct 22 02:09:30.544 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.544 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.544 INFO kablam! | Oct 22 02:09:30.544 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.544 INFO kablam! | ^^^^^ Oct 22 02:09:30.544 INFO kablam! ... Oct 22 02:09:30.544 INFO kablam! 501 | rt_realloc_excess_used!(rt_pow2_4194304bytes_1align_realloc_excess_used, 4194304, 1); Oct 22 02:09:30.544 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.544 INFO kablam! | Oct 22 02:09:30.544 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.544 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.544 INFO kablam! | Oct 22 02:09:30.544 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.544 INFO kablam! | Oct 22 02:09:30.544 INFO kablam! Oct 22 02:09:30.545 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.545 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.545 INFO kablam! | Oct 22 02:09:30.545 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.545 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.545 INFO kablam! ... Oct 22 02:09:30.545 INFO kablam! 501 | rt_realloc_excess_used!(rt_pow2_4194304bytes_1align_realloc_excess_used, 4194304, 1); Oct 22 02:09:30.545 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.545 INFO kablam! Oct 22 02:09:30.545 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.545 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.545 INFO kablam! | Oct 22 02:09:30.545 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.545 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.545 INFO kablam! ... Oct 22 02:09:30.545 INFO kablam! 501 | rt_realloc_excess_used!(rt_pow2_4194304bytes_1align_realloc_excess_used, 4194304, 1); Oct 22 02:09:30.545 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.545 INFO kablam! | Oct 22 02:09:30.545 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.545 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.545 INFO kablam! | Oct 22 02:09:30.545 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.545 INFO kablam! | Oct 22 02:09:30.545 INFO kablam! Oct 22 02:09:30.545 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.545 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.545 INFO kablam! | Oct 22 02:09:30.545 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.545 INFO kablam! | ^^^^^ Oct 22 02:09:30.545 INFO kablam! ... Oct 22 02:09:30.545 INFO kablam! 515 | rt_realloc_excess_used!(rt_even_10bytes_1align_realloc_excess_used, 10, 1); Oct 22 02:09:30.545 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.545 INFO kablam! | Oct 22 02:09:30.545 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.545 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.545 INFO kablam! | Oct 22 02:09:30.545 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.545 INFO kablam! | Oct 22 02:09:30.545 INFO kablam! Oct 22 02:09:30.545 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.545 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.545 INFO kablam! | Oct 22 02:09:30.545 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.545 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.545 INFO kablam! ... Oct 22 02:09:30.545 INFO kablam! 515 | rt_realloc_excess_used!(rt_even_10bytes_1align_realloc_excess_used, 10, 1); Oct 22 02:09:30.545 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.545 INFO kablam! Oct 22 02:09:30.545 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.545 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.545 INFO kablam! | Oct 22 02:09:30.545 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.545 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.545 INFO kablam! ... Oct 22 02:09:30.545 INFO kablam! 515 | rt_realloc_excess_used!(rt_even_10bytes_1align_realloc_excess_used, 10, 1); Oct 22 02:09:30.545 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.545 INFO kablam! | Oct 22 02:09:30.545 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.545 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.545 INFO kablam! | Oct 22 02:09:30.545 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.545 INFO kablam! | Oct 22 02:09:30.545 INFO kablam! Oct 22 02:09:30.552 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.552 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.552 INFO kablam! | Oct 22 02:09:30.552 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.552 INFO kablam! | ^^^^^ Oct 22 02:09:30.552 INFO kablam! ... Oct 22 02:09:30.552 INFO kablam! 528 | rt_realloc_excess_used!(rt_even_100bytes_1align_realloc_excess_used, 100, 1); Oct 22 02:09:30.552 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.552 INFO kablam! | Oct 22 02:09:30.552 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.552 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.552 INFO kablam! | Oct 22 02:09:30.552 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.552 INFO kablam! | Oct 22 02:09:30.552 INFO kablam! Oct 22 02:09:30.552 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.552 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.552 INFO kablam! | Oct 22 02:09:30.552 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.552 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.552 INFO kablam! ... Oct 22 02:09:30.552 INFO kablam! 528 | rt_realloc_excess_used!(rt_even_100bytes_1align_realloc_excess_used, 100, 1); Oct 22 02:09:30.552 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.552 INFO kablam! Oct 22 02:09:30.552 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.552 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.552 INFO kablam! | Oct 22 02:09:30.552 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.552 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.552 INFO kablam! ... Oct 22 02:09:30.552 INFO kablam! 528 | rt_realloc_excess_used!(rt_even_100bytes_1align_realloc_excess_used, 100, 1); Oct 22 02:09:30.552 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.552 INFO kablam! | Oct 22 02:09:30.552 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.552 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.552 INFO kablam! | Oct 22 02:09:30.552 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.552 INFO kablam! | Oct 22 02:09:30.552 INFO kablam! Oct 22 02:09:30.552 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.552 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.552 INFO kablam! | Oct 22 02:09:30.552 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.552 INFO kablam! | ^^^^^ Oct 22 02:09:30.552 INFO kablam! ... Oct 22 02:09:30.552 INFO kablam! 541 | rt_realloc_excess_used!(rt_even_1000bytes_1align_realloc_excess_used, 1000, 1); Oct 22 02:09:30.553 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.553 INFO kablam! | Oct 22 02:09:30.553 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.553 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.553 INFO kablam! | Oct 22 02:09:30.553 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.553 INFO kablam! | Oct 22 02:09:30.553 INFO kablam! Oct 22 02:09:30.553 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.553 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.553 INFO kablam! | Oct 22 02:09:30.553 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.553 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.553 INFO kablam! ... Oct 22 02:09:30.553 INFO kablam! 541 | rt_realloc_excess_used!(rt_even_1000bytes_1align_realloc_excess_used, 1000, 1); Oct 22 02:09:30.553 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.553 INFO kablam! Oct 22 02:09:30.553 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.553 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.553 INFO kablam! | Oct 22 02:09:30.553 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.553 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.553 INFO kablam! ... Oct 22 02:09:30.553 INFO kablam! 541 | rt_realloc_excess_used!(rt_even_1000bytes_1align_realloc_excess_used, 1000, 1); Oct 22 02:09:30.553 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.553 INFO kablam! | Oct 22 02:09:30.553 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.553 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.553 INFO kablam! | Oct 22 02:09:30.553 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.553 INFO kablam! | Oct 22 02:09:30.553 INFO kablam! Oct 22 02:09:30.553 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.553 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.553 INFO kablam! | Oct 22 02:09:30.553 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.553 INFO kablam! | ^^^^^ Oct 22 02:09:30.553 INFO kablam! ... Oct 22 02:09:30.553 INFO kablam! 554 | rt_realloc_excess_used!(rt_even_10000bytes_1align_realloc_excess_used, 10000, 1); Oct 22 02:09:30.553 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.553 INFO kablam! | Oct 22 02:09:30.553 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.553 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.553 INFO kablam! | Oct 22 02:09:30.553 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.553 INFO kablam! | Oct 22 02:09:30.553 INFO kablam! Oct 22 02:09:30.553 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.553 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.553 INFO kablam! | Oct 22 02:09:30.553 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.553 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.553 INFO kablam! ... Oct 22 02:09:30.553 INFO kablam! 554 | rt_realloc_excess_used!(rt_even_10000bytes_1align_realloc_excess_used, 10000, 1); Oct 22 02:09:30.553 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.553 INFO kablam! Oct 22 02:09:30.564 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.564 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.564 INFO kablam! | Oct 22 02:09:30.564 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.564 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.564 INFO kablam! ... Oct 22 02:09:30.564 INFO kablam! 554 | rt_realloc_excess_used!(rt_even_10000bytes_1align_realloc_excess_used, 10000, 1); Oct 22 02:09:30.564 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.564 INFO kablam! | Oct 22 02:09:30.564 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.564 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.564 INFO kablam! | Oct 22 02:09:30.564 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.564 INFO kablam! | Oct 22 02:09:30.564 INFO kablam! Oct 22 02:09:30.564 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.564 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.564 INFO kablam! | Oct 22 02:09:30.564 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.564 INFO kablam! | ^^^^^ Oct 22 02:09:30.564 INFO kablam! ... Oct 22 02:09:30.564 INFO kablam! 567 | rt_realloc_excess_used!(rt_even_100000bytes_1align_realloc_excess_used, 100000, 1); Oct 22 02:09:30.564 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.564 INFO kablam! | Oct 22 02:09:30.564 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.564 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.564 INFO kablam! | Oct 22 02:09:30.564 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.564 INFO kablam! | Oct 22 02:09:30.564 INFO kablam! Oct 22 02:09:30.564 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.564 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.564 INFO kablam! | Oct 22 02:09:30.564 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.564 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.564 INFO kablam! ... Oct 22 02:09:30.564 INFO kablam! 567 | rt_realloc_excess_used!(rt_even_100000bytes_1align_realloc_excess_used, 100000, 1); Oct 22 02:09:30.564 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.564 INFO kablam! Oct 22 02:09:30.572 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.572 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.572 INFO kablam! | Oct 22 02:09:30.572 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.572 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.572 INFO kablam! ... Oct 22 02:09:30.572 INFO kablam! 567 | rt_realloc_excess_used!(rt_even_100000bytes_1align_realloc_excess_used, 100000, 1); Oct 22 02:09:30.572 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.572 INFO kablam! | Oct 22 02:09:30.572 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.572 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.572 INFO kablam! | Oct 22 02:09:30.572 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.572 INFO kablam! | Oct 22 02:09:30.572 INFO kablam! Oct 22 02:09:30.572 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.572 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.572 INFO kablam! | Oct 22 02:09:30.572 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.572 INFO kablam! | ^^^^^ Oct 22 02:09:30.572 INFO kablam! ... Oct 22 02:09:30.572 INFO kablam! 580 | rt_realloc_excess_used!(rt_even_1000000bytes_1align_realloc_excess_used, 1000000, 1); Oct 22 02:09:30.572 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.572 INFO kablam! | Oct 22 02:09:30.572 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.572 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.572 INFO kablam! | Oct 22 02:09:30.572 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.572 INFO kablam! | Oct 22 02:09:30.572 INFO kablam! Oct 22 02:09:30.572 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.572 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.572 INFO kablam! | Oct 22 02:09:30.572 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.572 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.572 INFO kablam! ... Oct 22 02:09:30.572 INFO kablam! 580 | rt_realloc_excess_used!(rt_even_1000000bytes_1align_realloc_excess_used, 1000000, 1); Oct 22 02:09:30.572 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.572 INFO kablam! Oct 22 02:09:30.572 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.572 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.572 INFO kablam! | Oct 22 02:09:30.572 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.572 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.572 INFO kablam! ... Oct 22 02:09:30.572 INFO kablam! 580 | rt_realloc_excess_used!(rt_even_1000000bytes_1align_realloc_excess_used, 1000000, 1); Oct 22 02:09:30.572 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.573 INFO kablam! | Oct 22 02:09:30.573 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.573 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.573 INFO kablam! | Oct 22 02:09:30.573 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.573 INFO kablam! | Oct 22 02:09:30.573 INFO kablam! Oct 22 02:09:30.573 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.573 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.573 INFO kablam! | Oct 22 02:09:30.573 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.573 INFO kablam! | ^^^^^ Oct 22 02:09:30.573 INFO kablam! ... Oct 22 02:09:30.573 INFO kablam! 594 | rt_realloc_excess_used!(rt_odd_10bytes_1align_realloc_excess_used, 10- 1, 1); Oct 22 02:09:30.573 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.573 INFO kablam! | Oct 22 02:09:30.573 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.573 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.573 INFO kablam! | Oct 22 02:09:30.573 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.573 INFO kablam! | Oct 22 02:09:30.573 INFO kablam! Oct 22 02:09:30.573 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.573 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.573 INFO kablam! | Oct 22 02:09:30.573 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.573 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.573 INFO kablam! ... Oct 22 02:09:30.573 INFO kablam! 594 | rt_realloc_excess_used!(rt_odd_10bytes_1align_realloc_excess_used, 10- 1, 1); Oct 22 02:09:30.573 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.573 INFO kablam! Oct 22 02:09:30.573 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.573 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.573 INFO kablam! | Oct 22 02:09:30.573 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.573 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.573 INFO kablam! ... Oct 22 02:09:30.573 INFO kablam! 594 | rt_realloc_excess_used!(rt_odd_10bytes_1align_realloc_excess_used, 10- 1, 1); Oct 22 02:09:30.573 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.573 INFO kablam! | Oct 22 02:09:30.573 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.573 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.573 INFO kablam! | Oct 22 02:09:30.573 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.573 INFO kablam! | Oct 22 02:09:30.573 INFO kablam! Oct 22 02:09:30.573 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.573 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.573 INFO kablam! | Oct 22 02:09:30.573 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.573 INFO kablam! | ^^^^^ Oct 22 02:09:30.588 INFO kablam! ... Oct 22 02:09:30.588 INFO kablam! 607 | rt_realloc_excess_used!(rt_odd_100bytes_1align_realloc_excess_used, 100- 1, 1); Oct 22 02:09:30.588 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.588 INFO kablam! | Oct 22 02:09:30.588 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.588 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.588 INFO kablam! | Oct 22 02:09:30.588 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.588 INFO kablam! | Oct 22 02:09:30.588 INFO kablam! Oct 22 02:09:30.588 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.588 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.588 INFO kablam! | Oct 22 02:09:30.588 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.588 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.588 INFO kablam! ... Oct 22 02:09:30.588 INFO kablam! 607 | rt_realloc_excess_used!(rt_odd_100bytes_1align_realloc_excess_used, 100- 1, 1); Oct 22 02:09:30.588 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.588 INFO kablam! Oct 22 02:09:30.588 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.588 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.588 INFO kablam! | Oct 22 02:09:30.588 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.588 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.588 INFO kablam! ... Oct 22 02:09:30.588 INFO kablam! 607 | rt_realloc_excess_used!(rt_odd_100bytes_1align_realloc_excess_used, 100- 1, 1); Oct 22 02:09:30.588 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.588 INFO kablam! | Oct 22 02:09:30.588 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.588 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.588 INFO kablam! | Oct 22 02:09:30.588 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.588 INFO kablam! | Oct 22 02:09:30.588 INFO kablam! Oct 22 02:09:30.588 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.588 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.588 INFO kablam! | Oct 22 02:09:30.588 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.588 INFO kablam! | ^^^^^ Oct 22 02:09:30.588 INFO kablam! ... Oct 22 02:09:30.588 INFO kablam! 620 | rt_realloc_excess_used!(rt_odd_1000bytes_1align_realloc_excess_used, 1000- 1, 1); Oct 22 02:09:30.588 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.588 INFO kablam! | Oct 22 02:09:30.589 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.589 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.589 INFO kablam! | Oct 22 02:09:30.589 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.589 INFO kablam! | Oct 22 02:09:30.589 INFO kablam! Oct 22 02:09:30.589 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.589 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.589 INFO kablam! | Oct 22 02:09:30.589 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.589 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.589 INFO kablam! ... Oct 22 02:09:30.589 INFO kablam! 620 | rt_realloc_excess_used!(rt_odd_1000bytes_1align_realloc_excess_used, 1000- 1, 1); Oct 22 02:09:30.589 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.589 INFO kablam! Oct 22 02:09:30.589 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.589 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.589 INFO kablam! | Oct 22 02:09:30.589 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.589 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.589 INFO kablam! ... Oct 22 02:09:30.589 INFO kablam! 620 | rt_realloc_excess_used!(rt_odd_1000bytes_1align_realloc_excess_used, 1000- 1, 1); Oct 22 02:09:30.589 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.589 INFO kablam! | Oct 22 02:09:30.589 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.589 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.589 INFO kablam! | Oct 22 02:09:30.589 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.589 INFO kablam! | Oct 22 02:09:30.589 INFO kablam! Oct 22 02:09:30.589 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.589 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.589 INFO kablam! | Oct 22 02:09:30.589 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.589 INFO kablam! | ^^^^^ Oct 22 02:09:30.589 INFO kablam! ... Oct 22 02:09:30.589 INFO kablam! 633 | rt_realloc_excess_used!(rt_odd_10000bytes_1align_realloc_excess_used, 10000- 1, 1); Oct 22 02:09:30.589 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.589 INFO kablam! | Oct 22 02:09:30.589 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.589 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.589 INFO kablam! | Oct 22 02:09:30.589 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.589 INFO kablam! | Oct 22 02:09:30.589 INFO kablam! Oct 22 02:09:30.589 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.589 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.589 INFO kablam! | Oct 22 02:09:30.589 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.589 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.589 INFO kablam! ... Oct 22 02:09:30.589 INFO kablam! 633 | rt_realloc_excess_used!(rt_odd_10000bytes_1align_realloc_excess_used, 10000- 1, 1); Oct 22 02:09:30.589 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.589 INFO kablam! Oct 22 02:09:30.589 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.589 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.589 INFO kablam! | Oct 22 02:09:30.589 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.589 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.589 INFO kablam! ... Oct 22 02:09:30.589 INFO kablam! 633 | rt_realloc_excess_used!(rt_odd_10000bytes_1align_realloc_excess_used, 10000- 1, 1); Oct 22 02:09:30.589 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.589 INFO kablam! | Oct 22 02:09:30.589 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.589 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.589 INFO kablam! | Oct 22 02:09:30.589 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.589 INFO kablam! | Oct 22 02:09:30.589 INFO kablam! Oct 22 02:09:30.589 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.589 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.589 INFO kablam! | Oct 22 02:09:30.589 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.589 INFO kablam! | ^^^^^ Oct 22 02:09:30.589 INFO kablam! ... Oct 22 02:09:30.589 INFO kablam! 646 | rt_realloc_excess_used!(rt_odd_100000bytes_1align_realloc_excess_used, 100000- 1, 1); Oct 22 02:09:30.589 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.589 INFO kablam! | Oct 22 02:09:30.589 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.589 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.589 INFO kablam! | Oct 22 02:09:30.589 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.589 INFO kablam! | Oct 22 02:09:30.589 INFO kablam! Oct 22 02:09:30.589 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.589 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.589 INFO kablam! | Oct 22 02:09:30.590 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.590 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.590 INFO kablam! ... Oct 22 02:09:30.590 INFO kablam! 646 | rt_realloc_excess_used!(rt_odd_100000bytes_1align_realloc_excess_used, 100000- 1, 1); Oct 22 02:09:30.590 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.590 INFO kablam! Oct 22 02:09:30.590 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.590 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.590 INFO kablam! | Oct 22 02:09:30.590 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.590 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.590 INFO kablam! ... Oct 22 02:09:30.590 INFO kablam! 646 | rt_realloc_excess_used!(rt_odd_100000bytes_1align_realloc_excess_used, 100000- 1, 1); Oct 22 02:09:30.590 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.590 INFO kablam! | Oct 22 02:09:30.590 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.590 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.590 INFO kablam! | Oct 22 02:09:30.590 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.590 INFO kablam! | Oct 22 02:09:30.590 INFO kablam! Oct 22 02:09:30.602 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.602 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.602 INFO kablam! | Oct 22 02:09:30.602 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.602 INFO kablam! | ^^^^^ Oct 22 02:09:30.602 INFO kablam! ... Oct 22 02:09:30.602 INFO kablam! 659 | rt_realloc_excess_used!(rt_odd_1000000bytes_1align_realloc_excess_used, 1000000- 1, 1); Oct 22 02:09:30.602 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.602 INFO kablam! | Oct 22 02:09:30.602 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.602 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.602 INFO kablam! | Oct 22 02:09:30.602 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.602 INFO kablam! | Oct 22 02:09:30.602 INFO kablam! Oct 22 02:09:30.602 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.602 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.602 INFO kablam! | Oct 22 02:09:30.602 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.602 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.602 INFO kablam! ... Oct 22 02:09:30.602 INFO kablam! 659 | rt_realloc_excess_used!(rt_odd_1000000bytes_1align_realloc_excess_used, 1000000- 1, 1); Oct 22 02:09:30.602 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.602 INFO kablam! Oct 22 02:09:30.602 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.602 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.602 INFO kablam! | Oct 22 02:09:30.602 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.602 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.602 INFO kablam! ... Oct 22 02:09:30.602 INFO kablam! 659 | rt_realloc_excess_used!(rt_odd_1000000bytes_1align_realloc_excess_used, 1000000- 1, 1); Oct 22 02:09:30.602 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.602 INFO kablam! | Oct 22 02:09:30.602 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.602 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.602 INFO kablam! | Oct 22 02:09:30.602 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.602 INFO kablam! | Oct 22 02:09:30.603 INFO kablam! Oct 22 02:09:30.603 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.603 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.603 INFO kablam! | Oct 22 02:09:30.603 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.603 INFO kablam! | ^^^^^ Oct 22 02:09:30.603 INFO kablam! ... Oct 22 02:09:30.603 INFO kablam! 673 | rt_realloc_excess_used!(rt_primes_3bytes_1align_realloc_excess_used, 3, 1); Oct 22 02:09:30.603 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.603 INFO kablam! | Oct 22 02:09:30.603 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.603 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.603 INFO kablam! | Oct 22 02:09:30.603 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.603 INFO kablam! | Oct 22 02:09:30.603 INFO kablam! Oct 22 02:09:30.603 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.603 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.603 INFO kablam! | Oct 22 02:09:30.603 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.603 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.603 INFO kablam! ... Oct 22 02:09:30.603 INFO kablam! 673 | rt_realloc_excess_used!(rt_primes_3bytes_1align_realloc_excess_used, 3, 1); Oct 22 02:09:30.603 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.603 INFO kablam! Oct 22 02:09:30.603 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.603 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.603 INFO kablam! | Oct 22 02:09:30.603 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.603 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.603 INFO kablam! ... Oct 22 02:09:30.603 INFO kablam! 673 | rt_realloc_excess_used!(rt_primes_3bytes_1align_realloc_excess_used, 3, 1); Oct 22 02:09:30.603 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.603 INFO kablam! | Oct 22 02:09:30.603 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.603 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.603 INFO kablam! | Oct 22 02:09:30.603 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.603 INFO kablam! | Oct 22 02:09:30.603 INFO kablam! Oct 22 02:09:30.603 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.603 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.603 INFO kablam! | Oct 22 02:09:30.603 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.603 INFO kablam! | ^^^^^ Oct 22 02:09:30.603 INFO kablam! ... Oct 22 02:09:30.603 INFO kablam! 686 | rt_realloc_excess_used!(rt_primes_7bytes_1align_realloc_excess_used, 7, 1); Oct 22 02:09:30.603 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.603 INFO kablam! | Oct 22 02:09:30.603 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.603 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.603 INFO kablam! | Oct 22 02:09:30.603 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.603 INFO kablam! | Oct 22 02:09:30.603 INFO kablam! Oct 22 02:09:30.603 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.603 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.603 INFO kablam! | Oct 22 02:09:30.603 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.603 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.603 INFO kablam! ... Oct 22 02:09:30.603 INFO kablam! 686 | rt_realloc_excess_used!(rt_primes_7bytes_1align_realloc_excess_used, 7, 1); Oct 22 02:09:30.603 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.603 INFO kablam! Oct 22 02:09:30.603 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.603 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.603 INFO kablam! | Oct 22 02:09:30.603 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.603 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.603 INFO kablam! ... Oct 22 02:09:30.603 INFO kablam! 686 | rt_realloc_excess_used!(rt_primes_7bytes_1align_realloc_excess_used, 7, 1); Oct 22 02:09:30.603 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.603 INFO kablam! | Oct 22 02:09:30.603 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.603 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.603 INFO kablam! | Oct 22 02:09:30.603 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.603 INFO kablam! | Oct 22 02:09:30.603 INFO kablam! Oct 22 02:09:30.606 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.606 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.606 INFO kablam! | Oct 22 02:09:30.606 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.606 INFO kablam! | ^^^^^ Oct 22 02:09:30.606 INFO kablam! ... Oct 22 02:09:30.606 INFO kablam! 699 | rt_realloc_excess_used!(rt_primes_13bytes_1align_realloc_excess_used, 13, 1); Oct 22 02:09:30.606 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.606 INFO kablam! | Oct 22 02:09:30.606 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.606 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.606 INFO kablam! | Oct 22 02:09:30.606 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.606 INFO kablam! | Oct 22 02:09:30.606 INFO kablam! Oct 22 02:09:30.606 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.606 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.606 INFO kablam! | Oct 22 02:09:30.606 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.606 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.606 INFO kablam! ... Oct 22 02:09:30.606 INFO kablam! 699 | rt_realloc_excess_used!(rt_primes_13bytes_1align_realloc_excess_used, 13, 1); Oct 22 02:09:30.606 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.606 INFO kablam! Oct 22 02:09:30.606 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.606 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.606 INFO kablam! | Oct 22 02:09:30.606 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.606 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.606 INFO kablam! ... Oct 22 02:09:30.606 INFO kablam! 699 | rt_realloc_excess_used!(rt_primes_13bytes_1align_realloc_excess_used, 13, 1); Oct 22 02:09:30.606 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.606 INFO kablam! | Oct 22 02:09:30.606 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.606 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.606 INFO kablam! | Oct 22 02:09:30.606 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.606 INFO kablam! | Oct 22 02:09:30.606 INFO kablam! Oct 22 02:09:30.612 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.612 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.612 INFO kablam! | Oct 22 02:09:30.612 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.612 INFO kablam! | ^^^^^ Oct 22 02:09:30.612 INFO kablam! ... Oct 22 02:09:30.612 INFO kablam! 712 | rt_realloc_excess_used!(rt_primes_17bytes_1align_realloc_excess_used, 17, 1); Oct 22 02:09:30.612 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.612 INFO kablam! | Oct 22 02:09:30.612 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.612 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.612 INFO kablam! | Oct 22 02:09:30.612 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.612 INFO kablam! | Oct 22 02:09:30.612 INFO kablam! Oct 22 02:09:30.612 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.612 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.612 INFO kablam! | Oct 22 02:09:30.612 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.612 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.612 INFO kablam! ... Oct 22 02:09:30.612 INFO kablam! 712 | rt_realloc_excess_used!(rt_primes_17bytes_1align_realloc_excess_used, 17, 1); Oct 22 02:09:30.612 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.612 INFO kablam! Oct 22 02:09:30.612 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.612 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.612 INFO kablam! | Oct 22 02:09:30.612 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.612 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.612 INFO kablam! ... Oct 22 02:09:30.612 INFO kablam! 712 | rt_realloc_excess_used!(rt_primes_17bytes_1align_realloc_excess_used, 17, 1); Oct 22 02:09:30.612 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.612 INFO kablam! | Oct 22 02:09:30.612 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.612 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.612 INFO kablam! | Oct 22 02:09:30.612 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.612 INFO kablam! | Oct 22 02:09:30.612 INFO kablam! Oct 22 02:09:30.612 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.612 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.612 INFO kablam! | Oct 22 02:09:30.612 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.612 INFO kablam! | ^^^^^ Oct 22 02:09:30.613 INFO kablam! ... Oct 22 02:09:30.613 INFO kablam! 725 | rt_realloc_excess_used!(rt_primes_31bytes_1align_realloc_excess_used, 31, 1); Oct 22 02:09:30.613 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.613 INFO kablam! | Oct 22 02:09:30.613 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.613 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.613 INFO kablam! | Oct 22 02:09:30.613 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.613 INFO kablam! | Oct 22 02:09:30.613 INFO kablam! Oct 22 02:09:30.616 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.616 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.616 INFO kablam! | Oct 22 02:09:30.616 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.616 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.616 INFO kablam! ... Oct 22 02:09:30.616 INFO kablam! 725 | rt_realloc_excess_used!(rt_primes_31bytes_1align_realloc_excess_used, 31, 1); Oct 22 02:09:30.616 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.616 INFO kablam! Oct 22 02:09:30.616 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.616 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.616 INFO kablam! | Oct 22 02:09:30.616 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.616 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.616 INFO kablam! ... Oct 22 02:09:30.616 INFO kablam! 725 | rt_realloc_excess_used!(rt_primes_31bytes_1align_realloc_excess_used, 31, 1); Oct 22 02:09:30.616 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.616 INFO kablam! | Oct 22 02:09:30.616 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.616 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.616 INFO kablam! | Oct 22 02:09:30.616 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.616 INFO kablam! | Oct 22 02:09:30.616 INFO kablam! Oct 22 02:09:30.616 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.616 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.616 INFO kablam! | Oct 22 02:09:30.616 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.616 INFO kablam! | ^^^^^ Oct 22 02:09:30.616 INFO kablam! ... Oct 22 02:09:30.616 INFO kablam! 738 | rt_realloc_excess_used!(rt_primes_61bytes_1align_realloc_excess_used, 61, 1); Oct 22 02:09:30.616 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.616 INFO kablam! | Oct 22 02:09:30.616 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.616 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.616 INFO kablam! | Oct 22 02:09:30.616 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.616 INFO kablam! | Oct 22 02:09:30.616 INFO kablam! Oct 22 02:09:30.616 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.616 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.616 INFO kablam! | Oct 22 02:09:30.616 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.616 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.616 INFO kablam! ... Oct 22 02:09:30.616 INFO kablam! 738 | rt_realloc_excess_used!(rt_primes_61bytes_1align_realloc_excess_used, 61, 1); Oct 22 02:09:30.617 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.617 INFO kablam! Oct 22 02:09:30.618 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.618 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.618 INFO kablam! | Oct 22 02:09:30.618 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.618 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.618 INFO kablam! ... Oct 22 02:09:30.618 INFO kablam! 738 | rt_realloc_excess_used!(rt_primes_61bytes_1align_realloc_excess_used, 61, 1); Oct 22 02:09:30.618 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.618 INFO kablam! | Oct 22 02:09:30.618 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.618 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.618 INFO kablam! | Oct 22 02:09:30.618 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.618 INFO kablam! | Oct 22 02:09:30.618 INFO kablam! Oct 22 02:09:30.618 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.618 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.618 INFO kablam! | Oct 22 02:09:30.618 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.618 INFO kablam! | ^^^^^ Oct 22 02:09:30.618 INFO kablam! ... Oct 22 02:09:30.618 INFO kablam! 751 | rt_realloc_excess_used!(rt_primes_96bytes_1align_realloc_excess_used, 96, 1); Oct 22 02:09:30.618 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.618 INFO kablam! | Oct 22 02:09:30.618 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.618 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.618 INFO kablam! | Oct 22 02:09:30.618 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.618 INFO kablam! | Oct 22 02:09:30.618 INFO kablam! Oct 22 02:09:30.620 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.620 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.620 INFO kablam! | Oct 22 02:09:30.620 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.620 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.620 INFO kablam! ... Oct 22 02:09:30.620 INFO kablam! 751 | rt_realloc_excess_used!(rt_primes_96bytes_1align_realloc_excess_used, 96, 1); Oct 22 02:09:30.620 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.620 INFO kablam! Oct 22 02:09:30.620 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.620 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.620 INFO kablam! | Oct 22 02:09:30.620 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.620 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.620 INFO kablam! ... Oct 22 02:09:30.620 INFO kablam! 751 | rt_realloc_excess_used!(rt_primes_96bytes_1align_realloc_excess_used, 96, 1); Oct 22 02:09:30.620 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.620 INFO kablam! | Oct 22 02:09:30.620 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.620 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.620 INFO kablam! | Oct 22 02:09:30.620 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.620 INFO kablam! | Oct 22 02:09:30.620 INFO kablam! Oct 22 02:09:30.632 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.632 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.632 INFO kablam! | Oct 22 02:09:30.632 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.632 INFO kablam! | ^^^^^ Oct 22 02:09:30.632 INFO kablam! ... Oct 22 02:09:30.632 INFO kablam! 764 | rt_realloc_excess_used!(rt_primes_127bytes_1align_realloc_excess_used, 127, 1); Oct 22 02:09:30.632 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.632 INFO kablam! | Oct 22 02:09:30.632 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.632 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.632 INFO kablam! | Oct 22 02:09:30.632 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.632 INFO kablam! | Oct 22 02:09:30.632 INFO kablam! Oct 22 02:09:30.632 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.632 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.632 INFO kablam! | Oct 22 02:09:30.632 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.632 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.632 INFO kablam! ... Oct 22 02:09:30.632 INFO kablam! 764 | rt_realloc_excess_used!(rt_primes_127bytes_1align_realloc_excess_used, 127, 1); Oct 22 02:09:30.632 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.632 INFO kablam! Oct 22 02:09:30.632 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.632 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.632 INFO kablam! | Oct 22 02:09:30.632 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.632 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.632 INFO kablam! ... Oct 22 02:09:30.632 INFO kablam! 764 | rt_realloc_excess_used!(rt_primes_127bytes_1align_realloc_excess_used, 127, 1); Oct 22 02:09:30.632 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.632 INFO kablam! | Oct 22 02:09:30.632 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.632 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.632 INFO kablam! | Oct 22 02:09:30.632 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.632 INFO kablam! | Oct 22 02:09:30.632 INFO kablam! Oct 22 02:09:30.632 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.632 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.632 INFO kablam! | Oct 22 02:09:30.632 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.633 INFO kablam! | ^^^^^ Oct 22 02:09:30.633 INFO kablam! ... Oct 22 02:09:30.633 INFO kablam! 777 | rt_realloc_excess_used!(rt_primes_257bytes_1align_realloc_excess_used, 257, 1); Oct 22 02:09:30.633 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.633 INFO kablam! | Oct 22 02:09:30.633 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.633 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.633 INFO kablam! | Oct 22 02:09:30.633 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.633 INFO kablam! | Oct 22 02:09:30.633 INFO kablam! Oct 22 02:09:30.633 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.633 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.633 INFO kablam! | Oct 22 02:09:30.633 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.633 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.633 INFO kablam! ... Oct 22 02:09:30.633 INFO kablam! 777 | rt_realloc_excess_used!(rt_primes_257bytes_1align_realloc_excess_used, 257, 1); Oct 22 02:09:30.633 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.633 INFO kablam! Oct 22 02:09:30.633 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.633 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.633 INFO kablam! | Oct 22 02:09:30.633 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.633 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.633 INFO kablam! ... Oct 22 02:09:30.633 INFO kablam! 777 | rt_realloc_excess_used!(rt_primes_257bytes_1align_realloc_excess_used, 257, 1); Oct 22 02:09:30.633 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.633 INFO kablam! | Oct 22 02:09:30.633 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.633 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.633 INFO kablam! | Oct 22 02:09:30.633 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.633 INFO kablam! | Oct 22 02:09:30.633 INFO kablam! Oct 22 02:09:30.633 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.633 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.633 INFO kablam! | Oct 22 02:09:30.633 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.633 INFO kablam! | ^^^^^ Oct 22 02:09:30.633 INFO kablam! ... Oct 22 02:09:30.633 INFO kablam! 790 | rt_realloc_excess_used!(rt_primes_509bytes_1align_realloc_excess_used, 509, 1); Oct 22 02:09:30.633 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.633 INFO kablam! | Oct 22 02:09:30.633 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.633 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.633 INFO kablam! | Oct 22 02:09:30.633 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.633 INFO kablam! | Oct 22 02:09:30.633 INFO kablam! Oct 22 02:09:30.633 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.633 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.633 INFO kablam! | Oct 22 02:09:30.633 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.633 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.633 INFO kablam! ... Oct 22 02:09:30.633 INFO kablam! 790 | rt_realloc_excess_used!(rt_primes_509bytes_1align_realloc_excess_used, 509, 1); Oct 22 02:09:30.633 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.633 INFO kablam! Oct 22 02:09:30.633 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.633 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.633 INFO kablam! | Oct 22 02:09:30.633 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.633 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.633 INFO kablam! ... Oct 22 02:09:30.633 INFO kablam! 790 | rt_realloc_excess_used!(rt_primes_509bytes_1align_realloc_excess_used, 509, 1); Oct 22 02:09:30.633 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.633 INFO kablam! | Oct 22 02:09:30.633 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.633 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.633 INFO kablam! | Oct 22 02:09:30.633 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.633 INFO kablam! | Oct 22 02:09:30.633 INFO kablam! Oct 22 02:09:30.636 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.636 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.636 INFO kablam! | Oct 22 02:09:30.636 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.636 INFO kablam! | ^^^^^ Oct 22 02:09:30.636 INFO kablam! ... Oct 22 02:09:30.636 INFO kablam! 803 | rt_realloc_excess_used!(rt_primes_1021bytes_1align_realloc_excess_used, 1021, 1); Oct 22 02:09:30.636 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.636 INFO kablam! | Oct 22 02:09:30.636 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.636 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.636 INFO kablam! | Oct 22 02:09:30.636 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.636 INFO kablam! | Oct 22 02:09:30.636 INFO kablam! Oct 22 02:09:30.636 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.636 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.636 INFO kablam! | Oct 22 02:09:30.636 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.636 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.636 INFO kablam! ... Oct 22 02:09:30.636 INFO kablam! 803 | rt_realloc_excess_used!(rt_primes_1021bytes_1align_realloc_excess_used, 1021, 1); Oct 22 02:09:30.636 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.636 INFO kablam! Oct 22 02:09:30.648 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.648 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.648 INFO kablam! | Oct 22 02:09:30.648 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.648 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.648 INFO kablam! ... Oct 22 02:09:30.648 INFO kablam! 803 | rt_realloc_excess_used!(rt_primes_1021bytes_1align_realloc_excess_used, 1021, 1); Oct 22 02:09:30.648 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.648 INFO kablam! | Oct 22 02:09:30.648 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.648 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.648 INFO kablam! | Oct 22 02:09:30.648 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.648 INFO kablam! | Oct 22 02:09:30.648 INFO kablam! Oct 22 02:09:30.648 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.648 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.648 INFO kablam! | Oct 22 02:09:30.648 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.648 INFO kablam! | ^^^^^ Oct 22 02:09:30.648 INFO kablam! ... Oct 22 02:09:30.648 INFO kablam! 816 | rt_realloc_excess_used!(rt_primes_2039bytes_1align_realloc_excess_used, 2039, 1); Oct 22 02:09:30.648 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.648 INFO kablam! | Oct 22 02:09:30.648 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.648 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.648 INFO kablam! | Oct 22 02:09:30.648 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.648 INFO kablam! | Oct 22 02:09:30.648 INFO kablam! Oct 22 02:09:30.648 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.648 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.649 INFO kablam! | Oct 22 02:09:30.649 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.649 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.649 INFO kablam! ... Oct 22 02:09:30.649 INFO kablam! 816 | rt_realloc_excess_used!(rt_primes_2039bytes_1align_realloc_excess_used, 2039, 1); Oct 22 02:09:30.649 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.649 INFO kablam! Oct 22 02:09:30.649 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.649 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.649 INFO kablam! | Oct 22 02:09:30.649 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.649 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.649 INFO kablam! ... Oct 22 02:09:30.649 INFO kablam! 816 | rt_realloc_excess_used!(rt_primes_2039bytes_1align_realloc_excess_used, 2039, 1); Oct 22 02:09:30.649 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.649 INFO kablam! | Oct 22 02:09:30.649 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.649 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.649 INFO kablam! | Oct 22 02:09:30.649 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.649 INFO kablam! | Oct 22 02:09:30.649 INFO kablam! Oct 22 02:09:30.649 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.649 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.649 INFO kablam! | Oct 22 02:09:30.649 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.649 INFO kablam! | ^^^^^ Oct 22 02:09:30.649 INFO kablam! ... Oct 22 02:09:30.649 INFO kablam! 829 | rt_realloc_excess_used!(rt_primes_4093bytes_1align_realloc_excess_used, 4093, 1); Oct 22 02:09:30.649 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.649 INFO kablam! | Oct 22 02:09:30.649 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.649 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.649 INFO kablam! | Oct 22 02:09:30.649 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.649 INFO kablam! | Oct 22 02:09:30.649 INFO kablam! Oct 22 02:09:30.649 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.649 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.649 INFO kablam! | Oct 22 02:09:30.649 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.649 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.649 INFO kablam! ... Oct 22 02:09:30.649 INFO kablam! 829 | rt_realloc_excess_used!(rt_primes_4093bytes_1align_realloc_excess_used, 4093, 1); Oct 22 02:09:30.649 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.649 INFO kablam! Oct 22 02:09:30.649 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.649 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.649 INFO kablam! | Oct 22 02:09:30.649 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.649 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.649 INFO kablam! ... Oct 22 02:09:30.649 INFO kablam! 829 | rt_realloc_excess_used!(rt_primes_4093bytes_1align_realloc_excess_used, 4093, 1); Oct 22 02:09:30.649 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.649 INFO kablam! | Oct 22 02:09:30.649 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.649 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.649 INFO kablam! | Oct 22 02:09:30.649 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.649 INFO kablam! | Oct 22 02:09:30.649 INFO kablam! Oct 22 02:09:30.649 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.649 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.649 INFO kablam! | Oct 22 02:09:30.649 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.649 INFO kablam! | ^^^^^ Oct 22 02:09:30.649 INFO kablam! ... Oct 22 02:09:30.649 INFO kablam! 842 | rt_realloc_excess_used!(rt_primes_8191bytes_1align_realloc_excess_used, 8191, 1); Oct 22 02:09:30.649 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.649 INFO kablam! | Oct 22 02:09:30.649 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.649 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.649 INFO kablam! | Oct 22 02:09:30.649 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.649 INFO kablam! | Oct 22 02:09:30.649 INFO kablam! Oct 22 02:09:30.656 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.656 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.656 INFO kablam! | Oct 22 02:09:30.656 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.656 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.656 INFO kablam! ... Oct 22 02:09:30.656 INFO kablam! 842 | rt_realloc_excess_used!(rt_primes_8191bytes_1align_realloc_excess_used, 8191, 1); Oct 22 02:09:30.656 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.656 INFO kablam! Oct 22 02:09:30.656 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.656 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.656 INFO kablam! | Oct 22 02:09:30.656 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.656 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.656 INFO kablam! ... Oct 22 02:09:30.656 INFO kablam! 842 | rt_realloc_excess_used!(rt_primes_8191bytes_1align_realloc_excess_used, 8191, 1); Oct 22 02:09:30.656 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.656 INFO kablam! | Oct 22 02:09:30.656 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.656 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.656 INFO kablam! | Oct 22 02:09:30.656 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.656 INFO kablam! | Oct 22 02:09:30.656 INFO kablam! Oct 22 02:09:30.656 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.656 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.656 INFO kablam! | Oct 22 02:09:30.656 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.656 INFO kablam! | ^^^^^ Oct 22 02:09:30.656 INFO kablam! ... Oct 22 02:09:30.656 INFO kablam! 855 | rt_realloc_excess_used!(rt_primes_16381bytes_1align_realloc_excess_used, 16381, 1); Oct 22 02:09:30.656 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.656 INFO kablam! | Oct 22 02:09:30.656 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.656 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.656 INFO kablam! | Oct 22 02:09:30.656 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.656 INFO kablam! | Oct 22 02:09:30.656 INFO kablam! Oct 22 02:09:30.656 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.657 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.657 INFO kablam! | Oct 22 02:09:30.657 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.657 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.657 INFO kablam! ... Oct 22 02:09:30.664 INFO kablam! 855 | rt_realloc_excess_used!(rt_primes_16381bytes_1align_realloc_excess_used, 16381, 1); Oct 22 02:09:30.664 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.664 INFO kablam! Oct 22 02:09:30.664 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.664 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.664 INFO kablam! | Oct 22 02:09:30.664 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.664 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.664 INFO kablam! ... Oct 22 02:09:30.664 INFO kablam! 855 | rt_realloc_excess_used!(rt_primes_16381bytes_1align_realloc_excess_used, 16381, 1); Oct 22 02:09:30.664 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.664 INFO kablam! | Oct 22 02:09:30.664 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.664 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.664 INFO kablam! | Oct 22 02:09:30.664 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.664 INFO kablam! | Oct 22 02:09:30.664 INFO kablam! Oct 22 02:09:30.664 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.664 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.664 INFO kablam! | Oct 22 02:09:30.664 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.664 INFO kablam! | ^^^^^ Oct 22 02:09:30.664 INFO kablam! ... Oct 22 02:09:30.664 INFO kablam! 868 | rt_realloc_excess_used!(rt_primes_32749bytes_1align_realloc_excess_used, 32749, 1); Oct 22 02:09:30.664 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.664 INFO kablam! | Oct 22 02:09:30.664 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.664 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.664 INFO kablam! | Oct 22 02:09:30.664 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.664 INFO kablam! | Oct 22 02:09:30.664 INFO kablam! Oct 22 02:09:30.664 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.664 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.664 INFO kablam! | Oct 22 02:09:30.664 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.664 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.664 INFO kablam! ... Oct 22 02:09:30.664 INFO kablam! 868 | rt_realloc_excess_used!(rt_primes_32749bytes_1align_realloc_excess_used, 32749, 1); Oct 22 02:09:30.664 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.665 INFO kablam! Oct 22 02:09:30.665 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.665 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.665 INFO kablam! | Oct 22 02:09:30.665 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.665 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.665 INFO kablam! ... Oct 22 02:09:30.665 INFO kablam! 868 | rt_realloc_excess_used!(rt_primes_32749bytes_1align_realloc_excess_used, 32749, 1); Oct 22 02:09:30.665 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.665 INFO kablam! | Oct 22 02:09:30.665 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.665 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.665 INFO kablam! | Oct 22 02:09:30.665 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.665 INFO kablam! | Oct 22 02:09:30.665 INFO kablam! Oct 22 02:09:30.665 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.665 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.665 INFO kablam! | Oct 22 02:09:30.665 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.665 INFO kablam! | ^^^^^ Oct 22 02:09:30.665 INFO kablam! ... Oct 22 02:09:30.665 INFO kablam! 881 | rt_realloc_excess_used!(rt_primes_65537bytes_1align_realloc_excess_used, 65537, 1); Oct 22 02:09:30.665 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.665 INFO kablam! | Oct 22 02:09:30.665 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.665 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.665 INFO kablam! | Oct 22 02:09:30.665 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.665 INFO kablam! | Oct 22 02:09:30.665 INFO kablam! Oct 22 02:09:30.665 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.665 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.665 INFO kablam! | Oct 22 02:09:30.665 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.665 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.665 INFO kablam! ... Oct 22 02:09:30.665 INFO kablam! 881 | rt_realloc_excess_used!(rt_primes_65537bytes_1align_realloc_excess_used, 65537, 1); Oct 22 02:09:30.665 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.665 INFO kablam! Oct 22 02:09:30.665 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.665 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.665 INFO kablam! | Oct 22 02:09:30.665 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.665 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.665 INFO kablam! ... Oct 22 02:09:30.665 INFO kablam! 881 | rt_realloc_excess_used!(rt_primes_65537bytes_1align_realloc_excess_used, 65537, 1); Oct 22 02:09:30.665 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.665 INFO kablam! | Oct 22 02:09:30.665 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.665 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.665 INFO kablam! | Oct 22 02:09:30.665 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.665 INFO kablam! | Oct 22 02:09:30.665 INFO kablam! Oct 22 02:09:30.665 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.665 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.665 INFO kablam! | Oct 22 02:09:30.665 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.665 INFO kablam! | ^^^^^ Oct 22 02:09:30.665 INFO kablam! ... Oct 22 02:09:30.665 INFO kablam! 894 | rt_realloc_excess_used!(rt_primes_131071bytes_1align_realloc_excess_used, 131071, 1); Oct 22 02:09:30.665 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.665 INFO kablam! | Oct 22 02:09:30.665 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.665 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.665 INFO kablam! | Oct 22 02:09:30.665 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.665 INFO kablam! | Oct 22 02:09:30.665 INFO kablam! Oct 22 02:09:30.668 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.668 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.668 INFO kablam! | Oct 22 02:09:30.668 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.668 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.668 INFO kablam! ... Oct 22 02:09:30.668 INFO kablam! 894 | rt_realloc_excess_used!(rt_primes_131071bytes_1align_realloc_excess_used, 131071, 1); Oct 22 02:09:30.668 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.668 INFO kablam! Oct 22 02:09:30.668 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.668 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.668 INFO kablam! | Oct 22 02:09:30.668 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.669 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.669 INFO kablam! ... Oct 22 02:09:30.669 INFO kablam! 894 | rt_realloc_excess_used!(rt_primes_131071bytes_1align_realloc_excess_used, 131071, 1); Oct 22 02:09:30.669 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.669 INFO kablam! | Oct 22 02:09:30.669 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.669 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.669 INFO kablam! | Oct 22 02:09:30.669 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.669 INFO kablam! | Oct 22 02:09:30.669 INFO kablam! Oct 22 02:09:30.669 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.669 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.669 INFO kablam! | Oct 22 02:09:30.669 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.669 INFO kablam! | ^^^^^ Oct 22 02:09:30.669 INFO kablam! ... Oct 22 02:09:30.669 INFO kablam! 907 | rt_realloc_excess_used!(rt_primes_4194301bytes_1align_realloc_excess_used, 4194301, 1); Oct 22 02:09:30.669 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.669 INFO kablam! | Oct 22 02:09:30.669 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.669 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.669 INFO kablam! | Oct 22 02:09:30.669 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.669 INFO kablam! | Oct 22 02:09:30.669 INFO kablam! Oct 22 02:09:30.676 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.676 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.676 INFO kablam! | Oct 22 02:09:30.676 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.676 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.676 INFO kablam! ... Oct 22 02:09:30.676 INFO kablam! 907 | rt_realloc_excess_used!(rt_primes_4194301bytes_1align_realloc_excess_used, 4194301, 1); Oct 22 02:09:30.676 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.676 INFO kablam! Oct 22 02:09:30.676 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.676 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.676 INFO kablam! | Oct 22 02:09:30.676 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.676 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.676 INFO kablam! ... Oct 22 02:09:30.676 INFO kablam! 907 | rt_realloc_excess_used!(rt_primes_4194301bytes_1align_realloc_excess_used, 4194301, 1); Oct 22 02:09:30.676 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.677 INFO kablam! | Oct 22 02:09:30.677 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.677 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.677 INFO kablam! | Oct 22 02:09:30.677 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.677 INFO kablam! | Oct 22 02:09:30.677 INFO kablam! Oct 22 02:09:30.677 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.677 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.677 INFO kablam! | Oct 22 02:09:30.677 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.677 INFO kablam! | ^^^^^ Oct 22 02:09:30.677 INFO kablam! ... Oct 22 02:09:30.677 INFO kablam! 923 | rt_realloc_excess_used!(rt_pow2_1bytes_2align_realloc_excess_used, 1, 2); Oct 22 02:09:30.677 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.677 INFO kablam! | Oct 22 02:09:30.677 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.677 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.677 INFO kablam! | Oct 22 02:09:30.677 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.677 INFO kablam! | Oct 22 02:09:30.677 INFO kablam! Oct 22 02:09:30.677 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.677 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.677 INFO kablam! | Oct 22 02:09:30.677 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.677 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.677 INFO kablam! ... Oct 22 02:09:30.677 INFO kablam! 923 | rt_realloc_excess_used!(rt_pow2_1bytes_2align_realloc_excess_used, 1, 2); Oct 22 02:09:30.677 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.677 INFO kablam! Oct 22 02:09:30.684 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.684 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.684 INFO kablam! | Oct 22 02:09:30.684 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.684 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.684 INFO kablam! ... Oct 22 02:09:30.684 INFO kablam! 923 | rt_realloc_excess_used!(rt_pow2_1bytes_2align_realloc_excess_used, 1, 2); Oct 22 02:09:30.684 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.684 INFO kablam! | Oct 22 02:09:30.685 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.685 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.685 INFO kablam! | Oct 22 02:09:30.685 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.685 INFO kablam! | Oct 22 02:09:30.685 INFO kablam! Oct 22 02:09:30.685 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.685 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.685 INFO kablam! | Oct 22 02:09:30.685 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.685 INFO kablam! | ^^^^^ Oct 22 02:09:30.685 INFO kablam! ... Oct 22 02:09:30.685 INFO kablam! 936 | rt_realloc_excess_used!(rt_pow2_2bytes_2align_realloc_excess_used, 2, 2); Oct 22 02:09:30.685 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.685 INFO kablam! | Oct 22 02:09:30.685 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.685 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.685 INFO kablam! | Oct 22 02:09:30.685 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.685 INFO kablam! | Oct 22 02:09:30.685 INFO kablam! Oct 22 02:09:30.686 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.686 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.686 INFO kablam! | Oct 22 02:09:30.686 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.686 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.686 INFO kablam! ... Oct 22 02:09:30.686 INFO kablam! 936 | rt_realloc_excess_used!(rt_pow2_2bytes_2align_realloc_excess_used, 2, 2); Oct 22 02:09:30.686 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.686 INFO kablam! Oct 22 02:09:30.686 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.686 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.686 INFO kablam! | Oct 22 02:09:30.686 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.686 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.686 INFO kablam! ... Oct 22 02:09:30.686 INFO kablam! 936 | rt_realloc_excess_used!(rt_pow2_2bytes_2align_realloc_excess_used, 2, 2); Oct 22 02:09:30.686 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.686 INFO kablam! | Oct 22 02:09:30.686 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.686 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.686 INFO kablam! | Oct 22 02:09:30.686 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.686 INFO kablam! | Oct 22 02:09:30.686 INFO kablam! Oct 22 02:09:30.687 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.687 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.687 INFO kablam! | Oct 22 02:09:30.687 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.687 INFO kablam! | ^^^^^ Oct 22 02:09:30.687 INFO kablam! ... Oct 22 02:09:30.687 INFO kablam! 949 | rt_realloc_excess_used!(rt_pow2_4bytes_2align_realloc_excess_used, 4, 2); Oct 22 02:09:30.687 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.687 INFO kablam! | Oct 22 02:09:30.687 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.687 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.687 INFO kablam! | Oct 22 02:09:30.687 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.687 INFO kablam! | Oct 22 02:09:30.687 INFO kablam! Oct 22 02:09:30.687 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.687 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.687 INFO kablam! | Oct 22 02:09:30.687 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.687 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.687 INFO kablam! ... Oct 22 02:09:30.687 INFO kablam! 949 | rt_realloc_excess_used!(rt_pow2_4bytes_2align_realloc_excess_used, 4, 2); Oct 22 02:09:30.687 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.687 INFO kablam! Oct 22 02:09:30.687 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.688 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.688 INFO kablam! | Oct 22 02:09:30.688 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.688 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.688 INFO kablam! ... Oct 22 02:09:30.688 INFO kablam! 949 | rt_realloc_excess_used!(rt_pow2_4bytes_2align_realloc_excess_used, 4, 2); Oct 22 02:09:30.688 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.688 INFO kablam! | Oct 22 02:09:30.688 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.688 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.688 INFO kablam! | Oct 22 02:09:30.688 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.688 INFO kablam! | Oct 22 02:09:30.688 INFO kablam! Oct 22 02:09:30.700 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.700 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.700 INFO kablam! | Oct 22 02:09:30.700 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.700 INFO kablam! | ^^^^^ Oct 22 02:09:30.700 INFO kablam! ... Oct 22 02:09:30.700 INFO kablam! 962 | rt_realloc_excess_used!(rt_pow2_8bytes_2align_realloc_excess_used, 8, 2); Oct 22 02:09:30.700 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.700 INFO kablam! | Oct 22 02:09:30.700 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.701 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.701 INFO kablam! | Oct 22 02:09:30.701 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.701 INFO kablam! | Oct 22 02:09:30.701 INFO kablam! Oct 22 02:09:30.701 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.701 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.701 INFO kablam! | Oct 22 02:09:30.701 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.701 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.701 INFO kablam! ... Oct 22 02:09:30.701 INFO kablam! 962 | rt_realloc_excess_used!(rt_pow2_8bytes_2align_realloc_excess_used, 8, 2); Oct 22 02:09:30.701 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.701 INFO kablam! Oct 22 02:09:30.701 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.701 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.701 INFO kablam! | Oct 22 02:09:30.701 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.701 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.701 INFO kablam! ... Oct 22 02:09:30.701 INFO kablam! 962 | rt_realloc_excess_used!(rt_pow2_8bytes_2align_realloc_excess_used, 8, 2); Oct 22 02:09:30.701 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.701 INFO kablam! | Oct 22 02:09:30.701 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.702 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.702 INFO kablam! | Oct 22 02:09:30.702 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.702 INFO kablam! | Oct 22 02:09:30.702 INFO kablam! Oct 22 02:09:30.702 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.702 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.702 INFO kablam! | Oct 22 02:09:30.702 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.702 INFO kablam! | ^^^^^ Oct 22 02:09:30.702 INFO kablam! ... Oct 22 02:09:30.702 INFO kablam! 975 | rt_realloc_excess_used!(rt_pow2_16bytes_2align_realloc_excess_used, 16, 2); Oct 22 02:09:30.702 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.702 INFO kablam! | Oct 22 02:09:30.702 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.702 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.702 INFO kablam! | Oct 22 02:09:30.702 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.702 INFO kablam! | Oct 22 02:09:30.702 INFO kablam! Oct 22 02:09:30.702 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.702 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.702 INFO kablam! | Oct 22 02:09:30.702 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.702 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.703 INFO kablam! ... Oct 22 02:09:30.703 INFO kablam! 975 | rt_realloc_excess_used!(rt_pow2_16bytes_2align_realloc_excess_used, 16, 2); Oct 22 02:09:30.703 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.703 INFO kablam! Oct 22 02:09:30.703 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.703 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.703 INFO kablam! | Oct 22 02:09:30.703 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.703 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.703 INFO kablam! ... Oct 22 02:09:30.703 INFO kablam! 975 | rt_realloc_excess_used!(rt_pow2_16bytes_2align_realloc_excess_used, 16, 2); Oct 22 02:09:30.703 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.703 INFO kablam! | Oct 22 02:09:30.703 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.703 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.703 INFO kablam! | Oct 22 02:09:30.703 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.703 INFO kablam! | Oct 22 02:09:30.703 INFO kablam! Oct 22 02:09:30.703 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.703 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.703 INFO kablam! | Oct 22 02:09:30.703 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.703 INFO kablam! | ^^^^^ Oct 22 02:09:30.703 INFO kablam! ... Oct 22 02:09:30.704 INFO kablam! 988 | rt_realloc_excess_used!(rt_pow2_32bytes_2align_realloc_excess_used, 32, 2); Oct 22 02:09:30.704 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.704 INFO kablam! | Oct 22 02:09:30.704 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.704 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.704 INFO kablam! | Oct 22 02:09:30.704 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.704 INFO kablam! | Oct 22 02:09:30.704 INFO kablam! Oct 22 02:09:30.704 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.704 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.704 INFO kablam! | Oct 22 02:09:30.704 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.704 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.704 INFO kablam! ... Oct 22 02:09:30.704 INFO kablam! 988 | rt_realloc_excess_used!(rt_pow2_32bytes_2align_realloc_excess_used, 32, 2); Oct 22 02:09:30.704 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.704 INFO kablam! Oct 22 02:09:30.704 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.704 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.704 INFO kablam! | Oct 22 02:09:30.704 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.704 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.705 INFO kablam! ... Oct 22 02:09:30.705 INFO kablam! 988 | rt_realloc_excess_used!(rt_pow2_32bytes_2align_realloc_excess_used, 32, 2); Oct 22 02:09:30.705 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.705 INFO kablam! | Oct 22 02:09:30.705 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.705 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.705 INFO kablam! | Oct 22 02:09:30.705 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.705 INFO kablam! | Oct 22 02:09:30.705 INFO kablam! Oct 22 02:09:30.705 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.705 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.705 INFO kablam! | Oct 22 02:09:30.705 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.705 INFO kablam! | ^^^^^ Oct 22 02:09:30.705 INFO kablam! ... Oct 22 02:09:30.705 INFO kablam! 1001 | rt_realloc_excess_used!(rt_pow2_64bytes_2align_realloc_excess_used, 64, 2); Oct 22 02:09:30.705 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.705 INFO kablam! | Oct 22 02:09:30.705 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.705 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.705 INFO kablam! | Oct 22 02:09:30.706 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.706 INFO kablam! | Oct 22 02:09:30.706 INFO kablam! Oct 22 02:09:30.706 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.706 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.706 INFO kablam! | Oct 22 02:09:30.706 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.706 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.706 INFO kablam! ... Oct 22 02:09:30.706 INFO kablam! 1001 | rt_realloc_excess_used!(rt_pow2_64bytes_2align_realloc_excess_used, 64, 2); Oct 22 02:09:30.706 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.706 INFO kablam! Oct 22 02:09:30.706 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.706 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.706 INFO kablam! | Oct 22 02:09:30.706 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.706 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.706 INFO kablam! ... Oct 22 02:09:30.706 INFO kablam! 1001 | rt_realloc_excess_used!(rt_pow2_64bytes_2align_realloc_excess_used, 64, 2); Oct 22 02:09:30.706 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.706 INFO kablam! | Oct 22 02:09:30.706 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.706 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.706 INFO kablam! | Oct 22 02:09:30.707 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.707 INFO kablam! | Oct 22 02:09:30.707 INFO kablam! Oct 22 02:09:30.711 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.711 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.712 INFO kablam! | Oct 22 02:09:30.712 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.712 INFO kablam! | ^^^^^ Oct 22 02:09:30.712 INFO kablam! ... Oct 22 02:09:30.712 INFO kablam! 1014 | rt_realloc_excess_used!(rt_pow2_128bytes_2align_realloc_excess_used, 128, 2); Oct 22 02:09:30.712 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.712 INFO kablam! | Oct 22 02:09:30.712 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.712 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.712 INFO kablam! | Oct 22 02:09:30.712 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.712 INFO kablam! | Oct 22 02:09:30.712 INFO kablam! Oct 22 02:09:30.712 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.712 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.712 INFO kablam! | Oct 22 02:09:30.713 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.713 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.713 INFO kablam! ... Oct 22 02:09:30.713 INFO kablam! 1014 | rt_realloc_excess_used!(rt_pow2_128bytes_2align_realloc_excess_used, 128, 2); Oct 22 02:09:30.713 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.713 INFO kablam! Oct 22 02:09:30.713 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.713 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.713 INFO kablam! | Oct 22 02:09:30.713 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.713 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.713 INFO kablam! ... Oct 22 02:09:30.713 INFO kablam! 1014 | rt_realloc_excess_used!(rt_pow2_128bytes_2align_realloc_excess_used, 128, 2); Oct 22 02:09:30.713 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.713 INFO kablam! | Oct 22 02:09:30.713 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.714 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.714 INFO kablam! | Oct 22 02:09:30.714 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.714 INFO kablam! | Oct 22 02:09:30.714 INFO kablam! Oct 22 02:09:30.714 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.714 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.714 INFO kablam! | Oct 22 02:09:30.714 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.714 INFO kablam! | ^^^^^ Oct 22 02:09:30.714 INFO kablam! ... Oct 22 02:09:30.714 INFO kablam! 1027 | rt_realloc_excess_used!(rt_pow2_256bytes_2align_realloc_excess_used, 256, 2); Oct 22 02:09:30.714 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.714 INFO kablam! | Oct 22 02:09:30.714 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.714 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.714 INFO kablam! | Oct 22 02:09:30.714 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.714 INFO kablam! | Oct 22 02:09:30.714 INFO kablam! Oct 22 02:09:30.715 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.715 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.715 INFO kablam! | Oct 22 02:09:30.715 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.715 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.715 INFO kablam! ... Oct 22 02:09:30.715 INFO kablam! 1027 | rt_realloc_excess_used!(rt_pow2_256bytes_2align_realloc_excess_used, 256, 2); Oct 22 02:09:30.715 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.715 INFO kablam! Oct 22 02:09:30.715 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.715 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.715 INFO kablam! | Oct 22 02:09:30.715 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.715 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.715 INFO kablam! ... Oct 22 02:09:30.715 INFO kablam! 1027 | rt_realloc_excess_used!(rt_pow2_256bytes_2align_realloc_excess_used, 256, 2); Oct 22 02:09:30.715 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.716 INFO kablam! | Oct 22 02:09:30.716 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.716 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.716 INFO kablam! | Oct 22 02:09:30.716 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.716 INFO kablam! | Oct 22 02:09:30.716 INFO kablam! Oct 22 02:09:30.716 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.716 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.716 INFO kablam! | Oct 22 02:09:30.716 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.716 INFO kablam! | ^^^^^ Oct 22 02:09:30.716 INFO kablam! ... Oct 22 02:09:30.716 INFO kablam! 1040 | rt_realloc_excess_used!(rt_pow2_512bytes_2align_realloc_excess_used, 512, 2); Oct 22 02:09:30.716 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.716 INFO kablam! | Oct 22 02:09:30.716 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.717 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.717 INFO kablam! | Oct 22 02:09:30.717 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.717 INFO kablam! | Oct 22 02:09:30.717 INFO kablam! Oct 22 02:09:30.717 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.717 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.717 INFO kablam! | Oct 22 02:09:30.717 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.717 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.717 INFO kablam! ... Oct 22 02:09:30.717 INFO kablam! 1040 | rt_realloc_excess_used!(rt_pow2_512bytes_2align_realloc_excess_used, 512, 2); Oct 22 02:09:30.717 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.717 INFO kablam! Oct 22 02:09:30.717 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.717 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.717 INFO kablam! | Oct 22 02:09:30.717 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.717 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.717 INFO kablam! ... Oct 22 02:09:30.718 INFO kablam! 1040 | rt_realloc_excess_used!(rt_pow2_512bytes_2align_realloc_excess_used, 512, 2); Oct 22 02:09:30.718 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.718 INFO kablam! | Oct 22 02:09:30.718 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.718 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.718 INFO kablam! | Oct 22 02:09:30.718 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.718 INFO kablam! | Oct 22 02:09:30.718 INFO kablam! Oct 22 02:09:30.718 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.718 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.718 INFO kablam! | Oct 22 02:09:30.718 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.718 INFO kablam! | ^^^^^ Oct 22 02:09:30.718 INFO kablam! ... Oct 22 02:09:30.718 INFO kablam! 1053 | rt_realloc_excess_used!(rt_pow2_1024bytes_2align_realloc_excess_used, 1024, 2); Oct 22 02:09:30.718 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.719 INFO kablam! | Oct 22 02:09:30.719 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.719 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.719 INFO kablam! | Oct 22 02:09:30.719 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.719 INFO kablam! | Oct 22 02:09:30.719 INFO kablam! Oct 22 02:09:30.719 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.719 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.719 INFO kablam! | Oct 22 02:09:30.719 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.719 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.719 INFO kablam! ... Oct 22 02:09:30.719 INFO kablam! 1053 | rt_realloc_excess_used!(rt_pow2_1024bytes_2align_realloc_excess_used, 1024, 2); Oct 22 02:09:30.719 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.720 INFO kablam! Oct 22 02:09:30.720 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.720 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.720 INFO kablam! | Oct 22 02:09:30.724 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.724 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.724 INFO kablam! ... Oct 22 02:09:30.724 INFO kablam! 1053 | rt_realloc_excess_used!(rt_pow2_1024bytes_2align_realloc_excess_used, 1024, 2); Oct 22 02:09:30.724 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.724 INFO kablam! | Oct 22 02:09:30.724 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.724 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.724 INFO kablam! | Oct 22 02:09:30.724 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.724 INFO kablam! | Oct 22 02:09:30.724 INFO kablam! Oct 22 02:09:30.724 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.724 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.725 INFO kablam! | Oct 22 02:09:30.725 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.725 INFO kablam! | ^^^^^ Oct 22 02:09:30.725 INFO kablam! ... Oct 22 02:09:30.725 INFO kablam! 1066 | rt_realloc_excess_used!(rt_pow2_2048bytes_2align_realloc_excess_used, 2048, 2); Oct 22 02:09:30.725 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.725 INFO kablam! | Oct 22 02:09:30.725 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.725 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.725 INFO kablam! | Oct 22 02:09:30.725 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.725 INFO kablam! | Oct 22 02:09:30.725 INFO kablam! Oct 22 02:09:30.725 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.725 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.725 INFO kablam! | Oct 22 02:09:30.725 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.725 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.725 INFO kablam! ... Oct 22 02:09:30.725 INFO kablam! 1066 | rt_realloc_excess_used!(rt_pow2_2048bytes_2align_realloc_excess_used, 2048, 2); Oct 22 02:09:30.725 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.725 INFO kablam! Oct 22 02:09:30.725 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.725 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.725 INFO kablam! | Oct 22 02:09:30.726 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.726 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.726 INFO kablam! ... Oct 22 02:09:30.726 INFO kablam! 1066 | rt_realloc_excess_used!(rt_pow2_2048bytes_2align_realloc_excess_used, 2048, 2); Oct 22 02:09:30.726 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.726 INFO kablam! | Oct 22 02:09:30.726 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.726 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.726 INFO kablam! | Oct 22 02:09:30.726 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.726 INFO kablam! | Oct 22 02:09:30.726 INFO kablam! Oct 22 02:09:30.726 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.726 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.726 INFO kablam! | Oct 22 02:09:30.726 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.726 INFO kablam! | ^^^^^ Oct 22 02:09:30.726 INFO kablam! ... Oct 22 02:09:30.726 INFO kablam! 1079 | rt_realloc_excess_used!(rt_pow2_4096bytes_2align_realloc_excess_used, 4096, 2); Oct 22 02:09:30.726 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.726 INFO kablam! | Oct 22 02:09:30.726 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.726 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.726 INFO kablam! | Oct 22 02:09:30.727 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.727 INFO kablam! | Oct 22 02:09:30.727 INFO kablam! Oct 22 02:09:30.727 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.727 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.727 INFO kablam! | Oct 22 02:09:30.727 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.727 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.727 INFO kablam! ... Oct 22 02:09:30.727 INFO kablam! 1079 | rt_realloc_excess_used!(rt_pow2_4096bytes_2align_realloc_excess_used, 4096, 2); Oct 22 02:09:30.727 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.727 INFO kablam! Oct 22 02:09:30.727 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.727 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.727 INFO kablam! | Oct 22 02:09:30.727 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.727 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.727 INFO kablam! ... Oct 22 02:09:30.727 INFO kablam! 1079 | rt_realloc_excess_used!(rt_pow2_4096bytes_2align_realloc_excess_used, 4096, 2); Oct 22 02:09:30.727 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.727 INFO kablam! | Oct 22 02:09:30.727 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.727 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.727 INFO kablam! | Oct 22 02:09:30.727 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.728 INFO kablam! | Oct 22 02:09:30.728 INFO kablam! Oct 22 02:09:30.736 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.736 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.736 INFO kablam! | Oct 22 02:09:30.736 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.736 INFO kablam! | ^^^^^ Oct 22 02:09:30.736 INFO kablam! ... Oct 22 02:09:30.736 INFO kablam! 1092 | rt_realloc_excess_used!(rt_pow2_8192bytes_2align_realloc_excess_used, 8192, 2); Oct 22 02:09:30.736 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.736 INFO kablam! | Oct 22 02:09:30.736 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.736 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.736 INFO kablam! | Oct 22 02:09:30.737 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.737 INFO kablam! | Oct 22 02:09:30.737 INFO kablam! Oct 22 02:09:30.737 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.737 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.737 INFO kablam! | Oct 22 02:09:30.737 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.737 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.737 INFO kablam! ... Oct 22 02:09:30.737 INFO kablam! 1092 | rt_realloc_excess_used!(rt_pow2_8192bytes_2align_realloc_excess_used, 8192, 2); Oct 22 02:09:30.737 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.737 INFO kablam! Oct 22 02:09:30.737 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.737 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.737 INFO kablam! | Oct 22 02:09:30.737 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.737 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.737 INFO kablam! ... Oct 22 02:09:30.737 INFO kablam! 1092 | rt_realloc_excess_used!(rt_pow2_8192bytes_2align_realloc_excess_used, 8192, 2); Oct 22 02:09:30.737 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.737 INFO kablam! | Oct 22 02:09:30.737 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.738 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.738 INFO kablam! | Oct 22 02:09:30.738 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.738 INFO kablam! | Oct 22 02:09:30.738 INFO kablam! Oct 22 02:09:30.738 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.738 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.738 INFO kablam! | Oct 22 02:09:30.738 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.738 INFO kablam! | ^^^^^ Oct 22 02:09:30.738 INFO kablam! ... Oct 22 02:09:30.738 INFO kablam! 1105 | rt_realloc_excess_used!(rt_pow2_16384bytes_2align_realloc_excess_used, 16384, 2); Oct 22 02:09:30.738 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.738 INFO kablam! | Oct 22 02:09:30.738 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.738 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.738 INFO kablam! | Oct 22 02:09:30.738 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.738 INFO kablam! | Oct 22 02:09:30.738 INFO kablam! Oct 22 02:09:30.738 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.738 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.738 INFO kablam! | Oct 22 02:09:30.738 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.739 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.739 INFO kablam! ... Oct 22 02:09:30.739 INFO kablam! 1105 | rt_realloc_excess_used!(rt_pow2_16384bytes_2align_realloc_excess_used, 16384, 2); Oct 22 02:09:30.739 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.739 INFO kablam! Oct 22 02:09:30.739 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.739 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.739 INFO kablam! | Oct 22 02:09:30.739 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.739 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.739 INFO kablam! ... Oct 22 02:09:30.739 INFO kablam! 1105 | rt_realloc_excess_used!(rt_pow2_16384bytes_2align_realloc_excess_used, 16384, 2); Oct 22 02:09:30.739 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.739 INFO kablam! | Oct 22 02:09:30.739 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.739 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.739 INFO kablam! | Oct 22 02:09:30.739 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.739 INFO kablam! | Oct 22 02:09:30.739 INFO kablam! Oct 22 02:09:30.739 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.739 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.739 INFO kablam! | Oct 22 02:09:30.739 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.739 INFO kablam! | ^^^^^ Oct 22 02:09:30.740 INFO kablam! ... Oct 22 02:09:30.740 INFO kablam! 1118 | rt_realloc_excess_used!(rt_pow2_32768bytes_2align_realloc_excess_used, 32768, 2); Oct 22 02:09:30.740 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.740 INFO kablam! | Oct 22 02:09:30.740 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.740 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.740 INFO kablam! | Oct 22 02:09:30.740 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.740 INFO kablam! | Oct 22 02:09:30.740 INFO kablam! Oct 22 02:09:30.740 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.740 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.740 INFO kablam! | Oct 22 02:09:30.740 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.740 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.740 INFO kablam! ... Oct 22 02:09:30.740 INFO kablam! 1118 | rt_realloc_excess_used!(rt_pow2_32768bytes_2align_realloc_excess_used, 32768, 2); Oct 22 02:09:30.740 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.740 INFO kablam! Oct 22 02:09:30.740 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.740 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.740 INFO kablam! | Oct 22 02:09:30.740 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.740 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.740 INFO kablam! ... Oct 22 02:09:30.740 INFO kablam! 1118 | rt_realloc_excess_used!(rt_pow2_32768bytes_2align_realloc_excess_used, 32768, 2); Oct 22 02:09:30.740 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.740 INFO kablam! | Oct 22 02:09:30.740 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.740 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.740 INFO kablam! | Oct 22 02:09:30.740 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.740 INFO kablam! | Oct 22 02:09:30.740 INFO kablam! Oct 22 02:09:30.748 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.748 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.748 INFO kablam! | Oct 22 02:09:30.748 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.748 INFO kablam! | ^^^^^ Oct 22 02:09:30.748 INFO kablam! ... Oct 22 02:09:30.748 INFO kablam! 1131 | rt_realloc_excess_used!(rt_pow2_65536bytes_2align_realloc_excess_used, 65536, 2); Oct 22 02:09:30.748 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.748 INFO kablam! | Oct 22 02:09:30.748 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.748 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.748 INFO kablam! | Oct 22 02:09:30.748 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.748 INFO kablam! | Oct 22 02:09:30.748 INFO kablam! Oct 22 02:09:30.748 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.748 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.748 INFO kablam! | Oct 22 02:09:30.748 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.748 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.748 INFO kablam! ... Oct 22 02:09:30.748 INFO kablam! 1131 | rt_realloc_excess_used!(rt_pow2_65536bytes_2align_realloc_excess_used, 65536, 2); Oct 22 02:09:30.748 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.748 INFO kablam! Oct 22 02:09:30.748 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.748 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.748 INFO kablam! | Oct 22 02:09:30.748 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.748 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.748 INFO kablam! ... Oct 22 02:09:30.748 INFO kablam! 1131 | rt_realloc_excess_used!(rt_pow2_65536bytes_2align_realloc_excess_used, 65536, 2); Oct 22 02:09:30.748 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.748 INFO kablam! | Oct 22 02:09:30.748 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.748 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.748 INFO kablam! | Oct 22 02:09:30.748 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.748 INFO kablam! | Oct 22 02:09:30.748 INFO kablam! Oct 22 02:09:30.748 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.748 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.748 INFO kablam! | Oct 22 02:09:30.748 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.748 INFO kablam! | ^^^^^ Oct 22 02:09:30.748 INFO kablam! ... Oct 22 02:09:30.748 INFO kablam! 1144 | rt_realloc_excess_used!(rt_pow2_131072bytes_2align_realloc_excess_used, 131072, 2); Oct 22 02:09:30.748 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.748 INFO kablam! | Oct 22 02:09:30.748 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.748 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.749 INFO kablam! | Oct 22 02:09:30.749 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.749 INFO kablam! | Oct 22 02:09:30.749 INFO kablam! Oct 22 02:09:30.749 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.749 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.749 INFO kablam! | Oct 22 02:09:30.749 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.749 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.749 INFO kablam! ... Oct 22 02:09:30.749 INFO kablam! 1144 | rt_realloc_excess_used!(rt_pow2_131072bytes_2align_realloc_excess_used, 131072, 2); Oct 22 02:09:30.749 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.749 INFO kablam! Oct 22 02:09:30.749 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.749 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.749 INFO kablam! | Oct 22 02:09:30.749 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.749 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.749 INFO kablam! ... Oct 22 02:09:30.749 INFO kablam! 1144 | rt_realloc_excess_used!(rt_pow2_131072bytes_2align_realloc_excess_used, 131072, 2); Oct 22 02:09:30.749 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.749 INFO kablam! | Oct 22 02:09:30.749 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.749 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.749 INFO kablam! | Oct 22 02:09:30.749 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.749 INFO kablam! | Oct 22 02:09:30.749 INFO kablam! Oct 22 02:09:30.749 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.749 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.749 INFO kablam! | Oct 22 02:09:30.749 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.749 INFO kablam! | ^^^^^ Oct 22 02:09:30.749 INFO kablam! ... Oct 22 02:09:30.749 INFO kablam! 1157 | rt_realloc_excess_used!(rt_pow2_4194304bytes_2align_realloc_excess_used, 4194304, 2); Oct 22 02:09:30.749 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.749 INFO kablam! | Oct 22 02:09:30.749 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.749 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.749 INFO kablam! | Oct 22 02:09:30.749 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.749 INFO kablam! | Oct 22 02:09:30.749 INFO kablam! Oct 22 02:09:30.749 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.749 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.749 INFO kablam! | Oct 22 02:09:30.749 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.749 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.749 INFO kablam! ... Oct 22 02:09:30.749 INFO kablam! 1157 | rt_realloc_excess_used!(rt_pow2_4194304bytes_2align_realloc_excess_used, 4194304, 2); Oct 22 02:09:30.749 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.749 INFO kablam! Oct 22 02:09:30.763 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.763 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.763 INFO kablam! | Oct 22 02:09:30.763 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.763 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.763 INFO kablam! ... Oct 22 02:09:30.763 INFO kablam! 1157 | rt_realloc_excess_used!(rt_pow2_4194304bytes_2align_realloc_excess_used, 4194304, 2); Oct 22 02:09:30.763 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.763 INFO kablam! | Oct 22 02:09:30.763 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.763 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.763 INFO kablam! | Oct 22 02:09:30.763 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.763 INFO kablam! | Oct 22 02:09:30.763 INFO kablam! Oct 22 02:09:30.763 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.763 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.763 INFO kablam! | Oct 22 02:09:30.763 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.763 INFO kablam! | ^^^^^ Oct 22 02:09:30.763 INFO kablam! ... Oct 22 02:09:30.763 INFO kablam! 1171 | rt_realloc_excess_used!(rt_even_10bytes_2align_realloc_excess_used, 10, 2); Oct 22 02:09:30.763 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.763 INFO kablam! | Oct 22 02:09:30.763 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.763 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.763 INFO kablam! | Oct 22 02:09:30.763 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.763 INFO kablam! | Oct 22 02:09:30.763 INFO kablam! Oct 22 02:09:30.763 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.763 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.763 INFO kablam! | Oct 22 02:09:30.763 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.763 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.763 INFO kablam! ... Oct 22 02:09:30.763 INFO kablam! 1171 | rt_realloc_excess_used!(rt_even_10bytes_2align_realloc_excess_used, 10, 2); Oct 22 02:09:30.763 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.763 INFO kablam! Oct 22 02:09:30.763 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.763 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.763 INFO kablam! | Oct 22 02:09:30.763 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.763 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.763 INFO kablam! ... Oct 22 02:09:30.763 INFO kablam! 1171 | rt_realloc_excess_used!(rt_even_10bytes_2align_realloc_excess_used, 10, 2); Oct 22 02:09:30.763 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.763 INFO kablam! | Oct 22 02:09:30.763 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.763 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.763 INFO kablam! | Oct 22 02:09:30.763 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.763 INFO kablam! | Oct 22 02:09:30.763 INFO kablam! Oct 22 02:09:30.772 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.772 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.772 INFO kablam! | Oct 22 02:09:30.772 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.772 INFO kablam! | ^^^^^ Oct 22 02:09:30.772 INFO kablam! ... Oct 22 02:09:30.772 INFO kablam! 1184 | rt_realloc_excess_used!(rt_even_100bytes_2align_realloc_excess_used, 100, 2); Oct 22 02:09:30.772 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.772 INFO kablam! | Oct 22 02:09:30.772 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.772 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.772 INFO kablam! | Oct 22 02:09:30.772 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.772 INFO kablam! | Oct 22 02:09:30.772 INFO kablam! Oct 22 02:09:30.772 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.772 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.772 INFO kablam! | Oct 22 02:09:30.772 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.772 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.772 INFO kablam! ... Oct 22 02:09:30.772 INFO kablam! 1184 | rt_realloc_excess_used!(rt_even_100bytes_2align_realloc_excess_used, 100, 2); Oct 22 02:09:30.772 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.772 INFO kablam! Oct 22 02:09:30.772 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.772 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.772 INFO kablam! | Oct 22 02:09:30.772 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.772 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.772 INFO kablam! ... Oct 22 02:09:30.772 INFO kablam! 1184 | rt_realloc_excess_used!(rt_even_100bytes_2align_realloc_excess_used, 100, 2); Oct 22 02:09:30.772 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.772 INFO kablam! | Oct 22 02:09:30.772 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.772 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.772 INFO kablam! | Oct 22 02:09:30.772 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.772 INFO kablam! | Oct 22 02:09:30.772 INFO kablam! Oct 22 02:09:30.784 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.784 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.784 INFO kablam! | Oct 22 02:09:30.784 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.784 INFO kablam! | ^^^^^ Oct 22 02:09:30.784 INFO kablam! ... Oct 22 02:09:30.784 INFO kablam! 1197 | rt_realloc_excess_used!(rt_even_1000bytes_2align_realloc_excess_used, 1000, 2); Oct 22 02:09:30.784 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.784 INFO kablam! | Oct 22 02:09:30.784 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.784 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.784 INFO kablam! | Oct 22 02:09:30.784 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.784 INFO kablam! | Oct 22 02:09:30.784 INFO kablam! Oct 22 02:09:30.784 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.784 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.784 INFO kablam! | Oct 22 02:09:30.784 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.784 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.784 INFO kablam! ... Oct 22 02:09:30.784 INFO kablam! 1197 | rt_realloc_excess_used!(rt_even_1000bytes_2align_realloc_excess_used, 1000, 2); Oct 22 02:09:30.784 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.784 INFO kablam! Oct 22 02:09:30.784 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.784 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.784 INFO kablam! | Oct 22 02:09:30.784 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.784 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.784 INFO kablam! ... Oct 22 02:09:30.784 INFO kablam! 1197 | rt_realloc_excess_used!(rt_even_1000bytes_2align_realloc_excess_used, 1000, 2); Oct 22 02:09:30.784 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.784 INFO kablam! | Oct 22 02:09:30.784 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.784 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.784 INFO kablam! | Oct 22 02:09:30.784 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.784 INFO kablam! | Oct 22 02:09:30.784 INFO kablam! Oct 22 02:09:30.784 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.784 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.784 INFO kablam! | Oct 22 02:09:30.784 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.784 INFO kablam! | ^^^^^ Oct 22 02:09:30.784 INFO kablam! ... Oct 22 02:09:30.785 INFO kablam! 1210 | rt_realloc_excess_used!(rt_even_10000bytes_2align_realloc_excess_used, 10000, 2); Oct 22 02:09:30.785 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.785 INFO kablam! | Oct 22 02:09:30.785 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.785 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.785 INFO kablam! | Oct 22 02:09:30.785 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.785 INFO kablam! | Oct 22 02:09:30.785 INFO kablam! Oct 22 02:09:30.785 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.785 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.785 INFO kablam! | Oct 22 02:09:30.785 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.785 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.785 INFO kablam! ... Oct 22 02:09:30.785 INFO kablam! 1210 | rt_realloc_excess_used!(rt_even_10000bytes_2align_realloc_excess_used, 10000, 2); Oct 22 02:09:30.785 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.785 INFO kablam! Oct 22 02:09:30.785 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.785 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.785 INFO kablam! | Oct 22 02:09:30.785 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.785 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.785 INFO kablam! ... Oct 22 02:09:30.785 INFO kablam! 1210 | rt_realloc_excess_used!(rt_even_10000bytes_2align_realloc_excess_used, 10000, 2); Oct 22 02:09:30.785 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.785 INFO kablam! | Oct 22 02:09:30.785 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.785 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.785 INFO kablam! | Oct 22 02:09:30.785 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.785 INFO kablam! | Oct 22 02:09:30.785 INFO kablam! Oct 22 02:09:30.785 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.785 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.785 INFO kablam! | Oct 22 02:09:30.785 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.785 INFO kablam! | ^^^^^ Oct 22 02:09:30.785 INFO kablam! ... Oct 22 02:09:30.785 INFO kablam! 1223 | rt_realloc_excess_used!(rt_even_100000bytes_2align_realloc_excess_used, 100000, 2); Oct 22 02:09:30.785 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.785 INFO kablam! | Oct 22 02:09:30.785 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.785 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.785 INFO kablam! | Oct 22 02:09:30.785 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.785 INFO kablam! | Oct 22 02:09:30.785 INFO kablam! Oct 22 02:09:30.796 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.796 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.796 INFO kablam! | Oct 22 02:09:30.796 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.796 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.796 INFO kablam! ... Oct 22 02:09:30.796 INFO kablam! 1223 | rt_realloc_excess_used!(rt_even_100000bytes_2align_realloc_excess_used, 100000, 2); Oct 22 02:09:30.796 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.796 INFO kablam! Oct 22 02:09:30.796 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.796 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.796 INFO kablam! | Oct 22 02:09:30.796 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.796 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.796 INFO kablam! ... Oct 22 02:09:30.796 INFO kablam! 1223 | rt_realloc_excess_used!(rt_even_100000bytes_2align_realloc_excess_used, 100000, 2); Oct 22 02:09:30.796 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.796 INFO kablam! | Oct 22 02:09:30.796 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.796 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.796 INFO kablam! | Oct 22 02:09:30.796 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.796 INFO kablam! | Oct 22 02:09:30.796 INFO kablam! Oct 22 02:09:30.796 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.796 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.796 INFO kablam! | Oct 22 02:09:30.796 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.796 INFO kablam! | ^^^^^ Oct 22 02:09:30.796 INFO kablam! ... Oct 22 02:09:30.796 INFO kablam! 1236 | rt_realloc_excess_used!(rt_even_1000000bytes_2align_realloc_excess_used, 1000000, 2); Oct 22 02:09:30.796 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.796 INFO kablam! | Oct 22 02:09:30.796 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.796 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.796 INFO kablam! | Oct 22 02:09:30.796 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.796 INFO kablam! | Oct 22 02:09:30.796 INFO kablam! Oct 22 02:09:30.796 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.796 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.796 INFO kablam! | Oct 22 02:09:30.796 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.796 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.796 INFO kablam! ... Oct 22 02:09:30.796 INFO kablam! 1236 | rt_realloc_excess_used!(rt_even_1000000bytes_2align_realloc_excess_used, 1000000, 2); Oct 22 02:09:30.796 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.796 INFO kablam! Oct 22 02:09:30.796 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.797 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.797 INFO kablam! | Oct 22 02:09:30.797 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.797 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.797 INFO kablam! ... Oct 22 02:09:30.797 INFO kablam! 1236 | rt_realloc_excess_used!(rt_even_1000000bytes_2align_realloc_excess_used, 1000000, 2); Oct 22 02:09:30.797 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.797 INFO kablam! | Oct 22 02:09:30.797 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.797 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.797 INFO kablam! | Oct 22 02:09:30.797 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.797 INFO kablam! | Oct 22 02:09:30.797 INFO kablam! Oct 22 02:09:30.797 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.797 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.797 INFO kablam! | Oct 22 02:09:30.797 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.797 INFO kablam! | ^^^^^ Oct 22 02:09:30.797 INFO kablam! ... Oct 22 02:09:30.797 INFO kablam! 1250 | rt_realloc_excess_used!(rt_odd_10bytes_2align_realloc_excess_used, 10- 1, 2); Oct 22 02:09:30.797 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.797 INFO kablam! | Oct 22 02:09:30.797 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.797 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.797 INFO kablam! | Oct 22 02:09:30.797 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.797 INFO kablam! | Oct 22 02:09:30.797 INFO kablam! Oct 22 02:09:30.797 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.797 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.797 INFO kablam! | Oct 22 02:09:30.797 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.797 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.797 INFO kablam! ... Oct 22 02:09:30.797 INFO kablam! 1250 | rt_realloc_excess_used!(rt_odd_10bytes_2align_realloc_excess_used, 10- 1, 2); Oct 22 02:09:30.797 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.797 INFO kablam! Oct 22 02:09:30.812 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.812 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.812 INFO kablam! | Oct 22 02:09:30.812 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.812 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.812 INFO kablam! ... Oct 22 02:09:30.812 INFO kablam! 1250 | rt_realloc_excess_used!(rt_odd_10bytes_2align_realloc_excess_used, 10- 1, 2); Oct 22 02:09:30.812 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.812 INFO kablam! | Oct 22 02:09:30.812 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.812 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.812 INFO kablam! | Oct 22 02:09:30.812 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.812 INFO kablam! | Oct 22 02:09:30.812 INFO kablam! Oct 22 02:09:30.812 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.812 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.812 INFO kablam! | Oct 22 02:09:30.812 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.812 INFO kablam! | ^^^^^ Oct 22 02:09:30.812 INFO kablam! ... Oct 22 02:09:30.812 INFO kablam! 1263 | rt_realloc_excess_used!(rt_odd_100bytes_2align_realloc_excess_used, 100- 1, 2); Oct 22 02:09:30.812 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.812 INFO kablam! | Oct 22 02:09:30.812 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.812 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.812 INFO kablam! | Oct 22 02:09:30.812 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.812 INFO kablam! | Oct 22 02:09:30.812 INFO kablam! Oct 22 02:09:30.812 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.812 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.812 INFO kablam! | Oct 22 02:09:30.812 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.812 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.812 INFO kablam! ... Oct 22 02:09:30.812 INFO kablam! 1263 | rt_realloc_excess_used!(rt_odd_100bytes_2align_realloc_excess_used, 100- 1, 2); Oct 22 02:09:30.812 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.812 INFO kablam! Oct 22 02:09:30.812 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.812 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.812 INFO kablam! | Oct 22 02:09:30.812 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.812 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.812 INFO kablam! ... Oct 22 02:09:30.812 INFO kablam! 1263 | rt_realloc_excess_used!(rt_odd_100bytes_2align_realloc_excess_used, 100- 1, 2); Oct 22 02:09:30.812 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.813 INFO kablam! | Oct 22 02:09:30.813 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.813 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.813 INFO kablam! | Oct 22 02:09:30.813 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.813 INFO kablam! | Oct 22 02:09:30.813 INFO kablam! Oct 22 02:09:30.813 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.813 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.813 INFO kablam! | Oct 22 02:09:30.813 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.813 INFO kablam! | ^^^^^ Oct 22 02:09:30.813 INFO kablam! ... Oct 22 02:09:30.813 INFO kablam! 1276 | rt_realloc_excess_used!(rt_odd_1000bytes_2align_realloc_excess_used, 1000- 1, 2); Oct 22 02:09:30.813 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.813 INFO kablam! | Oct 22 02:09:30.813 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.813 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.813 INFO kablam! | Oct 22 02:09:30.813 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.813 INFO kablam! | Oct 22 02:09:30.813 INFO kablam! Oct 22 02:09:30.813 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.813 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.813 INFO kablam! | Oct 22 02:09:30.813 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.813 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.813 INFO kablam! ... Oct 22 02:09:30.813 INFO kablam! 1276 | rt_realloc_excess_used!(rt_odd_1000bytes_2align_realloc_excess_used, 1000- 1, 2); Oct 22 02:09:30.813 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.813 INFO kablam! Oct 22 02:09:30.813 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.813 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.813 INFO kablam! | Oct 22 02:09:30.813 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.813 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.813 INFO kablam! ... Oct 22 02:09:30.813 INFO kablam! 1276 | rt_realloc_excess_used!(rt_odd_1000bytes_2align_realloc_excess_used, 1000- 1, 2); Oct 22 02:09:30.813 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.813 INFO kablam! | Oct 22 02:09:30.813 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.813 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.813 INFO kablam! | Oct 22 02:09:30.813 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.813 INFO kablam! | Oct 22 02:09:30.813 INFO kablam! Oct 22 02:09:30.813 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.813 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.813 INFO kablam! | Oct 22 02:09:30.813 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.813 INFO kablam! | ^^^^^ Oct 22 02:09:30.813 INFO kablam! ... Oct 22 02:09:30.813 INFO kablam! 1289 | rt_realloc_excess_used!(rt_odd_10000bytes_2align_realloc_excess_used, 10000- 1, 2); Oct 22 02:09:30.813 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.813 INFO kablam! | Oct 22 02:09:30.813 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.813 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.813 INFO kablam! | Oct 22 02:09:30.813 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.813 INFO kablam! | Oct 22 02:09:30.814 INFO kablam! Oct 22 02:09:30.814 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.814 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.814 INFO kablam! | Oct 22 02:09:30.814 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.814 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.814 INFO kablam! ... Oct 22 02:09:30.814 INFO kablam! 1289 | rt_realloc_excess_used!(rt_odd_10000bytes_2align_realloc_excess_used, 10000- 1, 2); Oct 22 02:09:30.814 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.814 INFO kablam! Oct 22 02:09:30.814 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.814 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.814 INFO kablam! | Oct 22 02:09:30.814 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.814 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.814 INFO kablam! ... Oct 22 02:09:30.814 INFO kablam! 1289 | rt_realloc_excess_used!(rt_odd_10000bytes_2align_realloc_excess_used, 10000- 1, 2); Oct 22 02:09:30.814 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.814 INFO kablam! | Oct 22 02:09:30.814 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.814 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.814 INFO kablam! | Oct 22 02:09:30.814 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.814 INFO kablam! | Oct 22 02:09:30.814 INFO kablam! Oct 22 02:09:30.814 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.814 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.814 INFO kablam! | Oct 22 02:09:30.814 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.814 INFO kablam! | ^^^^^ Oct 22 02:09:30.814 INFO kablam! ... Oct 22 02:09:30.814 INFO kablam! 1302 | rt_realloc_excess_used!(rt_odd_100000bytes_2align_realloc_excess_used, 100000- 1, 2); Oct 22 02:09:30.814 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.814 INFO kablam! | Oct 22 02:09:30.814 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.814 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.814 INFO kablam! | Oct 22 02:09:30.814 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.814 INFO kablam! | Oct 22 02:09:30.814 INFO kablam! Oct 22 02:09:30.814 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.814 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.814 INFO kablam! | Oct 22 02:09:30.814 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.814 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.814 INFO kablam! ... Oct 22 02:09:30.814 INFO kablam! 1302 | rt_realloc_excess_used!(rt_odd_100000bytes_2align_realloc_excess_used, 100000- 1, 2); Oct 22 02:09:30.814 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.814 INFO kablam! Oct 22 02:09:30.814 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.814 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.814 INFO kablam! | Oct 22 02:09:30.814 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.814 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.814 INFO kablam! ... Oct 22 02:09:30.814 INFO kablam! 1302 | rt_realloc_excess_used!(rt_odd_100000bytes_2align_realloc_excess_used, 100000- 1, 2); Oct 22 02:09:30.814 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.814 INFO kablam! | Oct 22 02:09:30.814 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.814 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.814 INFO kablam! | Oct 22 02:09:30.814 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.814 INFO kablam! | Oct 22 02:09:30.814 INFO kablam! Oct 22 02:09:30.814 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.814 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.814 INFO kablam! | Oct 22 02:09:30.814 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.814 INFO kablam! | ^^^^^ Oct 22 02:09:30.814 INFO kablam! ... Oct 22 02:09:30.814 INFO kablam! 1315 | rt_realloc_excess_used!(rt_odd_1000000bytes_2align_realloc_excess_used, 1000000- 1, 2); Oct 22 02:09:30.814 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.814 INFO kablam! | Oct 22 02:09:30.814 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.814 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.814 INFO kablam! | Oct 22 02:09:30.814 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.814 INFO kablam! | Oct 22 02:09:30.814 INFO kablam! Oct 22 02:09:30.814 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.814 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.814 INFO kablam! | Oct 22 02:09:30.814 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.814 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.815 INFO kablam! ... Oct 22 02:09:30.815 INFO kablam! 1315 | rt_realloc_excess_used!(rt_odd_1000000bytes_2align_realloc_excess_used, 1000000- 1, 2); Oct 22 02:09:30.815 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.815 INFO kablam! Oct 22 02:09:30.815 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.815 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.815 INFO kablam! | Oct 22 02:09:30.815 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.815 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.815 INFO kablam! ... Oct 22 02:09:30.815 INFO kablam! 1315 | rt_realloc_excess_used!(rt_odd_1000000bytes_2align_realloc_excess_used, 1000000- 1, 2); Oct 22 02:09:30.815 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.815 INFO kablam! | Oct 22 02:09:30.815 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.815 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.815 INFO kablam! | Oct 22 02:09:30.815 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.815 INFO kablam! | Oct 22 02:09:30.815 INFO kablam! Oct 22 02:09:30.815 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.815 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.815 INFO kablam! | Oct 22 02:09:30.815 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.815 INFO kablam! | ^^^^^ Oct 22 02:09:30.815 INFO kablam! ... Oct 22 02:09:30.815 INFO kablam! 1329 | rt_realloc_excess_used!(rt_primes_3bytes_2align_realloc_excess_used, 3, 2); Oct 22 02:09:30.815 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.815 INFO kablam! | Oct 22 02:09:30.815 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.815 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.815 INFO kablam! | Oct 22 02:09:30.815 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.815 INFO kablam! | Oct 22 02:09:30.815 INFO kablam! Oct 22 02:09:30.815 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.815 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.815 INFO kablam! | Oct 22 02:09:30.815 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.815 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.815 INFO kablam! ... Oct 22 02:09:30.815 INFO kablam! 1329 | rt_realloc_excess_used!(rt_primes_3bytes_2align_realloc_excess_used, 3, 2); Oct 22 02:09:30.815 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.815 INFO kablam! Oct 22 02:09:30.815 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.815 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.815 INFO kablam! | Oct 22 02:09:30.815 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.815 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.815 INFO kablam! ... Oct 22 02:09:30.815 INFO kablam! 1329 | rt_realloc_excess_used!(rt_primes_3bytes_2align_realloc_excess_used, 3, 2); Oct 22 02:09:30.815 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.815 INFO kablam! | Oct 22 02:09:30.815 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.815 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.815 INFO kablam! | Oct 22 02:09:30.815 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.815 INFO kablam! | Oct 22 02:09:30.815 INFO kablam! Oct 22 02:09:30.820 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.820 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.820 INFO kablam! | Oct 22 02:09:30.820 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.820 INFO kablam! | ^^^^^ Oct 22 02:09:30.820 INFO kablam! ... Oct 22 02:09:30.820 INFO kablam! 1342 | rt_realloc_excess_used!(rt_primes_7bytes_2align_realloc_excess_used, 7, 2); Oct 22 02:09:30.820 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.820 INFO kablam! | Oct 22 02:09:30.820 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.821 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.821 INFO kablam! | Oct 22 02:09:30.821 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.821 INFO kablam! | Oct 22 02:09:30.821 INFO kablam! Oct 22 02:09:30.821 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.821 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.821 INFO kablam! | Oct 22 02:09:30.821 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.821 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.821 INFO kablam! ... Oct 22 02:09:30.821 INFO kablam! 1342 | rt_realloc_excess_used!(rt_primes_7bytes_2align_realloc_excess_used, 7, 2); Oct 22 02:09:30.821 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.821 INFO kablam! Oct 22 02:09:30.821 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.821 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.821 INFO kablam! | Oct 22 02:09:30.821 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.821 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.821 INFO kablam! ... Oct 22 02:09:30.821 INFO kablam! 1342 | rt_realloc_excess_used!(rt_primes_7bytes_2align_realloc_excess_used, 7, 2); Oct 22 02:09:30.821 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.821 INFO kablam! | Oct 22 02:09:30.821 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.821 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.821 INFO kablam! | Oct 22 02:09:30.821 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.821 INFO kablam! | Oct 22 02:09:30.821 INFO kablam! Oct 22 02:09:30.821 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.821 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.821 INFO kablam! | Oct 22 02:09:30.821 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.821 INFO kablam! | ^^^^^ Oct 22 02:09:30.821 INFO kablam! ... Oct 22 02:09:30.821 INFO kablam! 1355 | rt_realloc_excess_used!(rt_primes_13bytes_2align_realloc_excess_used, 13, 2); Oct 22 02:09:30.821 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.821 INFO kablam! | Oct 22 02:09:30.821 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.821 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.821 INFO kablam! | Oct 22 02:09:30.821 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.821 INFO kablam! | Oct 22 02:09:30.821 INFO kablam! Oct 22 02:09:30.821 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.821 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.821 INFO kablam! | Oct 22 02:09:30.821 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.821 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.821 INFO kablam! ... Oct 22 02:09:30.821 INFO kablam! 1355 | rt_realloc_excess_used!(rt_primes_13bytes_2align_realloc_excess_used, 13, 2); Oct 22 02:09:30.821 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.821 INFO kablam! Oct 22 02:09:30.821 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.821 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.821 INFO kablam! | Oct 22 02:09:30.821 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.821 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.821 INFO kablam! ... Oct 22 02:09:30.821 INFO kablam! 1355 | rt_realloc_excess_used!(rt_primes_13bytes_2align_realloc_excess_used, 13, 2); Oct 22 02:09:30.821 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.821 INFO kablam! | Oct 22 02:09:30.821 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.821 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.821 INFO kablam! | Oct 22 02:09:30.822 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.822 INFO kablam! | Oct 22 02:09:30.822 INFO kablam! Oct 22 02:09:30.822 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.822 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.822 INFO kablam! | Oct 22 02:09:30.822 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.822 INFO kablam! | ^^^^^ Oct 22 02:09:30.822 INFO kablam! ... Oct 22 02:09:30.822 INFO kablam! 1368 | rt_realloc_excess_used!(rt_primes_17bytes_2align_realloc_excess_used, 17, 2); Oct 22 02:09:30.822 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.822 INFO kablam! | Oct 22 02:09:30.822 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.822 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.822 INFO kablam! | Oct 22 02:09:30.822 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.822 INFO kablam! | Oct 22 02:09:30.822 INFO kablam! Oct 22 02:09:30.822 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.822 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.822 INFO kablam! | Oct 22 02:09:30.822 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.822 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.822 INFO kablam! ... Oct 22 02:09:30.822 INFO kablam! 1368 | rt_realloc_excess_used!(rt_primes_17bytes_2align_realloc_excess_used, 17, 2); Oct 22 02:09:30.822 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.822 INFO kablam! Oct 22 02:09:30.822 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.822 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.822 INFO kablam! | Oct 22 02:09:30.822 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.822 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.822 INFO kablam! ... Oct 22 02:09:30.822 INFO kablam! 1368 | rt_realloc_excess_used!(rt_primes_17bytes_2align_realloc_excess_used, 17, 2); Oct 22 02:09:30.822 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.822 INFO kablam! | Oct 22 02:09:30.822 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.822 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.822 INFO kablam! | Oct 22 02:09:30.822 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.822 INFO kablam! | Oct 22 02:09:30.822 INFO kablam! Oct 22 02:09:30.832 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.832 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.832 INFO kablam! | Oct 22 02:09:30.832 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.832 INFO kablam! | ^^^^^ Oct 22 02:09:30.832 INFO kablam! ... Oct 22 02:09:30.832 INFO kablam! 1381 | rt_realloc_excess_used!(rt_primes_31bytes_2align_realloc_excess_used, 31, 2); Oct 22 02:09:30.832 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.832 INFO kablam! | Oct 22 02:09:30.832 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.832 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.832 INFO kablam! | Oct 22 02:09:30.832 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.833 INFO kablam! | Oct 22 02:09:30.833 INFO kablam! Oct 22 02:09:30.833 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.833 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.833 INFO kablam! | Oct 22 02:09:30.833 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.833 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.833 INFO kablam! ... Oct 22 02:09:30.833 INFO kablam! 1381 | rt_realloc_excess_used!(rt_primes_31bytes_2align_realloc_excess_used, 31, 2); Oct 22 02:09:30.833 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.833 INFO kablam! Oct 22 02:09:30.833 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.833 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.833 INFO kablam! | Oct 22 02:09:30.833 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.833 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.833 INFO kablam! ... Oct 22 02:09:30.833 INFO kablam! 1381 | rt_realloc_excess_used!(rt_primes_31bytes_2align_realloc_excess_used, 31, 2); Oct 22 02:09:30.833 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.833 INFO kablam! | Oct 22 02:09:30.833 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.833 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.833 INFO kablam! | Oct 22 02:09:30.833 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.833 INFO kablam! | Oct 22 02:09:30.833 INFO kablam! Oct 22 02:09:30.833 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.833 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.833 INFO kablam! | Oct 22 02:09:30.833 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.833 INFO kablam! | ^^^^^ Oct 22 02:09:30.833 INFO kablam! ... Oct 22 02:09:30.833 INFO kablam! 1394 | rt_realloc_excess_used!(rt_primes_61bytes_2align_realloc_excess_used, 61, 2); Oct 22 02:09:30.833 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.833 INFO kablam! | Oct 22 02:09:30.833 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.833 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.833 INFO kablam! | Oct 22 02:09:30.833 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.833 INFO kablam! | Oct 22 02:09:30.833 INFO kablam! Oct 22 02:09:30.833 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.833 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.833 INFO kablam! | Oct 22 02:09:30.833 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.833 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.833 INFO kablam! ... Oct 22 02:09:30.833 INFO kablam! 1394 | rt_realloc_excess_used!(rt_primes_61bytes_2align_realloc_excess_used, 61, 2); Oct 22 02:09:30.833 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.833 INFO kablam! Oct 22 02:09:30.833 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.833 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.833 INFO kablam! | Oct 22 02:09:30.833 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.833 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.833 INFO kablam! ... Oct 22 02:09:30.833 INFO kablam! 1394 | rt_realloc_excess_used!(rt_primes_61bytes_2align_realloc_excess_used, 61, 2); Oct 22 02:09:30.833 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.833 INFO kablam! | Oct 22 02:09:30.833 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.833 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.833 INFO kablam! | Oct 22 02:09:30.833 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.833 INFO kablam! | Oct 22 02:09:30.833 INFO kablam! Oct 22 02:09:30.833 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.833 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.833 INFO kablam! | Oct 22 02:09:30.833 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.833 INFO kablam! | ^^^^^ Oct 22 02:09:30.833 INFO kablam! ... Oct 22 02:09:30.833 INFO kablam! 1407 | rt_realloc_excess_used!(rt_primes_96bytes_2align_realloc_excess_used, 96, 2); Oct 22 02:09:30.833 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.833 INFO kablam! | Oct 22 02:09:30.834 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.834 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.834 INFO kablam! | Oct 22 02:09:30.834 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.834 INFO kablam! | Oct 22 02:09:30.834 INFO kablam! Oct 22 02:09:30.834 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.834 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.834 INFO kablam! | Oct 22 02:09:30.834 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.834 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.834 INFO kablam! ... Oct 22 02:09:30.834 INFO kablam! 1407 | rt_realloc_excess_used!(rt_primes_96bytes_2align_realloc_excess_used, 96, 2); Oct 22 02:09:30.834 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.834 INFO kablam! Oct 22 02:09:30.834 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.834 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.834 INFO kablam! | Oct 22 02:09:30.834 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.834 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.834 INFO kablam! ... Oct 22 02:09:30.834 INFO kablam! 1407 | rt_realloc_excess_used!(rt_primes_96bytes_2align_realloc_excess_used, 96, 2); Oct 22 02:09:30.834 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.834 INFO kablam! | Oct 22 02:09:30.834 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.834 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.834 INFO kablam! | Oct 22 02:09:30.834 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.834 INFO kablam! | Oct 22 02:09:30.834 INFO kablam! Oct 22 02:09:30.834 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.834 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.834 INFO kablam! | Oct 22 02:09:30.834 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.834 INFO kablam! | ^^^^^ Oct 22 02:09:30.834 INFO kablam! ... Oct 22 02:09:30.834 INFO kablam! 1420 | rt_realloc_excess_used!(rt_primes_127bytes_2align_realloc_excess_used, 127, 2); Oct 22 02:09:30.834 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.834 INFO kablam! | Oct 22 02:09:30.834 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.834 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.834 INFO kablam! | Oct 22 02:09:30.834 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.834 INFO kablam! | Oct 22 02:09:30.834 INFO kablam! Oct 22 02:09:30.834 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.834 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.834 INFO kablam! | Oct 22 02:09:30.834 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.834 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.834 INFO kablam! ... Oct 22 02:09:30.834 INFO kablam! 1420 | rt_realloc_excess_used!(rt_primes_127bytes_2align_realloc_excess_used, 127, 2); Oct 22 02:09:30.834 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.834 INFO kablam! Oct 22 02:09:30.836 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.836 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.836 INFO kablam! | Oct 22 02:09:30.836 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.836 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.836 INFO kablam! ... Oct 22 02:09:30.836 INFO kablam! 1420 | rt_realloc_excess_used!(rt_primes_127bytes_2align_realloc_excess_used, 127, 2); Oct 22 02:09:30.836 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.836 INFO kablam! | Oct 22 02:09:30.836 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.836 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.836 INFO kablam! | Oct 22 02:09:30.836 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.836 INFO kablam! | Oct 22 02:09:30.836 INFO kablam! Oct 22 02:09:30.840 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.840 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.840 INFO kablam! | Oct 22 02:09:30.840 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.840 INFO kablam! | ^^^^^ Oct 22 02:09:30.840 INFO kablam! ... Oct 22 02:09:30.840 INFO kablam! 1433 | rt_realloc_excess_used!(rt_primes_257bytes_2align_realloc_excess_used, 257, 2); Oct 22 02:09:30.840 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.840 INFO kablam! | Oct 22 02:09:30.840 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.840 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.840 INFO kablam! | Oct 22 02:09:30.840 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.840 INFO kablam! | Oct 22 02:09:30.840 INFO kablam! Oct 22 02:09:30.848 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.848 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.848 INFO kablam! | Oct 22 02:09:30.848 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.848 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.848 INFO kablam! ... Oct 22 02:09:30.848 INFO kablam! 1433 | rt_realloc_excess_used!(rt_primes_257bytes_2align_realloc_excess_used, 257, 2); Oct 22 02:09:30.848 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.848 INFO kablam! Oct 22 02:09:30.848 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.848 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.848 INFO kablam! | Oct 22 02:09:30.848 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.848 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.848 INFO kablam! ... Oct 22 02:09:30.848 INFO kablam! 1433 | rt_realloc_excess_used!(rt_primes_257bytes_2align_realloc_excess_used, 257, 2); Oct 22 02:09:30.848 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.848 INFO kablam! | Oct 22 02:09:30.848 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.848 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.848 INFO kablam! | Oct 22 02:09:30.848 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.848 INFO kablam! | Oct 22 02:09:30.848 INFO kablam! Oct 22 02:09:30.848 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.848 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.848 INFO kablam! | Oct 22 02:09:30.848 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.848 INFO kablam! | ^^^^^ Oct 22 02:09:30.848 INFO kablam! ... Oct 22 02:09:30.848 INFO kablam! 1446 | rt_realloc_excess_used!(rt_primes_509bytes_2align_realloc_excess_used, 509, 2); Oct 22 02:09:30.848 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.848 INFO kablam! | Oct 22 02:09:30.849 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.849 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.849 INFO kablam! | Oct 22 02:09:30.849 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.849 INFO kablam! | Oct 22 02:09:30.849 INFO kablam! Oct 22 02:09:30.849 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.849 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.849 INFO kablam! | Oct 22 02:09:30.849 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.849 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.849 INFO kablam! ... Oct 22 02:09:30.849 INFO kablam! 1446 | rt_realloc_excess_used!(rt_primes_509bytes_2align_realloc_excess_used, 509, 2); Oct 22 02:09:30.849 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.849 INFO kablam! Oct 22 02:09:30.849 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.849 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.849 INFO kablam! | Oct 22 02:09:30.849 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.849 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.849 INFO kablam! ... Oct 22 02:09:30.849 INFO kablam! 1446 | rt_realloc_excess_used!(rt_primes_509bytes_2align_realloc_excess_used, 509, 2); Oct 22 02:09:30.849 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.849 INFO kablam! | Oct 22 02:09:30.849 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.849 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.849 INFO kablam! | Oct 22 02:09:30.849 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.849 INFO kablam! | Oct 22 02:09:30.849 INFO kablam! Oct 22 02:09:30.849 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.849 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.849 INFO kablam! | Oct 22 02:09:30.849 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.849 INFO kablam! | ^^^^^ Oct 22 02:09:30.849 INFO kablam! ... Oct 22 02:09:30.849 INFO kablam! 1459 | rt_realloc_excess_used!(rt_primes_1021bytes_2align_realloc_excess_used, 1021, 2); Oct 22 02:09:30.849 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.849 INFO kablam! | Oct 22 02:09:30.849 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.849 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.849 INFO kablam! | Oct 22 02:09:30.849 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.849 INFO kablam! | Oct 22 02:09:30.849 INFO kablam! Oct 22 02:09:30.849 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.849 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.849 INFO kablam! | Oct 22 02:09:30.849 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.849 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.849 INFO kablam! ... Oct 22 02:09:30.849 INFO kablam! 1459 | rt_realloc_excess_used!(rt_primes_1021bytes_2align_realloc_excess_used, 1021, 2); Oct 22 02:09:30.849 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.849 INFO kablam! Oct 22 02:09:30.849 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.849 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.849 INFO kablam! | Oct 22 02:09:30.849 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.849 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.849 INFO kablam! ... Oct 22 02:09:30.849 INFO kablam! 1459 | rt_realloc_excess_used!(rt_primes_1021bytes_2align_realloc_excess_used, 1021, 2); Oct 22 02:09:30.849 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.849 INFO kablam! | Oct 22 02:09:30.852 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.852 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.852 INFO kablam! | Oct 22 02:09:30.852 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.852 INFO kablam! | Oct 22 02:09:30.852 INFO kablam! Oct 22 02:09:30.852 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.852 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.852 INFO kablam! | Oct 22 02:09:30.852 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.852 INFO kablam! | ^^^^^ Oct 22 02:09:30.852 INFO kablam! ... Oct 22 02:09:30.852 INFO kablam! 1472 | rt_realloc_excess_used!(rt_primes_2039bytes_2align_realloc_excess_used, 2039, 2); Oct 22 02:09:30.852 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.852 INFO kablam! | Oct 22 02:09:30.852 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.852 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.852 INFO kablam! | Oct 22 02:09:30.852 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.852 INFO kablam! | Oct 22 02:09:30.852 INFO kablam! Oct 22 02:09:30.852 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.852 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.852 INFO kablam! | Oct 22 02:09:30.852 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.852 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.852 INFO kablam! ... Oct 22 02:09:30.852 INFO kablam! 1472 | rt_realloc_excess_used!(rt_primes_2039bytes_2align_realloc_excess_used, 2039, 2); Oct 22 02:09:30.852 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.852 INFO kablam! Oct 22 02:09:30.852 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.852 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.852 INFO kablam! | Oct 22 02:09:30.852 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.853 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.853 INFO kablam! ... Oct 22 02:09:30.853 INFO kablam! 1472 | rt_realloc_excess_used!(rt_primes_2039bytes_2align_realloc_excess_used, 2039, 2); Oct 22 02:09:30.853 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.853 INFO kablam! | Oct 22 02:09:30.853 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.853 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.853 INFO kablam! | Oct 22 02:09:30.853 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.853 INFO kablam! | Oct 22 02:09:30.853 INFO kablam! Oct 22 02:09:30.856 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.856 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.856 INFO kablam! | Oct 22 02:09:30.856 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.856 INFO kablam! | ^^^^^ Oct 22 02:09:30.856 INFO kablam! ... Oct 22 02:09:30.856 INFO kablam! 1485 | rt_realloc_excess_used!(rt_primes_4093bytes_2align_realloc_excess_used, 4093, 2); Oct 22 02:09:30.856 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.856 INFO kablam! | Oct 22 02:09:30.857 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.857 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.857 INFO kablam! | Oct 22 02:09:30.857 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.857 INFO kablam! | Oct 22 02:09:30.857 INFO kablam! Oct 22 02:09:30.857 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.857 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.857 INFO kablam! | Oct 22 02:09:30.857 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.857 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.857 INFO kablam! ... Oct 22 02:09:30.857 INFO kablam! 1485 | rt_realloc_excess_used!(rt_primes_4093bytes_2align_realloc_excess_used, 4093, 2); Oct 22 02:09:30.857 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.857 INFO kablam! Oct 22 02:09:30.857 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.857 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.857 INFO kablam! | Oct 22 02:09:30.857 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.857 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.857 INFO kablam! ... Oct 22 02:09:30.857 INFO kablam! 1485 | rt_realloc_excess_used!(rt_primes_4093bytes_2align_realloc_excess_used, 4093, 2); Oct 22 02:09:30.857 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.857 INFO kablam! | Oct 22 02:09:30.857 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.857 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.857 INFO kablam! | Oct 22 02:09:30.857 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.857 INFO kablam! | Oct 22 02:09:30.857 INFO kablam! Oct 22 02:09:30.857 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.857 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.857 INFO kablam! | Oct 22 02:09:30.857 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.857 INFO kablam! | ^^^^^ Oct 22 02:09:30.857 INFO kablam! ... Oct 22 02:09:30.857 INFO kablam! 1498 | rt_realloc_excess_used!(rt_primes_8191bytes_2align_realloc_excess_used, 8191, 2); Oct 22 02:09:30.857 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.857 INFO kablam! | Oct 22 02:09:30.857 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.857 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.857 INFO kablam! | Oct 22 02:09:30.857 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.857 INFO kablam! | Oct 22 02:09:30.857 INFO kablam! Oct 22 02:09:30.857 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.857 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.857 INFO kablam! | Oct 22 02:09:30.857 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.857 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.857 INFO kablam! ... Oct 22 02:09:30.857 INFO kablam! 1498 | rt_realloc_excess_used!(rt_primes_8191bytes_2align_realloc_excess_used, 8191, 2); Oct 22 02:09:30.857 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.857 INFO kablam! Oct 22 02:09:30.857 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.857 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.857 INFO kablam! | Oct 22 02:09:30.857 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.857 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.857 INFO kablam! ... Oct 22 02:09:30.857 INFO kablam! 1498 | rt_realloc_excess_used!(rt_primes_8191bytes_2align_realloc_excess_used, 8191, 2); Oct 22 02:09:30.857 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.857 INFO kablam! | Oct 22 02:09:30.857 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.857 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.857 INFO kablam! | Oct 22 02:09:30.857 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.857 INFO kablam! | Oct 22 02:09:30.857 INFO kablam! Oct 22 02:09:30.876 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.877 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.877 INFO kablam! | Oct 22 02:09:30.877 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.877 INFO kablam! | ^^^^^ Oct 22 02:09:30.877 INFO kablam! ... Oct 22 02:09:30.877 INFO kablam! 1511 | rt_realloc_excess_used!(rt_primes_16381bytes_2align_realloc_excess_used, 16381, 2); Oct 22 02:09:30.877 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.877 INFO kablam! | Oct 22 02:09:30.877 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.877 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.877 INFO kablam! | Oct 22 02:09:30.877 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.877 INFO kablam! | Oct 22 02:09:30.877 INFO kablam! Oct 22 02:09:30.877 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.877 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.877 INFO kablam! | Oct 22 02:09:30.877 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.877 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.877 INFO kablam! ... Oct 22 02:09:30.877 INFO kablam! 1511 | rt_realloc_excess_used!(rt_primes_16381bytes_2align_realloc_excess_used, 16381, 2); Oct 22 02:09:30.877 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.877 INFO kablam! Oct 22 02:09:30.877 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.877 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.877 INFO kablam! | Oct 22 02:09:30.877 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.877 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.877 INFO kablam! ... Oct 22 02:09:30.877 INFO kablam! 1511 | rt_realloc_excess_used!(rt_primes_16381bytes_2align_realloc_excess_used, 16381, 2); Oct 22 02:09:30.877 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.877 INFO kablam! | Oct 22 02:09:30.877 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.877 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.877 INFO kablam! | Oct 22 02:09:30.877 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.877 INFO kablam! | Oct 22 02:09:30.877 INFO kablam! Oct 22 02:09:30.877 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.877 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.877 INFO kablam! | Oct 22 02:09:30.877 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.877 INFO kablam! | ^^^^^ Oct 22 02:09:30.877 INFO kablam! ... Oct 22 02:09:30.877 INFO kablam! 1524 | rt_realloc_excess_used!(rt_primes_32749bytes_2align_realloc_excess_used, 32749, 2); Oct 22 02:09:30.880 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.880 INFO kablam! | Oct 22 02:09:30.880 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.880 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.880 INFO kablam! | Oct 22 02:09:30.880 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.880 INFO kablam! | Oct 22 02:09:30.880 INFO kablam! Oct 22 02:09:30.880 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.880 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.881 INFO kablam! | Oct 22 02:09:30.881 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.881 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.881 INFO kablam! ... Oct 22 02:09:30.881 INFO kablam! 1524 | rt_realloc_excess_used!(rt_primes_32749bytes_2align_realloc_excess_used, 32749, 2); Oct 22 02:09:30.881 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.881 INFO kablam! Oct 22 02:09:30.881 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.881 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.881 INFO kablam! | Oct 22 02:09:30.881 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.881 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.881 INFO kablam! ... Oct 22 02:09:30.881 INFO kablam! 1524 | rt_realloc_excess_used!(rt_primes_32749bytes_2align_realloc_excess_used, 32749, 2); Oct 22 02:09:30.881 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.881 INFO kablam! | Oct 22 02:09:30.881 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.881 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.881 INFO kablam! | Oct 22 02:09:30.881 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.881 INFO kablam! | Oct 22 02:09:30.881 INFO kablam! Oct 22 02:09:30.881 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.881 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.881 INFO kablam! | Oct 22 02:09:30.881 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.881 INFO kablam! | ^^^^^ Oct 22 02:09:30.881 INFO kablam! ... Oct 22 02:09:30.881 INFO kablam! 1537 | rt_realloc_excess_used!(rt_primes_65537bytes_2align_realloc_excess_used, 65537, 2); Oct 22 02:09:30.881 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.881 INFO kablam! | Oct 22 02:09:30.881 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.881 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.881 INFO kablam! | Oct 22 02:09:30.881 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.881 INFO kablam! | Oct 22 02:09:30.881 INFO kablam! Oct 22 02:09:30.881 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.881 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.881 INFO kablam! | Oct 22 02:09:30.881 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.881 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.881 INFO kablam! ... Oct 22 02:09:30.881 INFO kablam! 1537 | rt_realloc_excess_used!(rt_primes_65537bytes_2align_realloc_excess_used, 65537, 2); Oct 22 02:09:30.881 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.881 INFO kablam! Oct 22 02:09:30.881 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.881 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.881 INFO kablam! | Oct 22 02:09:30.881 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.881 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.881 INFO kablam! ... Oct 22 02:09:30.881 INFO kablam! 1537 | rt_realloc_excess_used!(rt_primes_65537bytes_2align_realloc_excess_used, 65537, 2); Oct 22 02:09:30.881 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.881 INFO kablam! | Oct 22 02:09:30.881 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.881 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.881 INFO kablam! | Oct 22 02:09:30.881 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.881 INFO kablam! | Oct 22 02:09:30.881 INFO kablam! Oct 22 02:09:30.881 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.881 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.881 INFO kablam! | Oct 22 02:09:30.881 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.881 INFO kablam! | ^^^^^ Oct 22 02:09:30.881 INFO kablam! ... Oct 22 02:09:30.881 INFO kablam! 1550 | rt_realloc_excess_used!(rt_primes_131071bytes_2align_realloc_excess_used, 131071, 2); Oct 22 02:09:30.881 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.881 INFO kablam! | Oct 22 02:09:30.881 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.881 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.881 INFO kablam! | Oct 22 02:09:30.881 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.881 INFO kablam! | Oct 22 02:09:30.881 INFO kablam! Oct 22 02:09:30.881 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.881 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.881 INFO kablam! | Oct 22 02:09:30.881 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.881 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.881 INFO kablam! ... Oct 22 02:09:30.881 INFO kablam! 1550 | rt_realloc_excess_used!(rt_primes_131071bytes_2align_realloc_excess_used, 131071, 2); Oct 22 02:09:30.881 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.881 INFO kablam! Oct 22 02:09:30.881 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.882 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.882 INFO kablam! | Oct 22 02:09:30.882 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.882 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.882 INFO kablam! ... Oct 22 02:09:30.882 INFO kablam! 1550 | rt_realloc_excess_used!(rt_primes_131071bytes_2align_realloc_excess_used, 131071, 2); Oct 22 02:09:30.882 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.882 INFO kablam! | Oct 22 02:09:30.882 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.882 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.882 INFO kablam! | Oct 22 02:09:30.882 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.882 INFO kablam! | Oct 22 02:09:30.882 INFO kablam! Oct 22 02:09:30.885 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.885 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.885 INFO kablam! | Oct 22 02:09:30.885 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.885 INFO kablam! | ^^^^^ Oct 22 02:09:30.885 INFO kablam! ... Oct 22 02:09:30.885 INFO kablam! 1563 | rt_realloc_excess_used!(rt_primes_4194301bytes_2align_realloc_excess_used, 4194301, 2); Oct 22 02:09:30.885 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.885 INFO kablam! | Oct 22 02:09:30.885 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.885 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.885 INFO kablam! | Oct 22 02:09:30.885 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.885 INFO kablam! | Oct 22 02:09:30.885 INFO kablam! Oct 22 02:09:30.885 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.885 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.885 INFO kablam! | Oct 22 02:09:30.885 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.885 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.885 INFO kablam! ... Oct 22 02:09:30.885 INFO kablam! 1563 | rt_realloc_excess_used!(rt_primes_4194301bytes_2align_realloc_excess_used, 4194301, 2); Oct 22 02:09:30.885 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.885 INFO kablam! Oct 22 02:09:30.885 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.885 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.885 INFO kablam! | Oct 22 02:09:30.885 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.885 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.885 INFO kablam! ... Oct 22 02:09:30.885 INFO kablam! 1563 | rt_realloc_excess_used!(rt_primes_4194301bytes_2align_realloc_excess_used, 4194301, 2); Oct 22 02:09:30.885 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.885 INFO kablam! | Oct 22 02:09:30.885 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.885 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.885 INFO kablam! | Oct 22 02:09:30.885 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.885 INFO kablam! | Oct 22 02:09:30.885 INFO kablam! Oct 22 02:09:30.893 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.893 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.893 INFO kablam! | Oct 22 02:09:30.893 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.893 INFO kablam! | ^^^^^ Oct 22 02:09:30.893 INFO kablam! ... Oct 22 02:09:30.893 INFO kablam! 1579 | rt_realloc_excess_used!(rt_pow2_1bytes_4align_realloc_excess_used, 1, 4); Oct 22 02:09:30.893 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.893 INFO kablam! | Oct 22 02:09:30.893 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.893 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.893 INFO kablam! | Oct 22 02:09:30.893 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.893 INFO kablam! | Oct 22 02:09:30.893 INFO kablam! Oct 22 02:09:30.893 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.893 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.893 INFO kablam! | Oct 22 02:09:30.893 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.893 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.893 INFO kablam! ... Oct 22 02:09:30.893 INFO kablam! 1579 | rt_realloc_excess_used!(rt_pow2_1bytes_4align_realloc_excess_used, 1, 4); Oct 22 02:09:30.893 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.893 INFO kablam! Oct 22 02:09:30.893 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.893 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.893 INFO kablam! | Oct 22 02:09:30.893 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.893 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.893 INFO kablam! ... Oct 22 02:09:30.893 INFO kablam! 1579 | rt_realloc_excess_used!(rt_pow2_1bytes_4align_realloc_excess_used, 1, 4); Oct 22 02:09:30.893 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.893 INFO kablam! | Oct 22 02:09:30.893 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.893 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.893 INFO kablam! | Oct 22 02:09:30.893 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.893 INFO kablam! | Oct 22 02:09:30.893 INFO kablam! Oct 22 02:09:30.893 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.893 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.893 INFO kablam! | Oct 22 02:09:30.893 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.893 INFO kablam! | ^^^^^ Oct 22 02:09:30.893 INFO kablam! ... Oct 22 02:09:30.893 INFO kablam! 1592 | rt_realloc_excess_used!(rt_pow2_2bytes_4align_realloc_excess_used, 2, 4); Oct 22 02:09:30.893 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.893 INFO kablam! | Oct 22 02:09:30.893 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.893 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.893 INFO kablam! | Oct 22 02:09:30.893 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.893 INFO kablam! | Oct 22 02:09:30.893 INFO kablam! Oct 22 02:09:30.893 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.893 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.893 INFO kablam! | Oct 22 02:09:30.893 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.893 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.893 INFO kablam! ... Oct 22 02:09:30.893 INFO kablam! 1592 | rt_realloc_excess_used!(rt_pow2_2bytes_4align_realloc_excess_used, 2, 4); Oct 22 02:09:30.893 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.893 INFO kablam! Oct 22 02:09:30.902 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.902 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.902 INFO kablam! | Oct 22 02:09:30.902 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.902 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.902 INFO kablam! ... Oct 22 02:09:30.902 INFO kablam! 1592 | rt_realloc_excess_used!(rt_pow2_2bytes_4align_realloc_excess_used, 2, 4); Oct 22 02:09:30.902 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.902 INFO kablam! | Oct 22 02:09:30.902 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.902 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.902 INFO kablam! | Oct 22 02:09:30.902 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.902 INFO kablam! | Oct 22 02:09:30.902 INFO kablam! Oct 22 02:09:30.902 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.902 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.902 INFO kablam! | Oct 22 02:09:30.902 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.902 INFO kablam! | ^^^^^ Oct 22 02:09:30.902 INFO kablam! ... Oct 22 02:09:30.902 INFO kablam! 1605 | rt_realloc_excess_used!(rt_pow2_4bytes_4align_realloc_excess_used, 4, 4); Oct 22 02:09:30.902 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.902 INFO kablam! | Oct 22 02:09:30.902 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.902 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.902 INFO kablam! | Oct 22 02:09:30.902 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.902 INFO kablam! | Oct 22 02:09:30.902 INFO kablam! Oct 22 02:09:30.902 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.902 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.902 INFO kablam! | Oct 22 02:09:30.902 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.902 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.902 INFO kablam! ... Oct 22 02:09:30.902 INFO kablam! 1605 | rt_realloc_excess_used!(rt_pow2_4bytes_4align_realloc_excess_used, 4, 4); Oct 22 02:09:30.902 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.902 INFO kablam! Oct 22 02:09:30.902 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.902 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.902 INFO kablam! | Oct 22 02:09:30.902 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.902 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.902 INFO kablam! ... Oct 22 02:09:30.902 INFO kablam! 1605 | rt_realloc_excess_used!(rt_pow2_4bytes_4align_realloc_excess_used, 4, 4); Oct 22 02:09:30.902 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.902 INFO kablam! | Oct 22 02:09:30.902 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.902 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.902 INFO kablam! | Oct 22 02:09:30.902 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.902 INFO kablam! | Oct 22 02:09:30.902 INFO kablam! Oct 22 02:09:30.902 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.902 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.902 INFO kablam! | Oct 22 02:09:30.902 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.902 INFO kablam! | ^^^^^ Oct 22 02:09:30.902 INFO kablam! ... Oct 22 02:09:30.902 INFO kablam! 1618 | rt_realloc_excess_used!(rt_pow2_8bytes_4align_realloc_excess_used, 8, 4); Oct 22 02:09:30.902 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.902 INFO kablam! | Oct 22 02:09:30.902 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.902 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.902 INFO kablam! | Oct 22 02:09:30.902 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.902 INFO kablam! | Oct 22 02:09:30.903 INFO kablam! Oct 22 02:09:30.903 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.903 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.903 INFO kablam! | Oct 22 02:09:30.903 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.903 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.903 INFO kablam! ... Oct 22 02:09:30.903 INFO kablam! 1618 | rt_realloc_excess_used!(rt_pow2_8bytes_4align_realloc_excess_used, 8, 4); Oct 22 02:09:30.903 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.903 INFO kablam! Oct 22 02:09:30.909 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.909 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.909 INFO kablam! | Oct 22 02:09:30.909 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.909 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.909 INFO kablam! ... Oct 22 02:09:30.909 INFO kablam! 1618 | rt_realloc_excess_used!(rt_pow2_8bytes_4align_realloc_excess_used, 8, 4); Oct 22 02:09:30.909 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.909 INFO kablam! | Oct 22 02:09:30.909 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.909 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.909 INFO kablam! | Oct 22 02:09:30.909 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.909 INFO kablam! | Oct 22 02:09:30.909 INFO kablam! Oct 22 02:09:30.909 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.909 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.909 INFO kablam! | Oct 22 02:09:30.909 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.909 INFO kablam! | ^^^^^ Oct 22 02:09:30.909 INFO kablam! ... Oct 22 02:09:30.909 INFO kablam! 1631 | rt_realloc_excess_used!(rt_pow2_16bytes_4align_realloc_excess_used, 16, 4); Oct 22 02:09:30.909 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.909 INFO kablam! | Oct 22 02:09:30.909 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.909 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.909 INFO kablam! | Oct 22 02:09:30.909 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.909 INFO kablam! | Oct 22 02:09:30.909 INFO kablam! Oct 22 02:09:30.909 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.909 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.909 INFO kablam! | Oct 22 02:09:30.910 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.910 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.910 INFO kablam! ... Oct 22 02:09:30.910 INFO kablam! 1631 | rt_realloc_excess_used!(rt_pow2_16bytes_4align_realloc_excess_used, 16, 4); Oct 22 02:09:30.910 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.910 INFO kablam! Oct 22 02:09:30.910 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.910 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.910 INFO kablam! | Oct 22 02:09:30.910 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.910 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.910 INFO kablam! ... Oct 22 02:09:30.910 INFO kablam! 1631 | rt_realloc_excess_used!(rt_pow2_16bytes_4align_realloc_excess_used, 16, 4); Oct 22 02:09:30.910 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.910 INFO kablam! | Oct 22 02:09:30.910 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.910 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.910 INFO kablam! | Oct 22 02:09:30.910 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.910 INFO kablam! | Oct 22 02:09:30.910 INFO kablam! Oct 22 02:09:30.910 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.910 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.910 INFO kablam! | Oct 22 02:09:30.910 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.910 INFO kablam! | ^^^^^ Oct 22 02:09:30.910 INFO kablam! ... Oct 22 02:09:30.910 INFO kablam! 1644 | rt_realloc_excess_used!(rt_pow2_32bytes_4align_realloc_excess_used, 32, 4); Oct 22 02:09:30.910 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.910 INFO kablam! | Oct 22 02:09:30.910 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.910 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.910 INFO kablam! | Oct 22 02:09:30.910 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.910 INFO kablam! | Oct 22 02:09:30.910 INFO kablam! Oct 22 02:09:30.910 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.910 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.910 INFO kablam! | Oct 22 02:09:30.910 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.910 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.910 INFO kablam! ... Oct 22 02:09:30.910 INFO kablam! 1644 | rt_realloc_excess_used!(rt_pow2_32bytes_4align_realloc_excess_used, 32, 4); Oct 22 02:09:30.910 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.910 INFO kablam! Oct 22 02:09:30.910 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.910 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.910 INFO kablam! | Oct 22 02:09:30.910 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.910 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.910 INFO kablam! ... Oct 22 02:09:30.910 INFO kablam! 1644 | rt_realloc_excess_used!(rt_pow2_32bytes_4align_realloc_excess_used, 32, 4); Oct 22 02:09:30.910 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.910 INFO kablam! | Oct 22 02:09:30.910 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.910 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.910 INFO kablam! | Oct 22 02:09:30.910 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.910 INFO kablam! | Oct 22 02:09:30.910 INFO kablam! Oct 22 02:09:30.916 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.916 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.916 INFO kablam! | Oct 22 02:09:30.916 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.916 INFO kablam! | ^^^^^ Oct 22 02:09:30.916 INFO kablam! ... Oct 22 02:09:30.916 INFO kablam! 1657 | rt_realloc_excess_used!(rt_pow2_64bytes_4align_realloc_excess_used, 64, 4); Oct 22 02:09:30.916 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.916 INFO kablam! | Oct 22 02:09:30.916 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.916 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.916 INFO kablam! | Oct 22 02:09:30.916 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.916 INFO kablam! | Oct 22 02:09:30.916 INFO kablam! Oct 22 02:09:30.916 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.916 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.916 INFO kablam! | Oct 22 02:09:30.916 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.916 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.916 INFO kablam! ... Oct 22 02:09:30.916 INFO kablam! 1657 | rt_realloc_excess_used!(rt_pow2_64bytes_4align_realloc_excess_used, 64, 4); Oct 22 02:09:30.916 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.916 INFO kablam! Oct 22 02:09:30.916 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.916 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.916 INFO kablam! | Oct 22 02:09:30.916 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.916 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.916 INFO kablam! ... Oct 22 02:09:30.916 INFO kablam! 1657 | rt_realloc_excess_used!(rt_pow2_64bytes_4align_realloc_excess_used, 64, 4); Oct 22 02:09:30.916 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.916 INFO kablam! | Oct 22 02:09:30.916 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.916 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.916 INFO kablam! | Oct 22 02:09:30.916 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.916 INFO kablam! | Oct 22 02:09:30.916 INFO kablam! Oct 22 02:09:30.916 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.916 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.916 INFO kablam! | Oct 22 02:09:30.917 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.917 INFO kablam! | ^^^^^ Oct 22 02:09:30.917 INFO kablam! ... Oct 22 02:09:30.917 INFO kablam! 1670 | rt_realloc_excess_used!(rt_pow2_128bytes_4align_realloc_excess_used, 128, 4); Oct 22 02:09:30.917 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.917 INFO kablam! | Oct 22 02:09:30.917 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.917 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.917 INFO kablam! | Oct 22 02:09:30.917 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.917 INFO kablam! | Oct 22 02:09:30.917 INFO kablam! Oct 22 02:09:30.920 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.921 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.921 INFO kablam! | Oct 22 02:09:30.921 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.921 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.921 INFO kablam! ... Oct 22 02:09:30.921 INFO kablam! 1670 | rt_realloc_excess_used!(rt_pow2_128bytes_4align_realloc_excess_used, 128, 4); Oct 22 02:09:30.921 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.921 INFO kablam! Oct 22 02:09:30.921 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.921 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.921 INFO kablam! | Oct 22 02:09:30.921 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.921 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.921 INFO kablam! ... Oct 22 02:09:30.921 INFO kablam! 1670 | rt_realloc_excess_used!(rt_pow2_128bytes_4align_realloc_excess_used, 128, 4); Oct 22 02:09:30.921 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.921 INFO kablam! | Oct 22 02:09:30.921 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.921 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.921 INFO kablam! | Oct 22 02:09:30.921 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.921 INFO kablam! | Oct 22 02:09:30.921 INFO kablam! Oct 22 02:09:30.921 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.921 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.921 INFO kablam! | Oct 22 02:09:30.921 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.921 INFO kablam! | ^^^^^ Oct 22 02:09:30.921 INFO kablam! ... Oct 22 02:09:30.921 INFO kablam! 1683 | rt_realloc_excess_used!(rt_pow2_256bytes_4align_realloc_excess_used, 256, 4); Oct 22 02:09:30.921 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.921 INFO kablam! | Oct 22 02:09:30.921 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.921 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.921 INFO kablam! | Oct 22 02:09:30.921 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.921 INFO kablam! | Oct 22 02:09:30.921 INFO kablam! Oct 22 02:09:30.921 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.921 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.921 INFO kablam! | Oct 22 02:09:30.921 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.921 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.921 INFO kablam! ... Oct 22 02:09:30.921 INFO kablam! 1683 | rt_realloc_excess_used!(rt_pow2_256bytes_4align_realloc_excess_used, 256, 4); Oct 22 02:09:30.921 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.921 INFO kablam! Oct 22 02:09:30.921 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.921 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.921 INFO kablam! | Oct 22 02:09:30.921 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.921 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.921 INFO kablam! ... Oct 22 02:09:30.921 INFO kablam! 1683 | rt_realloc_excess_used!(rt_pow2_256bytes_4align_realloc_excess_used, 256, 4); Oct 22 02:09:30.921 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.921 INFO kablam! | Oct 22 02:09:30.921 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.921 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.921 INFO kablam! | Oct 22 02:09:30.921 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.921 INFO kablam! | Oct 22 02:09:30.921 INFO kablam! Oct 22 02:09:30.928 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.928 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.928 INFO kablam! | Oct 22 02:09:30.928 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.928 INFO kablam! | ^^^^^ Oct 22 02:09:30.928 INFO kablam! ... Oct 22 02:09:30.928 INFO kablam! 1696 | rt_realloc_excess_used!(rt_pow2_512bytes_4align_realloc_excess_used, 512, 4); Oct 22 02:09:30.928 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.928 INFO kablam! | Oct 22 02:09:30.928 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.928 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.928 INFO kablam! | Oct 22 02:09:30.928 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.928 INFO kablam! | Oct 22 02:09:30.928 INFO kablam! Oct 22 02:09:30.928 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.928 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.928 INFO kablam! | Oct 22 02:09:30.928 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.928 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.928 INFO kablam! ... Oct 22 02:09:30.928 INFO kablam! 1696 | rt_realloc_excess_used!(rt_pow2_512bytes_4align_realloc_excess_used, 512, 4); Oct 22 02:09:30.929 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.929 INFO kablam! Oct 22 02:09:30.929 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.929 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.929 INFO kablam! | Oct 22 02:09:30.929 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.929 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.929 INFO kablam! ... Oct 22 02:09:30.929 INFO kablam! 1696 | rt_realloc_excess_used!(rt_pow2_512bytes_4align_realloc_excess_used, 512, 4); Oct 22 02:09:30.929 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.929 INFO kablam! | Oct 22 02:09:30.929 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.929 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.929 INFO kablam! | Oct 22 02:09:30.929 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.929 INFO kablam! | Oct 22 02:09:30.929 INFO kablam! Oct 22 02:09:30.929 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.929 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.929 INFO kablam! | Oct 22 02:09:30.929 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.929 INFO kablam! | ^^^^^ Oct 22 02:09:30.929 INFO kablam! ... Oct 22 02:09:30.929 INFO kablam! 1709 | rt_realloc_excess_used!(rt_pow2_1024bytes_4align_realloc_excess_used, 1024, 4); Oct 22 02:09:30.929 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.929 INFO kablam! | Oct 22 02:09:30.929 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.929 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.929 INFO kablam! | Oct 22 02:09:30.929 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.929 INFO kablam! | Oct 22 02:09:30.929 INFO kablam! Oct 22 02:09:30.929 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.929 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.929 INFO kablam! | Oct 22 02:09:30.929 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.929 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.929 INFO kablam! ... Oct 22 02:09:30.929 INFO kablam! 1709 | rt_realloc_excess_used!(rt_pow2_1024bytes_4align_realloc_excess_used, 1024, 4); Oct 22 02:09:30.929 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.929 INFO kablam! Oct 22 02:09:30.939 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.939 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.939 INFO kablam! | Oct 22 02:09:30.939 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.939 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.939 INFO kablam! ... Oct 22 02:09:30.939 INFO kablam! 1709 | rt_realloc_excess_used!(rt_pow2_1024bytes_4align_realloc_excess_used, 1024, 4); Oct 22 02:09:30.939 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.939 INFO kablam! | Oct 22 02:09:30.939 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.939 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.939 INFO kablam! | Oct 22 02:09:30.939 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.939 INFO kablam! | Oct 22 02:09:30.939 INFO kablam! Oct 22 02:09:30.939 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.939 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.939 INFO kablam! | Oct 22 02:09:30.939 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.939 INFO kablam! | ^^^^^ Oct 22 02:09:30.939 INFO kablam! ... Oct 22 02:09:30.939 INFO kablam! 1722 | rt_realloc_excess_used!(rt_pow2_2048bytes_4align_realloc_excess_used, 2048, 4); Oct 22 02:09:30.939 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.939 INFO kablam! | Oct 22 02:09:30.939 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.939 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.939 INFO kablam! | Oct 22 02:09:30.939 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.939 INFO kablam! | Oct 22 02:09:30.939 INFO kablam! Oct 22 02:09:30.939 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.939 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.939 INFO kablam! | Oct 22 02:09:30.939 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.939 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.939 INFO kablam! ... Oct 22 02:09:30.939 INFO kablam! 1722 | rt_realloc_excess_used!(rt_pow2_2048bytes_4align_realloc_excess_used, 2048, 4); Oct 22 02:09:30.939 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.939 INFO kablam! Oct 22 02:09:30.939 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.939 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.939 INFO kablam! | Oct 22 02:09:30.939 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.939 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.939 INFO kablam! ... Oct 22 02:09:30.939 INFO kablam! 1722 | rt_realloc_excess_used!(rt_pow2_2048bytes_4align_realloc_excess_used, 2048, 4); Oct 22 02:09:30.939 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.939 INFO kablam! | Oct 22 02:09:30.939 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.939 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.939 INFO kablam! | Oct 22 02:09:30.939 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.939 INFO kablam! | Oct 22 02:09:30.939 INFO kablam! Oct 22 02:09:30.939 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.939 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.939 INFO kablam! | Oct 22 02:09:30.939 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.939 INFO kablam! | ^^^^^ Oct 22 02:09:30.939 INFO kablam! ... Oct 22 02:09:30.939 INFO kablam! 1735 | rt_realloc_excess_used!(rt_pow2_4096bytes_4align_realloc_excess_used, 4096, 4); Oct 22 02:09:30.940 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.940 INFO kablam! | Oct 22 02:09:30.940 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.940 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.940 INFO kablam! | Oct 22 02:09:30.940 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.940 INFO kablam! | Oct 22 02:09:30.940 INFO kablam! Oct 22 02:09:30.940 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.940 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.940 INFO kablam! | Oct 22 02:09:30.940 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.940 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.940 INFO kablam! ... Oct 22 02:09:30.940 INFO kablam! 1735 | rt_realloc_excess_used!(rt_pow2_4096bytes_4align_realloc_excess_used, 4096, 4); Oct 22 02:09:30.940 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.940 INFO kablam! Oct 22 02:09:30.940 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.940 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.940 INFO kablam! | Oct 22 02:09:30.940 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.940 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.940 INFO kablam! ... Oct 22 02:09:30.940 INFO kablam! 1735 | rt_realloc_excess_used!(rt_pow2_4096bytes_4align_realloc_excess_used, 4096, 4); Oct 22 02:09:30.940 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.940 INFO kablam! | Oct 22 02:09:30.940 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.940 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.940 INFO kablam! | Oct 22 02:09:30.940 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.940 INFO kablam! | Oct 22 02:09:30.940 INFO kablam! Oct 22 02:09:30.941 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.941 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.941 INFO kablam! | Oct 22 02:09:30.941 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.941 INFO kablam! | ^^^^^ Oct 22 02:09:30.941 INFO kablam! ... Oct 22 02:09:30.941 INFO kablam! 1748 | rt_realloc_excess_used!(rt_pow2_8192bytes_4align_realloc_excess_used, 8192, 4); Oct 22 02:09:30.941 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.941 INFO kablam! | Oct 22 02:09:30.941 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.941 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.941 INFO kablam! | Oct 22 02:09:30.941 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.942 INFO kablam! | Oct 22 02:09:30.942 INFO kablam! Oct 22 02:09:30.942 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.942 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.942 INFO kablam! | Oct 22 02:09:30.942 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.942 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.942 INFO kablam! ... Oct 22 02:09:30.942 INFO kablam! 1748 | rt_realloc_excess_used!(rt_pow2_8192bytes_4align_realloc_excess_used, 8192, 4); Oct 22 02:09:30.942 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.942 INFO kablam! Oct 22 02:09:30.942 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.942 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.942 INFO kablam! | Oct 22 02:09:30.942 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.942 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.942 INFO kablam! ... Oct 22 02:09:30.942 INFO kablam! 1748 | rt_realloc_excess_used!(rt_pow2_8192bytes_4align_realloc_excess_used, 8192, 4); Oct 22 02:09:30.942 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.942 INFO kablam! | Oct 22 02:09:30.942 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.942 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.942 INFO kablam! | Oct 22 02:09:30.942 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.942 INFO kablam! | Oct 22 02:09:30.942 INFO kablam! Oct 22 02:09:30.943 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.943 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.943 INFO kablam! | Oct 22 02:09:30.943 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.943 INFO kablam! | ^^^^^ Oct 22 02:09:30.943 INFO kablam! ... Oct 22 02:09:30.943 INFO kablam! 1761 | rt_realloc_excess_used!(rt_pow2_16384bytes_4align_realloc_excess_used, 16384, 4); Oct 22 02:09:30.943 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.943 INFO kablam! | Oct 22 02:09:30.943 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.943 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.943 INFO kablam! | Oct 22 02:09:30.943 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.943 INFO kablam! | Oct 22 02:09:30.943 INFO kablam! Oct 22 02:09:30.948 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.948 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.948 INFO kablam! | Oct 22 02:09:30.948 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.948 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.948 INFO kablam! ... Oct 22 02:09:30.948 INFO kablam! 1761 | rt_realloc_excess_used!(rt_pow2_16384bytes_4align_realloc_excess_used, 16384, 4); Oct 22 02:09:30.948 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.948 INFO kablam! Oct 22 02:09:30.960 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.960 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.960 INFO kablam! | Oct 22 02:09:30.960 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.960 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.960 INFO kablam! ... Oct 22 02:09:30.960 INFO kablam! 1761 | rt_realloc_excess_used!(rt_pow2_16384bytes_4align_realloc_excess_used, 16384, 4); Oct 22 02:09:30.960 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.960 INFO kablam! | Oct 22 02:09:30.960 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.960 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.961 INFO kablam! | Oct 22 02:09:30.961 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.961 INFO kablam! | Oct 22 02:09:30.961 INFO kablam! Oct 22 02:09:30.961 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.961 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.961 INFO kablam! | Oct 22 02:09:30.961 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.961 INFO kablam! | ^^^^^ Oct 22 02:09:30.961 INFO kablam! ... Oct 22 02:09:30.961 INFO kablam! 1774 | rt_realloc_excess_used!(rt_pow2_32768bytes_4align_realloc_excess_used, 32768, 4); Oct 22 02:09:30.961 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.961 INFO kablam! | Oct 22 02:09:30.961 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.961 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.961 INFO kablam! | Oct 22 02:09:30.961 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.961 INFO kablam! | Oct 22 02:09:30.961 INFO kablam! Oct 22 02:09:30.961 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.961 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.961 INFO kablam! | Oct 22 02:09:30.961 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.961 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.961 INFO kablam! ... Oct 22 02:09:30.961 INFO kablam! 1774 | rt_realloc_excess_used!(rt_pow2_32768bytes_4align_realloc_excess_used, 32768, 4); Oct 22 02:09:30.961 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.961 INFO kablam! Oct 22 02:09:30.961 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.961 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.961 INFO kablam! | Oct 22 02:09:30.961 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.961 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.961 INFO kablam! ... Oct 22 02:09:30.961 INFO kablam! 1774 | rt_realloc_excess_used!(rt_pow2_32768bytes_4align_realloc_excess_used, 32768, 4); Oct 22 02:09:30.961 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.961 INFO kablam! | Oct 22 02:09:30.961 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.961 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.961 INFO kablam! | Oct 22 02:09:30.961 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.961 INFO kablam! | Oct 22 02:09:30.961 INFO kablam! Oct 22 02:09:30.961 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.961 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.961 INFO kablam! | Oct 22 02:09:30.961 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.961 INFO kablam! | ^^^^^ Oct 22 02:09:30.961 INFO kablam! ... Oct 22 02:09:30.961 INFO kablam! 1787 | rt_realloc_excess_used!(rt_pow2_65536bytes_4align_realloc_excess_used, 65536, 4); Oct 22 02:09:30.961 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.961 INFO kablam! | Oct 22 02:09:30.961 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.961 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.961 INFO kablam! | Oct 22 02:09:30.961 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.961 INFO kablam! | Oct 22 02:09:30.961 INFO kablam! Oct 22 02:09:30.961 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.961 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.961 INFO kablam! | Oct 22 02:09:30.961 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.961 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.961 INFO kablam! ... Oct 22 02:09:30.961 INFO kablam! 1787 | rt_realloc_excess_used!(rt_pow2_65536bytes_4align_realloc_excess_used, 65536, 4); Oct 22 02:09:30.961 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.961 INFO kablam! Oct 22 02:09:30.961 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.961 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.961 INFO kablam! | Oct 22 02:09:30.961 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.961 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.961 INFO kablam! ... Oct 22 02:09:30.961 INFO kablam! 1787 | rt_realloc_excess_used!(rt_pow2_65536bytes_4align_realloc_excess_used, 65536, 4); Oct 22 02:09:30.961 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.961 INFO kablam! | Oct 22 02:09:30.961 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.961 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.961 INFO kablam! | Oct 22 02:09:30.961 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.961 INFO kablam! | Oct 22 02:09:30.961 INFO kablam! Oct 22 02:09:30.968 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.968 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.968 INFO kablam! | Oct 22 02:09:30.968 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.968 INFO kablam! | ^^^^^ Oct 22 02:09:30.968 INFO kablam! ... Oct 22 02:09:30.968 INFO kablam! 1800 | rt_realloc_excess_used!(rt_pow2_131072bytes_4align_realloc_excess_used, 131072, 4); Oct 22 02:09:30.968 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.968 INFO kablam! | Oct 22 02:09:30.968 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.968 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.968 INFO kablam! | Oct 22 02:09:30.968 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.968 INFO kablam! | Oct 22 02:09:30.968 INFO kablam! Oct 22 02:09:30.968 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.968 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.969 INFO kablam! | Oct 22 02:09:30.969 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.969 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.969 INFO kablam! ... Oct 22 02:09:30.969 INFO kablam! 1800 | rt_realloc_excess_used!(rt_pow2_131072bytes_4align_realloc_excess_used, 131072, 4); Oct 22 02:09:30.969 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.969 INFO kablam! Oct 22 02:09:30.969 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.969 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.969 INFO kablam! | Oct 22 02:09:30.969 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.969 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.969 INFO kablam! ... Oct 22 02:09:30.969 INFO kablam! 1800 | rt_realloc_excess_used!(rt_pow2_131072bytes_4align_realloc_excess_used, 131072, 4); Oct 22 02:09:30.969 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.969 INFO kablam! | Oct 22 02:09:30.969 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.969 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.969 INFO kablam! | Oct 22 02:09:30.969 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.969 INFO kablam! | Oct 22 02:09:30.969 INFO kablam! Oct 22 02:09:30.969 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.969 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.969 INFO kablam! | Oct 22 02:09:30.969 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.969 INFO kablam! | ^^^^^ Oct 22 02:09:30.969 INFO kablam! ... Oct 22 02:09:30.969 INFO kablam! 1813 | rt_realloc_excess_used!(rt_pow2_4194304bytes_4align_realloc_excess_used, 4194304, 4); Oct 22 02:09:30.969 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.969 INFO kablam! | Oct 22 02:09:30.969 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.969 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.969 INFO kablam! | Oct 22 02:09:30.969 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.969 INFO kablam! | Oct 22 02:09:30.969 INFO kablam! Oct 22 02:09:30.969 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.969 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.969 INFO kablam! | Oct 22 02:09:30.969 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.969 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.969 INFO kablam! ... Oct 22 02:09:30.969 INFO kablam! 1813 | rt_realloc_excess_used!(rt_pow2_4194304bytes_4align_realloc_excess_used, 4194304, 4); Oct 22 02:09:30.969 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.969 INFO kablam! Oct 22 02:09:30.969 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.969 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.969 INFO kablam! | Oct 22 02:09:30.969 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.969 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.969 INFO kablam! ... Oct 22 02:09:30.969 INFO kablam! 1813 | rt_realloc_excess_used!(rt_pow2_4194304bytes_4align_realloc_excess_used, 4194304, 4); Oct 22 02:09:30.969 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.969 INFO kablam! | Oct 22 02:09:30.969 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.969 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.969 INFO kablam! | Oct 22 02:09:30.969 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.969 INFO kablam! | Oct 22 02:09:30.969 INFO kablam! Oct 22 02:09:30.969 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.969 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.969 INFO kablam! | Oct 22 02:09:30.969 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.969 INFO kablam! | ^^^^^ Oct 22 02:09:30.969 INFO kablam! ... Oct 22 02:09:30.969 INFO kablam! 1827 | rt_realloc_excess_used!(rt_even_10bytes_4align_realloc_excess_used, 10, 4); Oct 22 02:09:30.969 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.969 INFO kablam! | Oct 22 02:09:30.969 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.969 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.969 INFO kablam! | Oct 22 02:09:30.969 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.969 INFO kablam! | Oct 22 02:09:30.969 INFO kablam! Oct 22 02:09:30.976 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.976 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.976 INFO kablam! | Oct 22 02:09:30.976 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.976 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.976 INFO kablam! ... Oct 22 02:09:30.976 INFO kablam! 1827 | rt_realloc_excess_used!(rt_even_10bytes_4align_realloc_excess_used, 10, 4); Oct 22 02:09:30.976 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.976 INFO kablam! Oct 22 02:09:30.976 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.976 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.976 INFO kablam! | Oct 22 02:09:30.976 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.976 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.976 INFO kablam! ... Oct 22 02:09:30.976 INFO kablam! 1827 | rt_realloc_excess_used!(rt_even_10bytes_4align_realloc_excess_used, 10, 4); Oct 22 02:09:30.976 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.976 INFO kablam! | Oct 22 02:09:30.977 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.977 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.977 INFO kablam! | Oct 22 02:09:30.977 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.977 INFO kablam! | Oct 22 02:09:30.977 INFO kablam! Oct 22 02:09:30.977 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.977 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.977 INFO kablam! | Oct 22 02:09:30.977 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.977 INFO kablam! | ^^^^^ Oct 22 02:09:30.977 INFO kablam! ... Oct 22 02:09:30.977 INFO kablam! 1840 | rt_realloc_excess_used!(rt_even_100bytes_4align_realloc_excess_used, 100, 4); Oct 22 02:09:30.977 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.977 INFO kablam! | Oct 22 02:09:30.977 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.977 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.977 INFO kablam! | Oct 22 02:09:30.977 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.977 INFO kablam! | Oct 22 02:09:30.977 INFO kablam! Oct 22 02:09:30.977 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.977 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.977 INFO kablam! | Oct 22 02:09:30.977 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.977 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.977 INFO kablam! ... Oct 22 02:09:30.977 INFO kablam! 1840 | rt_realloc_excess_used!(rt_even_100bytes_4align_realloc_excess_used, 100, 4); Oct 22 02:09:30.977 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.977 INFO kablam! Oct 22 02:09:30.977 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.977 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.977 INFO kablam! | Oct 22 02:09:30.977 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.977 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.977 INFO kablam! ... Oct 22 02:09:30.977 INFO kablam! 1840 | rt_realloc_excess_used!(rt_even_100bytes_4align_realloc_excess_used, 100, 4); Oct 22 02:09:30.977 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.977 INFO kablam! | Oct 22 02:09:30.977 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.977 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.977 INFO kablam! | Oct 22 02:09:30.977 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.977 INFO kablam! | Oct 22 02:09:30.977 INFO kablam! Oct 22 02:09:30.977 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.977 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.977 INFO kablam! | Oct 22 02:09:30.977 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.977 INFO kablam! | ^^^^^ Oct 22 02:09:30.977 INFO kablam! ... Oct 22 02:09:30.977 INFO kablam! 1853 | rt_realloc_excess_used!(rt_even_1000bytes_4align_realloc_excess_used, 1000, 4); Oct 22 02:09:30.977 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.977 INFO kablam! | Oct 22 02:09:30.977 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.977 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.977 INFO kablam! | Oct 22 02:09:30.977 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.977 INFO kablam! | Oct 22 02:09:30.977 INFO kablam! Oct 22 02:09:30.984 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.984 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.984 INFO kablam! | Oct 22 02:09:30.984 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.984 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.984 INFO kablam! ... Oct 22 02:09:30.984 INFO kablam! 1853 | rt_realloc_excess_used!(rt_even_1000bytes_4align_realloc_excess_used, 1000, 4); Oct 22 02:09:30.984 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.984 INFO kablam! Oct 22 02:09:30.984 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.984 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.984 INFO kablam! | Oct 22 02:09:30.984 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.984 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.984 INFO kablam! ... Oct 22 02:09:30.984 INFO kablam! 1853 | rt_realloc_excess_used!(rt_even_1000bytes_4align_realloc_excess_used, 1000, 4); Oct 22 02:09:30.985 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.985 INFO kablam! | Oct 22 02:09:30.985 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.985 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.985 INFO kablam! | Oct 22 02:09:30.985 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.985 INFO kablam! | Oct 22 02:09:30.985 INFO kablam! Oct 22 02:09:30.985 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.985 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.985 INFO kablam! | Oct 22 02:09:30.985 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.985 INFO kablam! | ^^^^^ Oct 22 02:09:30.985 INFO kablam! ... Oct 22 02:09:30.985 INFO kablam! 1866 | rt_realloc_excess_used!(rt_even_10000bytes_4align_realloc_excess_used, 10000, 4); Oct 22 02:09:30.985 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.985 INFO kablam! | Oct 22 02:09:30.985 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.985 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.985 INFO kablam! | Oct 22 02:09:30.985 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.985 INFO kablam! | Oct 22 02:09:30.985 INFO kablam! Oct 22 02:09:30.985 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.985 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.985 INFO kablam! | Oct 22 02:09:30.985 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.985 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.985 INFO kablam! ... Oct 22 02:09:30.985 INFO kablam! 1866 | rt_realloc_excess_used!(rt_even_10000bytes_4align_realloc_excess_used, 10000, 4); Oct 22 02:09:30.985 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.985 INFO kablam! Oct 22 02:09:30.985 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.985 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.985 INFO kablam! | Oct 22 02:09:30.985 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.985 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.985 INFO kablam! ... Oct 22 02:09:30.985 INFO kablam! 1866 | rt_realloc_excess_used!(rt_even_10000bytes_4align_realloc_excess_used, 10000, 4); Oct 22 02:09:30.985 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.985 INFO kablam! | Oct 22 02:09:30.985 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.985 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.985 INFO kablam! | Oct 22 02:09:30.985 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.985 INFO kablam! | Oct 22 02:09:30.985 INFO kablam! Oct 22 02:09:30.985 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.985 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.985 INFO kablam! | Oct 22 02:09:30.985 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.985 INFO kablam! | ^^^^^ Oct 22 02:09:30.985 INFO kablam! ... Oct 22 02:09:30.985 INFO kablam! 1879 | rt_realloc_excess_used!(rt_even_100000bytes_4align_realloc_excess_used, 100000, 4); Oct 22 02:09:30.985 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.985 INFO kablam! | Oct 22 02:09:30.985 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.985 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.985 INFO kablam! | Oct 22 02:09:30.985 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.985 INFO kablam! | Oct 22 02:09:30.985 INFO kablam! Oct 22 02:09:30.992 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.992 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.992 INFO kablam! | Oct 22 02:09:30.992 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.992 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.992 INFO kablam! ... Oct 22 02:09:30.992 INFO kablam! 1879 | rt_realloc_excess_used!(rt_even_100000bytes_4align_realloc_excess_used, 100000, 4); Oct 22 02:09:30.992 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.992 INFO kablam! Oct 22 02:09:30.992 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.992 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.992 INFO kablam! | Oct 22 02:09:30.992 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.992 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.992 INFO kablam! ... Oct 22 02:09:30.992 INFO kablam! 1879 | rt_realloc_excess_used!(rt_even_100000bytes_4align_realloc_excess_used, 100000, 4); Oct 22 02:09:30.992 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.992 INFO kablam! | Oct 22 02:09:30.992 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.992 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.992 INFO kablam! | Oct 22 02:09:30.992 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.992 INFO kablam! | Oct 22 02:09:30.992 INFO kablam! Oct 22 02:09:30.992 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.993 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.993 INFO kablam! | Oct 22 02:09:30.993 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.993 INFO kablam! | ^^^^^ Oct 22 02:09:30.993 INFO kablam! ... Oct 22 02:09:30.993 INFO kablam! 1892 | rt_realloc_excess_used!(rt_even_1000000bytes_4align_realloc_excess_used, 1000000, 4); Oct 22 02:09:30.993 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.993 INFO kablam! | Oct 22 02:09:30.993 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.993 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.993 INFO kablam! | Oct 22 02:09:30.993 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.993 INFO kablam! | Oct 22 02:09:30.993 INFO kablam! Oct 22 02:09:30.993 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.993 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.993 INFO kablam! | Oct 22 02:09:30.993 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.993 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.993 INFO kablam! ... Oct 22 02:09:30.993 INFO kablam! 1892 | rt_realloc_excess_used!(rt_even_1000000bytes_4align_realloc_excess_used, 1000000, 4); Oct 22 02:09:30.993 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.993 INFO kablam! Oct 22 02:09:30.993 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.993 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:30.993 INFO kablam! | Oct 22 02:09:30.993 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:30.993 INFO kablam! | ^^^^^^^ Oct 22 02:09:30.993 INFO kablam! ... Oct 22 02:09:30.993 INFO kablam! 1892 | rt_realloc_excess_used!(rt_even_1000000bytes_4align_realloc_excess_used, 1000000, 4); Oct 22 02:09:30.993 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.993 INFO kablam! | Oct 22 02:09:30.993 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.993 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.993 INFO kablam! | Oct 22 02:09:30.993 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.993 INFO kablam! | Oct 22 02:09:30.993 INFO kablam! Oct 22 02:09:30.993 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.993 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:30.993 INFO kablam! | Oct 22 02:09:30.993 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:30.993 INFO kablam! | ^^^^^ Oct 22 02:09:30.993 INFO kablam! ... Oct 22 02:09:30.993 INFO kablam! 1906 | rt_realloc_excess_used!(rt_odd_10bytes_4align_realloc_excess_used, 10- 1, 4); Oct 22 02:09:30.993 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.993 INFO kablam! | Oct 22 02:09:30.993 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:30.993 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:30.993 INFO kablam! | Oct 22 02:09:30.993 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:30.993 INFO kablam! | Oct 22 02:09:30.993 INFO kablam! Oct 22 02:09:30.993 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:30.993 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:30.993 INFO kablam! | Oct 22 02:09:30.993 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:30.993 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:30.993 INFO kablam! ... Oct 22 02:09:30.993 INFO kablam! 1906 | rt_realloc_excess_used!(rt_odd_10bytes_4align_realloc_excess_used, 10- 1, 4); Oct 22 02:09:30.993 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:30.993 INFO kablam! Oct 22 02:09:31.000 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.000 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.000 INFO kablam! | Oct 22 02:09:31.000 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.000 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.000 INFO kablam! ... Oct 22 02:09:31.000 INFO kablam! 1906 | rt_realloc_excess_used!(rt_odd_10bytes_4align_realloc_excess_used, 10- 1, 4); Oct 22 02:09:31.000 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.001 INFO kablam! | Oct 22 02:09:31.001 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.001 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.001 INFO kablam! | Oct 22 02:09:31.001 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.001 INFO kablam! | Oct 22 02:09:31.001 INFO kablam! Oct 22 02:09:31.001 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.001 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.001 INFO kablam! | Oct 22 02:09:31.001 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.001 INFO kablam! | ^^^^^ Oct 22 02:09:31.001 INFO kablam! ... Oct 22 02:09:31.001 INFO kablam! 1919 | rt_realloc_excess_used!(rt_odd_100bytes_4align_realloc_excess_used, 100- 1, 4); Oct 22 02:09:31.001 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.001 INFO kablam! | Oct 22 02:09:31.001 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.001 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.001 INFO kablam! | Oct 22 02:09:31.001 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.001 INFO kablam! | Oct 22 02:09:31.001 INFO kablam! Oct 22 02:09:31.001 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.001 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.001 INFO kablam! | Oct 22 02:09:31.001 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.001 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.001 INFO kablam! ... Oct 22 02:09:31.001 INFO kablam! 1919 | rt_realloc_excess_used!(rt_odd_100bytes_4align_realloc_excess_used, 100- 1, 4); Oct 22 02:09:31.001 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.001 INFO kablam! Oct 22 02:09:31.001 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.001 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.001 INFO kablam! | Oct 22 02:09:31.001 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.001 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.001 INFO kablam! ... Oct 22 02:09:31.001 INFO kablam! 1919 | rt_realloc_excess_used!(rt_odd_100bytes_4align_realloc_excess_used, 100- 1, 4); Oct 22 02:09:31.001 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.001 INFO kablam! | Oct 22 02:09:31.001 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.001 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.001 INFO kablam! | Oct 22 02:09:31.001 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.001 INFO kablam! | Oct 22 02:09:31.001 INFO kablam! Oct 22 02:09:31.001 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.001 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.001 INFO kablam! | Oct 22 02:09:31.001 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.001 INFO kablam! | ^^^^^ Oct 22 02:09:31.001 INFO kablam! ... Oct 22 02:09:31.001 INFO kablam! 1932 | rt_realloc_excess_used!(rt_odd_1000bytes_4align_realloc_excess_used, 1000- 1, 4); Oct 22 02:09:31.001 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.001 INFO kablam! | Oct 22 02:09:31.001 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.001 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.001 INFO kablam! | Oct 22 02:09:31.001 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.001 INFO kablam! | Oct 22 02:09:31.001 INFO kablam! Oct 22 02:09:31.001 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.001 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.001 INFO kablam! | Oct 22 02:09:31.001 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.001 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.001 INFO kablam! ... Oct 22 02:09:31.001 INFO kablam! 1932 | rt_realloc_excess_used!(rt_odd_1000bytes_4align_realloc_excess_used, 1000- 1, 4); Oct 22 02:09:31.001 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.001 INFO kablam! Oct 22 02:09:31.005 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.005 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.005 INFO kablam! | Oct 22 02:09:31.005 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.005 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.005 INFO kablam! ... Oct 22 02:09:31.005 INFO kablam! 1932 | rt_realloc_excess_used!(rt_odd_1000bytes_4align_realloc_excess_used, 1000- 1, 4); Oct 22 02:09:31.005 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.005 INFO kablam! | Oct 22 02:09:31.005 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.005 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.005 INFO kablam! | Oct 22 02:09:31.005 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.005 INFO kablam! | Oct 22 02:09:31.005 INFO kablam! Oct 22 02:09:31.005 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.005 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.005 INFO kablam! | Oct 22 02:09:31.005 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.005 INFO kablam! | ^^^^^ Oct 22 02:09:31.005 INFO kablam! ... Oct 22 02:09:31.005 INFO kablam! 1945 | rt_realloc_excess_used!(rt_odd_10000bytes_4align_realloc_excess_used, 10000- 1, 4); Oct 22 02:09:31.005 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.005 INFO kablam! | Oct 22 02:09:31.005 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.005 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.005 INFO kablam! | Oct 22 02:09:31.005 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.005 INFO kablam! | Oct 22 02:09:31.005 INFO kablam! Oct 22 02:09:31.005 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.005 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.005 INFO kablam! | Oct 22 02:09:31.005 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.005 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.005 INFO kablam! ... Oct 22 02:09:31.005 INFO kablam! 1945 | rt_realloc_excess_used!(rt_odd_10000bytes_4align_realloc_excess_used, 10000- 1, 4); Oct 22 02:09:31.005 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.005 INFO kablam! Oct 22 02:09:31.005 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.005 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.005 INFO kablam! | Oct 22 02:09:31.006 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.006 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.006 INFO kablam! ... Oct 22 02:09:31.006 INFO kablam! 1945 | rt_realloc_excess_used!(rt_odd_10000bytes_4align_realloc_excess_used, 10000- 1, 4); Oct 22 02:09:31.006 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.006 INFO kablam! | Oct 22 02:09:31.006 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.006 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.006 INFO kablam! | Oct 22 02:09:31.006 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.006 INFO kablam! | Oct 22 02:09:31.006 INFO kablam! Oct 22 02:09:31.006 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.006 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.006 INFO kablam! | Oct 22 02:09:31.006 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.006 INFO kablam! | ^^^^^ Oct 22 02:09:31.006 INFO kablam! ... Oct 22 02:09:31.006 INFO kablam! 1958 | rt_realloc_excess_used!(rt_odd_100000bytes_4align_realloc_excess_used, 100000- 1, 4); Oct 22 02:09:31.006 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.006 INFO kablam! | Oct 22 02:09:31.006 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.006 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.006 INFO kablam! | Oct 22 02:09:31.006 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.006 INFO kablam! | Oct 22 02:09:31.006 INFO kablam! Oct 22 02:09:31.006 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.006 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.006 INFO kablam! | Oct 22 02:09:31.006 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.006 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.006 INFO kablam! ... Oct 22 02:09:31.006 INFO kablam! 1958 | rt_realloc_excess_used!(rt_odd_100000bytes_4align_realloc_excess_used, 100000- 1, 4); Oct 22 02:09:31.006 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.006 INFO kablam! Oct 22 02:09:31.006 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.006 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.006 INFO kablam! | Oct 22 02:09:31.006 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.006 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.006 INFO kablam! ... Oct 22 02:09:31.006 INFO kablam! 1958 | rt_realloc_excess_used!(rt_odd_100000bytes_4align_realloc_excess_used, 100000- 1, 4); Oct 22 02:09:31.006 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.006 INFO kablam! | Oct 22 02:09:31.016 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.017 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.017 INFO kablam! | Oct 22 02:09:31.017 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.017 INFO kablam! | Oct 22 02:09:31.017 INFO kablam! Oct 22 02:09:31.017 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.017 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.017 INFO kablam! | Oct 22 02:09:31.017 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.017 INFO kablam! | ^^^^^ Oct 22 02:09:31.017 INFO kablam! ... Oct 22 02:09:31.017 INFO kablam! 1971 | rt_realloc_excess_used!(rt_odd_1000000bytes_4align_realloc_excess_used, 1000000- 1, 4); Oct 22 02:09:31.017 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.017 INFO kablam! | Oct 22 02:09:31.017 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.017 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.017 INFO kablam! | Oct 22 02:09:31.017 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.017 INFO kablam! | Oct 22 02:09:31.017 INFO kablam! Oct 22 02:09:31.017 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.017 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.017 INFO kablam! | Oct 22 02:09:31.017 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.017 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.017 INFO kablam! ... Oct 22 02:09:31.017 INFO kablam! 1971 | rt_realloc_excess_used!(rt_odd_1000000bytes_4align_realloc_excess_used, 1000000- 1, 4); Oct 22 02:09:31.017 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.017 INFO kablam! Oct 22 02:09:31.024 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.024 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.024 INFO kablam! | Oct 22 02:09:31.024 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.024 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.024 INFO kablam! ... Oct 22 02:09:31.024 INFO kablam! 1971 | rt_realloc_excess_used!(rt_odd_1000000bytes_4align_realloc_excess_used, 1000000- 1, 4); Oct 22 02:09:31.024 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.024 INFO kablam! | Oct 22 02:09:31.024 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.024 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.024 INFO kablam! | Oct 22 02:09:31.024 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.024 INFO kablam! | Oct 22 02:09:31.025 INFO kablam! Oct 22 02:09:31.025 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.025 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.025 INFO kablam! | Oct 22 02:09:31.025 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.025 INFO kablam! | ^^^^^ Oct 22 02:09:31.025 INFO kablam! ... Oct 22 02:09:31.025 INFO kablam! 1985 | rt_realloc_excess_used!(rt_primes_3bytes_4align_realloc_excess_used, 3, 4); Oct 22 02:09:31.025 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.025 INFO kablam! | Oct 22 02:09:31.025 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.025 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.025 INFO kablam! | Oct 22 02:09:31.025 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.025 INFO kablam! | Oct 22 02:09:31.025 INFO kablam! Oct 22 02:09:31.025 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.025 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.025 INFO kablam! | Oct 22 02:09:31.025 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.025 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.025 INFO kablam! ... Oct 22 02:09:31.025 INFO kablam! 1985 | rt_realloc_excess_used!(rt_primes_3bytes_4align_realloc_excess_used, 3, 4); Oct 22 02:09:31.025 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.025 INFO kablam! Oct 22 02:09:31.025 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.025 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.025 INFO kablam! | Oct 22 02:09:31.025 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.025 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.025 INFO kablam! ... Oct 22 02:09:31.025 INFO kablam! 1985 | rt_realloc_excess_used!(rt_primes_3bytes_4align_realloc_excess_used, 3, 4); Oct 22 02:09:31.025 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.025 INFO kablam! | Oct 22 02:09:31.025 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.025 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.025 INFO kablam! | Oct 22 02:09:31.025 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.025 INFO kablam! | Oct 22 02:09:31.025 INFO kablam! Oct 22 02:09:31.025 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.025 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.025 INFO kablam! | Oct 22 02:09:31.025 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.025 INFO kablam! | ^^^^^ Oct 22 02:09:31.025 INFO kablam! ... Oct 22 02:09:31.025 INFO kablam! 1998 | rt_realloc_excess_used!(rt_primes_7bytes_4align_realloc_excess_used, 7, 4); Oct 22 02:09:31.025 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.025 INFO kablam! | Oct 22 02:09:31.025 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.025 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.025 INFO kablam! | Oct 22 02:09:31.025 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.025 INFO kablam! | Oct 22 02:09:31.025 INFO kablam! Oct 22 02:09:31.025 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.025 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.025 INFO kablam! | Oct 22 02:09:31.025 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.025 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.025 INFO kablam! ... Oct 22 02:09:31.025 INFO kablam! 1998 | rt_realloc_excess_used!(rt_primes_7bytes_4align_realloc_excess_used, 7, 4); Oct 22 02:09:31.025 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.025 INFO kablam! Oct 22 02:09:31.025 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.025 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.025 INFO kablam! | Oct 22 02:09:31.025 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.025 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.025 INFO kablam! ... Oct 22 02:09:31.025 INFO kablam! 1998 | rt_realloc_excess_used!(rt_primes_7bytes_4align_realloc_excess_used, 7, 4); Oct 22 02:09:31.025 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.025 INFO kablam! | Oct 22 02:09:31.025 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.025 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.025 INFO kablam! | Oct 22 02:09:31.025 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.025 INFO kablam! | Oct 22 02:09:31.025 INFO kablam! Oct 22 02:09:31.025 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.025 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.025 INFO kablam! | Oct 22 02:09:31.026 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.026 INFO kablam! | ^^^^^ Oct 22 02:09:31.026 INFO kablam! ... Oct 22 02:09:31.026 INFO kablam! 2011 | rt_realloc_excess_used!(rt_primes_13bytes_4align_realloc_excess_used, 13, 4); Oct 22 02:09:31.026 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.026 INFO kablam! | Oct 22 02:09:31.026 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.026 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.026 INFO kablam! | Oct 22 02:09:31.026 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.026 INFO kablam! | Oct 22 02:09:31.026 INFO kablam! Oct 22 02:09:31.026 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.026 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.026 INFO kablam! | Oct 22 02:09:31.026 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.026 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.026 INFO kablam! ... Oct 22 02:09:31.026 INFO kablam! 2011 | rt_realloc_excess_used!(rt_primes_13bytes_4align_realloc_excess_used, 13, 4); Oct 22 02:09:31.026 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.026 INFO kablam! Oct 22 02:09:31.026 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.026 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.026 INFO kablam! | Oct 22 02:09:31.026 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.026 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.026 INFO kablam! ... Oct 22 02:09:31.026 INFO kablam! 2011 | rt_realloc_excess_used!(rt_primes_13bytes_4align_realloc_excess_used, 13, 4); Oct 22 02:09:31.026 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.026 INFO kablam! | Oct 22 02:09:31.026 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.026 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.026 INFO kablam! | Oct 22 02:09:31.026 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.026 INFO kablam! | Oct 22 02:09:31.026 INFO kablam! Oct 22 02:09:31.032 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.032 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.032 INFO kablam! | Oct 22 02:09:31.032 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.032 INFO kablam! | ^^^^^ Oct 22 02:09:31.032 INFO kablam! ... Oct 22 02:09:31.032 INFO kablam! 2024 | rt_realloc_excess_used!(rt_primes_17bytes_4align_realloc_excess_used, 17, 4); Oct 22 02:09:31.032 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.032 INFO kablam! | Oct 22 02:09:31.032 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.032 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.032 INFO kablam! | Oct 22 02:09:31.032 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.032 INFO kablam! | Oct 22 02:09:31.033 INFO kablam! Oct 22 02:09:31.033 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.033 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.033 INFO kablam! | Oct 22 02:09:31.033 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.033 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.033 INFO kablam! ... Oct 22 02:09:31.033 INFO kablam! 2024 | rt_realloc_excess_used!(rt_primes_17bytes_4align_realloc_excess_used, 17, 4); Oct 22 02:09:31.033 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.033 INFO kablam! Oct 22 02:09:31.033 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.033 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.033 INFO kablam! | Oct 22 02:09:31.033 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.033 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.033 INFO kablam! ... Oct 22 02:09:31.033 INFO kablam! 2024 | rt_realloc_excess_used!(rt_primes_17bytes_4align_realloc_excess_used, 17, 4); Oct 22 02:09:31.033 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.033 INFO kablam! | Oct 22 02:09:31.033 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.033 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.033 INFO kablam! | Oct 22 02:09:31.033 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.033 INFO kablam! | Oct 22 02:09:31.033 INFO kablam! Oct 22 02:09:31.033 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.033 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.033 INFO kablam! | Oct 22 02:09:31.033 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.033 INFO kablam! | ^^^^^ Oct 22 02:09:31.033 INFO kablam! ... Oct 22 02:09:31.033 INFO kablam! 2037 | rt_realloc_excess_used!(rt_primes_31bytes_4align_realloc_excess_used, 31, 4); Oct 22 02:09:31.033 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.033 INFO kablam! | Oct 22 02:09:31.033 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.033 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.033 INFO kablam! | Oct 22 02:09:31.033 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.033 INFO kablam! | Oct 22 02:09:31.033 INFO kablam! Oct 22 02:09:31.033 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.033 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.033 INFO kablam! | Oct 22 02:09:31.033 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.033 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.033 INFO kablam! ... Oct 22 02:09:31.033 INFO kablam! 2037 | rt_realloc_excess_used!(rt_primes_31bytes_4align_realloc_excess_used, 31, 4); Oct 22 02:09:31.033 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.033 INFO kablam! Oct 22 02:09:31.033 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.033 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.033 INFO kablam! | Oct 22 02:09:31.033 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.033 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.033 INFO kablam! ... Oct 22 02:09:31.033 INFO kablam! 2037 | rt_realloc_excess_used!(rt_primes_31bytes_4align_realloc_excess_used, 31, 4); Oct 22 02:09:31.033 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.033 INFO kablam! | Oct 22 02:09:31.033 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.033 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.033 INFO kablam! | Oct 22 02:09:31.033 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.033 INFO kablam! | Oct 22 02:09:31.033 INFO kablam! Oct 22 02:09:31.033 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.033 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.033 INFO kablam! | Oct 22 02:09:31.033 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.033 INFO kablam! | ^^^^^ Oct 22 02:09:31.033 INFO kablam! ... Oct 22 02:09:31.033 INFO kablam! 2050 | rt_realloc_excess_used!(rt_primes_61bytes_4align_realloc_excess_used, 61, 4); Oct 22 02:09:31.033 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.033 INFO kablam! | Oct 22 02:09:31.033 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.040 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.040 INFO kablam! | Oct 22 02:09:31.040 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.040 INFO kablam! | Oct 22 02:09:31.040 INFO kablam! Oct 22 02:09:31.040 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.040 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.040 INFO kablam! | Oct 22 02:09:31.040 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.040 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.040 INFO kablam! ... Oct 22 02:09:31.040 INFO kablam! 2050 | rt_realloc_excess_used!(rt_primes_61bytes_4align_realloc_excess_used, 61, 4); Oct 22 02:09:31.040 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.040 INFO kablam! Oct 22 02:09:31.040 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.040 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.040 INFO kablam! | Oct 22 02:09:31.040 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.041 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.041 INFO kablam! ... Oct 22 02:09:31.041 INFO kablam! 2050 | rt_realloc_excess_used!(rt_primes_61bytes_4align_realloc_excess_used, 61, 4); Oct 22 02:09:31.041 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.041 INFO kablam! | Oct 22 02:09:31.041 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.041 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.041 INFO kablam! | Oct 22 02:09:31.041 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.041 INFO kablam! | Oct 22 02:09:31.041 INFO kablam! Oct 22 02:09:31.041 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.041 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.041 INFO kablam! | Oct 22 02:09:31.041 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.041 INFO kablam! | ^^^^^ Oct 22 02:09:31.041 INFO kablam! ... Oct 22 02:09:31.041 INFO kablam! 2063 | rt_realloc_excess_used!(rt_primes_96bytes_4align_realloc_excess_used, 96, 4); Oct 22 02:09:31.041 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.041 INFO kablam! | Oct 22 02:09:31.041 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.041 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.041 INFO kablam! | Oct 22 02:09:31.041 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.041 INFO kablam! | Oct 22 02:09:31.041 INFO kablam! Oct 22 02:09:31.041 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.041 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.041 INFO kablam! | Oct 22 02:09:31.041 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.041 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.041 INFO kablam! ... Oct 22 02:09:31.041 INFO kablam! 2063 | rt_realloc_excess_used!(rt_primes_96bytes_4align_realloc_excess_used, 96, 4); Oct 22 02:09:31.041 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.041 INFO kablam! Oct 22 02:09:31.041 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.041 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.041 INFO kablam! | Oct 22 02:09:31.041 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.041 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.041 INFO kablam! ... Oct 22 02:09:31.041 INFO kablam! 2063 | rt_realloc_excess_used!(rt_primes_96bytes_4align_realloc_excess_used, 96, 4); Oct 22 02:09:31.041 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.041 INFO kablam! | Oct 22 02:09:31.041 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.041 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.041 INFO kablam! | Oct 22 02:09:31.041 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.041 INFO kablam! | Oct 22 02:09:31.041 INFO kablam! Oct 22 02:09:31.041 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.041 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.041 INFO kablam! | Oct 22 02:09:31.041 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.041 INFO kablam! | ^^^^^ Oct 22 02:09:31.041 INFO kablam! ... Oct 22 02:09:31.041 INFO kablam! 2076 | rt_realloc_excess_used!(rt_primes_127bytes_4align_realloc_excess_used, 127, 4); Oct 22 02:09:31.041 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.041 INFO kablam! | Oct 22 02:09:31.041 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.041 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.041 INFO kablam! | Oct 22 02:09:31.041 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.041 INFO kablam! | Oct 22 02:09:31.041 INFO kablam! Oct 22 02:09:31.048 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.048 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.048 INFO kablam! | Oct 22 02:09:31.048 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.048 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.048 INFO kablam! ... Oct 22 02:09:31.048 INFO kablam! 2076 | rt_realloc_excess_used!(rt_primes_127bytes_4align_realloc_excess_used, 127, 4); Oct 22 02:09:31.048 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.048 INFO kablam! Oct 22 02:09:31.048 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.048 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.048 INFO kablam! | Oct 22 02:09:31.048 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.048 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.049 INFO kablam! ... Oct 22 02:09:31.049 INFO kablam! 2076 | rt_realloc_excess_used!(rt_primes_127bytes_4align_realloc_excess_used, 127, 4); Oct 22 02:09:31.049 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.049 INFO kablam! | Oct 22 02:09:31.049 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.049 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.049 INFO kablam! | Oct 22 02:09:31.049 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.049 INFO kablam! | Oct 22 02:09:31.049 INFO kablam! Oct 22 02:09:31.049 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.049 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.049 INFO kablam! | Oct 22 02:09:31.049 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.049 INFO kablam! | ^^^^^ Oct 22 02:09:31.049 INFO kablam! ... Oct 22 02:09:31.049 INFO kablam! 2089 | rt_realloc_excess_used!(rt_primes_257bytes_4align_realloc_excess_used, 257, 4); Oct 22 02:09:31.049 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.049 INFO kablam! | Oct 22 02:09:31.049 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.049 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.049 INFO kablam! | Oct 22 02:09:31.049 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.049 INFO kablam! | Oct 22 02:09:31.049 INFO kablam! Oct 22 02:09:31.049 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.049 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.049 INFO kablam! | Oct 22 02:09:31.049 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.049 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.049 INFO kablam! ... Oct 22 02:09:31.049 INFO kablam! 2089 | rt_realloc_excess_used!(rt_primes_257bytes_4align_realloc_excess_used, 257, 4); Oct 22 02:09:31.049 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.049 INFO kablam! Oct 22 02:09:31.049 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.049 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.049 INFO kablam! | Oct 22 02:09:31.049 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.049 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.049 INFO kablam! ... Oct 22 02:09:31.049 INFO kablam! 2089 | rt_realloc_excess_used!(rt_primes_257bytes_4align_realloc_excess_used, 257, 4); Oct 22 02:09:31.049 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.049 INFO kablam! | Oct 22 02:09:31.049 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.049 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.049 INFO kablam! | Oct 22 02:09:31.049 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.049 INFO kablam! | Oct 22 02:09:31.049 INFO kablam! Oct 22 02:09:31.049 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.049 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.049 INFO kablam! | Oct 22 02:09:31.049 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.049 INFO kablam! | ^^^^^ Oct 22 02:09:31.049 INFO kablam! ... Oct 22 02:09:31.049 INFO kablam! 2102 | rt_realloc_excess_used!(rt_primes_509bytes_4align_realloc_excess_used, 509, 4); Oct 22 02:09:31.049 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.049 INFO kablam! | Oct 22 02:09:31.049 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.049 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.049 INFO kablam! | Oct 22 02:09:31.049 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.049 INFO kablam! | Oct 22 02:09:31.049 INFO kablam! Oct 22 02:09:31.056 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.056 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.056 INFO kablam! | Oct 22 02:09:31.056 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.056 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.056 INFO kablam! ... Oct 22 02:09:31.056 INFO kablam! 2102 | rt_realloc_excess_used!(rt_primes_509bytes_4align_realloc_excess_used, 509, 4); Oct 22 02:09:31.056 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.056 INFO kablam! Oct 22 02:09:31.056 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.056 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.056 INFO kablam! | Oct 22 02:09:31.056 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.056 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.056 INFO kablam! ... Oct 22 02:09:31.056 INFO kablam! 2102 | rt_realloc_excess_used!(rt_primes_509bytes_4align_realloc_excess_used, 509, 4); Oct 22 02:09:31.057 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.057 INFO kablam! | Oct 22 02:09:31.057 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.057 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.057 INFO kablam! | Oct 22 02:09:31.057 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.057 INFO kablam! | Oct 22 02:09:31.057 INFO kablam! Oct 22 02:09:31.057 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.057 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.057 INFO kablam! | Oct 22 02:09:31.057 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.057 INFO kablam! | ^^^^^ Oct 22 02:09:31.057 INFO kablam! ... Oct 22 02:09:31.057 INFO kablam! 2115 | rt_realloc_excess_used!(rt_primes_1021bytes_4align_realloc_excess_used, 1021, 4); Oct 22 02:09:31.057 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.057 INFO kablam! | Oct 22 02:09:31.057 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.057 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.057 INFO kablam! | Oct 22 02:09:31.057 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.057 INFO kablam! | Oct 22 02:09:31.057 INFO kablam! Oct 22 02:09:31.057 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.057 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.057 INFO kablam! | Oct 22 02:09:31.057 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.057 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.057 INFO kablam! ... Oct 22 02:09:31.057 INFO kablam! 2115 | rt_realloc_excess_used!(rt_primes_1021bytes_4align_realloc_excess_used, 1021, 4); Oct 22 02:09:31.057 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.057 INFO kablam! Oct 22 02:09:31.057 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.057 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.057 INFO kablam! | Oct 22 02:09:31.057 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.057 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.057 INFO kablam! ... Oct 22 02:09:31.057 INFO kablam! 2115 | rt_realloc_excess_used!(rt_primes_1021bytes_4align_realloc_excess_used, 1021, 4); Oct 22 02:09:31.057 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.057 INFO kablam! | Oct 22 02:09:31.057 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.057 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.057 INFO kablam! | Oct 22 02:09:31.057 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.057 INFO kablam! | Oct 22 02:09:31.057 INFO kablam! Oct 22 02:09:31.057 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.057 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.057 INFO kablam! | Oct 22 02:09:31.057 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.057 INFO kablam! | ^^^^^ Oct 22 02:09:31.057 INFO kablam! ... Oct 22 02:09:31.057 INFO kablam! 2128 | rt_realloc_excess_used!(rt_primes_2039bytes_4align_realloc_excess_used, 2039, 4); Oct 22 02:09:31.057 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.057 INFO kablam! | Oct 22 02:09:31.057 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.057 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.057 INFO kablam! | Oct 22 02:09:31.057 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.057 INFO kablam! | Oct 22 02:09:31.057 INFO kablam! Oct 22 02:09:31.057 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.057 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.057 INFO kablam! | Oct 22 02:09:31.057 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.057 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.057 INFO kablam! ... Oct 22 02:09:31.064 INFO kablam! 2128 | rt_realloc_excess_used!(rt_primes_2039bytes_4align_realloc_excess_used, 2039, 4); Oct 22 02:09:31.064 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.064 INFO kablam! Oct 22 02:09:31.064 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.064 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.064 INFO kablam! | Oct 22 02:09:31.064 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.064 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.064 INFO kablam! ... Oct 22 02:09:31.064 INFO kablam! 2128 | rt_realloc_excess_used!(rt_primes_2039bytes_4align_realloc_excess_used, 2039, 4); Oct 22 02:09:31.064 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.064 INFO kablam! | Oct 22 02:09:31.064 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.064 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.064 INFO kablam! | Oct 22 02:09:31.064 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.064 INFO kablam! | Oct 22 02:09:31.064 INFO kablam! Oct 22 02:09:31.064 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.064 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.064 INFO kablam! | Oct 22 02:09:31.064 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.064 INFO kablam! | ^^^^^ Oct 22 02:09:31.064 INFO kablam! ... Oct 22 02:09:31.064 INFO kablam! 2141 | rt_realloc_excess_used!(rt_primes_4093bytes_4align_realloc_excess_used, 4093, 4); Oct 22 02:09:31.064 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.064 INFO kablam! | Oct 22 02:09:31.064 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.064 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.064 INFO kablam! | Oct 22 02:09:31.064 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.064 INFO kablam! | Oct 22 02:09:31.064 INFO kablam! Oct 22 02:09:31.064 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.064 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.064 INFO kablam! | Oct 22 02:09:31.064 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.064 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.064 INFO kablam! ... Oct 22 02:09:31.064 INFO kablam! 2141 | rt_realloc_excess_used!(rt_primes_4093bytes_4align_realloc_excess_used, 4093, 4); Oct 22 02:09:31.064 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.064 INFO kablam! Oct 22 02:09:31.064 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.064 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.064 INFO kablam! | Oct 22 02:09:31.064 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.065 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.065 INFO kablam! ... Oct 22 02:09:31.065 INFO kablam! 2141 | rt_realloc_excess_used!(rt_primes_4093bytes_4align_realloc_excess_used, 4093, 4); Oct 22 02:09:31.065 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.065 INFO kablam! | Oct 22 02:09:31.065 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.065 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.065 INFO kablam! | Oct 22 02:09:31.065 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.065 INFO kablam! | Oct 22 02:09:31.065 INFO kablam! Oct 22 02:09:31.065 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.065 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.065 INFO kablam! | Oct 22 02:09:31.065 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.065 INFO kablam! | ^^^^^ Oct 22 02:09:31.065 INFO kablam! ... Oct 22 02:09:31.065 INFO kablam! 2154 | rt_realloc_excess_used!(rt_primes_8191bytes_4align_realloc_excess_used, 8191, 4); Oct 22 02:09:31.065 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.065 INFO kablam! | Oct 22 02:09:31.065 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.065 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.065 INFO kablam! | Oct 22 02:09:31.065 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.065 INFO kablam! | Oct 22 02:09:31.065 INFO kablam! Oct 22 02:09:31.065 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.065 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.065 INFO kablam! | Oct 22 02:09:31.065 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.065 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.065 INFO kablam! ... Oct 22 02:09:31.065 INFO kablam! 2154 | rt_realloc_excess_used!(rt_primes_8191bytes_4align_realloc_excess_used, 8191, 4); Oct 22 02:09:31.065 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.065 INFO kablam! Oct 22 02:09:31.070 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.070 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.070 INFO kablam! | Oct 22 02:09:31.070 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.070 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.070 INFO kablam! ... Oct 22 02:09:31.070 INFO kablam! 2154 | rt_realloc_excess_used!(rt_primes_8191bytes_4align_realloc_excess_used, 8191, 4); Oct 22 02:09:31.070 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.070 INFO kablam! | Oct 22 02:09:31.070 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.070 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.070 INFO kablam! | Oct 22 02:09:31.070 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.070 INFO kablam! | Oct 22 02:09:31.070 INFO kablam! Oct 22 02:09:31.076 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.076 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.076 INFO kablam! | Oct 22 02:09:31.076 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.076 INFO kablam! | ^^^^^ Oct 22 02:09:31.076 INFO kablam! ... Oct 22 02:09:31.076 INFO kablam! 2167 | rt_realloc_excess_used!(rt_primes_16381bytes_4align_realloc_excess_used, 16381, 4); Oct 22 02:09:31.076 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.076 INFO kablam! | Oct 22 02:09:31.076 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.076 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.076 INFO kablam! | Oct 22 02:09:31.076 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.076 INFO kablam! | Oct 22 02:09:31.076 INFO kablam! Oct 22 02:09:31.076 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.076 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.076 INFO kablam! | Oct 22 02:09:31.076 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.076 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.076 INFO kablam! ... Oct 22 02:09:31.076 INFO kablam! 2167 | rt_realloc_excess_used!(rt_primes_16381bytes_4align_realloc_excess_used, 16381, 4); Oct 22 02:09:31.076 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.076 INFO kablam! Oct 22 02:09:31.076 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.076 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.076 INFO kablam! | Oct 22 02:09:31.076 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.076 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.076 INFO kablam! ... Oct 22 02:09:31.076 INFO kablam! 2167 | rt_realloc_excess_used!(rt_primes_16381bytes_4align_realloc_excess_used, 16381, 4); Oct 22 02:09:31.076 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.076 INFO kablam! | Oct 22 02:09:31.076 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.076 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.076 INFO kablam! | Oct 22 02:09:31.076 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.076 INFO kablam! | Oct 22 02:09:31.076 INFO kablam! Oct 22 02:09:31.076 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.076 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.076 INFO kablam! | Oct 22 02:09:31.076 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.076 INFO kablam! | ^^^^^ Oct 22 02:09:31.076 INFO kablam! ... Oct 22 02:09:31.076 INFO kablam! 2180 | rt_realloc_excess_used!(rt_primes_32749bytes_4align_realloc_excess_used, 32749, 4); Oct 22 02:09:31.077 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.077 INFO kablam! | Oct 22 02:09:31.077 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.077 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.077 INFO kablam! | Oct 22 02:09:31.077 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.077 INFO kablam! | Oct 22 02:09:31.077 INFO kablam! Oct 22 02:09:31.077 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.077 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.077 INFO kablam! | Oct 22 02:09:31.077 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.077 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.077 INFO kablam! ... Oct 22 02:09:31.077 INFO kablam! 2180 | rt_realloc_excess_used!(rt_primes_32749bytes_4align_realloc_excess_used, 32749, 4); Oct 22 02:09:31.077 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.077 INFO kablam! Oct 22 02:09:31.080 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.081 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.081 INFO kablam! | Oct 22 02:09:31.081 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.081 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.081 INFO kablam! ... Oct 22 02:09:31.081 INFO kablam! 2180 | rt_realloc_excess_used!(rt_primes_32749bytes_4align_realloc_excess_used, 32749, 4); Oct 22 02:09:31.081 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.081 INFO kablam! | Oct 22 02:09:31.081 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.081 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.081 INFO kablam! | Oct 22 02:09:31.081 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.081 INFO kablam! | Oct 22 02:09:31.081 INFO kablam! Oct 22 02:09:31.081 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.081 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.081 INFO kablam! | Oct 22 02:09:31.081 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.081 INFO kablam! | ^^^^^ Oct 22 02:09:31.081 INFO kablam! ... Oct 22 02:09:31.081 INFO kablam! 2193 | rt_realloc_excess_used!(rt_primes_65537bytes_4align_realloc_excess_used, 65537, 4); Oct 22 02:09:31.081 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.081 INFO kablam! | Oct 22 02:09:31.081 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.081 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.081 INFO kablam! | Oct 22 02:09:31.081 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.081 INFO kablam! | Oct 22 02:09:31.081 INFO kablam! Oct 22 02:09:31.081 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.081 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.081 INFO kablam! | Oct 22 02:09:31.081 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.081 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.081 INFO kablam! ... Oct 22 02:09:31.081 INFO kablam! 2193 | rt_realloc_excess_used!(rt_primes_65537bytes_4align_realloc_excess_used, 65537, 4); Oct 22 02:09:31.081 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.081 INFO kablam! Oct 22 02:09:31.081 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.081 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.081 INFO kablam! | Oct 22 02:09:31.081 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.081 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.081 INFO kablam! ... Oct 22 02:09:31.081 INFO kablam! 2193 | rt_realloc_excess_used!(rt_primes_65537bytes_4align_realloc_excess_used, 65537, 4); Oct 22 02:09:31.081 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.081 INFO kablam! | Oct 22 02:09:31.081 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.081 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.081 INFO kablam! | Oct 22 02:09:31.081 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.081 INFO kablam! | Oct 22 02:09:31.081 INFO kablam! Oct 22 02:09:31.081 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.081 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.081 INFO kablam! | Oct 22 02:09:31.081 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.081 INFO kablam! | ^^^^^ Oct 22 02:09:31.081 INFO kablam! ... Oct 22 02:09:31.081 INFO kablam! 2206 | rt_realloc_excess_used!(rt_primes_131071bytes_4align_realloc_excess_used, 131071, 4); Oct 22 02:09:31.081 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.081 INFO kablam! | Oct 22 02:09:31.081 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.081 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.081 INFO kablam! | Oct 22 02:09:31.081 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.081 INFO kablam! | Oct 22 02:09:31.081 INFO kablam! Oct 22 02:09:31.081 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.081 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.081 INFO kablam! | Oct 22 02:09:31.081 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.081 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.081 INFO kablam! ... Oct 22 02:09:31.081 INFO kablam! 2206 | rt_realloc_excess_used!(rt_primes_131071bytes_4align_realloc_excess_used, 131071, 4); Oct 22 02:09:31.081 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.081 INFO kablam! Oct 22 02:09:31.081 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.081 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.081 INFO kablam! | Oct 22 02:09:31.081 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.081 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.082 INFO kablam! ... Oct 22 02:09:31.082 INFO kablam! 2206 | rt_realloc_excess_used!(rt_primes_131071bytes_4align_realloc_excess_used, 131071, 4); Oct 22 02:09:31.082 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.082 INFO kablam! | Oct 22 02:09:31.088 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.088 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.088 INFO kablam! | Oct 22 02:09:31.088 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.088 INFO kablam! | Oct 22 02:09:31.088 INFO kablam! Oct 22 02:09:31.088 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.088 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.088 INFO kablam! | Oct 22 02:09:31.088 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.088 INFO kablam! | ^^^^^ Oct 22 02:09:31.088 INFO kablam! ... Oct 22 02:09:31.088 INFO kablam! 2219 | rt_realloc_excess_used!(rt_primes_4194301bytes_4align_realloc_excess_used, 4194301, 4); Oct 22 02:09:31.088 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.088 INFO kablam! | Oct 22 02:09:31.088 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.088 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.088 INFO kablam! | Oct 22 02:09:31.088 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.088 INFO kablam! | Oct 22 02:09:31.088 INFO kablam! Oct 22 02:09:31.088 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.088 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.088 INFO kablam! | Oct 22 02:09:31.088 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.088 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.088 INFO kablam! ... Oct 22 02:09:31.088 INFO kablam! 2219 | rt_realloc_excess_used!(rt_primes_4194301bytes_4align_realloc_excess_used, 4194301, 4); Oct 22 02:09:31.088 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.089 INFO kablam! Oct 22 02:09:31.089 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.089 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.089 INFO kablam! | Oct 22 02:09:31.089 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.089 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.089 INFO kablam! ... Oct 22 02:09:31.089 INFO kablam! 2219 | rt_realloc_excess_used!(rt_primes_4194301bytes_4align_realloc_excess_used, 4194301, 4); Oct 22 02:09:31.089 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.089 INFO kablam! | Oct 22 02:09:31.089 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.089 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.089 INFO kablam! | Oct 22 02:09:31.089 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.089 INFO kablam! | Oct 22 02:09:31.089 INFO kablam! Oct 22 02:09:31.089 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.089 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.089 INFO kablam! | Oct 22 02:09:31.089 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.089 INFO kablam! | ^^^^^ Oct 22 02:09:31.089 INFO kablam! ... Oct 22 02:09:31.089 INFO kablam! 2235 | rt_realloc_excess_used!(rt_pow2_1bytes_8align_realloc_excess_used, 1, 8); Oct 22 02:09:31.089 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.089 INFO kablam! | Oct 22 02:09:31.089 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.089 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.089 INFO kablam! | Oct 22 02:09:31.089 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.089 INFO kablam! | Oct 22 02:09:31.089 INFO kablam! Oct 22 02:09:31.089 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.089 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.089 INFO kablam! | Oct 22 02:09:31.089 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.089 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.089 INFO kablam! ... Oct 22 02:09:31.089 INFO kablam! 2235 | rt_realloc_excess_used!(rt_pow2_1bytes_8align_realloc_excess_used, 1, 8); Oct 22 02:09:31.089 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.089 INFO kablam! Oct 22 02:09:31.089 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.089 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.089 INFO kablam! | Oct 22 02:09:31.089 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.089 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.089 INFO kablam! ... Oct 22 02:09:31.089 INFO kablam! 2235 | rt_realloc_excess_used!(rt_pow2_1bytes_8align_realloc_excess_used, 1, 8); Oct 22 02:09:31.089 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.089 INFO kablam! | Oct 22 02:09:31.104 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.104 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.104 INFO kablam! | Oct 22 02:09:31.104 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.104 INFO kablam! | Oct 22 02:09:31.104 INFO kablam! Oct 22 02:09:31.104 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.104 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.104 INFO kablam! | Oct 22 02:09:31.104 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.104 INFO kablam! | ^^^^^ Oct 22 02:09:31.104 INFO kablam! ... Oct 22 02:09:31.104 INFO kablam! 2248 | rt_realloc_excess_used!(rt_pow2_2bytes_8align_realloc_excess_used, 2, 8); Oct 22 02:09:31.104 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.104 INFO kablam! | Oct 22 02:09:31.104 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.104 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.104 INFO kablam! | Oct 22 02:09:31.104 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.104 INFO kablam! | Oct 22 02:09:31.104 INFO kablam! Oct 22 02:09:31.104 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.104 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.104 INFO kablam! | Oct 22 02:09:31.104 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.104 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.104 INFO kablam! ... Oct 22 02:09:31.104 INFO kablam! 2248 | rt_realloc_excess_used!(rt_pow2_2bytes_8align_realloc_excess_used, 2, 8); Oct 22 02:09:31.104 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.104 INFO kablam! Oct 22 02:09:31.104 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.104 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.104 INFO kablam! | Oct 22 02:09:31.104 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.104 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.104 INFO kablam! ... Oct 22 02:09:31.104 INFO kablam! 2248 | rt_realloc_excess_used!(rt_pow2_2bytes_8align_realloc_excess_used, 2, 8); Oct 22 02:09:31.104 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.104 INFO kablam! | Oct 22 02:09:31.104 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.104 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.104 INFO kablam! | Oct 22 02:09:31.104 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.104 INFO kablam! | Oct 22 02:09:31.104 INFO kablam! Oct 22 02:09:31.104 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.104 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.104 INFO kablam! | Oct 22 02:09:31.104 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.104 INFO kablam! | ^^^^^ Oct 22 02:09:31.104 INFO kablam! ... Oct 22 02:09:31.104 INFO kablam! 2261 | rt_realloc_excess_used!(rt_pow2_4bytes_8align_realloc_excess_used, 4, 8); Oct 22 02:09:31.104 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.104 INFO kablam! | Oct 22 02:09:31.104 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.104 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.104 INFO kablam! | Oct 22 02:09:31.104 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.104 INFO kablam! | Oct 22 02:09:31.104 INFO kablam! Oct 22 02:09:31.104 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.104 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.104 INFO kablam! | Oct 22 02:09:31.104 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.104 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.104 INFO kablam! ... Oct 22 02:09:31.104 INFO kablam! 2261 | rt_realloc_excess_used!(rt_pow2_4bytes_8align_realloc_excess_used, 4, 8); Oct 22 02:09:31.104 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.104 INFO kablam! Oct 22 02:09:31.104 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.104 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.104 INFO kablam! | Oct 22 02:09:31.104 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.104 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.104 INFO kablam! ... Oct 22 02:09:31.104 INFO kablam! 2261 | rt_realloc_excess_used!(rt_pow2_4bytes_8align_realloc_excess_used, 4, 8); Oct 22 02:09:31.104 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.104 INFO kablam! | Oct 22 02:09:31.105 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.105 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.105 INFO kablam! | Oct 22 02:09:31.105 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.105 INFO kablam! | Oct 22 02:09:31.105 INFO kablam! Oct 22 02:09:31.105 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.105 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.105 INFO kablam! | Oct 22 02:09:31.105 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.105 INFO kablam! | ^^^^^ Oct 22 02:09:31.105 INFO kablam! ... Oct 22 02:09:31.105 INFO kablam! 2274 | rt_realloc_excess_used!(rt_pow2_8bytes_8align_realloc_excess_used, 8, 8); Oct 22 02:09:31.105 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.105 INFO kablam! | Oct 22 02:09:31.105 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.105 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.105 INFO kablam! | Oct 22 02:09:31.105 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.105 INFO kablam! | Oct 22 02:09:31.105 INFO kablam! Oct 22 02:09:31.105 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.105 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.105 INFO kablam! | Oct 22 02:09:31.105 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.105 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.105 INFO kablam! ... Oct 22 02:09:31.105 INFO kablam! 2274 | rt_realloc_excess_used!(rt_pow2_8bytes_8align_realloc_excess_used, 8, 8); Oct 22 02:09:31.105 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.105 INFO kablam! Oct 22 02:09:31.105 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.105 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.105 INFO kablam! | Oct 22 02:09:31.105 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.105 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.105 INFO kablam! ... Oct 22 02:09:31.105 INFO kablam! 2274 | rt_realloc_excess_used!(rt_pow2_8bytes_8align_realloc_excess_used, 8, 8); Oct 22 02:09:31.105 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.105 INFO kablam! | Oct 22 02:09:31.105 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.105 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.105 INFO kablam! | Oct 22 02:09:31.105 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.105 INFO kablam! | Oct 22 02:09:31.105 INFO kablam! Oct 22 02:09:31.108 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.108 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.108 INFO kablam! | Oct 22 02:09:31.108 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.108 INFO kablam! | ^^^^^ Oct 22 02:09:31.108 INFO kablam! ... Oct 22 02:09:31.108 INFO kablam! 2287 | rt_realloc_excess_used!(rt_pow2_16bytes_8align_realloc_excess_used, 16, 8); Oct 22 02:09:31.108 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.108 INFO kablam! | Oct 22 02:09:31.108 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.108 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.108 INFO kablam! | Oct 22 02:09:31.108 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.108 INFO kablam! | Oct 22 02:09:31.108 INFO kablam! Oct 22 02:09:31.108 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.108 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.108 INFO kablam! | Oct 22 02:09:31.108 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.108 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.108 INFO kablam! ... Oct 22 02:09:31.108 INFO kablam! 2287 | rt_realloc_excess_used!(rt_pow2_16bytes_8align_realloc_excess_used, 16, 8); Oct 22 02:09:31.108 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.108 INFO kablam! Oct 22 02:09:31.108 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.108 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.108 INFO kablam! | Oct 22 02:09:31.108 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.108 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.108 INFO kablam! ... Oct 22 02:09:31.108 INFO kablam! 2287 | rt_realloc_excess_used!(rt_pow2_16bytes_8align_realloc_excess_used, 16, 8); Oct 22 02:09:31.108 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.108 INFO kablam! | Oct 22 02:09:31.108 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.108 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.108 INFO kablam! | Oct 22 02:09:31.108 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.108 INFO kablam! | Oct 22 02:09:31.108 INFO kablam! Oct 22 02:09:31.116 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.116 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.116 INFO kablam! | Oct 22 02:09:31.116 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.116 INFO kablam! | ^^^^^ Oct 22 02:09:31.116 INFO kablam! ... Oct 22 02:09:31.116 INFO kablam! 2300 | rt_realloc_excess_used!(rt_pow2_32bytes_8align_realloc_excess_used, 32, 8); Oct 22 02:09:31.116 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.116 INFO kablam! | Oct 22 02:09:31.116 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.116 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.116 INFO kablam! | Oct 22 02:09:31.116 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.116 INFO kablam! | Oct 22 02:09:31.116 INFO kablam! Oct 22 02:09:31.116 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.116 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.116 INFO kablam! | Oct 22 02:09:31.116 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.116 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.116 INFO kablam! ... Oct 22 02:09:31.116 INFO kablam! 2300 | rt_realloc_excess_used!(rt_pow2_32bytes_8align_realloc_excess_used, 32, 8); Oct 22 02:09:31.116 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.116 INFO kablam! Oct 22 02:09:31.116 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.116 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.116 INFO kablam! | Oct 22 02:09:31.116 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.116 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.116 INFO kablam! ... Oct 22 02:09:31.116 INFO kablam! 2300 | rt_realloc_excess_used!(rt_pow2_32bytes_8align_realloc_excess_used, 32, 8); Oct 22 02:09:31.116 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.116 INFO kablam! | Oct 22 02:09:31.116 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.116 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.116 INFO kablam! | Oct 22 02:09:31.116 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.116 INFO kablam! | Oct 22 02:09:31.116 INFO kablam! Oct 22 02:09:31.126 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.126 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.126 INFO kablam! | Oct 22 02:09:31.126 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.126 INFO kablam! | ^^^^^ Oct 22 02:09:31.126 INFO kablam! ... Oct 22 02:09:31.126 INFO kablam! 2313 | rt_realloc_excess_used!(rt_pow2_64bytes_8align_realloc_excess_used, 64, 8); Oct 22 02:09:31.127 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.127 INFO kablam! | Oct 22 02:09:31.127 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.127 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.127 INFO kablam! | Oct 22 02:09:31.127 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.127 INFO kablam! | Oct 22 02:09:31.127 INFO kablam! Oct 22 02:09:31.127 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.127 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.127 INFO kablam! | Oct 22 02:09:31.127 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.127 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.127 INFO kablam! ... Oct 22 02:09:31.127 INFO kablam! 2313 | rt_realloc_excess_used!(rt_pow2_64bytes_8align_realloc_excess_used, 64, 8); Oct 22 02:09:31.127 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.127 INFO kablam! Oct 22 02:09:31.127 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.127 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.127 INFO kablam! | Oct 22 02:09:31.127 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.127 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.127 INFO kablam! ... Oct 22 02:09:31.127 INFO kablam! 2313 | rt_realloc_excess_used!(rt_pow2_64bytes_8align_realloc_excess_used, 64, 8); Oct 22 02:09:31.127 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.127 INFO kablam! | Oct 22 02:09:31.127 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.127 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.127 INFO kablam! | Oct 22 02:09:31.127 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.127 INFO kablam! | Oct 22 02:09:31.127 INFO kablam! Oct 22 02:09:31.127 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.127 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.127 INFO kablam! | Oct 22 02:09:31.127 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.127 INFO kablam! | ^^^^^ Oct 22 02:09:31.127 INFO kablam! ... Oct 22 02:09:31.127 INFO kablam! 2326 | rt_realloc_excess_used!(rt_pow2_128bytes_8align_realloc_excess_used, 128, 8); Oct 22 02:09:31.127 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.127 INFO kablam! | Oct 22 02:09:31.127 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.127 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.127 INFO kablam! | Oct 22 02:09:31.127 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.127 INFO kablam! | Oct 22 02:09:31.127 INFO kablam! Oct 22 02:09:31.127 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.127 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.127 INFO kablam! | Oct 22 02:09:31.127 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.127 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.127 INFO kablam! ... Oct 22 02:09:31.127 INFO kablam! 2326 | rt_realloc_excess_used!(rt_pow2_128bytes_8align_realloc_excess_used, 128, 8); Oct 22 02:09:31.127 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.127 INFO kablam! Oct 22 02:09:31.127 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.127 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.127 INFO kablam! | Oct 22 02:09:31.127 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.127 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.127 INFO kablam! ... Oct 22 02:09:31.127 INFO kablam! 2326 | rt_realloc_excess_used!(rt_pow2_128bytes_8align_realloc_excess_used, 128, 8); Oct 22 02:09:31.127 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.127 INFO kablam! | Oct 22 02:09:31.127 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.127 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.127 INFO kablam! | Oct 22 02:09:31.127 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.127 INFO kablam! | Oct 22 02:09:31.127 INFO kablam! Oct 22 02:09:31.127 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.127 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.127 INFO kablam! | Oct 22 02:09:31.127 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.127 INFO kablam! | ^^^^^ Oct 22 02:09:31.127 INFO kablam! ... Oct 22 02:09:31.127 INFO kablam! 2339 | rt_realloc_excess_used!(rt_pow2_256bytes_8align_realloc_excess_used, 256, 8); Oct 22 02:09:31.127 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.127 INFO kablam! | Oct 22 02:09:31.127 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.127 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.127 INFO kablam! | Oct 22 02:09:31.128 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.128 INFO kablam! | Oct 22 02:09:31.128 INFO kablam! Oct 22 02:09:31.128 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.128 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.128 INFO kablam! | Oct 22 02:09:31.128 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.128 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.128 INFO kablam! ... Oct 22 02:09:31.128 INFO kablam! 2339 | rt_realloc_excess_used!(rt_pow2_256bytes_8align_realloc_excess_used, 256, 8); Oct 22 02:09:31.128 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.128 INFO kablam! Oct 22 02:09:31.128 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.128 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.128 INFO kablam! | Oct 22 02:09:31.128 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.128 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.128 INFO kablam! ... Oct 22 02:09:31.128 INFO kablam! 2339 | rt_realloc_excess_used!(rt_pow2_256bytes_8align_realloc_excess_used, 256, 8); Oct 22 02:09:31.128 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.128 INFO kablam! | Oct 22 02:09:31.128 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.128 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.128 INFO kablam! | Oct 22 02:09:31.128 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.128 INFO kablam! | Oct 22 02:09:31.128 INFO kablam! Oct 22 02:09:31.134 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.134 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.134 INFO kablam! | Oct 22 02:09:31.134 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.134 INFO kablam! | ^^^^^ Oct 22 02:09:31.134 INFO kablam! ... Oct 22 02:09:31.134 INFO kablam! 2352 | rt_realloc_excess_used!(rt_pow2_512bytes_8align_realloc_excess_used, 512, 8); Oct 22 02:09:31.134 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.134 INFO kablam! | Oct 22 02:09:31.134 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.134 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.134 INFO kablam! | Oct 22 02:09:31.134 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.134 INFO kablam! | Oct 22 02:09:31.134 INFO kablam! Oct 22 02:09:31.134 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.134 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.134 INFO kablam! | Oct 22 02:09:31.134 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.134 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.134 INFO kablam! ... Oct 22 02:09:31.134 INFO kablam! 2352 | rt_realloc_excess_used!(rt_pow2_512bytes_8align_realloc_excess_used, 512, 8); Oct 22 02:09:31.134 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.134 INFO kablam! Oct 22 02:09:31.134 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.134 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.134 INFO kablam! | Oct 22 02:09:31.134 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.134 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.134 INFO kablam! ... Oct 22 02:09:31.134 INFO kablam! 2352 | rt_realloc_excess_used!(rt_pow2_512bytes_8align_realloc_excess_used, 512, 8); Oct 22 02:09:31.134 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.134 INFO kablam! | Oct 22 02:09:31.134 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.134 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.134 INFO kablam! | Oct 22 02:09:31.134 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.134 INFO kablam! | Oct 22 02:09:31.134 INFO kablam! Oct 22 02:09:31.134 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.134 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.134 INFO kablam! | Oct 22 02:09:31.134 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.134 INFO kablam! | ^^^^^ Oct 22 02:09:31.134 INFO kablam! ... Oct 22 02:09:31.134 INFO kablam! 2365 | rt_realloc_excess_used!(rt_pow2_1024bytes_8align_realloc_excess_used, 1024, 8); Oct 22 02:09:31.134 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.134 INFO kablam! | Oct 22 02:09:31.134 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.134 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.134 INFO kablam! | Oct 22 02:09:31.134 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.134 INFO kablam! | Oct 22 02:09:31.134 INFO kablam! Oct 22 02:09:31.148 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.148 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.148 INFO kablam! | Oct 22 02:09:31.148 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.148 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.148 INFO kablam! ... Oct 22 02:09:31.148 INFO kablam! 2365 | rt_realloc_excess_used!(rt_pow2_1024bytes_8align_realloc_excess_used, 1024, 8); Oct 22 02:09:31.148 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.148 INFO kablam! Oct 22 02:09:31.148 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.148 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.148 INFO kablam! | Oct 22 02:09:31.148 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.148 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.148 INFO kablam! ... Oct 22 02:09:31.148 INFO kablam! 2365 | rt_realloc_excess_used!(rt_pow2_1024bytes_8align_realloc_excess_used, 1024, 8); Oct 22 02:09:31.148 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.148 INFO kablam! | Oct 22 02:09:31.148 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.148 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.148 INFO kablam! | Oct 22 02:09:31.148 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.148 INFO kablam! | Oct 22 02:09:31.148 INFO kablam! Oct 22 02:09:31.148 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.148 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.148 INFO kablam! | Oct 22 02:09:31.148 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.148 INFO kablam! | ^^^^^ Oct 22 02:09:31.148 INFO kablam! ... Oct 22 02:09:31.148 INFO kablam! 2378 | rt_realloc_excess_used!(rt_pow2_2048bytes_8align_realloc_excess_used, 2048, 8); Oct 22 02:09:31.148 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.148 INFO kablam! | Oct 22 02:09:31.148 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.148 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.148 INFO kablam! | Oct 22 02:09:31.148 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.148 INFO kablam! | Oct 22 02:09:31.148 INFO kablam! Oct 22 02:09:31.148 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.148 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.148 INFO kablam! | Oct 22 02:09:31.148 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.149 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.149 INFO kablam! ... Oct 22 02:09:31.149 INFO kablam! 2378 | rt_realloc_excess_used!(rt_pow2_2048bytes_8align_realloc_excess_used, 2048, 8); Oct 22 02:09:31.149 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.149 INFO kablam! Oct 22 02:09:31.149 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.149 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.149 INFO kablam! | Oct 22 02:09:31.149 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.149 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.149 INFO kablam! ... Oct 22 02:09:31.149 INFO kablam! 2378 | rt_realloc_excess_used!(rt_pow2_2048bytes_8align_realloc_excess_used, 2048, 8); Oct 22 02:09:31.149 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.149 INFO kablam! | Oct 22 02:09:31.149 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.149 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.149 INFO kablam! | Oct 22 02:09:31.149 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.149 INFO kablam! | Oct 22 02:09:31.149 INFO kablam! Oct 22 02:09:31.149 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.149 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.149 INFO kablam! | Oct 22 02:09:31.149 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.149 INFO kablam! | ^^^^^ Oct 22 02:09:31.149 INFO kablam! ... Oct 22 02:09:31.149 INFO kablam! 2391 | rt_realloc_excess_used!(rt_pow2_4096bytes_8align_realloc_excess_used, 4096, 8); Oct 22 02:09:31.149 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.149 INFO kablam! | Oct 22 02:09:31.149 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.149 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.149 INFO kablam! | Oct 22 02:09:31.149 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.149 INFO kablam! | Oct 22 02:09:31.149 INFO kablam! Oct 22 02:09:31.149 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.149 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.149 INFO kablam! | Oct 22 02:09:31.149 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.149 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.149 INFO kablam! ... Oct 22 02:09:31.149 INFO kablam! 2391 | rt_realloc_excess_used!(rt_pow2_4096bytes_8align_realloc_excess_used, 4096, 8); Oct 22 02:09:31.149 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.149 INFO kablam! Oct 22 02:09:31.149 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.149 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.149 INFO kablam! | Oct 22 02:09:31.149 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.149 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.149 INFO kablam! ... Oct 22 02:09:31.149 INFO kablam! 2391 | rt_realloc_excess_used!(rt_pow2_4096bytes_8align_realloc_excess_used, 4096, 8); Oct 22 02:09:31.149 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.149 INFO kablam! | Oct 22 02:09:31.149 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.149 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.149 INFO kablam! | Oct 22 02:09:31.149 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.149 INFO kablam! | Oct 22 02:09:31.149 INFO kablam! Oct 22 02:09:31.149 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.149 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.149 INFO kablam! | Oct 22 02:09:31.149 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.149 INFO kablam! | ^^^^^ Oct 22 02:09:31.149 INFO kablam! ... Oct 22 02:09:31.149 INFO kablam! 2404 | rt_realloc_excess_used!(rt_pow2_8192bytes_8align_realloc_excess_used, 8192, 8); Oct 22 02:09:31.149 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.149 INFO kablam! | Oct 22 02:09:31.149 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.149 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.149 INFO kablam! | Oct 22 02:09:31.149 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.149 INFO kablam! | Oct 22 02:09:31.149 INFO kablam! Oct 22 02:09:31.151 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.151 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.151 INFO kablam! | Oct 22 02:09:31.151 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.151 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.151 INFO kablam! ... Oct 22 02:09:31.151 INFO kablam! 2404 | rt_realloc_excess_used!(rt_pow2_8192bytes_8align_realloc_excess_used, 8192, 8); Oct 22 02:09:31.151 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.151 INFO kablam! Oct 22 02:09:31.151 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.151 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.151 INFO kablam! | Oct 22 02:09:31.151 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.151 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.151 INFO kablam! ... Oct 22 02:09:31.151 INFO kablam! 2404 | rt_realloc_excess_used!(rt_pow2_8192bytes_8align_realloc_excess_used, 8192, 8); Oct 22 02:09:31.151 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.151 INFO kablam! | Oct 22 02:09:31.151 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.151 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.151 INFO kablam! | Oct 22 02:09:31.151 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.151 INFO kablam! | Oct 22 02:09:31.151 INFO kablam! Oct 22 02:09:31.154 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.154 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.154 INFO kablam! | Oct 22 02:09:31.154 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.155 INFO kablam! | ^^^^^ Oct 22 02:09:31.155 INFO kablam! ... Oct 22 02:09:31.155 INFO kablam! 2417 | rt_realloc_excess_used!(rt_pow2_16384bytes_8align_realloc_excess_used, 16384, 8); Oct 22 02:09:31.155 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.155 INFO kablam! | Oct 22 02:09:31.155 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.155 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.155 INFO kablam! | Oct 22 02:09:31.155 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.155 INFO kablam! | Oct 22 02:09:31.155 INFO kablam! Oct 22 02:09:31.155 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.155 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.155 INFO kablam! | Oct 22 02:09:31.155 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.155 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.155 INFO kablam! ... Oct 22 02:09:31.155 INFO kablam! 2417 | rt_realloc_excess_used!(rt_pow2_16384bytes_8align_realloc_excess_used, 16384, 8); Oct 22 02:09:31.155 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.155 INFO kablam! Oct 22 02:09:31.155 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.155 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.155 INFO kablam! | Oct 22 02:09:31.155 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.155 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.155 INFO kablam! ... Oct 22 02:09:31.155 INFO kablam! 2417 | rt_realloc_excess_used!(rt_pow2_16384bytes_8align_realloc_excess_used, 16384, 8); Oct 22 02:09:31.155 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.155 INFO kablam! | Oct 22 02:09:31.155 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.158 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.158 INFO kablam! | Oct 22 02:09:31.158 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.158 INFO kablam! | Oct 22 02:09:31.158 INFO kablam! Oct 22 02:09:31.158 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.158 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.158 INFO kablam! | Oct 22 02:09:31.158 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.158 INFO kablam! | ^^^^^ Oct 22 02:09:31.158 INFO kablam! ... Oct 22 02:09:31.158 INFO kablam! 2430 | rt_realloc_excess_used!(rt_pow2_32768bytes_8align_realloc_excess_used, 32768, 8); Oct 22 02:09:31.158 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.158 INFO kablam! | Oct 22 02:09:31.158 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.158 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.158 INFO kablam! | Oct 22 02:09:31.158 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.158 INFO kablam! | Oct 22 02:09:31.158 INFO kablam! Oct 22 02:09:31.158 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.158 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.158 INFO kablam! | Oct 22 02:09:31.158 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.158 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.158 INFO kablam! ... Oct 22 02:09:31.158 INFO kablam! 2430 | rt_realloc_excess_used!(rt_pow2_32768bytes_8align_realloc_excess_used, 32768, 8); Oct 22 02:09:31.158 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.158 INFO kablam! Oct 22 02:09:31.158 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.158 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.158 INFO kablam! | Oct 22 02:09:31.158 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.158 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.158 INFO kablam! ... Oct 22 02:09:31.158 INFO kablam! 2430 | rt_realloc_excess_used!(rt_pow2_32768bytes_8align_realloc_excess_used, 32768, 8); Oct 22 02:09:31.158 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.158 INFO kablam! | Oct 22 02:09:31.158 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.158 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.158 INFO kablam! | Oct 22 02:09:31.158 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.158 INFO kablam! | Oct 22 02:09:31.158 INFO kablam! Oct 22 02:09:31.161 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.161 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.161 INFO kablam! | Oct 22 02:09:31.161 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.161 INFO kablam! | ^^^^^ Oct 22 02:09:31.161 INFO kablam! ... Oct 22 02:09:31.161 INFO kablam! 2443 | rt_realloc_excess_used!(rt_pow2_65536bytes_8align_realloc_excess_used, 65536, 8); Oct 22 02:09:31.161 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.161 INFO kablam! | Oct 22 02:09:31.161 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.161 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.161 INFO kablam! | Oct 22 02:09:31.161 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.161 INFO kablam! | Oct 22 02:09:31.162 INFO kablam! Oct 22 02:09:31.162 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.162 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.162 INFO kablam! | Oct 22 02:09:31.162 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.162 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.162 INFO kablam! ... Oct 22 02:09:31.162 INFO kablam! 2443 | rt_realloc_excess_used!(rt_pow2_65536bytes_8align_realloc_excess_used, 65536, 8); Oct 22 02:09:31.162 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.162 INFO kablam! Oct 22 02:09:31.162 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.162 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.162 INFO kablam! | Oct 22 02:09:31.162 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.162 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.162 INFO kablam! ... Oct 22 02:09:31.162 INFO kablam! 2443 | rt_realloc_excess_used!(rt_pow2_65536bytes_8align_realloc_excess_used, 65536, 8); Oct 22 02:09:31.162 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.162 INFO kablam! | Oct 22 02:09:31.162 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.162 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.162 INFO kablam! | Oct 22 02:09:31.162 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.162 INFO kablam! | Oct 22 02:09:31.162 INFO kablam! Oct 22 02:09:31.168 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.168 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.168 INFO kablam! | Oct 22 02:09:31.168 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.168 INFO kablam! | ^^^^^ Oct 22 02:09:31.168 INFO kablam! ... Oct 22 02:09:31.168 INFO kablam! 2456 | rt_realloc_excess_used!(rt_pow2_131072bytes_8align_realloc_excess_used, 131072, 8); Oct 22 02:09:31.168 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.168 INFO kablam! | Oct 22 02:09:31.168 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.168 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.168 INFO kablam! | Oct 22 02:09:31.168 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.168 INFO kablam! | Oct 22 02:09:31.168 INFO kablam! Oct 22 02:09:31.168 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.168 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.168 INFO kablam! | Oct 22 02:09:31.168 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.168 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.168 INFO kablam! ... Oct 22 02:09:31.168 INFO kablam! 2456 | rt_realloc_excess_used!(rt_pow2_131072bytes_8align_realloc_excess_used, 131072, 8); Oct 22 02:09:31.168 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.168 INFO kablam! Oct 22 02:09:31.168 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.168 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.168 INFO kablam! | Oct 22 02:09:31.168 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.168 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.168 INFO kablam! ... Oct 22 02:09:31.168 INFO kablam! 2456 | rt_realloc_excess_used!(rt_pow2_131072bytes_8align_realloc_excess_used, 131072, 8); Oct 22 02:09:31.168 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.168 INFO kablam! | Oct 22 02:09:31.168 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.168 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.168 INFO kablam! | Oct 22 02:09:31.168 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.168 INFO kablam! | Oct 22 02:09:31.168 INFO kablam! Oct 22 02:09:31.168 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.168 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.168 INFO kablam! | Oct 22 02:09:31.168 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.168 INFO kablam! | ^^^^^ Oct 22 02:09:31.168 INFO kablam! ... Oct 22 02:09:31.169 INFO kablam! 2469 | rt_realloc_excess_used!(rt_pow2_4194304bytes_8align_realloc_excess_used, 4194304, 8); Oct 22 02:09:31.169 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.169 INFO kablam! | Oct 22 02:09:31.169 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.169 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.169 INFO kablam! | Oct 22 02:09:31.169 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.169 INFO kablam! | Oct 22 02:09:31.169 INFO kablam! Oct 22 02:09:31.169 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.169 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.169 INFO kablam! | Oct 22 02:09:31.169 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.169 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.169 INFO kablam! ... Oct 22 02:09:31.169 INFO kablam! 2469 | rt_realloc_excess_used!(rt_pow2_4194304bytes_8align_realloc_excess_used, 4194304, 8); Oct 22 02:09:31.169 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.169 INFO kablam! Oct 22 02:09:31.169 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.169 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.169 INFO kablam! | Oct 22 02:09:31.169 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.169 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.169 INFO kablam! ... Oct 22 02:09:31.169 INFO kablam! 2469 | rt_realloc_excess_used!(rt_pow2_4194304bytes_8align_realloc_excess_used, 4194304, 8); Oct 22 02:09:31.169 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.169 INFO kablam! | Oct 22 02:09:31.169 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.169 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.169 INFO kablam! | Oct 22 02:09:31.169 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.169 INFO kablam! | Oct 22 02:09:31.169 INFO kablam! Oct 22 02:09:31.175 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.175 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.175 INFO kablam! | Oct 22 02:09:31.175 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.175 INFO kablam! | ^^^^^ Oct 22 02:09:31.175 INFO kablam! ... Oct 22 02:09:31.175 INFO kablam! 2483 | rt_realloc_excess_used!(rt_even_10bytes_8align_realloc_excess_used, 10, 8); Oct 22 02:09:31.175 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.175 INFO kablam! | Oct 22 02:09:31.175 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.175 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.175 INFO kablam! | Oct 22 02:09:31.175 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.175 INFO kablam! | Oct 22 02:09:31.175 INFO kablam! Oct 22 02:09:31.175 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.175 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.175 INFO kablam! | Oct 22 02:09:31.175 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.175 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.175 INFO kablam! ... Oct 22 02:09:31.175 INFO kablam! 2483 | rt_realloc_excess_used!(rt_even_10bytes_8align_realloc_excess_used, 10, 8); Oct 22 02:09:31.175 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.175 INFO kablam! Oct 22 02:09:31.175 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.175 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.175 INFO kablam! | Oct 22 02:09:31.175 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.175 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.175 INFO kablam! ... Oct 22 02:09:31.175 INFO kablam! 2483 | rt_realloc_excess_used!(rt_even_10bytes_8align_realloc_excess_used, 10, 8); Oct 22 02:09:31.175 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.175 INFO kablam! | Oct 22 02:09:31.175 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.175 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.175 INFO kablam! | Oct 22 02:09:31.175 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.175 INFO kablam! | Oct 22 02:09:31.175 INFO kablam! Oct 22 02:09:31.175 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.175 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.175 INFO kablam! | Oct 22 02:09:31.175 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.175 INFO kablam! | ^^^^^ Oct 22 02:09:31.175 INFO kablam! ... Oct 22 02:09:31.175 INFO kablam! 2496 | rt_realloc_excess_used!(rt_even_100bytes_8align_realloc_excess_used, 100, 8); Oct 22 02:09:31.175 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.175 INFO kablam! | Oct 22 02:09:31.175 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.175 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.176 INFO kablam! | Oct 22 02:09:31.176 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.176 INFO kablam! | Oct 22 02:09:31.176 INFO kablam! Oct 22 02:09:31.176 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.176 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.176 INFO kablam! | Oct 22 02:09:31.176 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.176 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.176 INFO kablam! ... Oct 22 02:09:31.176 INFO kablam! 2496 | rt_realloc_excess_used!(rt_even_100bytes_8align_realloc_excess_used, 100, 8); Oct 22 02:09:31.176 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.176 INFO kablam! Oct 22 02:09:31.176 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.176 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.176 INFO kablam! | Oct 22 02:09:31.176 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.176 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.176 INFO kablam! ... Oct 22 02:09:31.176 INFO kablam! 2496 | rt_realloc_excess_used!(rt_even_100bytes_8align_realloc_excess_used, 100, 8); Oct 22 02:09:31.176 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.176 INFO kablam! | Oct 22 02:09:31.176 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.176 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.176 INFO kablam! | Oct 22 02:09:31.176 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.176 INFO kablam! | Oct 22 02:09:31.176 INFO kablam! Oct 22 02:09:31.178 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.178 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.178 INFO kablam! | Oct 22 02:09:31.178 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.178 INFO kablam! | ^^^^^ Oct 22 02:09:31.178 INFO kablam! ... Oct 22 02:09:31.178 INFO kablam! 2509 | rt_realloc_excess_used!(rt_even_1000bytes_8align_realloc_excess_used, 1000, 8); Oct 22 02:09:31.178 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.178 INFO kablam! | Oct 22 02:09:31.178 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.178 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.178 INFO kablam! | Oct 22 02:09:31.178 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.178 INFO kablam! | Oct 22 02:09:31.178 INFO kablam! Oct 22 02:09:31.178 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.178 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.178 INFO kablam! | Oct 22 02:09:31.178 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.178 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.178 INFO kablam! ... Oct 22 02:09:31.178 INFO kablam! 2509 | rt_realloc_excess_used!(rt_even_1000bytes_8align_realloc_excess_used, 1000, 8); Oct 22 02:09:31.178 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.178 INFO kablam! Oct 22 02:09:31.178 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.178 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.179 INFO kablam! | Oct 22 02:09:31.179 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.179 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.179 INFO kablam! ... Oct 22 02:09:31.179 INFO kablam! 2509 | rt_realloc_excess_used!(rt_even_1000bytes_8align_realloc_excess_used, 1000, 8); Oct 22 02:09:31.179 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.179 INFO kablam! | Oct 22 02:09:31.179 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.179 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.179 INFO kablam! | Oct 22 02:09:31.179 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.179 INFO kablam! | Oct 22 02:09:31.179 INFO kablam! Oct 22 02:09:31.184 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.185 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.185 INFO kablam! | Oct 22 02:09:31.185 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.185 INFO kablam! | ^^^^^ Oct 22 02:09:31.185 INFO kablam! ... Oct 22 02:09:31.185 INFO kablam! 2522 | rt_realloc_excess_used!(rt_even_10000bytes_8align_realloc_excess_used, 10000, 8); Oct 22 02:09:31.185 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.185 INFO kablam! | Oct 22 02:09:31.185 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.185 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.186 INFO kablam! | Oct 22 02:09:31.186 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.186 INFO kablam! | Oct 22 02:09:31.186 INFO kablam! Oct 22 02:09:31.186 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.186 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.186 INFO kablam! | Oct 22 02:09:31.186 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.186 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.186 INFO kablam! ... Oct 22 02:09:31.186 INFO kablam! 2522 | rt_realloc_excess_used!(rt_even_10000bytes_8align_realloc_excess_used, 10000, 8); Oct 22 02:09:31.186 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.186 INFO kablam! Oct 22 02:09:31.186 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.186 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.186 INFO kablam! | Oct 22 02:09:31.186 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.186 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.186 INFO kablam! ... Oct 22 02:09:31.186 INFO kablam! 2522 | rt_realloc_excess_used!(rt_even_10000bytes_8align_realloc_excess_used, 10000, 8); Oct 22 02:09:31.186 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.186 INFO kablam! | Oct 22 02:09:31.186 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.186 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.186 INFO kablam! | Oct 22 02:09:31.186 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.186 INFO kablam! | Oct 22 02:09:31.186 INFO kablam! Oct 22 02:09:31.186 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.186 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.186 INFO kablam! | Oct 22 02:09:31.186 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.186 INFO kablam! | ^^^^^ Oct 22 02:09:31.186 INFO kablam! ... Oct 22 02:09:31.186 INFO kablam! 2535 | rt_realloc_excess_used!(rt_even_100000bytes_8align_realloc_excess_used, 100000, 8); Oct 22 02:09:31.186 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.186 INFO kablam! | Oct 22 02:09:31.186 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.186 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.186 INFO kablam! | Oct 22 02:09:31.186 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.186 INFO kablam! | Oct 22 02:09:31.186 INFO kablam! Oct 22 02:09:31.186 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.186 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.186 INFO kablam! | Oct 22 02:09:31.186 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.186 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.186 INFO kablam! ... Oct 22 02:09:31.186 INFO kablam! 2535 | rt_realloc_excess_used!(rt_even_100000bytes_8align_realloc_excess_used, 100000, 8); Oct 22 02:09:31.186 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.186 INFO kablam! Oct 22 02:09:31.186 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.186 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.186 INFO kablam! | Oct 22 02:09:31.186 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.186 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.186 INFO kablam! ... Oct 22 02:09:31.186 INFO kablam! 2535 | rt_realloc_excess_used!(rt_even_100000bytes_8align_realloc_excess_used, 100000, 8); Oct 22 02:09:31.186 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.186 INFO kablam! | Oct 22 02:09:31.186 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.186 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.186 INFO kablam! | Oct 22 02:09:31.186 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.186 INFO kablam! | Oct 22 02:09:31.186 INFO kablam! Oct 22 02:09:31.196 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.196 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.196 INFO kablam! | Oct 22 02:09:31.196 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.196 INFO kablam! | ^^^^^ Oct 22 02:09:31.196 INFO kablam! ... Oct 22 02:09:31.196 INFO kablam! 2548 | rt_realloc_excess_used!(rt_even_1000000bytes_8align_realloc_excess_used, 1000000, 8); Oct 22 02:09:31.196 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.196 INFO kablam! | Oct 22 02:09:31.196 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.196 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.196 INFO kablam! | Oct 22 02:09:31.196 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.196 INFO kablam! | Oct 22 02:09:31.196 INFO kablam! Oct 22 02:09:31.196 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.196 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.196 INFO kablam! | Oct 22 02:09:31.196 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.196 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.196 INFO kablam! ... Oct 22 02:09:31.196 INFO kablam! 2548 | rt_realloc_excess_used!(rt_even_1000000bytes_8align_realloc_excess_used, 1000000, 8); Oct 22 02:09:31.196 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.196 INFO kablam! Oct 22 02:09:31.196 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.196 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.196 INFO kablam! | Oct 22 02:09:31.196 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.196 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.196 INFO kablam! ... Oct 22 02:09:31.196 INFO kablam! 2548 | rt_realloc_excess_used!(rt_even_1000000bytes_8align_realloc_excess_used, 1000000, 8); Oct 22 02:09:31.196 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.196 INFO kablam! | Oct 22 02:09:31.196 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.196 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.196 INFO kablam! | Oct 22 02:09:31.196 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.196 INFO kablam! | Oct 22 02:09:31.196 INFO kablam! Oct 22 02:09:31.196 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.196 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.196 INFO kablam! | Oct 22 02:09:31.196 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.196 INFO kablam! | ^^^^^ Oct 22 02:09:31.196 INFO kablam! ... Oct 22 02:09:31.196 INFO kablam! 2562 | rt_realloc_excess_used!(rt_odd_10bytes_8align_realloc_excess_used, 10- 1, 8); Oct 22 02:09:31.196 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.196 INFO kablam! | Oct 22 02:09:31.196 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.196 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.196 INFO kablam! | Oct 22 02:09:31.196 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.196 INFO kablam! | Oct 22 02:09:31.196 INFO kablam! Oct 22 02:09:31.196 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.196 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.196 INFO kablam! | Oct 22 02:09:31.196 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.196 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.196 INFO kablam! ... Oct 22 02:09:31.196 INFO kablam! 2562 | rt_realloc_excess_used!(rt_odd_10bytes_8align_realloc_excess_used, 10- 1, 8); Oct 22 02:09:31.196 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.197 INFO kablam! Oct 22 02:09:31.202 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.202 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.202 INFO kablam! | Oct 22 02:09:31.202 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.202 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.202 INFO kablam! ... Oct 22 02:09:31.202 INFO kablam! 2562 | rt_realloc_excess_used!(rt_odd_10bytes_8align_realloc_excess_used, 10- 1, 8); Oct 22 02:09:31.202 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.202 INFO kablam! | Oct 22 02:09:31.202 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.202 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.202 INFO kablam! | Oct 22 02:09:31.202 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.202 INFO kablam! | Oct 22 02:09:31.202 INFO kablam! Oct 22 02:09:31.202 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.202 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.202 INFO kablam! | Oct 22 02:09:31.202 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.202 INFO kablam! | ^^^^^ Oct 22 02:09:31.202 INFO kablam! ... Oct 22 02:09:31.202 INFO kablam! 2575 | rt_realloc_excess_used!(rt_odd_100bytes_8align_realloc_excess_used, 100- 1, 8); Oct 22 02:09:31.202 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.202 INFO kablam! | Oct 22 02:09:31.202 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.203 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.203 INFO kablam! | Oct 22 02:09:31.203 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.203 INFO kablam! | Oct 22 02:09:31.203 INFO kablam! Oct 22 02:09:31.203 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.203 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.203 INFO kablam! | Oct 22 02:09:31.203 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.203 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.203 INFO kablam! ... Oct 22 02:09:31.203 INFO kablam! 2575 | rt_realloc_excess_used!(rt_odd_100bytes_8align_realloc_excess_used, 100- 1, 8); Oct 22 02:09:31.203 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.203 INFO kablam! Oct 22 02:09:31.203 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.203 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.203 INFO kablam! | Oct 22 02:09:31.203 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.203 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.203 INFO kablam! ... Oct 22 02:09:31.203 INFO kablam! 2575 | rt_realloc_excess_used!(rt_odd_100bytes_8align_realloc_excess_used, 100- 1, 8); Oct 22 02:09:31.203 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.203 INFO kablam! | Oct 22 02:09:31.203 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.203 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.203 INFO kablam! | Oct 22 02:09:31.203 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.203 INFO kablam! | Oct 22 02:09:31.203 INFO kablam! Oct 22 02:09:31.203 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.203 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.203 INFO kablam! | Oct 22 02:09:31.203 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.203 INFO kablam! | ^^^^^ Oct 22 02:09:31.203 INFO kablam! ... Oct 22 02:09:31.203 INFO kablam! 2588 | rt_realloc_excess_used!(rt_odd_1000bytes_8align_realloc_excess_used, 1000- 1, 8); Oct 22 02:09:31.203 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.203 INFO kablam! | Oct 22 02:09:31.203 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.203 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.203 INFO kablam! | Oct 22 02:09:31.203 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.203 INFO kablam! | Oct 22 02:09:31.203 INFO kablam! Oct 22 02:09:31.203 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.203 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.203 INFO kablam! | Oct 22 02:09:31.203 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.203 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.203 INFO kablam! ... Oct 22 02:09:31.203 INFO kablam! 2588 | rt_realloc_excess_used!(rt_odd_1000bytes_8align_realloc_excess_used, 1000- 1, 8); Oct 22 02:09:31.203 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.203 INFO kablam! Oct 22 02:09:31.203 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.203 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.203 INFO kablam! | Oct 22 02:09:31.203 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.203 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.203 INFO kablam! ... Oct 22 02:09:31.203 INFO kablam! 2588 | rt_realloc_excess_used!(rt_odd_1000bytes_8align_realloc_excess_used, 1000- 1, 8); Oct 22 02:09:31.203 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.203 INFO kablam! | Oct 22 02:09:31.203 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.203 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.203 INFO kablam! | Oct 22 02:09:31.203 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.203 INFO kablam! | Oct 22 02:09:31.203 INFO kablam! Oct 22 02:09:31.204 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.204 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.204 INFO kablam! | Oct 22 02:09:31.204 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.204 INFO kablam! | ^^^^^ Oct 22 02:09:31.204 INFO kablam! ... Oct 22 02:09:31.204 INFO kablam! 2601 | rt_realloc_excess_used!(rt_odd_10000bytes_8align_realloc_excess_used, 10000- 1, 8); Oct 22 02:09:31.204 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.204 INFO kablam! | Oct 22 02:09:31.204 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.204 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.204 INFO kablam! | Oct 22 02:09:31.204 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.204 INFO kablam! | Oct 22 02:09:31.205 INFO kablam! Oct 22 02:09:31.205 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.205 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.205 INFO kablam! | Oct 22 02:09:31.205 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.205 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.205 INFO kablam! ... Oct 22 02:09:31.205 INFO kablam! 2601 | rt_realloc_excess_used!(rt_odd_10000bytes_8align_realloc_excess_used, 10000- 1, 8); Oct 22 02:09:31.205 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.205 INFO kablam! Oct 22 02:09:31.208 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.208 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.208 INFO kablam! | Oct 22 02:09:31.208 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.208 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.208 INFO kablam! ... Oct 22 02:09:31.208 INFO kablam! 2601 | rt_realloc_excess_used!(rt_odd_10000bytes_8align_realloc_excess_used, 10000- 1, 8); Oct 22 02:09:31.209 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.209 INFO kablam! | Oct 22 02:09:31.209 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.209 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.209 INFO kablam! | Oct 22 02:09:31.209 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.209 INFO kablam! | Oct 22 02:09:31.209 INFO kablam! Oct 22 02:09:31.209 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.209 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.209 INFO kablam! | Oct 22 02:09:31.209 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.209 INFO kablam! | ^^^^^ Oct 22 02:09:31.209 INFO kablam! ... Oct 22 02:09:31.209 INFO kablam! 2614 | rt_realloc_excess_used!(rt_odd_100000bytes_8align_realloc_excess_used, 100000- 1, 8); Oct 22 02:09:31.209 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.209 INFO kablam! | Oct 22 02:09:31.209 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.209 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.209 INFO kablam! | Oct 22 02:09:31.209 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.209 INFO kablam! | Oct 22 02:09:31.209 INFO kablam! Oct 22 02:09:31.209 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.209 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.209 INFO kablam! | Oct 22 02:09:31.209 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.209 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.209 INFO kablam! ... Oct 22 02:09:31.209 INFO kablam! 2614 | rt_realloc_excess_used!(rt_odd_100000bytes_8align_realloc_excess_used, 100000- 1, 8); Oct 22 02:09:31.209 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.209 INFO kablam! Oct 22 02:09:31.209 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.209 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.209 INFO kablam! | Oct 22 02:09:31.209 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.209 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.209 INFO kablam! ... Oct 22 02:09:31.209 INFO kablam! 2614 | rt_realloc_excess_used!(rt_odd_100000bytes_8align_realloc_excess_used, 100000- 1, 8); Oct 22 02:09:31.209 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.209 INFO kablam! | Oct 22 02:09:31.209 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.209 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.209 INFO kablam! | Oct 22 02:09:31.209 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.209 INFO kablam! | Oct 22 02:09:31.209 INFO kablam! Oct 22 02:09:31.212 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.212 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.212 INFO kablam! | Oct 22 02:09:31.212 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.212 INFO kablam! | ^^^^^ Oct 22 02:09:31.212 INFO kablam! ... Oct 22 02:09:31.212 INFO kablam! 2627 | rt_realloc_excess_used!(rt_odd_1000000bytes_8align_realloc_excess_used, 1000000- 1, 8); Oct 22 02:09:31.212 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.212 INFO kablam! | Oct 22 02:09:31.212 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.212 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.212 INFO kablam! | Oct 22 02:09:31.212 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.212 INFO kablam! | Oct 22 02:09:31.212 INFO kablam! Oct 22 02:09:31.212 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.212 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.212 INFO kablam! | Oct 22 02:09:31.212 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.213 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.213 INFO kablam! ... Oct 22 02:09:31.213 INFO kablam! 2627 | rt_realloc_excess_used!(rt_odd_1000000bytes_8align_realloc_excess_used, 1000000- 1, 8); Oct 22 02:09:31.213 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.213 INFO kablam! Oct 22 02:09:31.213 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.213 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.213 INFO kablam! | Oct 22 02:09:31.213 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.213 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.213 INFO kablam! ... Oct 22 02:09:31.213 INFO kablam! 2627 | rt_realloc_excess_used!(rt_odd_1000000bytes_8align_realloc_excess_used, 1000000- 1, 8); Oct 22 02:09:31.213 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.213 INFO kablam! | Oct 22 02:09:31.213 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.213 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.213 INFO kablam! | Oct 22 02:09:31.213 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.213 INFO kablam! | Oct 22 02:09:31.213 INFO kablam! Oct 22 02:09:31.221 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.221 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.221 INFO kablam! | Oct 22 02:09:31.221 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.221 INFO kablam! | ^^^^^ Oct 22 02:09:31.221 INFO kablam! ... Oct 22 02:09:31.221 INFO kablam! 2641 | rt_realloc_excess_used!(rt_primes_3bytes_8align_realloc_excess_used, 3, 8); Oct 22 02:09:31.221 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.221 INFO kablam! | Oct 22 02:09:31.221 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.221 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.221 INFO kablam! | Oct 22 02:09:31.221 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.221 INFO kablam! | Oct 22 02:09:31.221 INFO kablam! Oct 22 02:09:31.221 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.221 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.221 INFO kablam! | Oct 22 02:09:31.221 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.221 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.221 INFO kablam! ... Oct 22 02:09:31.221 INFO kablam! 2641 | rt_realloc_excess_used!(rt_primes_3bytes_8align_realloc_excess_used, 3, 8); Oct 22 02:09:31.221 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.222 INFO kablam! Oct 22 02:09:31.222 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.222 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.222 INFO kablam! | Oct 22 02:09:31.222 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.222 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.222 INFO kablam! ... Oct 22 02:09:31.222 INFO kablam! 2641 | rt_realloc_excess_used!(rt_primes_3bytes_8align_realloc_excess_used, 3, 8); Oct 22 02:09:31.222 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.222 INFO kablam! | Oct 22 02:09:31.222 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.222 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.222 INFO kablam! | Oct 22 02:09:31.222 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.222 INFO kablam! | Oct 22 02:09:31.222 INFO kablam! Oct 22 02:09:31.222 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.222 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.222 INFO kablam! | Oct 22 02:09:31.222 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.222 INFO kablam! | ^^^^^ Oct 22 02:09:31.222 INFO kablam! ... Oct 22 02:09:31.222 INFO kablam! 2654 | rt_realloc_excess_used!(rt_primes_7bytes_8align_realloc_excess_used, 7, 8); Oct 22 02:09:31.222 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.222 INFO kablam! | Oct 22 02:09:31.222 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.222 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.222 INFO kablam! | Oct 22 02:09:31.222 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.222 INFO kablam! | Oct 22 02:09:31.222 INFO kablam! Oct 22 02:09:31.222 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.222 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.222 INFO kablam! | Oct 22 02:09:31.222 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.222 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.222 INFO kablam! ... Oct 22 02:09:31.222 INFO kablam! 2654 | rt_realloc_excess_used!(rt_primes_7bytes_8align_realloc_excess_used, 7, 8); Oct 22 02:09:31.222 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.222 INFO kablam! Oct 22 02:09:31.222 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.222 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.222 INFO kablam! | Oct 22 02:09:31.222 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.222 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.222 INFO kablam! ... Oct 22 02:09:31.222 INFO kablam! 2654 | rt_realloc_excess_used!(rt_primes_7bytes_8align_realloc_excess_used, 7, 8); Oct 22 02:09:31.222 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.222 INFO kablam! | Oct 22 02:09:31.222 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.222 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.222 INFO kablam! | Oct 22 02:09:31.222 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.222 INFO kablam! | Oct 22 02:09:31.222 INFO kablam! Oct 22 02:09:31.222 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.222 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.222 INFO kablam! | Oct 22 02:09:31.222 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.222 INFO kablam! | ^^^^^ Oct 22 02:09:31.222 INFO kablam! ... Oct 22 02:09:31.222 INFO kablam! 2667 | rt_realloc_excess_used!(rt_primes_13bytes_8align_realloc_excess_used, 13, 8); Oct 22 02:09:31.222 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.222 INFO kablam! | Oct 22 02:09:31.222 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.222 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.222 INFO kablam! | Oct 22 02:09:31.222 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.222 INFO kablam! | Oct 22 02:09:31.222 INFO kablam! Oct 22 02:09:31.222 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.222 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.222 INFO kablam! | Oct 22 02:09:31.222 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.222 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.222 INFO kablam! ... Oct 22 02:09:31.222 INFO kablam! 2667 | rt_realloc_excess_used!(rt_primes_13bytes_8align_realloc_excess_used, 13, 8); Oct 22 02:09:31.222 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.222 INFO kablam! Oct 22 02:09:31.222 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.222 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.222 INFO kablam! | Oct 22 02:09:31.222 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.222 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.222 INFO kablam! ... Oct 22 02:09:31.222 INFO kablam! 2667 | rt_realloc_excess_used!(rt_primes_13bytes_8align_realloc_excess_used, 13, 8); Oct 22 02:09:31.222 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.223 INFO kablam! | Oct 22 02:09:31.223 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.223 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.223 INFO kablam! | Oct 22 02:09:31.223 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.223 INFO kablam! | Oct 22 02:09:31.223 INFO kablam! Oct 22 02:09:31.228 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.228 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.228 INFO kablam! | Oct 22 02:09:31.228 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.228 INFO kablam! | ^^^^^ Oct 22 02:09:31.228 INFO kablam! ... Oct 22 02:09:31.228 INFO kablam! 2680 | rt_realloc_excess_used!(rt_primes_17bytes_8align_realloc_excess_used, 17, 8); Oct 22 02:09:31.228 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.228 INFO kablam! | Oct 22 02:09:31.228 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.228 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.228 INFO kablam! | Oct 22 02:09:31.228 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.228 INFO kablam! | Oct 22 02:09:31.228 INFO kablam! Oct 22 02:09:31.228 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.228 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.228 INFO kablam! | Oct 22 02:09:31.228 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.228 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.228 INFO kablam! ... Oct 22 02:09:31.228 INFO kablam! 2680 | rt_realloc_excess_used!(rt_primes_17bytes_8align_realloc_excess_used, 17, 8); Oct 22 02:09:31.228 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.228 INFO kablam! Oct 22 02:09:31.228 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.228 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.228 INFO kablam! | Oct 22 02:09:31.228 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.228 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.228 INFO kablam! ... Oct 22 02:09:31.228 INFO kablam! 2680 | rt_realloc_excess_used!(rt_primes_17bytes_8align_realloc_excess_used, 17, 8); Oct 22 02:09:31.228 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.228 INFO kablam! | Oct 22 02:09:31.228 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.228 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.228 INFO kablam! | Oct 22 02:09:31.228 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.228 INFO kablam! | Oct 22 02:09:31.228 INFO kablam! Oct 22 02:09:31.228 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.228 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.228 INFO kablam! | Oct 22 02:09:31.228 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.228 INFO kablam! | ^^^^^ Oct 22 02:09:31.229 INFO kablam! ... Oct 22 02:09:31.229 INFO kablam! 2693 | rt_realloc_excess_used!(rt_primes_31bytes_8align_realloc_excess_used, 31, 8); Oct 22 02:09:31.229 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.229 INFO kablam! | Oct 22 02:09:31.229 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.229 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.229 INFO kablam! | Oct 22 02:09:31.229 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.229 INFO kablam! | Oct 22 02:09:31.229 INFO kablam! Oct 22 02:09:31.229 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.229 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.229 INFO kablam! | Oct 22 02:09:31.229 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.229 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.229 INFO kablam! ... Oct 22 02:09:31.229 INFO kablam! 2693 | rt_realloc_excess_used!(rt_primes_31bytes_8align_realloc_excess_used, 31, 8); Oct 22 02:09:31.229 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.229 INFO kablam! Oct 22 02:09:31.229 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.229 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.229 INFO kablam! | Oct 22 02:09:31.229 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.229 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.229 INFO kablam! ... Oct 22 02:09:31.229 INFO kablam! 2693 | rt_realloc_excess_used!(rt_primes_31bytes_8align_realloc_excess_used, 31, 8); Oct 22 02:09:31.229 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.229 INFO kablam! | Oct 22 02:09:31.229 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.229 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.229 INFO kablam! | Oct 22 02:09:31.229 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.229 INFO kablam! | Oct 22 02:09:31.229 INFO kablam! Oct 22 02:09:31.229 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.229 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.229 INFO kablam! | Oct 22 02:09:31.229 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.229 INFO kablam! | ^^^^^ Oct 22 02:09:31.229 INFO kablam! ... Oct 22 02:09:31.229 INFO kablam! 2706 | rt_realloc_excess_used!(rt_primes_61bytes_8align_realloc_excess_used, 61, 8); Oct 22 02:09:31.229 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.229 INFO kablam! | Oct 22 02:09:31.229 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.229 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.229 INFO kablam! | Oct 22 02:09:31.229 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.229 INFO kablam! | Oct 22 02:09:31.229 INFO kablam! Oct 22 02:09:31.229 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.229 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.229 INFO kablam! | Oct 22 02:09:31.229 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.229 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.229 INFO kablam! ... Oct 22 02:09:31.229 INFO kablam! 2706 | rt_realloc_excess_used!(rt_primes_61bytes_8align_realloc_excess_used, 61, 8); Oct 22 02:09:31.229 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.229 INFO kablam! Oct 22 02:09:31.236 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.236 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.236 INFO kablam! | Oct 22 02:09:31.236 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.236 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.236 INFO kablam! ... Oct 22 02:09:31.236 INFO kablam! 2706 | rt_realloc_excess_used!(rt_primes_61bytes_8align_realloc_excess_used, 61, 8); Oct 22 02:09:31.236 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.236 INFO kablam! | Oct 22 02:09:31.236 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.236 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.236 INFO kablam! | Oct 22 02:09:31.236 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.236 INFO kablam! | Oct 22 02:09:31.236 INFO kablam! Oct 22 02:09:31.236 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.236 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.236 INFO kablam! | Oct 22 02:09:31.236 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.236 INFO kablam! | ^^^^^ Oct 22 02:09:31.236 INFO kablam! ... Oct 22 02:09:31.236 INFO kablam! 2719 | rt_realloc_excess_used!(rt_primes_96bytes_8align_realloc_excess_used, 96, 8); Oct 22 02:09:31.236 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.236 INFO kablam! | Oct 22 02:09:31.236 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.236 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.236 INFO kablam! | Oct 22 02:09:31.236 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.236 INFO kablam! | Oct 22 02:09:31.236 INFO kablam! Oct 22 02:09:31.236 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.236 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.236 INFO kablam! | Oct 22 02:09:31.236 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.236 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.236 INFO kablam! ... Oct 22 02:09:31.236 INFO kablam! 2719 | rt_realloc_excess_used!(rt_primes_96bytes_8align_realloc_excess_used, 96, 8); Oct 22 02:09:31.236 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.236 INFO kablam! Oct 22 02:09:31.236 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.236 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.236 INFO kablam! | Oct 22 02:09:31.236 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.237 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.237 INFO kablam! ... Oct 22 02:09:31.237 INFO kablam! 2719 | rt_realloc_excess_used!(rt_primes_96bytes_8align_realloc_excess_used, 96, 8); Oct 22 02:09:31.237 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.237 INFO kablam! | Oct 22 02:09:31.237 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.237 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.237 INFO kablam! | Oct 22 02:09:31.237 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.237 INFO kablam! | Oct 22 02:09:31.237 INFO kablam! Oct 22 02:09:31.240 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.240 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.240 INFO kablam! | Oct 22 02:09:31.240 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.240 INFO kablam! | ^^^^^ Oct 22 02:09:31.240 INFO kablam! ... Oct 22 02:09:31.240 INFO kablam! 2732 | rt_realloc_excess_used!(rt_primes_127bytes_8align_realloc_excess_used, 127, 8); Oct 22 02:09:31.240 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.240 INFO kablam! | Oct 22 02:09:31.240 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.240 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.240 INFO kablam! | Oct 22 02:09:31.240 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.240 INFO kablam! | Oct 22 02:09:31.240 INFO kablam! Oct 22 02:09:31.240 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.240 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.240 INFO kablam! | Oct 22 02:09:31.240 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.240 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.240 INFO kablam! ... Oct 22 02:09:31.240 INFO kablam! 2732 | rt_realloc_excess_used!(rt_primes_127bytes_8align_realloc_excess_used, 127, 8); Oct 22 02:09:31.240 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.240 INFO kablam! Oct 22 02:09:31.240 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.240 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.240 INFO kablam! | Oct 22 02:09:31.240 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.240 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.240 INFO kablam! ... Oct 22 02:09:31.240 INFO kablam! 2732 | rt_realloc_excess_used!(rt_primes_127bytes_8align_realloc_excess_used, 127, 8); Oct 22 02:09:31.240 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.240 INFO kablam! | Oct 22 02:09:31.240 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.240 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.240 INFO kablam! | Oct 22 02:09:31.240 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.240 INFO kablam! | Oct 22 02:09:31.240 INFO kablam! Oct 22 02:09:31.240 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.240 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.240 INFO kablam! | Oct 22 02:09:31.240 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.240 INFO kablam! | ^^^^^ Oct 22 02:09:31.240 INFO kablam! ... Oct 22 02:09:31.240 INFO kablam! 2745 | rt_realloc_excess_used!(rt_primes_257bytes_8align_realloc_excess_used, 257, 8); Oct 22 02:09:31.240 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.240 INFO kablam! | Oct 22 02:09:31.240 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.240 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.240 INFO kablam! | Oct 22 02:09:31.240 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.240 INFO kablam! | Oct 22 02:09:31.240 INFO kablam! Oct 22 02:09:31.240 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.240 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.240 INFO kablam! | Oct 22 02:09:31.240 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.241 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.241 INFO kablam! ... Oct 22 02:09:31.241 INFO kablam! 2745 | rt_realloc_excess_used!(rt_primes_257bytes_8align_realloc_excess_used, 257, 8); Oct 22 02:09:31.241 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.241 INFO kablam! Oct 22 02:09:31.241 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.241 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.241 INFO kablam! | Oct 22 02:09:31.241 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.241 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.241 INFO kablam! ... Oct 22 02:09:31.241 INFO kablam! 2745 | rt_realloc_excess_used!(rt_primes_257bytes_8align_realloc_excess_used, 257, 8); Oct 22 02:09:31.241 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.241 INFO kablam! | Oct 22 02:09:31.241 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.241 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.241 INFO kablam! | Oct 22 02:09:31.241 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.241 INFO kablam! | Oct 22 02:09:31.241 INFO kablam! Oct 22 02:09:31.241 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.241 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.241 INFO kablam! | Oct 22 02:09:31.241 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.241 INFO kablam! | ^^^^^ Oct 22 02:09:31.241 INFO kablam! ... Oct 22 02:09:31.241 INFO kablam! 2758 | rt_realloc_excess_used!(rt_primes_509bytes_8align_realloc_excess_used, 509, 8); Oct 22 02:09:31.241 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.241 INFO kablam! | Oct 22 02:09:31.241 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.241 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.241 INFO kablam! | Oct 22 02:09:31.241 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.241 INFO kablam! | Oct 22 02:09:31.241 INFO kablam! Oct 22 02:09:31.248 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.248 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.248 INFO kablam! | Oct 22 02:09:31.248 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.248 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.248 INFO kablam! ... Oct 22 02:09:31.248 INFO kablam! 2758 | rt_realloc_excess_used!(rt_primes_509bytes_8align_realloc_excess_used, 509, 8); Oct 22 02:09:31.248 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.248 INFO kablam! Oct 22 02:09:31.248 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.248 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.248 INFO kablam! | Oct 22 02:09:31.248 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.248 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.248 INFO kablam! ... Oct 22 02:09:31.248 INFO kablam! 2758 | rt_realloc_excess_used!(rt_primes_509bytes_8align_realloc_excess_used, 509, 8); Oct 22 02:09:31.248 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.248 INFO kablam! | Oct 22 02:09:31.248 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.248 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.248 INFO kablam! | Oct 22 02:09:31.248 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.248 INFO kablam! | Oct 22 02:09:31.248 INFO kablam! Oct 22 02:09:31.248 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.248 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.248 INFO kablam! | Oct 22 02:09:31.248 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.248 INFO kablam! | ^^^^^ Oct 22 02:09:31.248 INFO kablam! ... Oct 22 02:09:31.248 INFO kablam! 2771 | rt_realloc_excess_used!(rt_primes_1021bytes_8align_realloc_excess_used, 1021, 8); Oct 22 02:09:31.248 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.248 INFO kablam! | Oct 22 02:09:31.248 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.248 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.248 INFO kablam! | Oct 22 02:09:31.248 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.248 INFO kablam! | Oct 22 02:09:31.248 INFO kablam! Oct 22 02:09:31.248 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.248 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.248 INFO kablam! | Oct 22 02:09:31.249 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.249 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.249 INFO kablam! ... Oct 22 02:09:31.249 INFO kablam! 2771 | rt_realloc_excess_used!(rt_primes_1021bytes_8align_realloc_excess_used, 1021, 8); Oct 22 02:09:31.249 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.249 INFO kablam! Oct 22 02:09:31.249 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.249 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.249 INFO kablam! | Oct 22 02:09:31.249 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.249 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.249 INFO kablam! ... Oct 22 02:09:31.249 INFO kablam! 2771 | rt_realloc_excess_used!(rt_primes_1021bytes_8align_realloc_excess_used, 1021, 8); Oct 22 02:09:31.249 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.249 INFO kablam! | Oct 22 02:09:31.249 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.249 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.249 INFO kablam! | Oct 22 02:09:31.249 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.249 INFO kablam! | Oct 22 02:09:31.249 INFO kablam! Oct 22 02:09:31.249 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.249 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.249 INFO kablam! | Oct 22 02:09:31.249 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.249 INFO kablam! | ^^^^^ Oct 22 02:09:31.249 INFO kablam! ... Oct 22 02:09:31.249 INFO kablam! 2784 | rt_realloc_excess_used!(rt_primes_2039bytes_8align_realloc_excess_used, 2039, 8); Oct 22 02:09:31.249 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.249 INFO kablam! | Oct 22 02:09:31.249 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.249 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.249 INFO kablam! | Oct 22 02:09:31.249 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.249 INFO kablam! | Oct 22 02:09:31.249 INFO kablam! Oct 22 02:09:31.249 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.249 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.249 INFO kablam! | Oct 22 02:09:31.249 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.249 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.249 INFO kablam! ... Oct 22 02:09:31.249 INFO kablam! 2784 | rt_realloc_excess_used!(rt_primes_2039bytes_8align_realloc_excess_used, 2039, 8); Oct 22 02:09:31.249 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.249 INFO kablam! Oct 22 02:09:31.249 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.249 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.249 INFO kablam! | Oct 22 02:09:31.249 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.249 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.249 INFO kablam! ... Oct 22 02:09:31.249 INFO kablam! 2784 | rt_realloc_excess_used!(rt_primes_2039bytes_8align_realloc_excess_used, 2039, 8); Oct 22 02:09:31.249 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.249 INFO kablam! | Oct 22 02:09:31.249 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.249 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.249 INFO kablam! | Oct 22 02:09:31.249 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.249 INFO kablam! | Oct 22 02:09:31.249 INFO kablam! Oct 22 02:09:31.249 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.249 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.249 INFO kablam! | Oct 22 02:09:31.249 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.249 INFO kablam! | ^^^^^ Oct 22 02:09:31.249 INFO kablam! ... Oct 22 02:09:31.249 INFO kablam! 2797 | rt_realloc_excess_used!(rt_primes_4093bytes_8align_realloc_excess_used, 4093, 8); Oct 22 02:09:31.249 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.249 INFO kablam! | Oct 22 02:09:31.249 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.249 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.249 INFO kablam! | Oct 22 02:09:31.249 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.249 INFO kablam! | Oct 22 02:09:31.249 INFO kablam! Oct 22 02:09:31.256 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.256 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.256 INFO kablam! | Oct 22 02:09:31.256 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.256 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.256 INFO kablam! ... Oct 22 02:09:31.256 INFO kablam! 2797 | rt_realloc_excess_used!(rt_primes_4093bytes_8align_realloc_excess_used, 4093, 8); Oct 22 02:09:31.256 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.256 INFO kablam! Oct 22 02:09:31.256 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.256 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.256 INFO kablam! | Oct 22 02:09:31.256 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.256 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.256 INFO kablam! ... Oct 22 02:09:31.256 INFO kablam! 2797 | rt_realloc_excess_used!(rt_primes_4093bytes_8align_realloc_excess_used, 4093, 8); Oct 22 02:09:31.256 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.256 INFO kablam! | Oct 22 02:09:31.256 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.256 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.256 INFO kablam! | Oct 22 02:09:31.256 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.256 INFO kablam! | Oct 22 02:09:31.256 INFO kablam! Oct 22 02:09:31.256 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.256 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.256 INFO kablam! | Oct 22 02:09:31.256 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.256 INFO kablam! | ^^^^^ Oct 22 02:09:31.256 INFO kablam! ... Oct 22 02:09:31.256 INFO kablam! 2810 | rt_realloc_excess_used!(rt_primes_8191bytes_8align_realloc_excess_used, 8191, 8); Oct 22 02:09:31.256 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.256 INFO kablam! | Oct 22 02:09:31.256 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.256 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.256 INFO kablam! | Oct 22 02:09:31.256 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.256 INFO kablam! | Oct 22 02:09:31.256 INFO kablam! Oct 22 02:09:31.256 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.257 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.257 INFO kablam! | Oct 22 02:09:31.257 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.257 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.257 INFO kablam! ... Oct 22 02:09:31.257 INFO kablam! 2810 | rt_realloc_excess_used!(rt_primes_8191bytes_8align_realloc_excess_used, 8191, 8); Oct 22 02:09:31.257 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.257 INFO kablam! Oct 22 02:09:31.257 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.257 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.257 INFO kablam! | Oct 22 02:09:31.257 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.257 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.257 INFO kablam! ... Oct 22 02:09:31.257 INFO kablam! 2810 | rt_realloc_excess_used!(rt_primes_8191bytes_8align_realloc_excess_used, 8191, 8); Oct 22 02:09:31.257 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.257 INFO kablam! | Oct 22 02:09:31.257 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.257 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.257 INFO kablam! | Oct 22 02:09:31.257 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.257 INFO kablam! | Oct 22 02:09:31.257 INFO kablam! Oct 22 02:09:31.257 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.257 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.257 INFO kablam! | Oct 22 02:09:31.257 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.257 INFO kablam! | ^^^^^ Oct 22 02:09:31.257 INFO kablam! ... Oct 22 02:09:31.257 INFO kablam! 2823 | rt_realloc_excess_used!(rt_primes_16381bytes_8align_realloc_excess_used, 16381, 8); Oct 22 02:09:31.257 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.257 INFO kablam! | Oct 22 02:09:31.257 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.257 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.257 INFO kablam! | Oct 22 02:09:31.257 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.257 INFO kablam! | Oct 22 02:09:31.257 INFO kablam! Oct 22 02:09:31.257 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.257 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.257 INFO kablam! | Oct 22 02:09:31.257 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.257 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.257 INFO kablam! ... Oct 22 02:09:31.257 INFO kablam! 2823 | rt_realloc_excess_used!(rt_primes_16381bytes_8align_realloc_excess_used, 16381, 8); Oct 22 02:09:31.257 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.257 INFO kablam! Oct 22 02:09:31.264 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.264 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.264 INFO kablam! | Oct 22 02:09:31.264 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.264 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.264 INFO kablam! ... Oct 22 02:09:31.264 INFO kablam! 2823 | rt_realloc_excess_used!(rt_primes_16381bytes_8align_realloc_excess_used, 16381, 8); Oct 22 02:09:31.264 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.264 INFO kablam! | Oct 22 02:09:31.264 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.264 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.264 INFO kablam! | Oct 22 02:09:31.264 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.264 INFO kablam! | Oct 22 02:09:31.264 INFO kablam! Oct 22 02:09:31.264 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.264 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.264 INFO kablam! | Oct 22 02:09:31.264 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.264 INFO kablam! | ^^^^^ Oct 22 02:09:31.264 INFO kablam! ... Oct 22 02:09:31.264 INFO kablam! 2836 | rt_realloc_excess_used!(rt_primes_32749bytes_8align_realloc_excess_used, 32749, 8); Oct 22 02:09:31.264 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.264 INFO kablam! | Oct 22 02:09:31.264 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.264 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.264 INFO kablam! | Oct 22 02:09:31.264 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.264 INFO kablam! | Oct 22 02:09:31.264 INFO kablam! Oct 22 02:09:31.264 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.264 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.264 INFO kablam! | Oct 22 02:09:31.264 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.264 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.264 INFO kablam! ... Oct 22 02:09:31.264 INFO kablam! 2836 | rt_realloc_excess_used!(rt_primes_32749bytes_8align_realloc_excess_used, 32749, 8); Oct 22 02:09:31.264 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.264 INFO kablam! Oct 22 02:09:31.264 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.264 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.264 INFO kablam! | Oct 22 02:09:31.264 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.265 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.265 INFO kablam! ... Oct 22 02:09:31.265 INFO kablam! 2836 | rt_realloc_excess_used!(rt_primes_32749bytes_8align_realloc_excess_used, 32749, 8); Oct 22 02:09:31.265 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.265 INFO kablam! | Oct 22 02:09:31.265 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.265 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.265 INFO kablam! | Oct 22 02:09:31.265 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.265 INFO kablam! | Oct 22 02:09:31.265 INFO kablam! Oct 22 02:09:31.265 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.265 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.265 INFO kablam! | Oct 22 02:09:31.265 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.265 INFO kablam! | ^^^^^ Oct 22 02:09:31.265 INFO kablam! ... Oct 22 02:09:31.265 INFO kablam! 2849 | rt_realloc_excess_used!(rt_primes_65537bytes_8align_realloc_excess_used, 65537, 8); Oct 22 02:09:31.265 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.265 INFO kablam! | Oct 22 02:09:31.265 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.265 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.265 INFO kablam! | Oct 22 02:09:31.265 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.265 INFO kablam! | Oct 22 02:09:31.265 INFO kablam! Oct 22 02:09:31.265 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.265 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.265 INFO kablam! | Oct 22 02:09:31.265 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.265 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.265 INFO kablam! ... Oct 22 02:09:31.265 INFO kablam! 2849 | rt_realloc_excess_used!(rt_primes_65537bytes_8align_realloc_excess_used, 65537, 8); Oct 22 02:09:31.265 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.265 INFO kablam! Oct 22 02:09:31.265 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.265 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.265 INFO kablam! | Oct 22 02:09:31.265 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.265 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.265 INFO kablam! ... Oct 22 02:09:31.265 INFO kablam! 2849 | rt_realloc_excess_used!(rt_primes_65537bytes_8align_realloc_excess_used, 65537, 8); Oct 22 02:09:31.265 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.265 INFO kablam! | Oct 22 02:09:31.265 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.265 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.265 INFO kablam! | Oct 22 02:09:31.265 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.265 INFO kablam! | Oct 22 02:09:31.265 INFO kablam! Oct 22 02:09:31.265 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.265 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.265 INFO kablam! | Oct 22 02:09:31.265 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.265 INFO kablam! | ^^^^^ Oct 22 02:09:31.265 INFO kablam! ... Oct 22 02:09:31.265 INFO kablam! 2862 | rt_realloc_excess_used!(rt_primes_131071bytes_8align_realloc_excess_used, 131071, 8); Oct 22 02:09:31.265 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.265 INFO kablam! | Oct 22 02:09:31.265 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.265 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.265 INFO kablam! | Oct 22 02:09:31.265 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.265 INFO kablam! | Oct 22 02:09:31.265 INFO kablam! Oct 22 02:09:31.265 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.265 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.265 INFO kablam! | Oct 22 02:09:31.265 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.265 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.265 INFO kablam! ... Oct 22 02:09:31.265 INFO kablam! 2862 | rt_realloc_excess_used!(rt_primes_131071bytes_8align_realloc_excess_used, 131071, 8); Oct 22 02:09:31.265 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.265 INFO kablam! Oct 22 02:09:31.265 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.265 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.265 INFO kablam! | Oct 22 02:09:31.265 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.265 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.265 INFO kablam! ... Oct 22 02:09:31.266 INFO kablam! 2862 | rt_realloc_excess_used!(rt_primes_131071bytes_8align_realloc_excess_used, 131071, 8); Oct 22 02:09:31.266 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.266 INFO kablam! | Oct 22 02:09:31.266 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.266 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.266 INFO kablam! | Oct 22 02:09:31.266 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.266 INFO kablam! | Oct 22 02:09:31.266 INFO kablam! Oct 22 02:09:31.276 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.276 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.276 INFO kablam! | Oct 22 02:09:31.276 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.276 INFO kablam! | ^^^^^ Oct 22 02:09:31.276 INFO kablam! ... Oct 22 02:09:31.276 INFO kablam! 2875 | rt_realloc_excess_used!(rt_primes_4194301bytes_8align_realloc_excess_used, 4194301, 8); Oct 22 02:09:31.276 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.276 INFO kablam! | Oct 22 02:09:31.276 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.276 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.276 INFO kablam! | Oct 22 02:09:31.276 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.276 INFO kablam! | Oct 22 02:09:31.276 INFO kablam! Oct 22 02:09:31.276 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.276 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.276 INFO kablam! | Oct 22 02:09:31.276 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.276 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.276 INFO kablam! ... Oct 22 02:09:31.276 INFO kablam! 2875 | rt_realloc_excess_used!(rt_primes_4194301bytes_8align_realloc_excess_used, 4194301, 8); Oct 22 02:09:31.276 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.276 INFO kablam! Oct 22 02:09:31.276 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.276 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.276 INFO kablam! | Oct 22 02:09:31.276 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.276 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.276 INFO kablam! ... Oct 22 02:09:31.276 INFO kablam! 2875 | rt_realloc_excess_used!(rt_primes_4194301bytes_8align_realloc_excess_used, 4194301, 8); Oct 22 02:09:31.276 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.276 INFO kablam! | Oct 22 02:09:31.276 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.276 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.276 INFO kablam! | Oct 22 02:09:31.276 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.276 INFO kablam! | Oct 22 02:09:31.276 INFO kablam! Oct 22 02:09:31.276 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.276 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.276 INFO kablam! | Oct 22 02:09:31.276 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.276 INFO kablam! | ^^^^^ Oct 22 02:09:31.276 INFO kablam! ... Oct 22 02:09:31.277 INFO kablam! 2891 | rt_realloc_excess_used!(rt_pow2_1bytes_16align_realloc_excess_used, 1, 16); Oct 22 02:09:31.277 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.277 INFO kablam! | Oct 22 02:09:31.277 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.277 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.277 INFO kablam! | Oct 22 02:09:31.277 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.277 INFO kablam! | Oct 22 02:09:31.277 INFO kablam! Oct 22 02:09:31.277 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.277 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.277 INFO kablam! | Oct 22 02:09:31.277 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.277 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.277 INFO kablam! ... Oct 22 02:09:31.277 INFO kablam! 2891 | rt_realloc_excess_used!(rt_pow2_1bytes_16align_realloc_excess_used, 1, 16); Oct 22 02:09:31.277 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.277 INFO kablam! Oct 22 02:09:31.277 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.277 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.277 INFO kablam! | Oct 22 02:09:31.277 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.277 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.277 INFO kablam! ... Oct 22 02:09:31.277 INFO kablam! 2891 | rt_realloc_excess_used!(rt_pow2_1bytes_16align_realloc_excess_used, 1, 16); Oct 22 02:09:31.277 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.277 INFO kablam! | Oct 22 02:09:31.277 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.277 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.277 INFO kablam! | Oct 22 02:09:31.277 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.277 INFO kablam! | Oct 22 02:09:31.277 INFO kablam! Oct 22 02:09:31.277 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.277 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.277 INFO kablam! | Oct 22 02:09:31.277 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.277 INFO kablam! | ^^^^^ Oct 22 02:09:31.277 INFO kablam! ... Oct 22 02:09:31.277 INFO kablam! 2904 | rt_realloc_excess_used!(rt_pow2_2bytes_16align_realloc_excess_used, 2, 16); Oct 22 02:09:31.277 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.277 INFO kablam! | Oct 22 02:09:31.277 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.277 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.277 INFO kablam! | Oct 22 02:09:31.277 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.277 INFO kablam! | Oct 22 02:09:31.277 INFO kablam! Oct 22 02:09:31.277 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.277 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.277 INFO kablam! | Oct 22 02:09:31.277 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.277 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.277 INFO kablam! ... Oct 22 02:09:31.277 INFO kablam! 2904 | rt_realloc_excess_used!(rt_pow2_2bytes_16align_realloc_excess_used, 2, 16); Oct 22 02:09:31.277 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.277 INFO kablam! Oct 22 02:09:31.277 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.277 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.277 INFO kablam! | Oct 22 02:09:31.277 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.277 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.277 INFO kablam! ... Oct 22 02:09:31.277 INFO kablam! 2904 | rt_realloc_excess_used!(rt_pow2_2bytes_16align_realloc_excess_used, 2, 16); Oct 22 02:09:31.277 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.277 INFO kablam! | Oct 22 02:09:31.277 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.277 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.277 INFO kablam! | Oct 22 02:09:31.277 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.277 INFO kablam! | Oct 22 02:09:31.277 INFO kablam! Oct 22 02:09:31.277 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.277 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.277 INFO kablam! | Oct 22 02:09:31.277 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.277 INFO kablam! | ^^^^^ Oct 22 02:09:31.277 INFO kablam! ... Oct 22 02:09:31.277 INFO kablam! 2917 | rt_realloc_excess_used!(rt_pow2_4bytes_16align_realloc_excess_used, 4, 16); Oct 22 02:09:31.277 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.277 INFO kablam! | Oct 22 02:09:31.277 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.277 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.277 INFO kablam! | Oct 22 02:09:31.277 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.277 INFO kablam! | Oct 22 02:09:31.278 INFO kablam! Oct 22 02:09:31.284 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.284 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.284 INFO kablam! | Oct 22 02:09:31.284 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.284 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.284 INFO kablam! ... Oct 22 02:09:31.284 INFO kablam! 2917 | rt_realloc_excess_used!(rt_pow2_4bytes_16align_realloc_excess_used, 4, 16); Oct 22 02:09:31.284 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.284 INFO kablam! Oct 22 02:09:31.284 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.284 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.284 INFO kablam! | Oct 22 02:09:31.284 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.284 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.284 INFO kablam! ... Oct 22 02:09:31.284 INFO kablam! 2917 | rt_realloc_excess_used!(rt_pow2_4bytes_16align_realloc_excess_used, 4, 16); Oct 22 02:09:31.284 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.284 INFO kablam! | Oct 22 02:09:31.284 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.284 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.284 INFO kablam! | Oct 22 02:09:31.284 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.284 INFO kablam! | Oct 22 02:09:31.284 INFO kablam! Oct 22 02:09:31.284 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.284 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.284 INFO kablam! | Oct 22 02:09:31.284 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.284 INFO kablam! | ^^^^^ Oct 22 02:09:31.284 INFO kablam! ... Oct 22 02:09:31.284 INFO kablam! 2930 | rt_realloc_excess_used!(rt_pow2_8bytes_16align_realloc_excess_used, 8, 16); Oct 22 02:09:31.284 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.284 INFO kablam! | Oct 22 02:09:31.284 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.284 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.284 INFO kablam! | Oct 22 02:09:31.284 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.284 INFO kablam! | Oct 22 02:09:31.284 INFO kablam! Oct 22 02:09:31.284 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.284 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.284 INFO kablam! | Oct 22 02:09:31.284 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.284 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.284 INFO kablam! ... Oct 22 02:09:31.284 INFO kablam! 2930 | rt_realloc_excess_used!(rt_pow2_8bytes_16align_realloc_excess_used, 8, 16); Oct 22 02:09:31.284 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.285 INFO kablam! Oct 22 02:09:31.285 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.285 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.285 INFO kablam! | Oct 22 02:09:31.285 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.285 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.285 INFO kablam! ... Oct 22 02:09:31.285 INFO kablam! 2930 | rt_realloc_excess_used!(rt_pow2_8bytes_16align_realloc_excess_used, 8, 16); Oct 22 02:09:31.285 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.285 INFO kablam! | Oct 22 02:09:31.285 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.285 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.285 INFO kablam! | Oct 22 02:09:31.285 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.285 INFO kablam! | Oct 22 02:09:31.285 INFO kablam! Oct 22 02:09:31.285 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.285 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.285 INFO kablam! | Oct 22 02:09:31.285 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.285 INFO kablam! | ^^^^^ Oct 22 02:09:31.285 INFO kablam! ... Oct 22 02:09:31.285 INFO kablam! 2943 | rt_realloc_excess_used!(rt_pow2_16bytes_16align_realloc_excess_used, 16, 16); Oct 22 02:09:31.285 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.285 INFO kablam! | Oct 22 02:09:31.285 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.285 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.285 INFO kablam! | Oct 22 02:09:31.285 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.285 INFO kablam! | Oct 22 02:09:31.285 INFO kablam! Oct 22 02:09:31.292 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.292 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.292 INFO kablam! | Oct 22 02:09:31.292 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.292 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.292 INFO kablam! ... Oct 22 02:09:31.292 INFO kablam! 2943 | rt_realloc_excess_used!(rt_pow2_16bytes_16align_realloc_excess_used, 16, 16); Oct 22 02:09:31.292 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.292 INFO kablam! Oct 22 02:09:31.292 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.292 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.292 INFO kablam! | Oct 22 02:09:31.292 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.292 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.292 INFO kablam! ... Oct 22 02:09:31.292 INFO kablam! 2943 | rt_realloc_excess_used!(rt_pow2_16bytes_16align_realloc_excess_used, 16, 16); Oct 22 02:09:31.292 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.292 INFO kablam! | Oct 22 02:09:31.292 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.292 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.292 INFO kablam! | Oct 22 02:09:31.292 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.292 INFO kablam! | Oct 22 02:09:31.292 INFO kablam! Oct 22 02:09:31.292 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.292 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.292 INFO kablam! | Oct 22 02:09:31.292 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.292 INFO kablam! | ^^^^^ Oct 22 02:09:31.292 INFO kablam! ... Oct 22 02:09:31.292 INFO kablam! 2956 | rt_realloc_excess_used!(rt_pow2_32bytes_16align_realloc_excess_used, 32, 16); Oct 22 02:09:31.292 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.292 INFO kablam! | Oct 22 02:09:31.292 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.292 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.292 INFO kablam! | Oct 22 02:09:31.292 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.292 INFO kablam! | Oct 22 02:09:31.292 INFO kablam! Oct 22 02:09:31.292 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.292 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.292 INFO kablam! | Oct 22 02:09:31.292 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.292 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.292 INFO kablam! ... Oct 22 02:09:31.293 INFO kablam! 2956 | rt_realloc_excess_used!(rt_pow2_32bytes_16align_realloc_excess_used, 32, 16); Oct 22 02:09:31.293 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.293 INFO kablam! Oct 22 02:09:31.293 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.293 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.293 INFO kablam! | Oct 22 02:09:31.293 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.293 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.293 INFO kablam! ... Oct 22 02:09:31.293 INFO kablam! 2956 | rt_realloc_excess_used!(rt_pow2_32bytes_16align_realloc_excess_used, 32, 16); Oct 22 02:09:31.293 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.293 INFO kablam! | Oct 22 02:09:31.293 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.293 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.293 INFO kablam! | Oct 22 02:09:31.293 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.293 INFO kablam! | Oct 22 02:09:31.293 INFO kablam! Oct 22 02:09:31.293 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.293 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.293 INFO kablam! | Oct 22 02:09:31.293 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.293 INFO kablam! | ^^^^^ Oct 22 02:09:31.293 INFO kablam! ... Oct 22 02:09:31.293 INFO kablam! 2969 | rt_realloc_excess_used!(rt_pow2_64bytes_16align_realloc_excess_used, 64, 16); Oct 22 02:09:31.293 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.293 INFO kablam! | Oct 22 02:09:31.293 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.293 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.293 INFO kablam! | Oct 22 02:09:31.293 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.293 INFO kablam! | Oct 22 02:09:31.293 INFO kablam! Oct 22 02:09:31.293 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.293 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.293 INFO kablam! | Oct 22 02:09:31.293 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.293 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.293 INFO kablam! ... Oct 22 02:09:31.293 INFO kablam! 2969 | rt_realloc_excess_used!(rt_pow2_64bytes_16align_realloc_excess_used, 64, 16); Oct 22 02:09:31.293 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.293 INFO kablam! Oct 22 02:09:31.293 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.293 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.293 INFO kablam! | Oct 22 02:09:31.293 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.293 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.293 INFO kablam! ... Oct 22 02:09:31.293 INFO kablam! 2969 | rt_realloc_excess_used!(rt_pow2_64bytes_16align_realloc_excess_used, 64, 16); Oct 22 02:09:31.293 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.293 INFO kablam! | Oct 22 02:09:31.293 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.293 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.293 INFO kablam! | Oct 22 02:09:31.293 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.293 INFO kablam! | Oct 22 02:09:31.293 INFO kablam! Oct 22 02:09:31.293 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.293 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.293 INFO kablam! | Oct 22 02:09:31.293 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.293 INFO kablam! | ^^^^^ Oct 22 02:09:31.293 INFO kablam! ... Oct 22 02:09:31.293 INFO kablam! 2982 | rt_realloc_excess_used!(rt_pow2_128bytes_16align_realloc_excess_used, 128, 16); Oct 22 02:09:31.293 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.293 INFO kablam! | Oct 22 02:09:31.293 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.293 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.293 INFO kablam! | Oct 22 02:09:31.293 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.293 INFO kablam! | Oct 22 02:09:31.293 INFO kablam! Oct 22 02:09:31.293 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.293 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.293 INFO kablam! | Oct 22 02:09:31.293 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.293 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.293 INFO kablam! ... Oct 22 02:09:31.293 INFO kablam! 2982 | rt_realloc_excess_used!(rt_pow2_128bytes_16align_realloc_excess_used, 128, 16); Oct 22 02:09:31.293 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.293 INFO kablam! Oct 22 02:09:31.293 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.293 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.293 INFO kablam! | Oct 22 02:09:31.294 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.294 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.294 INFO kablam! ... Oct 22 02:09:31.294 INFO kablam! 2982 | rt_realloc_excess_used!(rt_pow2_128bytes_16align_realloc_excess_used, 128, 16); Oct 22 02:09:31.294 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.294 INFO kablam! | Oct 22 02:09:31.294 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.294 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.294 INFO kablam! | Oct 22 02:09:31.294 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.294 INFO kablam! | Oct 22 02:09:31.294 INFO kablam! Oct 22 02:09:31.294 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.294 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.294 INFO kablam! | Oct 22 02:09:31.294 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.294 INFO kablam! | ^^^^^ Oct 22 02:09:31.294 INFO kablam! ... Oct 22 02:09:31.294 INFO kablam! 2995 | rt_realloc_excess_used!(rt_pow2_256bytes_16align_realloc_excess_used, 256, 16); Oct 22 02:09:31.294 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.294 INFO kablam! | Oct 22 02:09:31.294 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.294 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.294 INFO kablam! | Oct 22 02:09:31.294 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.294 INFO kablam! | Oct 22 02:09:31.294 INFO kablam! Oct 22 02:09:31.296 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.296 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.296 INFO kablam! | Oct 22 02:09:31.296 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.296 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.296 INFO kablam! ... Oct 22 02:09:31.296 INFO kablam! 2995 | rt_realloc_excess_used!(rt_pow2_256bytes_16align_realloc_excess_used, 256, 16); Oct 22 02:09:31.296 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.296 INFO kablam! Oct 22 02:09:31.296 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.296 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.296 INFO kablam! | Oct 22 02:09:31.296 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.296 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.296 INFO kablam! ... Oct 22 02:09:31.296 INFO kablam! 2995 | rt_realloc_excess_used!(rt_pow2_256bytes_16align_realloc_excess_used, 256, 16); Oct 22 02:09:31.296 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.296 INFO kablam! | Oct 22 02:09:31.296 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.296 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.296 INFO kablam! | Oct 22 02:09:31.296 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.296 INFO kablam! | Oct 22 02:09:31.296 INFO kablam! Oct 22 02:09:31.304 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.304 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.304 INFO kablam! | Oct 22 02:09:31.304 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.304 INFO kablam! | ^^^^^ Oct 22 02:09:31.304 INFO kablam! ... Oct 22 02:09:31.304 INFO kablam! 3008 | rt_realloc_excess_used!(rt_pow2_512bytes_16align_realloc_excess_used, 512, 16); Oct 22 02:09:31.304 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.304 INFO kablam! | Oct 22 02:09:31.304 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.304 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.304 INFO kablam! | Oct 22 02:09:31.304 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.304 INFO kablam! | Oct 22 02:09:31.304 INFO kablam! Oct 22 02:09:31.304 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.304 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.304 INFO kablam! | Oct 22 02:09:31.304 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.304 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.304 INFO kablam! ... Oct 22 02:09:31.304 INFO kablam! 3008 | rt_realloc_excess_used!(rt_pow2_512bytes_16align_realloc_excess_used, 512, 16); Oct 22 02:09:31.304 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.304 INFO kablam! Oct 22 02:09:31.304 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.304 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.304 INFO kablam! | Oct 22 02:09:31.304 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.304 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.304 INFO kablam! ... Oct 22 02:09:31.304 INFO kablam! 3008 | rt_realloc_excess_used!(rt_pow2_512bytes_16align_realloc_excess_used, 512, 16); Oct 22 02:09:31.304 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.304 INFO kablam! | Oct 22 02:09:31.304 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.304 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.304 INFO kablam! | Oct 22 02:09:31.304 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.304 INFO kablam! | Oct 22 02:09:31.304 INFO kablam! Oct 22 02:09:31.304 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.304 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.304 INFO kablam! | Oct 22 02:09:31.304 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.304 INFO kablam! | ^^^^^ Oct 22 02:09:31.304 INFO kablam! ... Oct 22 02:09:31.304 INFO kablam! 3021 | rt_realloc_excess_used!(rt_pow2_1024bytes_16align_realloc_excess_used, 1024, 16); Oct 22 02:09:31.304 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.304 INFO kablam! | Oct 22 02:09:31.304 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.304 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.304 INFO kablam! | Oct 22 02:09:31.304 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.304 INFO kablam! | Oct 22 02:09:31.304 INFO kablam! Oct 22 02:09:31.304 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.304 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.304 INFO kablam! | Oct 22 02:09:31.304 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.304 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.304 INFO kablam! ... Oct 22 02:09:31.304 INFO kablam! 3021 | rt_realloc_excess_used!(rt_pow2_1024bytes_16align_realloc_excess_used, 1024, 16); Oct 22 02:09:31.304 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.304 INFO kablam! Oct 22 02:09:31.304 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.304 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.304 INFO kablam! | Oct 22 02:09:31.304 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.304 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.304 INFO kablam! ... Oct 22 02:09:31.304 INFO kablam! 3021 | rt_realloc_excess_used!(rt_pow2_1024bytes_16align_realloc_excess_used, 1024, 16); Oct 22 02:09:31.304 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.304 INFO kablam! | Oct 22 02:09:31.304 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.304 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.305 INFO kablam! | Oct 22 02:09:31.305 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.305 INFO kablam! | Oct 22 02:09:31.305 INFO kablam! Oct 22 02:09:31.305 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.305 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.305 INFO kablam! | Oct 22 02:09:31.305 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.305 INFO kablam! | ^^^^^ Oct 22 02:09:31.305 INFO kablam! ... Oct 22 02:09:31.305 INFO kablam! 3034 | rt_realloc_excess_used!(rt_pow2_2048bytes_16align_realloc_excess_used, 2048, 16); Oct 22 02:09:31.305 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.305 INFO kablam! | Oct 22 02:09:31.305 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.305 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.305 INFO kablam! | Oct 22 02:09:31.305 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.305 INFO kablam! | Oct 22 02:09:31.305 INFO kablam! Oct 22 02:09:31.309 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.309 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.309 INFO kablam! | Oct 22 02:09:31.309 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.309 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.309 INFO kablam! ... Oct 22 02:09:31.309 INFO kablam! 3034 | rt_realloc_excess_used!(rt_pow2_2048bytes_16align_realloc_excess_used, 2048, 16); Oct 22 02:09:31.309 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.309 INFO kablam! Oct 22 02:09:31.309 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.309 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.309 INFO kablam! | Oct 22 02:09:31.309 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.309 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.309 INFO kablam! ... Oct 22 02:09:31.309 INFO kablam! 3034 | rt_realloc_excess_used!(rt_pow2_2048bytes_16align_realloc_excess_used, 2048, 16); Oct 22 02:09:31.309 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.309 INFO kablam! | Oct 22 02:09:31.309 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.309 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.309 INFO kablam! | Oct 22 02:09:31.309 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.309 INFO kablam! | Oct 22 02:09:31.309 INFO kablam! Oct 22 02:09:31.309 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.309 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.309 INFO kablam! | Oct 22 02:09:31.309 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.309 INFO kablam! | ^^^^^ Oct 22 02:09:31.309 INFO kablam! ... Oct 22 02:09:31.309 INFO kablam! 3047 | rt_realloc_excess_used!(rt_pow2_4096bytes_16align_realloc_excess_used, 4096, 16); Oct 22 02:09:31.309 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.309 INFO kablam! | Oct 22 02:09:31.309 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.309 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.309 INFO kablam! | Oct 22 02:09:31.309 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.309 INFO kablam! | Oct 22 02:09:31.309 INFO kablam! Oct 22 02:09:31.309 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.309 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.309 INFO kablam! | Oct 22 02:09:31.309 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.309 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.309 INFO kablam! ... Oct 22 02:09:31.309 INFO kablam! 3047 | rt_realloc_excess_used!(rt_pow2_4096bytes_16align_realloc_excess_used, 4096, 16); Oct 22 02:09:31.309 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.309 INFO kablam! Oct 22 02:09:31.309 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.309 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.309 INFO kablam! | Oct 22 02:09:31.309 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.309 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.309 INFO kablam! ... Oct 22 02:09:31.309 INFO kablam! 3047 | rt_realloc_excess_used!(rt_pow2_4096bytes_16align_realloc_excess_used, 4096, 16); Oct 22 02:09:31.309 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.309 INFO kablam! | Oct 22 02:09:31.309 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.309 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.310 INFO kablam! | Oct 22 02:09:31.310 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.310 INFO kablam! | Oct 22 02:09:31.310 INFO kablam! Oct 22 02:09:31.310 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.310 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.310 INFO kablam! | Oct 22 02:09:31.310 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.310 INFO kablam! | ^^^^^ Oct 22 02:09:31.310 INFO kablam! ... Oct 22 02:09:31.310 INFO kablam! 3060 | rt_realloc_excess_used!(rt_pow2_8192bytes_16align_realloc_excess_used, 8192, 16); Oct 22 02:09:31.310 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.310 INFO kablam! | Oct 22 02:09:31.310 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.310 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.310 INFO kablam! | Oct 22 02:09:31.310 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.310 INFO kablam! | Oct 22 02:09:31.310 INFO kablam! Oct 22 02:09:31.310 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.310 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.310 INFO kablam! | Oct 22 02:09:31.310 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.310 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.310 INFO kablam! ... Oct 22 02:09:31.310 INFO kablam! 3060 | rt_realloc_excess_used!(rt_pow2_8192bytes_16align_realloc_excess_used, 8192, 16); Oct 22 02:09:31.310 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.310 INFO kablam! Oct 22 02:09:31.312 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.312 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.312 INFO kablam! | Oct 22 02:09:31.312 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.312 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.312 INFO kablam! ... Oct 22 02:09:31.312 INFO kablam! 3060 | rt_realloc_excess_used!(rt_pow2_8192bytes_16align_realloc_excess_used, 8192, 16); Oct 22 02:09:31.312 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.312 INFO kablam! | Oct 22 02:09:31.312 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.312 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.312 INFO kablam! | Oct 22 02:09:31.312 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.312 INFO kablam! | Oct 22 02:09:31.312 INFO kablam! Oct 22 02:09:31.312 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.312 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.312 INFO kablam! | Oct 22 02:09:31.312 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.312 INFO kablam! | ^^^^^ Oct 22 02:09:31.312 INFO kablam! ... Oct 22 02:09:31.312 INFO kablam! 3073 | rt_realloc_excess_used!(rt_pow2_16384bytes_16align_realloc_excess_used, 16384, 16); Oct 22 02:09:31.312 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.312 INFO kablam! | Oct 22 02:09:31.313 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.313 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.313 INFO kablam! | Oct 22 02:09:31.313 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.313 INFO kablam! | Oct 22 02:09:31.313 INFO kablam! Oct 22 02:09:31.313 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.313 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.313 INFO kablam! | Oct 22 02:09:31.313 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.313 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.313 INFO kablam! ... Oct 22 02:09:31.313 INFO kablam! 3073 | rt_realloc_excess_used!(rt_pow2_16384bytes_16align_realloc_excess_used, 16384, 16); Oct 22 02:09:31.313 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.313 INFO kablam! Oct 22 02:09:31.317 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.317 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.317 INFO kablam! | Oct 22 02:09:31.318 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.318 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.318 INFO kablam! ... Oct 22 02:09:31.318 INFO kablam! 3073 | rt_realloc_excess_used!(rt_pow2_16384bytes_16align_realloc_excess_used, 16384, 16); Oct 22 02:09:31.318 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.318 INFO kablam! | Oct 22 02:09:31.318 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.318 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.318 INFO kablam! | Oct 22 02:09:31.318 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.318 INFO kablam! | Oct 22 02:09:31.318 INFO kablam! Oct 22 02:09:31.318 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.318 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.318 INFO kablam! | Oct 22 02:09:31.318 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.318 INFO kablam! | ^^^^^ Oct 22 02:09:31.318 INFO kablam! ... Oct 22 02:09:31.318 INFO kablam! 3086 | rt_realloc_excess_used!(rt_pow2_32768bytes_16align_realloc_excess_used, 32768, 16); Oct 22 02:09:31.318 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.318 INFO kablam! | Oct 22 02:09:31.318 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.318 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.318 INFO kablam! | Oct 22 02:09:31.318 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.318 INFO kablam! | Oct 22 02:09:31.318 INFO kablam! Oct 22 02:09:31.318 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.318 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.318 INFO kablam! | Oct 22 02:09:31.318 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.318 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.318 INFO kablam! ... Oct 22 02:09:31.318 INFO kablam! 3086 | rt_realloc_excess_used!(rt_pow2_32768bytes_16align_realloc_excess_used, 32768, 16); Oct 22 02:09:31.318 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.318 INFO kablam! Oct 22 02:09:31.318 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.318 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.318 INFO kablam! | Oct 22 02:09:31.318 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.318 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.318 INFO kablam! ... Oct 22 02:09:31.318 INFO kablam! 3086 | rt_realloc_excess_used!(rt_pow2_32768bytes_16align_realloc_excess_used, 32768, 16); Oct 22 02:09:31.318 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.318 INFO kablam! | Oct 22 02:09:31.318 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.318 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.318 INFO kablam! | Oct 22 02:09:31.318 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.318 INFO kablam! | Oct 22 02:09:31.318 INFO kablam! Oct 22 02:09:31.318 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.318 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.318 INFO kablam! | Oct 22 02:09:31.318 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.318 INFO kablam! | ^^^^^ Oct 22 02:09:31.318 INFO kablam! ... Oct 22 02:09:31.318 INFO kablam! 3099 | rt_realloc_excess_used!(rt_pow2_65536bytes_16align_realloc_excess_used, 65536, 16); Oct 22 02:09:31.318 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.318 INFO kablam! | Oct 22 02:09:31.318 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.318 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.318 INFO kablam! | Oct 22 02:09:31.318 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.318 INFO kablam! | Oct 22 02:09:31.318 INFO kablam! Oct 22 02:09:31.318 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.318 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.318 INFO kablam! | Oct 22 02:09:31.318 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.318 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.318 INFO kablam! ... Oct 22 02:09:31.318 INFO kablam! 3099 | rt_realloc_excess_used!(rt_pow2_65536bytes_16align_realloc_excess_used, 65536, 16); Oct 22 02:09:31.318 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.318 INFO kablam! Oct 22 02:09:31.326 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.326 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.326 INFO kablam! | Oct 22 02:09:31.326 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.326 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.326 INFO kablam! ... Oct 22 02:09:31.326 INFO kablam! 3099 | rt_realloc_excess_used!(rt_pow2_65536bytes_16align_realloc_excess_used, 65536, 16); Oct 22 02:09:31.326 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.326 INFO kablam! | Oct 22 02:09:31.326 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.326 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.326 INFO kablam! | Oct 22 02:09:31.326 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.326 INFO kablam! | Oct 22 02:09:31.326 INFO kablam! Oct 22 02:09:31.326 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.326 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.326 INFO kablam! | Oct 22 02:09:31.326 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.326 INFO kablam! | ^^^^^ Oct 22 02:09:31.326 INFO kablam! ... Oct 22 02:09:31.326 INFO kablam! 3112 | rt_realloc_excess_used!(rt_pow2_131072bytes_16align_realloc_excess_used, 131072, 16); Oct 22 02:09:31.326 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.326 INFO kablam! | Oct 22 02:09:31.326 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.326 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.326 INFO kablam! | Oct 22 02:09:31.326 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.326 INFO kablam! | Oct 22 02:09:31.326 INFO kablam! Oct 22 02:09:31.326 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.326 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.326 INFO kablam! | Oct 22 02:09:31.326 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.326 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.326 INFO kablam! ... Oct 22 02:09:31.326 INFO kablam! 3112 | rt_realloc_excess_used!(rt_pow2_131072bytes_16align_realloc_excess_used, 131072, 16); Oct 22 02:09:31.326 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.326 INFO kablam! Oct 22 02:09:31.326 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.326 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.326 INFO kablam! | Oct 22 02:09:31.326 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.326 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.326 INFO kablam! ... Oct 22 02:09:31.326 INFO kablam! 3112 | rt_realloc_excess_used!(rt_pow2_131072bytes_16align_realloc_excess_used, 131072, 16); Oct 22 02:09:31.326 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.326 INFO kablam! | Oct 22 02:09:31.326 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.326 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.326 INFO kablam! | Oct 22 02:09:31.326 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.327 INFO kablam! | Oct 22 02:09:31.327 INFO kablam! Oct 22 02:09:31.327 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.327 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.327 INFO kablam! | Oct 22 02:09:31.327 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.327 INFO kablam! | ^^^^^ Oct 22 02:09:31.327 INFO kablam! ... Oct 22 02:09:31.327 INFO kablam! 3125 | rt_realloc_excess_used!(rt_pow2_4194304bytes_16align_realloc_excess_used, 4194304, 16); Oct 22 02:09:31.327 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.327 INFO kablam! | Oct 22 02:09:31.327 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.327 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.327 INFO kablam! | Oct 22 02:09:31.327 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.327 INFO kablam! | Oct 22 02:09:31.327 INFO kablam! Oct 22 02:09:31.327 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.327 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.327 INFO kablam! | Oct 22 02:09:31.327 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.327 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.327 INFO kablam! ... Oct 22 02:09:31.327 INFO kablam! 3125 | rt_realloc_excess_used!(rt_pow2_4194304bytes_16align_realloc_excess_used, 4194304, 16); Oct 22 02:09:31.327 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.327 INFO kablam! Oct 22 02:09:31.340 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.340 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.340 INFO kablam! | Oct 22 02:09:31.340 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.340 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.340 INFO kablam! ... Oct 22 02:09:31.340 INFO kablam! 3125 | rt_realloc_excess_used!(rt_pow2_4194304bytes_16align_realloc_excess_used, 4194304, 16); Oct 22 02:09:31.340 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.340 INFO kablam! | Oct 22 02:09:31.340 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.340 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.340 INFO kablam! | Oct 22 02:09:31.340 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.340 INFO kablam! | Oct 22 02:09:31.340 INFO kablam! Oct 22 02:09:31.340 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.340 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.340 INFO kablam! | Oct 22 02:09:31.340 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.340 INFO kablam! | ^^^^^ Oct 22 02:09:31.340 INFO kablam! ... Oct 22 02:09:31.340 INFO kablam! 3139 | rt_realloc_excess_used!(rt_even_10bytes_16align_realloc_excess_used, 10, 16); Oct 22 02:09:31.340 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.340 INFO kablam! | Oct 22 02:09:31.340 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.340 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.340 INFO kablam! | Oct 22 02:09:31.340 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.340 INFO kablam! | Oct 22 02:09:31.340 INFO kablam! Oct 22 02:09:31.340 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.340 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.340 INFO kablam! | Oct 22 02:09:31.340 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.340 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.340 INFO kablam! ... Oct 22 02:09:31.340 INFO kablam! 3139 | rt_realloc_excess_used!(rt_even_10bytes_16align_realloc_excess_used, 10, 16); Oct 22 02:09:31.340 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.340 INFO kablam! Oct 22 02:09:31.340 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.340 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.340 INFO kablam! | Oct 22 02:09:31.340 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.340 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.341 INFO kablam! ... Oct 22 02:09:31.341 INFO kablam! 3139 | rt_realloc_excess_used!(rt_even_10bytes_16align_realloc_excess_used, 10, 16); Oct 22 02:09:31.341 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.341 INFO kablam! | Oct 22 02:09:31.341 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.341 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.341 INFO kablam! | Oct 22 02:09:31.341 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.341 INFO kablam! | Oct 22 02:09:31.341 INFO kablam! Oct 22 02:09:31.341 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.341 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.341 INFO kablam! | Oct 22 02:09:31.341 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.341 INFO kablam! | ^^^^^ Oct 22 02:09:31.341 INFO kablam! ... Oct 22 02:09:31.341 INFO kablam! 3152 | rt_realloc_excess_used!(rt_even_100bytes_16align_realloc_excess_used, 100, 16); Oct 22 02:09:31.341 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.341 INFO kablam! | Oct 22 02:09:31.341 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.341 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.341 INFO kablam! | Oct 22 02:09:31.341 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.341 INFO kablam! | Oct 22 02:09:31.341 INFO kablam! Oct 22 02:09:31.341 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.341 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.341 INFO kablam! | Oct 22 02:09:31.341 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.341 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.341 INFO kablam! ... Oct 22 02:09:31.341 INFO kablam! 3152 | rt_realloc_excess_used!(rt_even_100bytes_16align_realloc_excess_used, 100, 16); Oct 22 02:09:31.341 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.341 INFO kablam! Oct 22 02:09:31.341 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.341 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.341 INFO kablam! | Oct 22 02:09:31.341 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.341 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.341 INFO kablam! ... Oct 22 02:09:31.341 INFO kablam! 3152 | rt_realloc_excess_used!(rt_even_100bytes_16align_realloc_excess_used, 100, 16); Oct 22 02:09:31.341 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.341 INFO kablam! | Oct 22 02:09:31.341 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.341 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.341 INFO kablam! | Oct 22 02:09:31.341 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.341 INFO kablam! | Oct 22 02:09:31.341 INFO kablam! Oct 22 02:09:31.341 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.341 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.341 INFO kablam! | Oct 22 02:09:31.341 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.341 INFO kablam! | ^^^^^ Oct 22 02:09:31.341 INFO kablam! ... Oct 22 02:09:31.341 INFO kablam! 3165 | rt_realloc_excess_used!(rt_even_1000bytes_16align_realloc_excess_used, 1000, 16); Oct 22 02:09:31.341 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.341 INFO kablam! | Oct 22 02:09:31.341 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.341 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.341 INFO kablam! | Oct 22 02:09:31.341 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.341 INFO kablam! | Oct 22 02:09:31.341 INFO kablam! Oct 22 02:09:31.348 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.348 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.348 INFO kablam! | Oct 22 02:09:31.348 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.348 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.348 INFO kablam! ... Oct 22 02:09:31.348 INFO kablam! 3165 | rt_realloc_excess_used!(rt_even_1000bytes_16align_realloc_excess_used, 1000, 16); Oct 22 02:09:31.348 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.348 INFO kablam! Oct 22 02:09:31.348 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.348 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.348 INFO kablam! | Oct 22 02:09:31.348 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.348 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.348 INFO kablam! ... Oct 22 02:09:31.348 INFO kablam! 3165 | rt_realloc_excess_used!(rt_even_1000bytes_16align_realloc_excess_used, 1000, 16); Oct 22 02:09:31.348 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.348 INFO kablam! | Oct 22 02:09:31.348 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.348 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.348 INFO kablam! | Oct 22 02:09:31.348 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.348 INFO kablam! | Oct 22 02:09:31.348 INFO kablam! Oct 22 02:09:31.348 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.348 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.348 INFO kablam! | Oct 22 02:09:31.348 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.348 INFO kablam! | ^^^^^ Oct 22 02:09:31.348 INFO kablam! ... Oct 22 02:09:31.348 INFO kablam! 3178 | rt_realloc_excess_used!(rt_even_10000bytes_16align_realloc_excess_used, 10000, 16); Oct 22 02:09:31.348 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.348 INFO kablam! | Oct 22 02:09:31.348 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.348 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.348 INFO kablam! | Oct 22 02:09:31.348 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.348 INFO kablam! | Oct 22 02:09:31.348 INFO kablam! Oct 22 02:09:31.348 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.348 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.348 INFO kablam! | Oct 22 02:09:31.348 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.348 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.348 INFO kablam! ... Oct 22 02:09:31.348 INFO kablam! 3178 | rt_realloc_excess_used!(rt_even_10000bytes_16align_realloc_excess_used, 10000, 16); Oct 22 02:09:31.348 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.349 INFO kablam! Oct 22 02:09:31.349 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.349 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.349 INFO kablam! | Oct 22 02:09:31.349 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.349 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.349 INFO kablam! ... Oct 22 02:09:31.349 INFO kablam! 3178 | rt_realloc_excess_used!(rt_even_10000bytes_16align_realloc_excess_used, 10000, 16); Oct 22 02:09:31.349 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.349 INFO kablam! | Oct 22 02:09:31.349 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.349 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.349 INFO kablam! | Oct 22 02:09:31.349 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.349 INFO kablam! | Oct 22 02:09:31.349 INFO kablam! Oct 22 02:09:31.349 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.349 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.349 INFO kablam! | Oct 22 02:09:31.349 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.349 INFO kablam! | ^^^^^ Oct 22 02:09:31.349 INFO kablam! ... Oct 22 02:09:31.349 INFO kablam! 3191 | rt_realloc_excess_used!(rt_even_100000bytes_16align_realloc_excess_used, 100000, 16); Oct 22 02:09:31.349 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.349 INFO kablam! | Oct 22 02:09:31.349 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.349 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.349 INFO kablam! | Oct 22 02:09:31.349 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.349 INFO kablam! | Oct 22 02:09:31.349 INFO kablam! Oct 22 02:09:31.349 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.349 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.349 INFO kablam! | Oct 22 02:09:31.349 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.349 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.349 INFO kablam! ... Oct 22 02:09:31.349 INFO kablam! 3191 | rt_realloc_excess_used!(rt_even_100000bytes_16align_realloc_excess_used, 100000, 16); Oct 22 02:09:31.349 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.349 INFO kablam! Oct 22 02:09:31.349 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.349 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.349 INFO kablam! | Oct 22 02:09:31.349 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.349 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.349 INFO kablam! ... Oct 22 02:09:31.349 INFO kablam! 3191 | rt_realloc_excess_used!(rt_even_100000bytes_16align_realloc_excess_used, 100000, 16); Oct 22 02:09:31.349 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.349 INFO kablam! | Oct 22 02:09:31.349 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.349 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.349 INFO kablam! | Oct 22 02:09:31.349 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.349 INFO kablam! | Oct 22 02:09:31.349 INFO kablam! Oct 22 02:09:31.356 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.356 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.356 INFO kablam! | Oct 22 02:09:31.356 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.356 INFO kablam! | ^^^^^ Oct 22 02:09:31.356 INFO kablam! ... Oct 22 02:09:31.356 INFO kablam! 3204 | rt_realloc_excess_used!(rt_even_1000000bytes_16align_realloc_excess_used, 1000000, 16); Oct 22 02:09:31.356 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.356 INFO kablam! | Oct 22 02:09:31.356 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.356 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.356 INFO kablam! | Oct 22 02:09:31.356 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.356 INFO kablam! | Oct 22 02:09:31.356 INFO kablam! Oct 22 02:09:31.356 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.356 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.356 INFO kablam! | Oct 22 02:09:31.356 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.356 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.356 INFO kablam! ... Oct 22 02:09:31.356 INFO kablam! 3204 | rt_realloc_excess_used!(rt_even_1000000bytes_16align_realloc_excess_used, 1000000, 16); Oct 22 02:09:31.356 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.356 INFO kablam! Oct 22 02:09:31.356 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.356 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.356 INFO kablam! | Oct 22 02:09:31.356 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.356 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.356 INFO kablam! ... Oct 22 02:09:31.356 INFO kablam! 3204 | rt_realloc_excess_used!(rt_even_1000000bytes_16align_realloc_excess_used, 1000000, 16); Oct 22 02:09:31.356 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.356 INFO kablam! | Oct 22 02:09:31.356 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.356 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.356 INFO kablam! | Oct 22 02:09:31.356 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.356 INFO kablam! | Oct 22 02:09:31.356 INFO kablam! Oct 22 02:09:31.356 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.356 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.356 INFO kablam! | Oct 22 02:09:31.356 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.356 INFO kablam! | ^^^^^ Oct 22 02:09:31.356 INFO kablam! ... Oct 22 02:09:31.356 INFO kablam! 3218 | rt_realloc_excess_used!(rt_odd_10bytes_16align_realloc_excess_used, 10- 1, 16); Oct 22 02:09:31.356 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.357 INFO kablam! | Oct 22 02:09:31.357 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.357 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.357 INFO kablam! | Oct 22 02:09:31.357 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.357 INFO kablam! | Oct 22 02:09:31.357 INFO kablam! Oct 22 02:09:31.357 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.357 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.357 INFO kablam! | Oct 22 02:09:31.357 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.357 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.357 INFO kablam! ... Oct 22 02:09:31.357 INFO kablam! 3218 | rt_realloc_excess_used!(rt_odd_10bytes_16align_realloc_excess_used, 10- 1, 16); Oct 22 02:09:31.357 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.357 INFO kablam! Oct 22 02:09:31.357 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.357 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.357 INFO kablam! | Oct 22 02:09:31.357 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.357 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.357 INFO kablam! ... Oct 22 02:09:31.357 INFO kablam! 3218 | rt_realloc_excess_used!(rt_odd_10bytes_16align_realloc_excess_used, 10- 1, 16); Oct 22 02:09:31.357 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.357 INFO kablam! | Oct 22 02:09:31.357 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.357 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.357 INFO kablam! | Oct 22 02:09:31.357 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.357 INFO kablam! | Oct 22 02:09:31.357 INFO kablam! Oct 22 02:09:31.357 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.357 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.357 INFO kablam! | Oct 22 02:09:31.357 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.357 INFO kablam! | ^^^^^ Oct 22 02:09:31.357 INFO kablam! ... Oct 22 02:09:31.357 INFO kablam! 3231 | rt_realloc_excess_used!(rt_odd_100bytes_16align_realloc_excess_used, 100- 1, 16); Oct 22 02:09:31.357 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.357 INFO kablam! | Oct 22 02:09:31.357 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.357 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.357 INFO kablam! | Oct 22 02:09:31.357 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.357 INFO kablam! | Oct 22 02:09:31.357 INFO kablam! Oct 22 02:09:31.360 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.360 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.360 INFO kablam! | Oct 22 02:09:31.360 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.360 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.360 INFO kablam! ... Oct 22 02:09:31.360 INFO kablam! 3231 | rt_realloc_excess_used!(rt_odd_100bytes_16align_realloc_excess_used, 100- 1, 16); Oct 22 02:09:31.360 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.360 INFO kablam! Oct 22 02:09:31.368 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.368 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.368 INFO kablam! | Oct 22 02:09:31.368 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.368 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.368 INFO kablam! ... Oct 22 02:09:31.368 INFO kablam! 3231 | rt_realloc_excess_used!(rt_odd_100bytes_16align_realloc_excess_used, 100- 1, 16); Oct 22 02:09:31.368 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.368 INFO kablam! | Oct 22 02:09:31.368 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.368 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.368 INFO kablam! | Oct 22 02:09:31.368 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.368 INFO kablam! | Oct 22 02:09:31.368 INFO kablam! Oct 22 02:09:31.368 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.369 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.369 INFO kablam! | Oct 22 02:09:31.369 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.369 INFO kablam! | ^^^^^ Oct 22 02:09:31.369 INFO kablam! ... Oct 22 02:09:31.369 INFO kablam! 3244 | rt_realloc_excess_used!(rt_odd_1000bytes_16align_realloc_excess_used, 1000- 1, 16); Oct 22 02:09:31.369 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.369 INFO kablam! | Oct 22 02:09:31.369 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.369 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.369 INFO kablam! | Oct 22 02:09:31.369 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.369 INFO kablam! | Oct 22 02:09:31.369 INFO kablam! Oct 22 02:09:31.369 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.369 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.369 INFO kablam! | Oct 22 02:09:31.369 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.369 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.369 INFO kablam! ... Oct 22 02:09:31.369 INFO kablam! 3244 | rt_realloc_excess_used!(rt_odd_1000bytes_16align_realloc_excess_used, 1000- 1, 16); Oct 22 02:09:31.369 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.369 INFO kablam! Oct 22 02:09:31.369 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.369 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.369 INFO kablam! | Oct 22 02:09:31.369 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.369 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.369 INFO kablam! ... Oct 22 02:09:31.369 INFO kablam! 3244 | rt_realloc_excess_used!(rt_odd_1000bytes_16align_realloc_excess_used, 1000- 1, 16); Oct 22 02:09:31.369 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.369 INFO kablam! | Oct 22 02:09:31.369 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.369 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.369 INFO kablam! | Oct 22 02:09:31.369 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.369 INFO kablam! | Oct 22 02:09:31.369 INFO kablam! Oct 22 02:09:31.372 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.372 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.372 INFO kablam! | Oct 22 02:09:31.372 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.372 INFO kablam! | ^^^^^ Oct 22 02:09:31.372 INFO kablam! ... Oct 22 02:09:31.372 INFO kablam! 3257 | rt_realloc_excess_used!(rt_odd_10000bytes_16align_realloc_excess_used, 10000- 1, 16); Oct 22 02:09:31.372 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.372 INFO kablam! | Oct 22 02:09:31.372 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.372 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.372 INFO kablam! | Oct 22 02:09:31.372 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.372 INFO kablam! | Oct 22 02:09:31.372 INFO kablam! Oct 22 02:09:31.372 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.372 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.372 INFO kablam! | Oct 22 02:09:31.372 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.372 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.372 INFO kablam! ... Oct 22 02:09:31.372 INFO kablam! 3257 | rt_realloc_excess_used!(rt_odd_10000bytes_16align_realloc_excess_used, 10000- 1, 16); Oct 22 02:09:31.372 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.372 INFO kablam! Oct 22 02:09:31.373 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.373 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.373 INFO kablam! | Oct 22 02:09:31.373 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.373 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.373 INFO kablam! ... Oct 22 02:09:31.373 INFO kablam! 3257 | rt_realloc_excess_used!(rt_odd_10000bytes_16align_realloc_excess_used, 10000- 1, 16); Oct 22 02:09:31.373 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.373 INFO kablam! | Oct 22 02:09:31.373 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.373 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.373 INFO kablam! | Oct 22 02:09:31.373 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.373 INFO kablam! | Oct 22 02:09:31.373 INFO kablam! Oct 22 02:09:31.373 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.373 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.373 INFO kablam! | Oct 22 02:09:31.373 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.373 INFO kablam! | ^^^^^ Oct 22 02:09:31.373 INFO kablam! ... Oct 22 02:09:31.373 INFO kablam! 3270 | rt_realloc_excess_used!(rt_odd_100000bytes_16align_realloc_excess_used, 100000- 1, 16); Oct 22 02:09:31.373 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.373 INFO kablam! | Oct 22 02:09:31.373 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.373 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.373 INFO kablam! | Oct 22 02:09:31.373 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.373 INFO kablam! | Oct 22 02:09:31.373 INFO kablam! Oct 22 02:09:31.376 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.376 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.376 INFO kablam! | Oct 22 02:09:31.376 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.376 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.376 INFO kablam! ... Oct 22 02:09:31.376 INFO kablam! 3270 | rt_realloc_excess_used!(rt_odd_100000bytes_16align_realloc_excess_used, 100000- 1, 16); Oct 22 02:09:31.376 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.376 INFO kablam! Oct 22 02:09:31.376 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.376 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.376 INFO kablam! | Oct 22 02:09:31.376 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.376 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.376 INFO kablam! ... Oct 22 02:09:31.376 INFO kablam! 3270 | rt_realloc_excess_used!(rt_odd_100000bytes_16align_realloc_excess_used, 100000- 1, 16); Oct 22 02:09:31.376 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.376 INFO kablam! | Oct 22 02:09:31.376 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.376 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.376 INFO kablam! | Oct 22 02:09:31.376 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.376 INFO kablam! | Oct 22 02:09:31.376 INFO kablam! Oct 22 02:09:31.376 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.377 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.377 INFO kablam! | Oct 22 02:09:31.377 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.377 INFO kablam! | ^^^^^ Oct 22 02:09:31.377 INFO kablam! ... Oct 22 02:09:31.377 INFO kablam! 3283 | rt_realloc_excess_used!(rt_odd_1000000bytes_16align_realloc_excess_used, 1000000- 1, 16); Oct 22 02:09:31.377 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.377 INFO kablam! | Oct 22 02:09:31.377 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.377 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.377 INFO kablam! | Oct 22 02:09:31.377 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.377 INFO kablam! | Oct 22 02:09:31.377 INFO kablam! Oct 22 02:09:31.380 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.380 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.380 INFO kablam! | Oct 22 02:09:31.380 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.380 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.380 INFO kablam! ... Oct 22 02:09:31.380 INFO kablam! 3283 | rt_realloc_excess_used!(rt_odd_1000000bytes_16align_realloc_excess_used, 1000000- 1, 16); Oct 22 02:09:31.380 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.380 INFO kablam! Oct 22 02:09:31.380 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.380 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.380 INFO kablam! | Oct 22 02:09:31.380 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.380 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.380 INFO kablam! ... Oct 22 02:09:31.380 INFO kablam! 3283 | rt_realloc_excess_used!(rt_odd_1000000bytes_16align_realloc_excess_used, 1000000- 1, 16); Oct 22 02:09:31.380 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.380 INFO kablam! | Oct 22 02:09:31.380 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.380 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.380 INFO kablam! | Oct 22 02:09:31.381 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.381 INFO kablam! | Oct 22 02:09:31.381 INFO kablam! Oct 22 02:09:31.381 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.381 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.381 INFO kablam! | Oct 22 02:09:31.381 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.381 INFO kablam! | ^^^^^ Oct 22 02:09:31.381 INFO kablam! ... Oct 22 02:09:31.381 INFO kablam! 3297 | rt_realloc_excess_used!(rt_primes_3bytes_16align_realloc_excess_used, 3, 16); Oct 22 02:09:31.381 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.381 INFO kablam! | Oct 22 02:09:31.381 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.381 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.381 INFO kablam! | Oct 22 02:09:31.381 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.381 INFO kablam! | Oct 22 02:09:31.381 INFO kablam! Oct 22 02:09:31.381 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.381 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.381 INFO kablam! | Oct 22 02:09:31.381 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.381 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.381 INFO kablam! ... Oct 22 02:09:31.381 INFO kablam! 3297 | rt_realloc_excess_used!(rt_primes_3bytes_16align_realloc_excess_used, 3, 16); Oct 22 02:09:31.381 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.381 INFO kablam! Oct 22 02:09:31.381 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.381 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.381 INFO kablam! | Oct 22 02:09:31.381 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.381 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.381 INFO kablam! ... Oct 22 02:09:31.381 INFO kablam! 3297 | rt_realloc_excess_used!(rt_primes_3bytes_16align_realloc_excess_used, 3, 16); Oct 22 02:09:31.381 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.381 INFO kablam! | Oct 22 02:09:31.381 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.381 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.381 INFO kablam! | Oct 22 02:09:31.381 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.381 INFO kablam! | Oct 22 02:09:31.381 INFO kablam! Oct 22 02:09:31.388 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.388 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.388 INFO kablam! | Oct 22 02:09:31.388 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.388 INFO kablam! | ^^^^^ Oct 22 02:09:31.388 INFO kablam! ... Oct 22 02:09:31.388 INFO kablam! 3310 | rt_realloc_excess_used!(rt_primes_7bytes_16align_realloc_excess_used, 7, 16); Oct 22 02:09:31.388 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.388 INFO kablam! | Oct 22 02:09:31.388 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.388 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.388 INFO kablam! | Oct 22 02:09:31.388 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.388 INFO kablam! | Oct 22 02:09:31.388 INFO kablam! Oct 22 02:09:31.388 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.388 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.388 INFO kablam! | Oct 22 02:09:31.388 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.388 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.388 INFO kablam! ... Oct 22 02:09:31.388 INFO kablam! 3310 | rt_realloc_excess_used!(rt_primes_7bytes_16align_realloc_excess_used, 7, 16); Oct 22 02:09:31.388 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.388 INFO kablam! Oct 22 02:09:31.388 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.388 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.388 INFO kablam! | Oct 22 02:09:31.388 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.388 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.388 INFO kablam! ... Oct 22 02:09:31.388 INFO kablam! 3310 | rt_realloc_excess_used!(rt_primes_7bytes_16align_realloc_excess_used, 7, 16); Oct 22 02:09:31.388 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.388 INFO kablam! | Oct 22 02:09:31.388 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.388 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.388 INFO kablam! | Oct 22 02:09:31.388 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.388 INFO kablam! | Oct 22 02:09:31.388 INFO kablam! Oct 22 02:09:31.396 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.396 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.396 INFO kablam! | Oct 22 02:09:31.396 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.396 INFO kablam! | ^^^^^ Oct 22 02:09:31.396 INFO kablam! ... Oct 22 02:09:31.396 INFO kablam! 3323 | rt_realloc_excess_used!(rt_primes_13bytes_16align_realloc_excess_used, 13, 16); Oct 22 02:09:31.396 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.396 INFO kablam! | Oct 22 02:09:31.396 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.396 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.396 INFO kablam! | Oct 22 02:09:31.396 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.396 INFO kablam! | Oct 22 02:09:31.396 INFO kablam! Oct 22 02:09:31.396 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.396 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.396 INFO kablam! | Oct 22 02:09:31.397 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.397 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.397 INFO kablam! ... Oct 22 02:09:31.397 INFO kablam! 3323 | rt_realloc_excess_used!(rt_primes_13bytes_16align_realloc_excess_used, 13, 16); Oct 22 02:09:31.397 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.397 INFO kablam! Oct 22 02:09:31.397 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.397 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.397 INFO kablam! | Oct 22 02:09:31.397 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.397 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.397 INFO kablam! ... Oct 22 02:09:31.397 INFO kablam! 3323 | rt_realloc_excess_used!(rt_primes_13bytes_16align_realloc_excess_used, 13, 16); Oct 22 02:09:31.397 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.397 INFO kablam! | Oct 22 02:09:31.397 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.397 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.397 INFO kablam! | Oct 22 02:09:31.397 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.397 INFO kablam! | Oct 22 02:09:31.397 INFO kablam! Oct 22 02:09:31.397 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.397 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.397 INFO kablam! | Oct 22 02:09:31.397 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.397 INFO kablam! | ^^^^^ Oct 22 02:09:31.397 INFO kablam! ... Oct 22 02:09:31.397 INFO kablam! 3336 | rt_realloc_excess_used!(rt_primes_17bytes_16align_realloc_excess_used, 17, 16); Oct 22 02:09:31.397 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.397 INFO kablam! | Oct 22 02:09:31.397 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.397 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.397 INFO kablam! | Oct 22 02:09:31.397 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.397 INFO kablam! | Oct 22 02:09:31.397 INFO kablam! Oct 22 02:09:31.398 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.398 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.398 INFO kablam! | Oct 22 02:09:31.398 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.398 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.398 INFO kablam! ... Oct 22 02:09:31.398 INFO kablam! 3336 | rt_realloc_excess_used!(rt_primes_17bytes_16align_realloc_excess_used, 17, 16); Oct 22 02:09:31.398 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.398 INFO kablam! Oct 22 02:09:31.398 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.398 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.398 INFO kablam! | Oct 22 02:09:31.398 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.398 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.398 INFO kablam! ... Oct 22 02:09:31.398 INFO kablam! 3336 | rt_realloc_excess_used!(rt_primes_17bytes_16align_realloc_excess_used, 17, 16); Oct 22 02:09:31.398 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.398 INFO kablam! | Oct 22 02:09:31.398 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.398 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.398 INFO kablam! | Oct 22 02:09:31.398 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.398 INFO kablam! | Oct 22 02:09:31.398 INFO kablam! Oct 22 02:09:31.404 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.404 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.404 INFO kablam! | Oct 22 02:09:31.404 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.404 INFO kablam! | ^^^^^ Oct 22 02:09:31.404 INFO kablam! ... Oct 22 02:09:31.404 INFO kablam! 3349 | rt_realloc_excess_used!(rt_primes_31bytes_16align_realloc_excess_used, 31, 16); Oct 22 02:09:31.404 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.404 INFO kablam! | Oct 22 02:09:31.405 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.405 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.405 INFO kablam! | Oct 22 02:09:31.405 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.405 INFO kablam! | Oct 22 02:09:31.405 INFO kablam! Oct 22 02:09:31.405 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.405 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.405 INFO kablam! | Oct 22 02:09:31.405 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.405 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.405 INFO kablam! ... Oct 22 02:09:31.405 INFO kablam! 3349 | rt_realloc_excess_used!(rt_primes_31bytes_16align_realloc_excess_used, 31, 16); Oct 22 02:09:31.405 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.405 INFO kablam! Oct 22 02:09:31.405 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.405 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.405 INFO kablam! | Oct 22 02:09:31.405 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.405 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.405 INFO kablam! ... Oct 22 02:09:31.405 INFO kablam! 3349 | rt_realloc_excess_used!(rt_primes_31bytes_16align_realloc_excess_used, 31, 16); Oct 22 02:09:31.405 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.405 INFO kablam! | Oct 22 02:09:31.405 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.405 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.405 INFO kablam! | Oct 22 02:09:31.405 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.405 INFO kablam! | Oct 22 02:09:31.405 INFO kablam! Oct 22 02:09:31.405 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.405 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.405 INFO kablam! | Oct 22 02:09:31.405 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.405 INFO kablam! | ^^^^^ Oct 22 02:09:31.405 INFO kablam! ... Oct 22 02:09:31.405 INFO kablam! 3362 | rt_realloc_excess_used!(rt_primes_61bytes_16align_realloc_excess_used, 61, 16); Oct 22 02:09:31.405 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.405 INFO kablam! | Oct 22 02:09:31.405 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.405 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.405 INFO kablam! | Oct 22 02:09:31.405 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.405 INFO kablam! | Oct 22 02:09:31.405 INFO kablam! Oct 22 02:09:31.405 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.405 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.405 INFO kablam! | Oct 22 02:09:31.405 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.405 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.405 INFO kablam! ... Oct 22 02:09:31.405 INFO kablam! 3362 | rt_realloc_excess_used!(rt_primes_61bytes_16align_realloc_excess_used, 61, 16); Oct 22 02:09:31.405 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.405 INFO kablam! Oct 22 02:09:31.405 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.405 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.405 INFO kablam! | Oct 22 02:09:31.405 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.405 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.405 INFO kablam! ... Oct 22 02:09:31.405 INFO kablam! 3362 | rt_realloc_excess_used!(rt_primes_61bytes_16align_realloc_excess_used, 61, 16); Oct 22 02:09:31.405 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.405 INFO kablam! | Oct 22 02:09:31.405 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.405 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.405 INFO kablam! | Oct 22 02:09:31.405 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.405 INFO kablam! | Oct 22 02:09:31.405 INFO kablam! Oct 22 02:09:31.405 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.405 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.405 INFO kablam! | Oct 22 02:09:31.405 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.405 INFO kablam! | ^^^^^ Oct 22 02:09:31.405 INFO kablam! ... Oct 22 02:09:31.405 INFO kablam! 3375 | rt_realloc_excess_used!(rt_primes_96bytes_16align_realloc_excess_used, 96, 16); Oct 22 02:09:31.405 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.405 INFO kablam! | Oct 22 02:09:31.405 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.405 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.405 INFO kablam! | Oct 22 02:09:31.405 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.406 INFO kablam! | Oct 22 02:09:31.406 INFO kablam! Oct 22 02:09:31.408 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.408 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.408 INFO kablam! | Oct 22 02:09:31.408 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.408 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.408 INFO kablam! ... Oct 22 02:09:31.408 INFO kablam! 3375 | rt_realloc_excess_used!(rt_primes_96bytes_16align_realloc_excess_used, 96, 16); Oct 22 02:09:31.408 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.408 INFO kablam! Oct 22 02:09:31.408 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.408 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.408 INFO kablam! | Oct 22 02:09:31.408 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.408 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.408 INFO kablam! ... Oct 22 02:09:31.408 INFO kablam! 3375 | rt_realloc_excess_used!(rt_primes_96bytes_16align_realloc_excess_used, 96, 16); Oct 22 02:09:31.408 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.408 INFO kablam! | Oct 22 02:09:31.408 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.408 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.408 INFO kablam! | Oct 22 02:09:31.408 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.408 INFO kablam! | Oct 22 02:09:31.409 INFO kablam! Oct 22 02:09:31.409 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.409 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.409 INFO kablam! | Oct 22 02:09:31.409 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.409 INFO kablam! | ^^^^^ Oct 22 02:09:31.409 INFO kablam! ... Oct 22 02:09:31.409 INFO kablam! 3388 | rt_realloc_excess_used!(rt_primes_127bytes_16align_realloc_excess_used, 127, 16); Oct 22 02:09:31.409 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.409 INFO kablam! | Oct 22 02:09:31.409 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.409 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.409 INFO kablam! | Oct 22 02:09:31.409 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.409 INFO kablam! | Oct 22 02:09:31.409 INFO kablam! Oct 22 02:09:31.409 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.409 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.409 INFO kablam! | Oct 22 02:09:31.409 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.409 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.409 INFO kablam! ... Oct 22 02:09:31.409 INFO kablam! 3388 | rt_realloc_excess_used!(rt_primes_127bytes_16align_realloc_excess_used, 127, 16); Oct 22 02:09:31.409 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.409 INFO kablam! Oct 22 02:09:31.412 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.412 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.412 INFO kablam! | Oct 22 02:09:31.412 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.412 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.412 INFO kablam! ... Oct 22 02:09:31.412 INFO kablam! 3388 | rt_realloc_excess_used!(rt_primes_127bytes_16align_realloc_excess_used, 127, 16); Oct 22 02:09:31.412 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.412 INFO kablam! | Oct 22 02:09:31.412 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.412 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.412 INFO kablam! | Oct 22 02:09:31.412 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.412 INFO kablam! | Oct 22 02:09:31.412 INFO kablam! Oct 22 02:09:31.412 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.412 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.412 INFO kablam! | Oct 22 02:09:31.412 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.412 INFO kablam! | ^^^^^ Oct 22 02:09:31.412 INFO kablam! ... Oct 22 02:09:31.412 INFO kablam! 3401 | rt_realloc_excess_used!(rt_primes_257bytes_16align_realloc_excess_used, 257, 16); Oct 22 02:09:31.412 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.413 INFO kablam! | Oct 22 02:09:31.413 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.413 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.413 INFO kablam! | Oct 22 02:09:31.413 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.413 INFO kablam! | Oct 22 02:09:31.413 INFO kablam! Oct 22 02:09:31.413 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.413 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.413 INFO kablam! | Oct 22 02:09:31.413 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.413 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.413 INFO kablam! ... Oct 22 02:09:31.413 INFO kablam! 3401 | rt_realloc_excess_used!(rt_primes_257bytes_16align_realloc_excess_used, 257, 16); Oct 22 02:09:31.413 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.413 INFO kablam! Oct 22 02:09:31.413 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.413 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.413 INFO kablam! | Oct 22 02:09:31.413 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.413 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.413 INFO kablam! ... Oct 22 02:09:31.413 INFO kablam! 3401 | rt_realloc_excess_used!(rt_primes_257bytes_16align_realloc_excess_used, 257, 16); Oct 22 02:09:31.413 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.413 INFO kablam! | Oct 22 02:09:31.420 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.420 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.420 INFO kablam! | Oct 22 02:09:31.420 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.420 INFO kablam! | Oct 22 02:09:31.420 INFO kablam! Oct 22 02:09:31.424 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.424 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.424 INFO kablam! | Oct 22 02:09:31.424 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.424 INFO kablam! | ^^^^^ Oct 22 02:09:31.424 INFO kablam! ... Oct 22 02:09:31.424 INFO kablam! 3414 | rt_realloc_excess_used!(rt_primes_509bytes_16align_realloc_excess_used, 509, 16); Oct 22 02:09:31.424 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.424 INFO kablam! | Oct 22 02:09:31.424 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.424 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.424 INFO kablam! | Oct 22 02:09:31.424 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.424 INFO kablam! | Oct 22 02:09:31.424 INFO kablam! Oct 22 02:09:31.424 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.424 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.424 INFO kablam! | Oct 22 02:09:31.424 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.424 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.424 INFO kablam! ... Oct 22 02:09:31.424 INFO kablam! 3414 | rt_realloc_excess_used!(rt_primes_509bytes_16align_realloc_excess_used, 509, 16); Oct 22 02:09:31.424 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.425 INFO kablam! Oct 22 02:09:31.425 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.425 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.425 INFO kablam! | Oct 22 02:09:31.425 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.425 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.425 INFO kablam! ... Oct 22 02:09:31.425 INFO kablam! 3414 | rt_realloc_excess_used!(rt_primes_509bytes_16align_realloc_excess_used, 509, 16); Oct 22 02:09:31.425 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.425 INFO kablam! | Oct 22 02:09:31.425 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.425 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.425 INFO kablam! | Oct 22 02:09:31.425 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.425 INFO kablam! | Oct 22 02:09:31.425 INFO kablam! Oct 22 02:09:31.428 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.428 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.428 INFO kablam! | Oct 22 02:09:31.428 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.428 INFO kablam! | ^^^^^ Oct 22 02:09:31.428 INFO kablam! ... Oct 22 02:09:31.428 INFO kablam! 3427 | rt_realloc_excess_used!(rt_primes_1021bytes_16align_realloc_excess_used, 1021, 16); Oct 22 02:09:31.428 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.428 INFO kablam! | Oct 22 02:09:31.428 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.428 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.428 INFO kablam! | Oct 22 02:09:31.428 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.428 INFO kablam! | Oct 22 02:09:31.428 INFO kablam! Oct 22 02:09:31.428 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.428 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.428 INFO kablam! | Oct 22 02:09:31.428 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.429 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.429 INFO kablam! ... Oct 22 02:09:31.429 INFO kablam! 3427 | rt_realloc_excess_used!(rt_primes_1021bytes_16align_realloc_excess_used, 1021, 16); Oct 22 02:09:31.429 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.429 INFO kablam! Oct 22 02:09:31.429 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.429 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.429 INFO kablam! | Oct 22 02:09:31.429 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.429 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.429 INFO kablam! ... Oct 22 02:09:31.429 INFO kablam! 3427 | rt_realloc_excess_used!(rt_primes_1021bytes_16align_realloc_excess_used, 1021, 16); Oct 22 02:09:31.429 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.429 INFO kablam! | Oct 22 02:09:31.429 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.429 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.429 INFO kablam! | Oct 22 02:09:31.429 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.429 INFO kablam! | Oct 22 02:09:31.429 INFO kablam! Oct 22 02:09:31.429 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.429 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.429 INFO kablam! | Oct 22 02:09:31.429 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.429 INFO kablam! | ^^^^^ Oct 22 02:09:31.429 INFO kablam! ... Oct 22 02:09:31.429 INFO kablam! 3440 | rt_realloc_excess_used!(rt_primes_2039bytes_16align_realloc_excess_used, 2039, 16); Oct 22 02:09:31.429 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.429 INFO kablam! | Oct 22 02:09:31.429 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.429 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.429 INFO kablam! | Oct 22 02:09:31.429 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.429 INFO kablam! | Oct 22 02:09:31.429 INFO kablam! Oct 22 02:09:31.432 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.432 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.432 INFO kablam! | Oct 22 02:09:31.432 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.432 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.432 INFO kablam! ... Oct 22 02:09:31.432 INFO kablam! 3440 | rt_realloc_excess_used!(rt_primes_2039bytes_16align_realloc_excess_used, 2039, 16); Oct 22 02:09:31.432 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.432 INFO kablam! Oct 22 02:09:31.432 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.432 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.432 INFO kablam! | Oct 22 02:09:31.432 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.432 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.432 INFO kablam! ... Oct 22 02:09:31.432 INFO kablam! 3440 | rt_realloc_excess_used!(rt_primes_2039bytes_16align_realloc_excess_used, 2039, 16); Oct 22 02:09:31.432 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.432 INFO kablam! | Oct 22 02:09:31.432 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.432 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.432 INFO kablam! | Oct 22 02:09:31.432 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.432 INFO kablam! | Oct 22 02:09:31.433 INFO kablam! Oct 22 02:09:31.433 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.433 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.433 INFO kablam! | Oct 22 02:09:31.433 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.433 INFO kablam! | ^^^^^ Oct 22 02:09:31.433 INFO kablam! ... Oct 22 02:09:31.433 INFO kablam! 3453 | rt_realloc_excess_used!(rt_primes_4093bytes_16align_realloc_excess_used, 4093, 16); Oct 22 02:09:31.433 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.433 INFO kablam! | Oct 22 02:09:31.433 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.433 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.433 INFO kablam! | Oct 22 02:09:31.433 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.433 INFO kablam! | Oct 22 02:09:31.433 INFO kablam! Oct 22 02:09:31.433 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.433 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.433 INFO kablam! | Oct 22 02:09:31.433 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.433 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.433 INFO kablam! ... Oct 22 02:09:31.433 INFO kablam! 3453 | rt_realloc_excess_used!(rt_primes_4093bytes_16align_realloc_excess_used, 4093, 16); Oct 22 02:09:31.433 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.433 INFO kablam! Oct 22 02:09:31.433 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.433 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.433 INFO kablam! | Oct 22 02:09:31.433 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.433 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.433 INFO kablam! ... Oct 22 02:09:31.433 INFO kablam! 3453 | rt_realloc_excess_used!(rt_primes_4093bytes_16align_realloc_excess_used, 4093, 16); Oct 22 02:09:31.433 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.433 INFO kablam! | Oct 22 02:09:31.433 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.433 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.433 INFO kablam! | Oct 22 02:09:31.433 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.433 INFO kablam! | Oct 22 02:09:31.433 INFO kablam! Oct 22 02:09:31.436 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.436 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.436 INFO kablam! | Oct 22 02:09:31.436 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.436 INFO kablam! | ^^^^^ Oct 22 02:09:31.436 INFO kablam! ... Oct 22 02:09:31.436 INFO kablam! 3466 | rt_realloc_excess_used!(rt_primes_8191bytes_16align_realloc_excess_used, 8191, 16); Oct 22 02:09:31.436 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.436 INFO kablam! | Oct 22 02:09:31.436 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.436 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.436 INFO kablam! | Oct 22 02:09:31.436 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.436 INFO kablam! | Oct 22 02:09:31.436 INFO kablam! Oct 22 02:09:31.436 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.436 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.436 INFO kablam! | Oct 22 02:09:31.436 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.436 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.436 INFO kablam! ... Oct 22 02:09:31.436 INFO kablam! 3466 | rt_realloc_excess_used!(rt_primes_8191bytes_16align_realloc_excess_used, 8191, 16); Oct 22 02:09:31.436 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.436 INFO kablam! Oct 22 02:09:31.436 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.437 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.437 INFO kablam! | Oct 22 02:09:31.437 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.437 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.437 INFO kablam! ... Oct 22 02:09:31.437 INFO kablam! 3466 | rt_realloc_excess_used!(rt_primes_8191bytes_16align_realloc_excess_used, 8191, 16); Oct 22 02:09:31.437 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.437 INFO kablam! | Oct 22 02:09:31.437 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.437 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.437 INFO kablam! | Oct 22 02:09:31.437 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.437 INFO kablam! | Oct 22 02:09:31.437 INFO kablam! Oct 22 02:09:31.444 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.444 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.444 INFO kablam! | Oct 22 02:09:31.444 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.444 INFO kablam! | ^^^^^ Oct 22 02:09:31.444 INFO kablam! ... Oct 22 02:09:31.444 INFO kablam! 3479 | rt_realloc_excess_used!(rt_primes_16381bytes_16align_realloc_excess_used, 16381, 16); Oct 22 02:09:31.444 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.444 INFO kablam! | Oct 22 02:09:31.444 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.444 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.444 INFO kablam! | Oct 22 02:09:31.444 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.444 INFO kablam! | Oct 22 02:09:31.444 INFO kablam! Oct 22 02:09:31.444 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.444 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.444 INFO kablam! | Oct 22 02:09:31.444 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.444 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.444 INFO kablam! ... Oct 22 02:09:31.444 INFO kablam! 3479 | rt_realloc_excess_used!(rt_primes_16381bytes_16align_realloc_excess_used, 16381, 16); Oct 22 02:09:31.444 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.444 INFO kablam! Oct 22 02:09:31.444 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.444 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.444 INFO kablam! | Oct 22 02:09:31.444 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.444 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.444 INFO kablam! ... Oct 22 02:09:31.444 INFO kablam! 3479 | rt_realloc_excess_used!(rt_primes_16381bytes_16align_realloc_excess_used, 16381, 16); Oct 22 02:09:31.444 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.444 INFO kablam! | Oct 22 02:09:31.444 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.444 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.444 INFO kablam! | Oct 22 02:09:31.444 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.444 INFO kablam! | Oct 22 02:09:31.444 INFO kablam! Oct 22 02:09:31.444 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.444 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.444 INFO kablam! | Oct 22 02:09:31.444 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.444 INFO kablam! | ^^^^^ Oct 22 02:09:31.444 INFO kablam! ... Oct 22 02:09:31.444 INFO kablam! 3492 | rt_realloc_excess_used!(rt_primes_32749bytes_16align_realloc_excess_used, 32749, 16); Oct 22 02:09:31.445 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.445 INFO kablam! | Oct 22 02:09:31.445 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.445 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.445 INFO kablam! | Oct 22 02:09:31.445 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.445 INFO kablam! | Oct 22 02:09:31.445 INFO kablam! Oct 22 02:09:31.448 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.448 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.448 INFO kablam! | Oct 22 02:09:31.448 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.448 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.448 INFO kablam! ... Oct 22 02:09:31.448 INFO kablam! 3492 | rt_realloc_excess_used!(rt_primes_32749bytes_16align_realloc_excess_used, 32749, 16); Oct 22 02:09:31.448 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.448 INFO kablam! Oct 22 02:09:31.448 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.448 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.448 INFO kablam! | Oct 22 02:09:31.448 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.448 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.448 INFO kablam! ... Oct 22 02:09:31.448 INFO kablam! 3492 | rt_realloc_excess_used!(rt_primes_32749bytes_16align_realloc_excess_used, 32749, 16); Oct 22 02:09:31.448 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.449 INFO kablam! | Oct 22 02:09:31.449 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.449 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.449 INFO kablam! | Oct 22 02:09:31.449 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.449 INFO kablam! | Oct 22 02:09:31.449 INFO kablam! Oct 22 02:09:31.449 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.449 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.449 INFO kablam! | Oct 22 02:09:31.449 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.449 INFO kablam! | ^^^^^ Oct 22 02:09:31.449 INFO kablam! ... Oct 22 02:09:31.449 INFO kablam! 3505 | rt_realloc_excess_used!(rt_primes_65537bytes_16align_realloc_excess_used, 65537, 16); Oct 22 02:09:31.449 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.449 INFO kablam! | Oct 22 02:09:31.449 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.449 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.449 INFO kablam! | Oct 22 02:09:31.449 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.449 INFO kablam! | Oct 22 02:09:31.449 INFO kablam! Oct 22 02:09:31.449 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.449 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.449 INFO kablam! | Oct 22 02:09:31.449 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.449 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.449 INFO kablam! ... Oct 22 02:09:31.449 INFO kablam! 3505 | rt_realloc_excess_used!(rt_primes_65537bytes_16align_realloc_excess_used, 65537, 16); Oct 22 02:09:31.449 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.449 INFO kablam! Oct 22 02:09:31.449 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.449 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.449 INFO kablam! | Oct 22 02:09:31.449 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.449 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.449 INFO kablam! ... Oct 22 02:09:31.449 INFO kablam! 3505 | rt_realloc_excess_used!(rt_primes_65537bytes_16align_realloc_excess_used, 65537, 16); Oct 22 02:09:31.449 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.449 INFO kablam! | Oct 22 02:09:31.449 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.449 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.449 INFO kablam! | Oct 22 02:09:31.449 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.449 INFO kablam! | Oct 22 02:09:31.449 INFO kablam! Oct 22 02:09:31.452 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.452 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.452 INFO kablam! | Oct 22 02:09:31.452 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.452 INFO kablam! | ^^^^^ Oct 22 02:09:31.452 INFO kablam! ... Oct 22 02:09:31.452 INFO kablam! 3518 | rt_realloc_excess_used!(rt_primes_131071bytes_16align_realloc_excess_used, 131071, 16); Oct 22 02:09:31.452 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.452 INFO kablam! | Oct 22 02:09:31.452 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.452 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.452 INFO kablam! | Oct 22 02:09:31.452 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.452 INFO kablam! | Oct 22 02:09:31.452 INFO kablam! Oct 22 02:09:31.452 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.452 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.452 INFO kablam! | Oct 22 02:09:31.452 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.452 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.452 INFO kablam! ... Oct 22 02:09:31.453 INFO kablam! 3518 | rt_realloc_excess_used!(rt_primes_131071bytes_16align_realloc_excess_used, 131071, 16); Oct 22 02:09:31.453 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.453 INFO kablam! Oct 22 02:09:31.453 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.453 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.453 INFO kablam! | Oct 22 02:09:31.453 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.453 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.453 INFO kablam! ... Oct 22 02:09:31.453 INFO kablam! 3518 | rt_realloc_excess_used!(rt_primes_131071bytes_16align_realloc_excess_used, 131071, 16); Oct 22 02:09:31.453 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.453 INFO kablam! | Oct 22 02:09:31.453 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.453 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.453 INFO kablam! | Oct 22 02:09:31.453 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.453 INFO kablam! | Oct 22 02:09:31.453 INFO kablam! Oct 22 02:09:31.456 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.456 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.456 INFO kablam! | Oct 22 02:09:31.456 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.456 INFO kablam! | ^^^^^ Oct 22 02:09:31.456 INFO kablam! ... Oct 22 02:09:31.456 INFO kablam! 3531 | rt_realloc_excess_used!(rt_primes_4194301bytes_16align_realloc_excess_used, 4194301, 16); Oct 22 02:09:31.456 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.456 INFO kablam! | Oct 22 02:09:31.456 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.456 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.456 INFO kablam! | Oct 22 02:09:31.456 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.456 INFO kablam! | Oct 22 02:09:31.456 INFO kablam! Oct 22 02:09:31.456 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.456 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.456 INFO kablam! | Oct 22 02:09:31.457 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.457 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.457 INFO kablam! ... Oct 22 02:09:31.457 INFO kablam! 3531 | rt_realloc_excess_used!(rt_primes_4194301bytes_16align_realloc_excess_used, 4194301, 16); Oct 22 02:09:31.457 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.457 INFO kablam! Oct 22 02:09:31.457 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.457 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.457 INFO kablam! | Oct 22 02:09:31.457 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.457 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.457 INFO kablam! ... Oct 22 02:09:31.457 INFO kablam! 3531 | rt_realloc_excess_used!(rt_primes_4194301bytes_16align_realloc_excess_used, 4194301, 16); Oct 22 02:09:31.457 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.457 INFO kablam! | Oct 22 02:09:31.457 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.457 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.457 INFO kablam! | Oct 22 02:09:31.457 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.457 INFO kablam! | Oct 22 02:09:31.457 INFO kablam! Oct 22 02:09:31.457 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.457 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.457 INFO kablam! | Oct 22 02:09:31.457 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.457 INFO kablam! | ^^^^^ Oct 22 02:09:31.457 INFO kablam! ... Oct 22 02:09:31.457 INFO kablam! 3547 | rt_realloc_excess_used!(rt_pow2_1bytes_32align_realloc_excess_used, 1, 32); Oct 22 02:09:31.457 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.457 INFO kablam! | Oct 22 02:09:31.457 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.457 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.457 INFO kablam! | Oct 22 02:09:31.457 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.457 INFO kablam! | Oct 22 02:09:31.457 INFO kablam! Oct 22 02:09:31.460 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.460 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.460 INFO kablam! | Oct 22 02:09:31.460 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.460 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.460 INFO kablam! ... Oct 22 02:09:31.460 INFO kablam! 3547 | rt_realloc_excess_used!(rt_pow2_1bytes_32align_realloc_excess_used, 1, 32); Oct 22 02:09:31.460 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.460 INFO kablam! Oct 22 02:09:31.460 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.460 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.460 INFO kablam! | Oct 22 02:09:31.460 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.460 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.460 INFO kablam! ... Oct 22 02:09:31.460 INFO kablam! 3547 | rt_realloc_excess_used!(rt_pow2_1bytes_32align_realloc_excess_used, 1, 32); Oct 22 02:09:31.460 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.460 INFO kablam! | Oct 22 02:09:31.460 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.460 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.461 INFO kablam! | Oct 22 02:09:31.461 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.461 INFO kablam! | Oct 22 02:09:31.461 INFO kablam! Oct 22 02:09:31.461 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.461 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.461 INFO kablam! | Oct 22 02:09:31.461 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.461 INFO kablam! | ^^^^^ Oct 22 02:09:31.461 INFO kablam! ... Oct 22 02:09:31.461 INFO kablam! 3560 | rt_realloc_excess_used!(rt_pow2_2bytes_32align_realloc_excess_used, 2, 32); Oct 22 02:09:31.461 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.461 INFO kablam! | Oct 22 02:09:31.461 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.461 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.461 INFO kablam! | Oct 22 02:09:31.461 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.461 INFO kablam! | Oct 22 02:09:31.461 INFO kablam! Oct 22 02:09:31.461 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.461 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.461 INFO kablam! | Oct 22 02:09:31.461 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.461 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.461 INFO kablam! ... Oct 22 02:09:31.461 INFO kablam! 3560 | rt_realloc_excess_used!(rt_pow2_2bytes_32align_realloc_excess_used, 2, 32); Oct 22 02:09:31.461 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.461 INFO kablam! Oct 22 02:09:31.464 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.464 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.464 INFO kablam! | Oct 22 02:09:31.464 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.464 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.464 INFO kablam! ... Oct 22 02:09:31.464 INFO kablam! 3560 | rt_realloc_excess_used!(rt_pow2_2bytes_32align_realloc_excess_used, 2, 32); Oct 22 02:09:31.464 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.464 INFO kablam! | Oct 22 02:09:31.464 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.464 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.464 INFO kablam! | Oct 22 02:09:31.464 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.464 INFO kablam! | Oct 22 02:09:31.464 INFO kablam! Oct 22 02:09:31.464 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.464 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.464 INFO kablam! | Oct 22 02:09:31.464 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.464 INFO kablam! | ^^^^^ Oct 22 02:09:31.464 INFO kablam! ... Oct 22 02:09:31.464 INFO kablam! 3573 | rt_realloc_excess_used!(rt_pow2_4bytes_32align_realloc_excess_used, 4, 32); Oct 22 02:09:31.464 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.465 INFO kablam! | Oct 22 02:09:31.465 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.465 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.465 INFO kablam! | Oct 22 02:09:31.465 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.465 INFO kablam! | Oct 22 02:09:31.465 INFO kablam! Oct 22 02:09:31.465 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.465 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.465 INFO kablam! | Oct 22 02:09:31.465 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.465 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.465 INFO kablam! ... Oct 22 02:09:31.465 INFO kablam! 3573 | rt_realloc_excess_used!(rt_pow2_4bytes_32align_realloc_excess_used, 4, 32); Oct 22 02:09:31.465 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.465 INFO kablam! Oct 22 02:09:31.476 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.476 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.476 INFO kablam! | Oct 22 02:09:31.476 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.476 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.476 INFO kablam! ... Oct 22 02:09:31.476 INFO kablam! 3573 | rt_realloc_excess_used!(rt_pow2_4bytes_32align_realloc_excess_used, 4, 32); Oct 22 02:09:31.476 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.476 INFO kablam! | Oct 22 02:09:31.476 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.476 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.476 INFO kablam! | Oct 22 02:09:31.477 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.477 INFO kablam! | Oct 22 02:09:31.477 INFO kablam! Oct 22 02:09:31.477 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.477 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.477 INFO kablam! | Oct 22 02:09:31.477 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.477 INFO kablam! | ^^^^^ Oct 22 02:09:31.477 INFO kablam! ... Oct 22 02:09:31.477 INFO kablam! 3586 | rt_realloc_excess_used!(rt_pow2_8bytes_32align_realloc_excess_used, 8, 32); Oct 22 02:09:31.477 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.477 INFO kablam! | Oct 22 02:09:31.477 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.477 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.477 INFO kablam! | Oct 22 02:09:31.477 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.477 INFO kablam! | Oct 22 02:09:31.477 INFO kablam! Oct 22 02:09:31.477 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.477 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.477 INFO kablam! | Oct 22 02:09:31.477 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.477 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.477 INFO kablam! ... Oct 22 02:09:31.477 INFO kablam! 3586 | rt_realloc_excess_used!(rt_pow2_8bytes_32align_realloc_excess_used, 8, 32); Oct 22 02:09:31.477 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.477 INFO kablam! Oct 22 02:09:31.477 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.477 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.477 INFO kablam! | Oct 22 02:09:31.477 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.477 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.477 INFO kablam! ... Oct 22 02:09:31.477 INFO kablam! 3586 | rt_realloc_excess_used!(rt_pow2_8bytes_32align_realloc_excess_used, 8, 32); Oct 22 02:09:31.477 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.477 INFO kablam! | Oct 22 02:09:31.477 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.477 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.477 INFO kablam! | Oct 22 02:09:31.477 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.477 INFO kablam! | Oct 22 02:09:31.477 INFO kablam! Oct 22 02:09:31.480 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.480 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.480 INFO kablam! | Oct 22 02:09:31.480 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.480 INFO kablam! | ^^^^^ Oct 22 02:09:31.480 INFO kablam! ... Oct 22 02:09:31.480 INFO kablam! 3599 | rt_realloc_excess_used!(rt_pow2_16bytes_32align_realloc_excess_used, 16, 32); Oct 22 02:09:31.480 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.480 INFO kablam! | Oct 22 02:09:31.480 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.480 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.481 INFO kablam! | Oct 22 02:09:31.481 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.481 INFO kablam! | Oct 22 02:09:31.481 INFO kablam! Oct 22 02:09:31.481 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.481 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.481 INFO kablam! | Oct 22 02:09:31.481 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.481 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.481 INFO kablam! ... Oct 22 02:09:31.481 INFO kablam! 3599 | rt_realloc_excess_used!(rt_pow2_16bytes_32align_realloc_excess_used, 16, 32); Oct 22 02:09:31.481 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.481 INFO kablam! Oct 22 02:09:31.481 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.481 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.481 INFO kablam! | Oct 22 02:09:31.481 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.481 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.481 INFO kablam! ... Oct 22 02:09:31.481 INFO kablam! 3599 | rt_realloc_excess_used!(rt_pow2_16bytes_32align_realloc_excess_used, 16, 32); Oct 22 02:09:31.481 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.481 INFO kablam! | Oct 22 02:09:31.481 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.481 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.481 INFO kablam! | Oct 22 02:09:31.481 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.481 INFO kablam! | Oct 22 02:09:31.481 INFO kablam! Oct 22 02:09:31.481 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.481 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.481 INFO kablam! | Oct 22 02:09:31.481 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.481 INFO kablam! | ^^^^^ Oct 22 02:09:31.481 INFO kablam! ... Oct 22 02:09:31.481 INFO kablam! 3612 | rt_realloc_excess_used!(rt_pow2_32bytes_32align_realloc_excess_used, 32, 32); Oct 22 02:09:31.481 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.481 INFO kablam! | Oct 22 02:09:31.481 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.481 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.481 INFO kablam! | Oct 22 02:09:31.481 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.481 INFO kablam! | Oct 22 02:09:31.481 INFO kablam! Oct 22 02:09:31.484 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.484 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.484 INFO kablam! | Oct 22 02:09:31.484 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.484 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.484 INFO kablam! ... Oct 22 02:09:31.484 INFO kablam! 3612 | rt_realloc_excess_used!(rt_pow2_32bytes_32align_realloc_excess_used, 32, 32); Oct 22 02:09:31.484 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.484 INFO kablam! Oct 22 02:09:31.484 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.484 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.484 INFO kablam! | Oct 22 02:09:31.484 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.484 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.484 INFO kablam! ... Oct 22 02:09:31.484 INFO kablam! 3612 | rt_realloc_excess_used!(rt_pow2_32bytes_32align_realloc_excess_used, 32, 32); Oct 22 02:09:31.485 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.485 INFO kablam! | Oct 22 02:09:31.485 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.485 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.485 INFO kablam! | Oct 22 02:09:31.485 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.485 INFO kablam! | Oct 22 02:09:31.485 INFO kablam! Oct 22 02:09:31.485 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.485 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.485 INFO kablam! | Oct 22 02:09:31.485 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.485 INFO kablam! | ^^^^^ Oct 22 02:09:31.485 INFO kablam! ... Oct 22 02:09:31.485 INFO kablam! 3625 | rt_realloc_excess_used!(rt_pow2_64bytes_32align_realloc_excess_used, 64, 32); Oct 22 02:09:31.485 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.485 INFO kablam! | Oct 22 02:09:31.485 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.485 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.485 INFO kablam! | Oct 22 02:09:31.485 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.485 INFO kablam! | Oct 22 02:09:31.485 INFO kablam! Oct 22 02:09:31.485 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.485 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.485 INFO kablam! | Oct 22 02:09:31.485 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.485 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.485 INFO kablam! ... Oct 22 02:09:31.485 INFO kablam! 3625 | rt_realloc_excess_used!(rt_pow2_64bytes_32align_realloc_excess_used, 64, 32); Oct 22 02:09:31.485 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.485 INFO kablam! Oct 22 02:09:31.488 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.488 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.488 INFO kablam! | Oct 22 02:09:31.488 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.488 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.488 INFO kablam! ... Oct 22 02:09:31.488 INFO kablam! 3625 | rt_realloc_excess_used!(rt_pow2_64bytes_32align_realloc_excess_used, 64, 32); Oct 22 02:09:31.488 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.488 INFO kablam! | Oct 22 02:09:31.489 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.489 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.489 INFO kablam! | Oct 22 02:09:31.489 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.489 INFO kablam! | Oct 22 02:09:31.489 INFO kablam! Oct 22 02:09:31.489 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.489 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.489 INFO kablam! | Oct 22 02:09:31.489 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.489 INFO kablam! | ^^^^^ Oct 22 02:09:31.489 INFO kablam! ... Oct 22 02:09:31.489 INFO kablam! 3638 | rt_realloc_excess_used!(rt_pow2_128bytes_32align_realloc_excess_used, 128, 32); Oct 22 02:09:31.489 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.489 INFO kablam! | Oct 22 02:09:31.489 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.489 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.489 INFO kablam! | Oct 22 02:09:31.489 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.489 INFO kablam! | Oct 22 02:09:31.489 INFO kablam! Oct 22 02:09:31.492 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.492 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.492 INFO kablam! | Oct 22 02:09:31.492 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.492 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.492 INFO kablam! ... Oct 22 02:09:31.492 INFO kablam! 3638 | rt_realloc_excess_used!(rt_pow2_128bytes_32align_realloc_excess_used, 128, 32); Oct 22 02:09:31.492 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.492 INFO kablam! Oct 22 02:09:31.500 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.500 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.500 INFO kablam! | Oct 22 02:09:31.500 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.500 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.500 INFO kablam! ... Oct 22 02:09:31.500 INFO kablam! 3638 | rt_realloc_excess_used!(rt_pow2_128bytes_32align_realloc_excess_used, 128, 32); Oct 22 02:09:31.500 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.500 INFO kablam! | Oct 22 02:09:31.500 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.500 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.500 INFO kablam! | Oct 22 02:09:31.500 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.500 INFO kablam! | Oct 22 02:09:31.500 INFO kablam! Oct 22 02:09:31.500 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.500 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.500 INFO kablam! | Oct 22 02:09:31.500 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.500 INFO kablam! | ^^^^^ Oct 22 02:09:31.500 INFO kablam! ... Oct 22 02:09:31.500 INFO kablam! 3651 | rt_realloc_excess_used!(rt_pow2_256bytes_32align_realloc_excess_used, 256, 32); Oct 22 02:09:31.500 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.500 INFO kablam! | Oct 22 02:09:31.501 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.501 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.501 INFO kablam! | Oct 22 02:09:31.501 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.501 INFO kablam! | Oct 22 02:09:31.501 INFO kablam! Oct 22 02:09:31.501 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.501 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.501 INFO kablam! | Oct 22 02:09:31.501 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.501 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.501 INFO kablam! ... Oct 22 02:09:31.501 INFO kablam! 3651 | rt_realloc_excess_used!(rt_pow2_256bytes_32align_realloc_excess_used, 256, 32); Oct 22 02:09:31.501 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.501 INFO kablam! Oct 22 02:09:31.501 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.501 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.501 INFO kablam! | Oct 22 02:09:31.501 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.501 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.501 INFO kablam! ... Oct 22 02:09:31.501 INFO kablam! 3651 | rt_realloc_excess_used!(rt_pow2_256bytes_32align_realloc_excess_used, 256, 32); Oct 22 02:09:31.501 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.501 INFO kablam! | Oct 22 02:09:31.501 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.501 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.501 INFO kablam! | Oct 22 02:09:31.501 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.501 INFO kablam! | Oct 22 02:09:31.501 INFO kablam! Oct 22 02:09:31.501 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.501 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.501 INFO kablam! | Oct 22 02:09:31.501 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.501 INFO kablam! | ^^^^^ Oct 22 02:09:31.501 INFO kablam! ... Oct 22 02:09:31.501 INFO kablam! 3664 | rt_realloc_excess_used!(rt_pow2_512bytes_32align_realloc_excess_used, 512, 32); Oct 22 02:09:31.501 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.501 INFO kablam! | Oct 22 02:09:31.501 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.501 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.501 INFO kablam! | Oct 22 02:09:31.501 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.501 INFO kablam! | Oct 22 02:09:31.501 INFO kablam! Oct 22 02:09:31.501 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.501 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.501 INFO kablam! | Oct 22 02:09:31.501 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.501 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.501 INFO kablam! ... Oct 22 02:09:31.501 INFO kablam! 3664 | rt_realloc_excess_used!(rt_pow2_512bytes_32align_realloc_excess_used, 512, 32); Oct 22 02:09:31.501 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.501 INFO kablam! Oct 22 02:09:31.501 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.501 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.501 INFO kablam! | Oct 22 02:09:31.501 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.501 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.501 INFO kablam! ... Oct 22 02:09:31.501 INFO kablam! 3664 | rt_realloc_excess_used!(rt_pow2_512bytes_32align_realloc_excess_used, 512, 32); Oct 22 02:09:31.501 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.501 INFO kablam! | Oct 22 02:09:31.501 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.501 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.501 INFO kablam! | Oct 22 02:09:31.501 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.501 INFO kablam! | Oct 22 02:09:31.501 INFO kablam! Oct 22 02:09:31.508 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.508 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.508 INFO kablam! | Oct 22 02:09:31.508 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.508 INFO kablam! | ^^^^^ Oct 22 02:09:31.508 INFO kablam! ... Oct 22 02:09:31.508 INFO kablam! 3677 | rt_realloc_excess_used!(rt_pow2_1024bytes_32align_realloc_excess_used, 1024, 32); Oct 22 02:09:31.508 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.508 INFO kablam! | Oct 22 02:09:31.508 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.508 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.508 INFO kablam! | Oct 22 02:09:31.508 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.508 INFO kablam! | Oct 22 02:09:31.508 INFO kablam! Oct 22 02:09:31.508 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.508 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.508 INFO kablam! | Oct 22 02:09:31.508 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.508 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.508 INFO kablam! ... Oct 22 02:09:31.508 INFO kablam! 3677 | rt_realloc_excess_used!(rt_pow2_1024bytes_32align_realloc_excess_used, 1024, 32); Oct 22 02:09:31.508 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.508 INFO kablam! Oct 22 02:09:31.508 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.508 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.509 INFO kablam! | Oct 22 02:09:31.509 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.509 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.509 INFO kablam! ... Oct 22 02:09:31.509 INFO kablam! 3677 | rt_realloc_excess_used!(rt_pow2_1024bytes_32align_realloc_excess_used, 1024, 32); Oct 22 02:09:31.509 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.509 INFO kablam! | Oct 22 02:09:31.509 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.509 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.509 INFO kablam! | Oct 22 02:09:31.509 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.509 INFO kablam! | Oct 22 02:09:31.509 INFO kablam! Oct 22 02:09:31.516 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.516 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.516 INFO kablam! | Oct 22 02:09:31.517 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.517 INFO kablam! | ^^^^^ Oct 22 02:09:31.517 INFO kablam! ... Oct 22 02:09:31.517 INFO kablam! 3690 | rt_realloc_excess_used!(rt_pow2_2048bytes_32align_realloc_excess_used, 2048, 32); Oct 22 02:09:31.517 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.517 INFO kablam! | Oct 22 02:09:31.517 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.517 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.517 INFO kablam! | Oct 22 02:09:31.517 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.517 INFO kablam! | Oct 22 02:09:31.517 INFO kablam! Oct 22 02:09:31.517 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.517 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.517 INFO kablam! | Oct 22 02:09:31.517 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.517 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.517 INFO kablam! ... Oct 22 02:09:31.517 INFO kablam! 3690 | rt_realloc_excess_used!(rt_pow2_2048bytes_32align_realloc_excess_used, 2048, 32); Oct 22 02:09:31.517 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.517 INFO kablam! Oct 22 02:09:31.517 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.517 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.517 INFO kablam! | Oct 22 02:09:31.517 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.517 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.517 INFO kablam! ... Oct 22 02:09:31.517 INFO kablam! 3690 | rt_realloc_excess_used!(rt_pow2_2048bytes_32align_realloc_excess_used, 2048, 32); Oct 22 02:09:31.517 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.517 INFO kablam! | Oct 22 02:09:31.517 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.517 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.517 INFO kablam! | Oct 22 02:09:31.517 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.517 INFO kablam! | Oct 22 02:09:31.517 INFO kablam! Oct 22 02:09:31.517 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.517 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.517 INFO kablam! | Oct 22 02:09:31.517 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.517 INFO kablam! | ^^^^^ Oct 22 02:09:31.517 INFO kablam! ... Oct 22 02:09:31.517 INFO kablam! 3703 | rt_realloc_excess_used!(rt_pow2_4096bytes_32align_realloc_excess_used, 4096, 32); Oct 22 02:09:31.517 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.517 INFO kablam! | Oct 22 02:09:31.517 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.517 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.517 INFO kablam! | Oct 22 02:09:31.517 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.517 INFO kablam! | Oct 22 02:09:31.517 INFO kablam! Oct 22 02:09:31.517 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.517 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.517 INFO kablam! | Oct 22 02:09:31.517 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.517 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.517 INFO kablam! ... Oct 22 02:09:31.517 INFO kablam! 3703 | rt_realloc_excess_used!(rt_pow2_4096bytes_32align_realloc_excess_used, 4096, 32); Oct 22 02:09:31.517 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.517 INFO kablam! Oct 22 02:09:31.517 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.517 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.517 INFO kablam! | Oct 22 02:09:31.517 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.517 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.517 INFO kablam! ... Oct 22 02:09:31.517 INFO kablam! 3703 | rt_realloc_excess_used!(rt_pow2_4096bytes_32align_realloc_excess_used, 4096, 32); Oct 22 02:09:31.517 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.517 INFO kablam! | Oct 22 02:09:31.517 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.517 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.517 INFO kablam! | Oct 22 02:09:31.517 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.517 INFO kablam! | Oct 22 02:09:31.517 INFO kablam! Oct 22 02:09:31.517 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.517 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.517 INFO kablam! | Oct 22 02:09:31.517 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.517 INFO kablam! | ^^^^^ Oct 22 02:09:31.517 INFO kablam! ... Oct 22 02:09:31.517 INFO kablam! 3716 | rt_realloc_excess_used!(rt_pow2_8192bytes_32align_realloc_excess_used, 8192, 32); Oct 22 02:09:31.517 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.517 INFO kablam! | Oct 22 02:09:31.517 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.517 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.517 INFO kablam! | Oct 22 02:09:31.517 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.518 INFO kablam! | Oct 22 02:09:31.518 INFO kablam! Oct 22 02:09:31.518 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.518 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.518 INFO kablam! | Oct 22 02:09:31.518 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.518 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.518 INFO kablam! ... Oct 22 02:09:31.518 INFO kablam! 3716 | rt_realloc_excess_used!(rt_pow2_8192bytes_32align_realloc_excess_used, 8192, 32); Oct 22 02:09:31.518 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.518 INFO kablam! Oct 22 02:09:31.520 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.520 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.520 INFO kablam! | Oct 22 02:09:31.520 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.520 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.520 INFO kablam! ... Oct 22 02:09:31.520 INFO kablam! 3716 | rt_realloc_excess_used!(rt_pow2_8192bytes_32align_realloc_excess_used, 8192, 32); Oct 22 02:09:31.520 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.520 INFO kablam! | Oct 22 02:09:31.520 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.520 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.520 INFO kablam! | Oct 22 02:09:31.521 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.521 INFO kablam! | Oct 22 02:09:31.521 INFO kablam! Oct 22 02:09:31.521 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.521 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.521 INFO kablam! | Oct 22 02:09:31.521 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.521 INFO kablam! | ^^^^^ Oct 22 02:09:31.521 INFO kablam! ... Oct 22 02:09:31.521 INFO kablam! 3729 | rt_realloc_excess_used!(rt_pow2_16384bytes_32align_realloc_excess_used, 16384, 32); Oct 22 02:09:31.521 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.521 INFO kablam! | Oct 22 02:09:31.521 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.521 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.521 INFO kablam! | Oct 22 02:09:31.521 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.521 INFO kablam! | Oct 22 02:09:31.521 INFO kablam! Oct 22 02:09:31.521 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.521 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.521 INFO kablam! | Oct 22 02:09:31.521 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.521 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.521 INFO kablam! ... Oct 22 02:09:31.521 INFO kablam! 3729 | rt_realloc_excess_used!(rt_pow2_16384bytes_32align_realloc_excess_used, 16384, 32); Oct 22 02:09:31.521 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.521 INFO kablam! Oct 22 02:09:31.521 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.521 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.521 INFO kablam! | Oct 22 02:09:31.521 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.521 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.521 INFO kablam! ... Oct 22 02:09:31.521 INFO kablam! 3729 | rt_realloc_excess_used!(rt_pow2_16384bytes_32align_realloc_excess_used, 16384, 32); Oct 22 02:09:31.521 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.521 INFO kablam! | Oct 22 02:09:31.521 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.521 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.521 INFO kablam! | Oct 22 02:09:31.521 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.521 INFO kablam! | Oct 22 02:09:31.521 INFO kablam! Oct 22 02:09:31.532 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.533 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.533 INFO kablam! | Oct 22 02:09:31.533 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.533 INFO kablam! | ^^^^^ Oct 22 02:09:31.533 INFO kablam! ... Oct 22 02:09:31.533 INFO kablam! 3742 | rt_realloc_excess_used!(rt_pow2_32768bytes_32align_realloc_excess_used, 32768, 32); Oct 22 02:09:31.533 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.533 INFO kablam! | Oct 22 02:09:31.533 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.533 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.533 INFO kablam! | Oct 22 02:09:31.533 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.533 INFO kablam! | Oct 22 02:09:31.533 INFO kablam! Oct 22 02:09:31.533 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.533 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.533 INFO kablam! | Oct 22 02:09:31.533 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.533 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.533 INFO kablam! ... Oct 22 02:09:31.533 INFO kablam! 3742 | rt_realloc_excess_used!(rt_pow2_32768bytes_32align_realloc_excess_used, 32768, 32); Oct 22 02:09:31.533 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.533 INFO kablam! Oct 22 02:09:31.533 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.533 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.533 INFO kablam! | Oct 22 02:09:31.533 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.533 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.533 INFO kablam! ... Oct 22 02:09:31.533 INFO kablam! 3742 | rt_realloc_excess_used!(rt_pow2_32768bytes_32align_realloc_excess_used, 32768, 32); Oct 22 02:09:31.533 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.533 INFO kablam! | Oct 22 02:09:31.533 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.533 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.533 INFO kablam! | Oct 22 02:09:31.533 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.533 INFO kablam! | Oct 22 02:09:31.533 INFO kablam! Oct 22 02:09:31.533 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.533 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.533 INFO kablam! | Oct 22 02:09:31.533 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.533 INFO kablam! | ^^^^^ Oct 22 02:09:31.533 INFO kablam! ... Oct 22 02:09:31.533 INFO kablam! 3755 | rt_realloc_excess_used!(rt_pow2_65536bytes_32align_realloc_excess_used, 65536, 32); Oct 22 02:09:31.533 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.533 INFO kablam! | Oct 22 02:09:31.533 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.533 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.533 INFO kablam! | Oct 22 02:09:31.533 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.533 INFO kablam! | Oct 22 02:09:31.533 INFO kablam! Oct 22 02:09:31.533 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.533 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.533 INFO kablam! | Oct 22 02:09:31.533 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.533 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.533 INFO kablam! ... Oct 22 02:09:31.533 INFO kablam! 3755 | rt_realloc_excess_used!(rt_pow2_65536bytes_32align_realloc_excess_used, 65536, 32); Oct 22 02:09:31.533 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.533 INFO kablam! Oct 22 02:09:31.533 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.533 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.533 INFO kablam! | Oct 22 02:09:31.533 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.533 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.533 INFO kablam! ... Oct 22 02:09:31.533 INFO kablam! 3755 | rt_realloc_excess_used!(rt_pow2_65536bytes_32align_realloc_excess_used, 65536, 32); Oct 22 02:09:31.533 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.533 INFO kablam! | Oct 22 02:09:31.533 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.533 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.533 INFO kablam! | Oct 22 02:09:31.533 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.533 INFO kablam! | Oct 22 02:09:31.533 INFO kablam! Oct 22 02:09:31.533 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.533 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.533 INFO kablam! | Oct 22 02:09:31.533 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.533 INFO kablam! | ^^^^^ Oct 22 02:09:31.533 INFO kablam! ... Oct 22 02:09:31.533 INFO kablam! 3768 | rt_realloc_excess_used!(rt_pow2_131072bytes_32align_realloc_excess_used, 131072, 32); Oct 22 02:09:31.534 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.534 INFO kablam! | Oct 22 02:09:31.534 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.534 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.534 INFO kablam! | Oct 22 02:09:31.534 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.534 INFO kablam! | Oct 22 02:09:31.534 INFO kablam! Oct 22 02:09:31.540 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.540 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.540 INFO kablam! | Oct 22 02:09:31.540 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.541 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.541 INFO kablam! ... Oct 22 02:09:31.541 INFO kablam! 3768 | rt_realloc_excess_used!(rt_pow2_131072bytes_32align_realloc_excess_used, 131072, 32); Oct 22 02:09:31.541 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.541 INFO kablam! Oct 22 02:09:31.541 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.541 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.541 INFO kablam! | Oct 22 02:09:31.541 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.541 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.541 INFO kablam! ... Oct 22 02:09:31.541 INFO kablam! 3768 | rt_realloc_excess_used!(rt_pow2_131072bytes_32align_realloc_excess_used, 131072, 32); Oct 22 02:09:31.541 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.541 INFO kablam! | Oct 22 02:09:31.541 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.541 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.541 INFO kablam! | Oct 22 02:09:31.541 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.541 INFO kablam! | Oct 22 02:09:31.541 INFO kablam! Oct 22 02:09:31.541 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.541 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.541 INFO kablam! | Oct 22 02:09:31.541 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.541 INFO kablam! | ^^^^^ Oct 22 02:09:31.541 INFO kablam! ... Oct 22 02:09:31.541 INFO kablam! 3781 | rt_realloc_excess_used!(rt_pow2_4194304bytes_32align_realloc_excess_used, 4194304, 32); Oct 22 02:09:31.541 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.541 INFO kablam! | Oct 22 02:09:31.541 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.541 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.541 INFO kablam! | Oct 22 02:09:31.541 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.541 INFO kablam! | Oct 22 02:09:31.541 INFO kablam! Oct 22 02:09:31.541 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.541 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.541 INFO kablam! | Oct 22 02:09:31.541 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.541 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.541 INFO kablam! ... Oct 22 02:09:31.541 INFO kablam! 3781 | rt_realloc_excess_used!(rt_pow2_4194304bytes_32align_realloc_excess_used, 4194304, 32); Oct 22 02:09:31.541 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.541 INFO kablam! Oct 22 02:09:31.541 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.541 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.541 INFO kablam! | Oct 22 02:09:31.541 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.541 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.541 INFO kablam! ... Oct 22 02:09:31.541 INFO kablam! 3781 | rt_realloc_excess_used!(rt_pow2_4194304bytes_32align_realloc_excess_used, 4194304, 32); Oct 22 02:09:31.541 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.541 INFO kablam! | Oct 22 02:09:31.541 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.541 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.541 INFO kablam! | Oct 22 02:09:31.541 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.541 INFO kablam! | Oct 22 02:09:31.541 INFO kablam! Oct 22 02:09:31.541 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.541 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.541 INFO kablam! | Oct 22 02:09:31.541 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.541 INFO kablam! | ^^^^^ Oct 22 02:09:31.541 INFO kablam! ... Oct 22 02:09:31.541 INFO kablam! 3795 | rt_realloc_excess_used!(rt_even_10bytes_32align_realloc_excess_used, 10, 32); Oct 22 02:09:31.541 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.541 INFO kablam! | Oct 22 02:09:31.541 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.541 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.541 INFO kablam! | Oct 22 02:09:31.541 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.541 INFO kablam! | Oct 22 02:09:31.541 INFO kablam! Oct 22 02:09:31.541 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.541 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.541 INFO kablam! | Oct 22 02:09:31.541 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.541 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.541 INFO kablam! ... Oct 22 02:09:31.541 INFO kablam! 3795 | rt_realloc_excess_used!(rt_even_10bytes_32align_realloc_excess_used, 10, 32); Oct 22 02:09:31.541 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.541 INFO kablam! Oct 22 02:09:31.545 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.545 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.545 INFO kablam! | Oct 22 02:09:31.545 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.545 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.545 INFO kablam! ... Oct 22 02:09:31.545 INFO kablam! 3795 | rt_realloc_excess_used!(rt_even_10bytes_32align_realloc_excess_used, 10, 32); Oct 22 02:09:31.545 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.545 INFO kablam! | Oct 22 02:09:31.545 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.545 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.545 INFO kablam! | Oct 22 02:09:31.545 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.545 INFO kablam! | Oct 22 02:09:31.545 INFO kablam! Oct 22 02:09:31.545 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.545 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.545 INFO kablam! | Oct 22 02:09:31.545 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.545 INFO kablam! | ^^^^^ Oct 22 02:09:31.545 INFO kablam! ... Oct 22 02:09:31.545 INFO kablam! 3808 | rt_realloc_excess_used!(rt_even_100bytes_32align_realloc_excess_used, 100, 32); Oct 22 02:09:31.545 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.545 INFO kablam! | Oct 22 02:09:31.545 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.545 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.545 INFO kablam! | Oct 22 02:09:31.545 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.545 INFO kablam! | Oct 22 02:09:31.545 INFO kablam! Oct 22 02:09:31.545 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.545 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.545 INFO kablam! | Oct 22 02:09:31.545 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.545 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.545 INFO kablam! ... Oct 22 02:09:31.545 INFO kablam! 3808 | rt_realloc_excess_used!(rt_even_100bytes_32align_realloc_excess_used, 100, 32); Oct 22 02:09:31.545 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.545 INFO kablam! Oct 22 02:09:31.545 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.545 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.545 INFO kablam! | Oct 22 02:09:31.545 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.545 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.545 INFO kablam! ... Oct 22 02:09:31.545 INFO kablam! 3808 | rt_realloc_excess_used!(rt_even_100bytes_32align_realloc_excess_used, 100, 32); Oct 22 02:09:31.545 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.545 INFO kablam! | Oct 22 02:09:31.545 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.545 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.545 INFO kablam! | Oct 22 02:09:31.545 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.545 INFO kablam! | Oct 22 02:09:31.545 INFO kablam! Oct 22 02:09:31.545 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.545 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.545 INFO kablam! | Oct 22 02:09:31.545 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.545 INFO kablam! | ^^^^^ Oct 22 02:09:31.545 INFO kablam! ... Oct 22 02:09:31.545 INFO kablam! 3821 | rt_realloc_excess_used!(rt_even_1000bytes_32align_realloc_excess_used, 1000, 32); Oct 22 02:09:31.545 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.545 INFO kablam! | Oct 22 02:09:31.545 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.545 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.545 INFO kablam! | Oct 22 02:09:31.545 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.545 INFO kablam! | Oct 22 02:09:31.545 INFO kablam! Oct 22 02:09:31.546 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.546 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.546 INFO kablam! | Oct 22 02:09:31.546 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.546 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.546 INFO kablam! ... Oct 22 02:09:31.546 INFO kablam! 3821 | rt_realloc_excess_used!(rt_even_1000bytes_32align_realloc_excess_used, 1000, 32); Oct 22 02:09:31.546 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.546 INFO kablam! Oct 22 02:09:31.548 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.548 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.548 INFO kablam! | Oct 22 02:09:31.548 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.548 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.548 INFO kablam! ... Oct 22 02:09:31.548 INFO kablam! 3821 | rt_realloc_excess_used!(rt_even_1000bytes_32align_realloc_excess_used, 1000, 32); Oct 22 02:09:31.548 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.548 INFO kablam! | Oct 22 02:09:31.548 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.548 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.548 INFO kablam! | Oct 22 02:09:31.548 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.548 INFO kablam! | Oct 22 02:09:31.548 INFO kablam! Oct 22 02:09:31.548 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.548 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.548 INFO kablam! | Oct 22 02:09:31.548 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.548 INFO kablam! | ^^^^^ Oct 22 02:09:31.548 INFO kablam! ... Oct 22 02:09:31.548 INFO kablam! 3834 | rt_realloc_excess_used!(rt_even_10000bytes_32align_realloc_excess_used, 10000, 32); Oct 22 02:09:31.548 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.548 INFO kablam! | Oct 22 02:09:31.548 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.548 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.548 INFO kablam! | Oct 22 02:09:31.548 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.549 INFO kablam! | Oct 22 02:09:31.549 INFO kablam! Oct 22 02:09:31.549 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.549 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.549 INFO kablam! | Oct 22 02:09:31.549 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.549 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.549 INFO kablam! ... Oct 22 02:09:31.549 INFO kablam! 3834 | rt_realloc_excess_used!(rt_even_10000bytes_32align_realloc_excess_used, 10000, 32); Oct 22 02:09:31.549 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.552 INFO kablam! Oct 22 02:09:31.552 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.552 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.552 INFO kablam! | Oct 22 02:09:31.552 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.552 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.553 INFO kablam! ... Oct 22 02:09:31.553 INFO kablam! 3834 | rt_realloc_excess_used!(rt_even_10000bytes_32align_realloc_excess_used, 10000, 32); Oct 22 02:09:31.553 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.553 INFO kablam! | Oct 22 02:09:31.553 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.553 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.553 INFO kablam! | Oct 22 02:09:31.553 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.553 INFO kablam! | Oct 22 02:09:31.553 INFO kablam! Oct 22 02:09:31.553 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.553 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.553 INFO kablam! | Oct 22 02:09:31.553 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.553 INFO kablam! | ^^^^^ Oct 22 02:09:31.553 INFO kablam! ... Oct 22 02:09:31.553 INFO kablam! 3847 | rt_realloc_excess_used!(rt_even_100000bytes_32align_realloc_excess_used, 100000, 32); Oct 22 02:09:31.553 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.553 INFO kablam! | Oct 22 02:09:31.553 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.553 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.553 INFO kablam! | Oct 22 02:09:31.553 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.553 INFO kablam! | Oct 22 02:09:31.553 INFO kablam! Oct 22 02:09:31.555 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.555 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.555 INFO kablam! | Oct 22 02:09:31.555 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.555 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.555 INFO kablam! ... Oct 22 02:09:31.555 INFO kablam! 3847 | rt_realloc_excess_used!(rt_even_100000bytes_32align_realloc_excess_used, 100000, 32); Oct 22 02:09:31.555 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.555 INFO kablam! Oct 22 02:09:31.555 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.555 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.555 INFO kablam! | Oct 22 02:09:31.555 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.555 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.555 INFO kablam! ... Oct 22 02:09:31.555 INFO kablam! 3847 | rt_realloc_excess_used!(rt_even_100000bytes_32align_realloc_excess_used, 100000, 32); Oct 22 02:09:31.555 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.555 INFO kablam! | Oct 22 02:09:31.555 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.555 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.555 INFO kablam! | Oct 22 02:09:31.555 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.555 INFO kablam! | Oct 22 02:09:31.555 INFO kablam! Oct 22 02:09:31.555 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.555 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.555 INFO kablam! | Oct 22 02:09:31.555 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.555 INFO kablam! | ^^^^^ Oct 22 02:09:31.555 INFO kablam! ... Oct 22 02:09:31.555 INFO kablam! 3860 | rt_realloc_excess_used!(rt_even_1000000bytes_32align_realloc_excess_used, 1000000, 32); Oct 22 02:09:31.555 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.555 INFO kablam! | Oct 22 02:09:31.555 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.555 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.555 INFO kablam! | Oct 22 02:09:31.555 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.555 INFO kablam! | Oct 22 02:09:31.555 INFO kablam! Oct 22 02:09:31.560 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.560 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.560 INFO kablam! | Oct 22 02:09:31.560 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.560 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.560 INFO kablam! ... Oct 22 02:09:31.560 INFO kablam! 3860 | rt_realloc_excess_used!(rt_even_1000000bytes_32align_realloc_excess_used, 1000000, 32); Oct 22 02:09:31.560 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.560 INFO kablam! Oct 22 02:09:31.564 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.564 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.564 INFO kablam! | Oct 22 02:09:31.564 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.564 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.564 INFO kablam! ... Oct 22 02:09:31.564 INFO kablam! 3860 | rt_realloc_excess_used!(rt_even_1000000bytes_32align_realloc_excess_used, 1000000, 32); Oct 22 02:09:31.564 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.564 INFO kablam! | Oct 22 02:09:31.564 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.564 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.564 INFO kablam! | Oct 22 02:09:31.564 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.564 INFO kablam! | Oct 22 02:09:31.564 INFO kablam! Oct 22 02:09:31.564 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.565 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.565 INFO kablam! | Oct 22 02:09:31.565 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.565 INFO kablam! | ^^^^^ Oct 22 02:09:31.565 INFO kablam! ... Oct 22 02:09:31.565 INFO kablam! 3874 | rt_realloc_excess_used!(rt_odd_10bytes_32align_realloc_excess_used, 10- 1, 32); Oct 22 02:09:31.565 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.565 INFO kablam! | Oct 22 02:09:31.565 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.565 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.565 INFO kablam! | Oct 22 02:09:31.565 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.565 INFO kablam! | Oct 22 02:09:31.565 INFO kablam! Oct 22 02:09:31.565 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.565 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.565 INFO kablam! | Oct 22 02:09:31.565 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.565 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.565 INFO kablam! ... Oct 22 02:09:31.565 INFO kablam! 3874 | rt_realloc_excess_used!(rt_odd_10bytes_32align_realloc_excess_used, 10- 1, 32); Oct 22 02:09:31.565 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.565 INFO kablam! Oct 22 02:09:31.565 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.565 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.565 INFO kablam! | Oct 22 02:09:31.565 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.565 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.565 INFO kablam! ... Oct 22 02:09:31.565 INFO kablam! 3874 | rt_realloc_excess_used!(rt_odd_10bytes_32align_realloc_excess_used, 10- 1, 32); Oct 22 02:09:31.565 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.565 INFO kablam! | Oct 22 02:09:31.565 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.565 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.565 INFO kablam! | Oct 22 02:09:31.565 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.565 INFO kablam! | Oct 22 02:09:31.565 INFO kablam! Oct 22 02:09:31.565 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.565 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.565 INFO kablam! | Oct 22 02:09:31.565 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.565 INFO kablam! | ^^^^^ Oct 22 02:09:31.565 INFO kablam! ... Oct 22 02:09:31.565 INFO kablam! 3887 | rt_realloc_excess_used!(rt_odd_100bytes_32align_realloc_excess_used, 100- 1, 32); Oct 22 02:09:31.565 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.565 INFO kablam! | Oct 22 02:09:31.565 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.565 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.565 INFO kablam! | Oct 22 02:09:31.565 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.565 INFO kablam! | Oct 22 02:09:31.565 INFO kablam! Oct 22 02:09:31.566 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.566 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.566 INFO kablam! | Oct 22 02:09:31.566 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.566 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.566 INFO kablam! ... Oct 22 02:09:31.566 INFO kablam! 3887 | rt_realloc_excess_used!(rt_odd_100bytes_32align_realloc_excess_used, 100- 1, 32); Oct 22 02:09:31.566 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.566 INFO kablam! Oct 22 02:09:31.567 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.567 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.567 INFO kablam! | Oct 22 02:09:31.567 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.567 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.567 INFO kablam! ... Oct 22 02:09:31.567 INFO kablam! 3887 | rt_realloc_excess_used!(rt_odd_100bytes_32align_realloc_excess_used, 100- 1, 32); Oct 22 02:09:31.567 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.567 INFO kablam! | Oct 22 02:09:31.567 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.567 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.567 INFO kablam! | Oct 22 02:09:31.567 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.567 INFO kablam! | Oct 22 02:09:31.567 INFO kablam! Oct 22 02:09:31.574 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.574 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.574 INFO kablam! | Oct 22 02:09:31.574 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.574 INFO kablam! | ^^^^^ Oct 22 02:09:31.574 INFO kablam! ... Oct 22 02:09:31.574 INFO kablam! 3900 | rt_realloc_excess_used!(rt_odd_1000bytes_32align_realloc_excess_used, 1000- 1, 32); Oct 22 02:09:31.574 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.574 INFO kablam! | Oct 22 02:09:31.574 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.574 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.574 INFO kablam! | Oct 22 02:09:31.574 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.574 INFO kablam! | Oct 22 02:09:31.574 INFO kablam! Oct 22 02:09:31.575 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.575 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.575 INFO kablam! | Oct 22 02:09:31.575 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.575 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.575 INFO kablam! ... Oct 22 02:09:31.575 INFO kablam! 3900 | rt_realloc_excess_used!(rt_odd_1000bytes_32align_realloc_excess_used, 1000- 1, 32); Oct 22 02:09:31.575 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.575 INFO kablam! Oct 22 02:09:31.576 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.576 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.576 INFO kablam! | Oct 22 02:09:31.576 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.576 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.576 INFO kablam! ... Oct 22 02:09:31.576 INFO kablam! 3900 | rt_realloc_excess_used!(rt_odd_1000bytes_32align_realloc_excess_used, 1000- 1, 32); Oct 22 02:09:31.576 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.576 INFO kablam! | Oct 22 02:09:31.576 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.576 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.576 INFO kablam! | Oct 22 02:09:31.576 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.576 INFO kablam! | Oct 22 02:09:31.576 INFO kablam! Oct 22 02:09:31.578 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.578 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.578 INFO kablam! | Oct 22 02:09:31.578 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.578 INFO kablam! | ^^^^^ Oct 22 02:09:31.578 INFO kablam! ... Oct 22 02:09:31.578 INFO kablam! 3913 | rt_realloc_excess_used!(rt_odd_10000bytes_32align_realloc_excess_used, 10000- 1, 32); Oct 22 02:09:31.578 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.578 INFO kablam! | Oct 22 02:09:31.578 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.578 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.578 INFO kablam! | Oct 22 02:09:31.578 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.578 INFO kablam! | Oct 22 02:09:31.578 INFO kablam! Oct 22 02:09:31.578 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.578 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.578 INFO kablam! | Oct 22 02:09:31.578 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.578 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.578 INFO kablam! ... Oct 22 02:09:31.578 INFO kablam! 3913 | rt_realloc_excess_used!(rt_odd_10000bytes_32align_realloc_excess_used, 10000- 1, 32); Oct 22 02:09:31.578 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.578 INFO kablam! Oct 22 02:09:31.579 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.579 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.579 INFO kablam! | Oct 22 02:09:31.579 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.579 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.579 INFO kablam! ... Oct 22 02:09:31.579 INFO kablam! 3913 | rt_realloc_excess_used!(rt_odd_10000bytes_32align_realloc_excess_used, 10000- 1, 32); Oct 22 02:09:31.579 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.579 INFO kablam! | Oct 22 02:09:31.579 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.579 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.579 INFO kablam! | Oct 22 02:09:31.579 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.579 INFO kablam! | Oct 22 02:09:31.579 INFO kablam! Oct 22 02:09:31.581 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.581 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.581 INFO kablam! | Oct 22 02:09:31.581 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.581 INFO kablam! | ^^^^^ Oct 22 02:09:31.581 INFO kablam! ... Oct 22 02:09:31.581 INFO kablam! 3926 | rt_realloc_excess_used!(rt_odd_100000bytes_32align_realloc_excess_used, 100000- 1, 32); Oct 22 02:09:31.581 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.581 INFO kablam! | Oct 22 02:09:31.581 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.581 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.581 INFO kablam! | Oct 22 02:09:31.581 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.581 INFO kablam! | Oct 22 02:09:31.581 INFO kablam! Oct 22 02:09:31.581 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.581 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.581 INFO kablam! | Oct 22 02:09:31.581 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.581 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.581 INFO kablam! ... Oct 22 02:09:31.581 INFO kablam! 3926 | rt_realloc_excess_used!(rt_odd_100000bytes_32align_realloc_excess_used, 100000- 1, 32); Oct 22 02:09:31.581 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.581 INFO kablam! Oct 22 02:09:31.582 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.582 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.582 INFO kablam! | Oct 22 02:09:31.582 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.582 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.582 INFO kablam! ... Oct 22 02:09:31.582 INFO kablam! 3926 | rt_realloc_excess_used!(rt_odd_100000bytes_32align_realloc_excess_used, 100000- 1, 32); Oct 22 02:09:31.582 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.582 INFO kablam! | Oct 22 02:09:31.582 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.582 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.582 INFO kablam! | Oct 22 02:09:31.582 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.582 INFO kablam! | Oct 22 02:09:31.582 INFO kablam! Oct 22 02:09:31.583 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.583 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.583 INFO kablam! | Oct 22 02:09:31.583 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.583 INFO kablam! | ^^^^^ Oct 22 02:09:31.583 INFO kablam! ... Oct 22 02:09:31.583 INFO kablam! 3939 | rt_realloc_excess_used!(rt_odd_1000000bytes_32align_realloc_excess_used, 1000000- 1, 32); Oct 22 02:09:31.583 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.583 INFO kablam! | Oct 22 02:09:31.583 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.583 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.584 INFO kablam! | Oct 22 02:09:31.584 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.584 INFO kablam! | Oct 22 02:09:31.584 INFO kablam! Oct 22 02:09:31.584 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.584 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.584 INFO kablam! | Oct 22 02:09:31.584 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.584 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.584 INFO kablam! ... Oct 22 02:09:31.584 INFO kablam! 3939 | rt_realloc_excess_used!(rt_odd_1000000bytes_32align_realloc_excess_used, 1000000- 1, 32); Oct 22 02:09:31.584 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.584 INFO kablam! Oct 22 02:09:31.585 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.585 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.585 INFO kablam! | Oct 22 02:09:31.585 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.585 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.585 INFO kablam! ... Oct 22 02:09:31.585 INFO kablam! 3939 | rt_realloc_excess_used!(rt_odd_1000000bytes_32align_realloc_excess_used, 1000000- 1, 32); Oct 22 02:09:31.585 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.585 INFO kablam! | Oct 22 02:09:31.585 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.585 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.585 INFO kablam! | Oct 22 02:09:31.585 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.586 INFO kablam! | Oct 22 02:09:31.586 INFO kablam! Oct 22 02:09:31.588 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.588 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.588 INFO kablam! | Oct 22 02:09:31.588 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.588 INFO kablam! | ^^^^^ Oct 22 02:09:31.588 INFO kablam! ... Oct 22 02:09:31.588 INFO kablam! 3953 | rt_realloc_excess_used!(rt_primes_3bytes_32align_realloc_excess_used, 3, 32); Oct 22 02:09:31.588 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.588 INFO kablam! | Oct 22 02:09:31.588 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.588 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.588 INFO kablam! | Oct 22 02:09:31.588 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.588 INFO kablam! | Oct 22 02:09:31.588 INFO kablam! Oct 22 02:09:31.588 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.588 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.588 INFO kablam! | Oct 22 02:09:31.588 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.588 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.588 INFO kablam! ... Oct 22 02:09:31.588 INFO kablam! 3953 | rt_realloc_excess_used!(rt_primes_3bytes_32align_realloc_excess_used, 3, 32); Oct 22 02:09:31.588 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.588 INFO kablam! Oct 22 02:09:31.588 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.588 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.589 INFO kablam! | Oct 22 02:09:31.589 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.589 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.589 INFO kablam! ... Oct 22 02:09:31.589 INFO kablam! 3953 | rt_realloc_excess_used!(rt_primes_3bytes_32align_realloc_excess_used, 3, 32); Oct 22 02:09:31.589 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.589 INFO kablam! | Oct 22 02:09:31.589 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.589 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.589 INFO kablam! | Oct 22 02:09:31.589 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.589 INFO kablam! | Oct 22 02:09:31.589 INFO kablam! Oct 22 02:09:31.592 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.592 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.592 INFO kablam! | Oct 22 02:09:31.592 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.592 INFO kablam! | ^^^^^ Oct 22 02:09:31.592 INFO kablam! ... Oct 22 02:09:31.592 INFO kablam! 3966 | rt_realloc_excess_used!(rt_primes_7bytes_32align_realloc_excess_used, 7, 32); Oct 22 02:09:31.592 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.592 INFO kablam! | Oct 22 02:09:31.592 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.592 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.592 INFO kablam! | Oct 22 02:09:31.592 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.592 INFO kablam! | Oct 22 02:09:31.592 INFO kablam! Oct 22 02:09:31.592 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.592 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.592 INFO kablam! | Oct 22 02:09:31.592 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.592 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.593 INFO kablam! ... Oct 22 02:09:31.593 INFO kablam! 3966 | rt_realloc_excess_used!(rt_primes_7bytes_32align_realloc_excess_used, 7, 32); Oct 22 02:09:31.593 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.593 INFO kablam! Oct 22 02:09:31.593 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.593 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.593 INFO kablam! | Oct 22 02:09:31.593 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.593 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.593 INFO kablam! ... Oct 22 02:09:31.593 INFO kablam! 3966 | rt_realloc_excess_used!(rt_primes_7bytes_32align_realloc_excess_used, 7, 32); Oct 22 02:09:31.593 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.593 INFO kablam! | Oct 22 02:09:31.593 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.593 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.593 INFO kablam! | Oct 22 02:09:31.593 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.593 INFO kablam! | Oct 22 02:09:31.593 INFO kablam! Oct 22 02:09:31.593 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.593 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.593 INFO kablam! | Oct 22 02:09:31.593 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.593 INFO kablam! | ^^^^^ Oct 22 02:09:31.593 INFO kablam! ... Oct 22 02:09:31.593 INFO kablam! 3979 | rt_realloc_excess_used!(rt_primes_13bytes_32align_realloc_excess_used, 13, 32); Oct 22 02:09:31.593 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.593 INFO kablam! | Oct 22 02:09:31.593 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.593 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.593 INFO kablam! | Oct 22 02:09:31.593 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.593 INFO kablam! | Oct 22 02:09:31.593 INFO kablam! Oct 22 02:09:31.593 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.593 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.593 INFO kablam! | Oct 22 02:09:31.593 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.593 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.593 INFO kablam! ... Oct 22 02:09:31.593 INFO kablam! 3979 | rt_realloc_excess_used!(rt_primes_13bytes_32align_realloc_excess_used, 13, 32); Oct 22 02:09:31.593 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.593 INFO kablam! Oct 22 02:09:31.600 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.600 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.600 INFO kablam! | Oct 22 02:09:31.600 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.600 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.600 INFO kablam! ... Oct 22 02:09:31.601 INFO kablam! 3979 | rt_realloc_excess_used!(rt_primes_13bytes_32align_realloc_excess_used, 13, 32); Oct 22 02:09:31.601 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.601 INFO kablam! | Oct 22 02:09:31.601 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.601 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.601 INFO kablam! | Oct 22 02:09:31.601 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.601 INFO kablam! | Oct 22 02:09:31.601 INFO kablam! Oct 22 02:09:31.601 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.601 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.601 INFO kablam! | Oct 22 02:09:31.601 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.601 INFO kablam! | ^^^^^ Oct 22 02:09:31.601 INFO kablam! ... Oct 22 02:09:31.601 INFO kablam! 3992 | rt_realloc_excess_used!(rt_primes_17bytes_32align_realloc_excess_used, 17, 32); Oct 22 02:09:31.601 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.601 INFO kablam! | Oct 22 02:09:31.601 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.601 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.601 INFO kablam! | Oct 22 02:09:31.601 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.601 INFO kablam! | Oct 22 02:09:31.601 INFO kablam! Oct 22 02:09:31.601 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.601 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.601 INFO kablam! | Oct 22 02:09:31.601 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.601 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.601 INFO kablam! ... Oct 22 02:09:31.601 INFO kablam! 3992 | rt_realloc_excess_used!(rt_primes_17bytes_32align_realloc_excess_used, 17, 32); Oct 22 02:09:31.601 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.601 INFO kablam! Oct 22 02:09:31.601 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.601 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.601 INFO kablam! | Oct 22 02:09:31.601 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.601 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.601 INFO kablam! ... Oct 22 02:09:31.601 INFO kablam! 3992 | rt_realloc_excess_used!(rt_primes_17bytes_32align_realloc_excess_used, 17, 32); Oct 22 02:09:31.601 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.601 INFO kablam! | Oct 22 02:09:31.601 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.601 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.601 INFO kablam! | Oct 22 02:09:31.601 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.601 INFO kablam! | Oct 22 02:09:31.601 INFO kablam! Oct 22 02:09:31.601 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.601 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.601 INFO kablam! | Oct 22 02:09:31.601 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.601 INFO kablam! | ^^^^^ Oct 22 02:09:31.601 INFO kablam! ... Oct 22 02:09:31.601 INFO kablam! 4005 | rt_realloc_excess_used!(rt_primes_31bytes_32align_realloc_excess_used, 31, 32); Oct 22 02:09:31.601 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.601 INFO kablam! | Oct 22 02:09:31.601 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.601 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.601 INFO kablam! | Oct 22 02:09:31.601 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.601 INFO kablam! | Oct 22 02:09:31.601 INFO kablam! Oct 22 02:09:31.601 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.601 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.601 INFO kablam! | Oct 22 02:09:31.601 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.601 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.601 INFO kablam! ... Oct 22 02:09:31.601 INFO kablam! 4005 | rt_realloc_excess_used!(rt_primes_31bytes_32align_realloc_excess_used, 31, 32); Oct 22 02:09:31.601 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.601 INFO kablam! Oct 22 02:09:31.601 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.601 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.601 INFO kablam! | Oct 22 02:09:31.601 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.601 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.601 INFO kablam! ... Oct 22 02:09:31.601 INFO kablam! 4005 | rt_realloc_excess_used!(rt_primes_31bytes_32align_realloc_excess_used, 31, 32); Oct 22 02:09:31.601 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.601 INFO kablam! | Oct 22 02:09:31.601 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.602 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.602 INFO kablam! | Oct 22 02:09:31.602 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.602 INFO kablam! | Oct 22 02:09:31.602 INFO kablam! Oct 22 02:09:31.602 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.602 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.602 INFO kablam! | Oct 22 02:09:31.602 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.602 INFO kablam! | ^^^^^ Oct 22 02:09:31.602 INFO kablam! ... Oct 22 02:09:31.602 INFO kablam! 4018 | rt_realloc_excess_used!(rt_primes_61bytes_32align_realloc_excess_used, 61, 32); Oct 22 02:09:31.602 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.602 INFO kablam! | Oct 22 02:09:31.602 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.602 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.602 INFO kablam! | Oct 22 02:09:31.602 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.602 INFO kablam! | Oct 22 02:09:31.602 INFO kablam! Oct 22 02:09:31.602 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.602 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.602 INFO kablam! | Oct 22 02:09:31.602 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.602 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.602 INFO kablam! ... Oct 22 02:09:31.602 INFO kablam! 4018 | rt_realloc_excess_used!(rt_primes_61bytes_32align_realloc_excess_used, 61, 32); Oct 22 02:09:31.602 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.602 INFO kablam! Oct 22 02:09:31.604 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.604 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.604 INFO kablam! | Oct 22 02:09:31.604 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.604 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.604 INFO kablam! ... Oct 22 02:09:31.604 INFO kablam! 4018 | rt_realloc_excess_used!(rt_primes_61bytes_32align_realloc_excess_used, 61, 32); Oct 22 02:09:31.604 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.604 INFO kablam! | Oct 22 02:09:31.604 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.604 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.604 INFO kablam! | Oct 22 02:09:31.604 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.604 INFO kablam! | Oct 22 02:09:31.604 INFO kablam! Oct 22 02:09:31.604 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.604 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.604 INFO kablam! | Oct 22 02:09:31.604 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.604 INFO kablam! | ^^^^^ Oct 22 02:09:31.604 INFO kablam! ... Oct 22 02:09:31.604 INFO kablam! 4031 | rt_realloc_excess_used!(rt_primes_96bytes_32align_realloc_excess_used, 96, 32); Oct 22 02:09:31.604 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.604 INFO kablam! | Oct 22 02:09:31.604 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.604 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.604 INFO kablam! | Oct 22 02:09:31.604 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.604 INFO kablam! | Oct 22 02:09:31.605 INFO kablam! Oct 22 02:09:31.608 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.608 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.608 INFO kablam! | Oct 22 02:09:31.608 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.608 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.608 INFO kablam! ... Oct 22 02:09:31.608 INFO kablam! 4031 | rt_realloc_excess_used!(rt_primes_96bytes_32align_realloc_excess_used, 96, 32); Oct 22 02:09:31.608 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.608 INFO kablam! Oct 22 02:09:31.608 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.608 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.608 INFO kablam! | Oct 22 02:09:31.608 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.608 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.608 INFO kablam! ... Oct 22 02:09:31.608 INFO kablam! 4031 | rt_realloc_excess_used!(rt_primes_96bytes_32align_realloc_excess_used, 96, 32); Oct 22 02:09:31.608 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.608 INFO kablam! | Oct 22 02:09:31.608 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.608 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.608 INFO kablam! | Oct 22 02:09:31.608 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.608 INFO kablam! | Oct 22 02:09:31.608 INFO kablam! Oct 22 02:09:31.608 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.608 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.608 INFO kablam! | Oct 22 02:09:31.608 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.608 INFO kablam! | ^^^^^ Oct 22 02:09:31.608 INFO kablam! ... Oct 22 02:09:31.608 INFO kablam! 4044 | rt_realloc_excess_used!(rt_primes_127bytes_32align_realloc_excess_used, 127, 32); Oct 22 02:09:31.609 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.609 INFO kablam! | Oct 22 02:09:31.609 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.609 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.609 INFO kablam! | Oct 22 02:09:31.609 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.609 INFO kablam! | Oct 22 02:09:31.609 INFO kablam! Oct 22 02:09:31.612 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.612 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.612 INFO kablam! | Oct 22 02:09:31.612 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.612 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.612 INFO kablam! ... Oct 22 02:09:31.612 INFO kablam! 4044 | rt_realloc_excess_used!(rt_primes_127bytes_32align_realloc_excess_used, 127, 32); Oct 22 02:09:31.612 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.612 INFO kablam! Oct 22 02:09:31.612 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.612 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.612 INFO kablam! | Oct 22 02:09:31.612 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.612 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.612 INFO kablam! ... Oct 22 02:09:31.612 INFO kablam! 4044 | rt_realloc_excess_used!(rt_primes_127bytes_32align_realloc_excess_used, 127, 32); Oct 22 02:09:31.612 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.612 INFO kablam! | Oct 22 02:09:31.612 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.612 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.612 INFO kablam! | Oct 22 02:09:31.612 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.612 INFO kablam! | Oct 22 02:09:31.612 INFO kablam! Oct 22 02:09:31.612 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.612 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.612 INFO kablam! | Oct 22 02:09:31.613 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.613 INFO kablam! | ^^^^^ Oct 22 02:09:31.613 INFO kablam! ... Oct 22 02:09:31.613 INFO kablam! 4057 | rt_realloc_excess_used!(rt_primes_257bytes_32align_realloc_excess_used, 257, 32); Oct 22 02:09:31.613 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.613 INFO kablam! | Oct 22 02:09:31.613 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.613 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.613 INFO kablam! | Oct 22 02:09:31.613 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.613 INFO kablam! | Oct 22 02:09:31.613 INFO kablam! Oct 22 02:09:31.613 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.613 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.613 INFO kablam! | Oct 22 02:09:31.613 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.613 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.613 INFO kablam! ... Oct 22 02:09:31.613 INFO kablam! 4057 | rt_realloc_excess_used!(rt_primes_257bytes_32align_realloc_excess_used, 257, 32); Oct 22 02:09:31.613 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.613 INFO kablam! Oct 22 02:09:31.613 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.613 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.613 INFO kablam! | Oct 22 02:09:31.613 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.613 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.613 INFO kablam! ... Oct 22 02:09:31.613 INFO kablam! 4057 | rt_realloc_excess_used!(rt_primes_257bytes_32align_realloc_excess_used, 257, 32); Oct 22 02:09:31.613 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.613 INFO kablam! | Oct 22 02:09:31.613 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.613 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.613 INFO kablam! | Oct 22 02:09:31.613 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.613 INFO kablam! | Oct 22 02:09:31.613 INFO kablam! Oct 22 02:09:31.620 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.620 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.620 INFO kablam! | Oct 22 02:09:31.620 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.620 INFO kablam! | ^^^^^ Oct 22 02:09:31.620 INFO kablam! ... Oct 22 02:09:31.620 INFO kablam! 4070 | rt_realloc_excess_used!(rt_primes_509bytes_32align_realloc_excess_used, 509, 32); Oct 22 02:09:31.620 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.620 INFO kablam! | Oct 22 02:09:31.620 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.620 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.621 INFO kablam! | Oct 22 02:09:31.621 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.621 INFO kablam! | Oct 22 02:09:31.621 INFO kablam! Oct 22 02:09:31.621 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.621 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.621 INFO kablam! | Oct 22 02:09:31.621 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.621 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.621 INFO kablam! ... Oct 22 02:09:31.621 INFO kablam! 4070 | rt_realloc_excess_used!(rt_primes_509bytes_32align_realloc_excess_used, 509, 32); Oct 22 02:09:31.621 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.621 INFO kablam! Oct 22 02:09:31.621 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.621 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.621 INFO kablam! | Oct 22 02:09:31.621 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.621 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.621 INFO kablam! ... Oct 22 02:09:31.621 INFO kablam! 4070 | rt_realloc_excess_used!(rt_primes_509bytes_32align_realloc_excess_used, 509, 32); Oct 22 02:09:31.621 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.621 INFO kablam! | Oct 22 02:09:31.621 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.621 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.621 INFO kablam! | Oct 22 02:09:31.621 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.621 INFO kablam! | Oct 22 02:09:31.621 INFO kablam! Oct 22 02:09:31.621 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.621 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.621 INFO kablam! | Oct 22 02:09:31.621 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.621 INFO kablam! | ^^^^^ Oct 22 02:09:31.621 INFO kablam! ... Oct 22 02:09:31.621 INFO kablam! 4083 | rt_realloc_excess_used!(rt_primes_1021bytes_32align_realloc_excess_used, 1021, 32); Oct 22 02:09:31.621 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.621 INFO kablam! | Oct 22 02:09:31.621 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.621 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.621 INFO kablam! | Oct 22 02:09:31.621 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.621 INFO kablam! | Oct 22 02:09:31.621 INFO kablam! Oct 22 02:09:31.621 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.621 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.621 INFO kablam! | Oct 22 02:09:31.621 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.621 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.621 INFO kablam! ... Oct 22 02:09:31.621 INFO kablam! 4083 | rt_realloc_excess_used!(rt_primes_1021bytes_32align_realloc_excess_used, 1021, 32); Oct 22 02:09:31.621 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.621 INFO kablam! Oct 22 02:09:31.621 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.621 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.621 INFO kablam! | Oct 22 02:09:31.621 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.621 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.621 INFO kablam! ... Oct 22 02:09:31.621 INFO kablam! 4083 | rt_realloc_excess_used!(rt_primes_1021bytes_32align_realloc_excess_used, 1021, 32); Oct 22 02:09:31.621 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.621 INFO kablam! | Oct 22 02:09:31.621 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.621 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.621 INFO kablam! | Oct 22 02:09:31.621 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.621 INFO kablam! | Oct 22 02:09:31.621 INFO kablam! Oct 22 02:09:31.621 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.621 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.621 INFO kablam! | Oct 22 02:09:31.621 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.621 INFO kablam! | ^^^^^ Oct 22 02:09:31.621 INFO kablam! ... Oct 22 02:09:31.621 INFO kablam! 4096 | rt_realloc_excess_used!(rt_primes_2039bytes_32align_realloc_excess_used, 2039, 32); Oct 22 02:09:31.621 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.621 INFO kablam! | Oct 22 02:09:31.621 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.621 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.621 INFO kablam! | Oct 22 02:09:31.621 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.621 INFO kablam! | Oct 22 02:09:31.621 INFO kablam! Oct 22 02:09:31.622 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.622 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.622 INFO kablam! | Oct 22 02:09:31.622 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.622 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.622 INFO kablam! ... Oct 22 02:09:31.622 INFO kablam! 4096 | rt_realloc_excess_used!(rt_primes_2039bytes_32align_realloc_excess_used, 2039, 32); Oct 22 02:09:31.622 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.622 INFO kablam! Oct 22 02:09:31.622 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.622 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.622 INFO kablam! | Oct 22 02:09:31.622 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.622 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.622 INFO kablam! ... Oct 22 02:09:31.622 INFO kablam! 4096 | rt_realloc_excess_used!(rt_primes_2039bytes_32align_realloc_excess_used, 2039, 32); Oct 22 02:09:31.622 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.622 INFO kablam! | Oct 22 02:09:31.622 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.622 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.622 INFO kablam! | Oct 22 02:09:31.622 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.622 INFO kablam! | Oct 22 02:09:31.622 INFO kablam! Oct 22 02:09:31.624 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.624 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.624 INFO kablam! | Oct 22 02:09:31.624 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.624 INFO kablam! | ^^^^^ Oct 22 02:09:31.624 INFO kablam! ... Oct 22 02:09:31.624 INFO kablam! 4109 | rt_realloc_excess_used!(rt_primes_4093bytes_32align_realloc_excess_used, 4093, 32); Oct 22 02:09:31.624 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.624 INFO kablam! | Oct 22 02:09:31.624 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.624 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.624 INFO kablam! | Oct 22 02:09:31.624 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.624 INFO kablam! | Oct 22 02:09:31.624 INFO kablam! Oct 22 02:09:31.624 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.624 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.624 INFO kablam! | Oct 22 02:09:31.624 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.624 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.624 INFO kablam! ... Oct 22 02:09:31.624 INFO kablam! 4109 | rt_realloc_excess_used!(rt_primes_4093bytes_32align_realloc_excess_used, 4093, 32); Oct 22 02:09:31.624 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.624 INFO kablam! Oct 22 02:09:31.632 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.632 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.632 INFO kablam! | Oct 22 02:09:31.632 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.632 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.632 INFO kablam! ... Oct 22 02:09:31.632 INFO kablam! 4109 | rt_realloc_excess_used!(rt_primes_4093bytes_32align_realloc_excess_used, 4093, 32); Oct 22 02:09:31.632 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.632 INFO kablam! | Oct 22 02:09:31.632 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.632 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.632 INFO kablam! | Oct 22 02:09:31.632 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.632 INFO kablam! | Oct 22 02:09:31.632 INFO kablam! Oct 22 02:09:31.632 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.632 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.632 INFO kablam! | Oct 22 02:09:31.632 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.632 INFO kablam! | ^^^^^ Oct 22 02:09:31.632 INFO kablam! ... Oct 22 02:09:31.632 INFO kablam! 4122 | rt_realloc_excess_used!(rt_primes_8191bytes_32align_realloc_excess_used, 8191, 32); Oct 22 02:09:31.632 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.632 INFO kablam! | Oct 22 02:09:31.632 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.632 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.632 INFO kablam! | Oct 22 02:09:31.632 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.632 INFO kablam! | Oct 22 02:09:31.632 INFO kablam! Oct 22 02:09:31.632 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.632 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.632 INFO kablam! | Oct 22 02:09:31.632 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.632 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.632 INFO kablam! ... Oct 22 02:09:31.632 INFO kablam! 4122 | rt_realloc_excess_used!(rt_primes_8191bytes_32align_realloc_excess_used, 8191, 32); Oct 22 02:09:31.632 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.632 INFO kablam! Oct 22 02:09:31.632 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.632 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.632 INFO kablam! | Oct 22 02:09:31.632 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.632 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.632 INFO kablam! ... Oct 22 02:09:31.632 INFO kablam! 4122 | rt_realloc_excess_used!(rt_primes_8191bytes_32align_realloc_excess_used, 8191, 32); Oct 22 02:09:31.632 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.632 INFO kablam! | Oct 22 02:09:31.632 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.632 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.632 INFO kablam! | Oct 22 02:09:31.632 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.632 INFO kablam! | Oct 22 02:09:31.632 INFO kablam! Oct 22 02:09:31.632 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.632 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.632 INFO kablam! | Oct 22 02:09:31.632 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.632 INFO kablam! | ^^^^^ Oct 22 02:09:31.632 INFO kablam! ... Oct 22 02:09:31.632 INFO kablam! 4135 | rt_realloc_excess_used!(rt_primes_16381bytes_32align_realloc_excess_used, 16381, 32); Oct 22 02:09:31.632 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.632 INFO kablam! | Oct 22 02:09:31.632 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.632 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.632 INFO kablam! | Oct 22 02:09:31.632 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.632 INFO kablam! | Oct 22 02:09:31.632 INFO kablam! Oct 22 02:09:31.632 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.632 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.632 INFO kablam! | Oct 22 02:09:31.633 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.633 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.633 INFO kablam! ... Oct 22 02:09:31.633 INFO kablam! 4135 | rt_realloc_excess_used!(rt_primes_16381bytes_32align_realloc_excess_used, 16381, 32); Oct 22 02:09:31.633 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.633 INFO kablam! Oct 22 02:09:31.633 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.633 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.633 INFO kablam! | Oct 22 02:09:31.633 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.633 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.633 INFO kablam! ... Oct 22 02:09:31.633 INFO kablam! 4135 | rt_realloc_excess_used!(rt_primes_16381bytes_32align_realloc_excess_used, 16381, 32); Oct 22 02:09:31.633 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.633 INFO kablam! | Oct 22 02:09:31.633 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.633 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.633 INFO kablam! | Oct 22 02:09:31.633 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.633 INFO kablam! | Oct 22 02:09:31.633 INFO kablam! Oct 22 02:09:31.633 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.633 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.633 INFO kablam! | Oct 22 02:09:31.633 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.633 INFO kablam! | ^^^^^ Oct 22 02:09:31.633 INFO kablam! ... Oct 22 02:09:31.633 INFO kablam! 4148 | rt_realloc_excess_used!(rt_primes_32749bytes_32align_realloc_excess_used, 32749, 32); Oct 22 02:09:31.633 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.633 INFO kablam! | Oct 22 02:09:31.633 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.633 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.633 INFO kablam! | Oct 22 02:09:31.633 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.633 INFO kablam! | Oct 22 02:09:31.633 INFO kablam! Oct 22 02:09:31.633 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.633 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.633 INFO kablam! | Oct 22 02:09:31.633 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.633 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.633 INFO kablam! ... Oct 22 02:09:31.633 INFO kablam! 4148 | rt_realloc_excess_used!(rt_primes_32749bytes_32align_realloc_excess_used, 32749, 32); Oct 22 02:09:31.633 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.633 INFO kablam! Oct 22 02:09:31.640 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.640 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.640 INFO kablam! | Oct 22 02:09:31.640 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.640 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.640 INFO kablam! ... Oct 22 02:09:31.640 INFO kablam! 4148 | rt_realloc_excess_used!(rt_primes_32749bytes_32align_realloc_excess_used, 32749, 32); Oct 22 02:09:31.640 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.640 INFO kablam! | Oct 22 02:09:31.641 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.641 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.641 INFO kablam! | Oct 22 02:09:31.641 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.641 INFO kablam! | Oct 22 02:09:31.641 INFO kablam! Oct 22 02:09:31.641 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.641 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.641 INFO kablam! | Oct 22 02:09:31.641 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.641 INFO kablam! | ^^^^^ Oct 22 02:09:31.641 INFO kablam! ... Oct 22 02:09:31.641 INFO kablam! 4161 | rt_realloc_excess_used!(rt_primes_65537bytes_32align_realloc_excess_used, 65537, 32); Oct 22 02:09:31.641 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.641 INFO kablam! | Oct 22 02:09:31.641 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.641 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.641 INFO kablam! | Oct 22 02:09:31.641 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.641 INFO kablam! | Oct 22 02:09:31.641 INFO kablam! Oct 22 02:09:31.641 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.641 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.641 INFO kablam! | Oct 22 02:09:31.641 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.641 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.641 INFO kablam! ... Oct 22 02:09:31.641 INFO kablam! 4161 | rt_realloc_excess_used!(rt_primes_65537bytes_32align_realloc_excess_used, 65537, 32); Oct 22 02:09:31.641 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.641 INFO kablam! Oct 22 02:09:31.641 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.641 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.641 INFO kablam! | Oct 22 02:09:31.641 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.641 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.641 INFO kablam! ... Oct 22 02:09:31.641 INFO kablam! 4161 | rt_realloc_excess_used!(rt_primes_65537bytes_32align_realloc_excess_used, 65537, 32); Oct 22 02:09:31.641 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.641 INFO kablam! | Oct 22 02:09:31.641 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.641 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.641 INFO kablam! | Oct 22 02:09:31.641 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.641 INFO kablam! | Oct 22 02:09:31.641 INFO kablam! Oct 22 02:09:31.641 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.641 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.641 INFO kablam! | Oct 22 02:09:31.641 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.641 INFO kablam! | ^^^^^ Oct 22 02:09:31.641 INFO kablam! ... Oct 22 02:09:31.641 INFO kablam! 4174 | rt_realloc_excess_used!(rt_primes_131071bytes_32align_realloc_excess_used, 131071, 32); Oct 22 02:09:31.641 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.641 INFO kablam! | Oct 22 02:09:31.641 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.641 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.641 INFO kablam! | Oct 22 02:09:31.641 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.641 INFO kablam! | Oct 22 02:09:31.641 INFO kablam! Oct 22 02:09:31.641 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.641 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.641 INFO kablam! | Oct 22 02:09:31.641 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.641 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.641 INFO kablam! ... Oct 22 02:09:31.641 INFO kablam! 4174 | rt_realloc_excess_used!(rt_primes_131071bytes_32align_realloc_excess_used, 131071, 32); Oct 22 02:09:31.641 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.641 INFO kablam! Oct 22 02:09:31.641 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.641 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.641 INFO kablam! | Oct 22 02:09:31.641 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.641 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.641 INFO kablam! ... Oct 22 02:09:31.641 INFO kablam! 4174 | rt_realloc_excess_used!(rt_primes_131071bytes_32align_realloc_excess_used, 131071, 32); Oct 22 02:09:31.641 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.641 INFO kablam! | Oct 22 02:09:31.641 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.641 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.641 INFO kablam! | Oct 22 02:09:31.641 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.641 INFO kablam! | Oct 22 02:09:31.641 INFO kablam! Oct 22 02:09:31.642 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.642 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 22 02:09:31.642 INFO kablam! | Oct 22 02:09:31.642 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 22 02:09:31.642 INFO kablam! | ^^^^^ Oct 22 02:09:31.642 INFO kablam! ... Oct 22 02:09:31.642 INFO kablam! 4187 | rt_realloc_excess_used!(rt_primes_4194301bytes_32align_realloc_excess_used, 4194301, 32); Oct 22 02:09:31.642 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.642 INFO kablam! | Oct 22 02:09:31.642 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.642 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.642 INFO kablam! | Oct 22 02:09:31.642 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.642 INFO kablam! | Oct 22 02:09:31.642 INFO kablam! Oct 22 02:09:31.642 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.642 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 22 02:09:31.642 INFO kablam! | Oct 22 02:09:31.642 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 22 02:09:31.642 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:09:31.642 INFO kablam! ... Oct 22 02:09:31.642 INFO kablam! 4187 | rt_realloc_excess_used!(rt_primes_4194301bytes_32align_realloc_excess_used, 4194301, 32); Oct 22 02:09:31.642 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.642 INFO kablam! Oct 22 02:09:31.648 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 22 02:09:31.648 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 22 02:09:31.648 INFO kablam! | Oct 22 02:09:31.648 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 22 02:09:31.648 INFO kablam! | ^^^^^^^ Oct 22 02:09:31.648 INFO kablam! ... Oct 22 02:09:31.648 INFO kablam! 4187 | rt_realloc_excess_used!(rt_primes_4194301bytes_32align_realloc_excess_used, 4194301, 32); Oct 22 02:09:31.648 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 22 02:09:31.648 INFO kablam! | Oct 22 02:09:31.648 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 02:09:31.648 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 02:09:31.648 INFO kablam! | Oct 22 02:09:31.648 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 22 02:09:31.648 INFO kablam! | Oct 22 02:09:31.648 INFO kablam! Oct 22 02:09:31.744 INFO kablam! error: aborting due to 6301 previous errors Oct 22 02:09:31.744 INFO kablam! Oct 22 02:09:31.744 INFO kablam! Some errors occurred: E0432, E0599. Oct 22 02:09:31.744 INFO kablam! For more information about an error, try `rustc --explain E0432`. Oct 22 02:09:31.768 INFO kablam! error: Could not compile `jemallocator`. Oct 22 02:09:31.768 INFO kablam! Oct 22 02:09:31.768 INFO kablam! To learn more, run the command again with --verbose. Oct 22 02:09:31.768 INFO kablam! su: No module specific data is present Oct 22 02:09:32.304 INFO running `"docker" "rm" "-f" "a54fda8dbeb00823f436768d24f606867657a53041888141854c161cc0be49cb"` Oct 22 02:09:32.576 INFO blam! a54fda8dbeb00823f436768d24f606867657a53041888141854c161cc0be49cb